Searched refs:optional (Results 1 – 25 of 44) sorted by relevance
12
/tools/test/connectivity/acts/framework/acts/test_utils/bt/loggers/protos/ |
D | bluetooth_metric.proto | 6 optional string device_class = 1; 7 optional string device_model = 2; 8 optional string hardware_version = 3; 9 optional string software_version = 4; 10 optional string android_build_type = 5; 11 optional string android_branch_name = 6; 12 optional string android_build_number = 7; 13 optional string android_release_id = 8; 17 optional int64 test_date_time = 1; 18 optional BluetoothTestDevice primary_device = 2; [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 58 optional string name = 1; // file name, relative to root of source tree 59 optional string package = 2; // e.g. "foo", "foo.bar", etc. 75 optional FileOptions options = 8; 77 // This field contains optional information about the original source code. 81 optional SourceCodeInfo source_code_info = 9; 85 optional string syntax = 12; 90 optional string name = 1; 99 optional int32 start = 1; 100 optional int32 end = 2; 106 optional MessageOptions options = 7; [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bluetooth.proto | 41 optional int32 num_bonded_devices = 5; 44 optional int64 num_bluetooth_session = 6; 47 optional int64 num_pair_event = 7; 50 optional int64 num_wake_event = 8; 53 optional int64 num_scan_event = 9; 78 optional int32 device_class = 1; 81 optional DeviceType device_type = 2; 107 optional int64 session_duration_sec = 2; 110 optional ConnectionTechnologyType connection_technology_type = 3; 113 optional string disconnect_reason = 4 [deprecated = true]; [all …]
|
/tools/asuite/atest/proto/ |
D | internal_user_log.proto | 15 optional string command_line = 1; 17 optional string cwd = 3; 18 optional string os = 4; 23 optional Duration duration = 1; 24 optional int32 exit_code = 2; 25 optional string stacktrace = 3; 26 optional string logs = 4; 32 optional Duration duration = 1; 33 optional bool success = 2; 34 optional string test_reference = 3; [all …]
|
D | external_user_log.proto | 19 optional Duration duration = 1; 20 optional int32 exit_code = 2; 26 optional Duration duration = 1; 27 optional bool success = 2; 32 optional Duration duration = 1; 33 optional bool success = 2; 38 optional Duration duration = 1; 39 optional bool success = 2; 40 optional string runner_name = 3; 45 optional Duration duration = 1; [all …]
|
D | clientanalytics.proto | 6 optional ClientInfo client_info = 1; 7 optional int32 log_source = 2; 8 optional int64 request_time_ms = 4; 12 optional int32 client_type = 1; 16 optional int64 next_request_wait_millis = 1 ; 20 optional int64 event_time_ms = 1 ; 21 optional bytes source_extension = 6;
|
/tools/tradefederation/core/atest/proto/ |
D | internal_user_log.proto | 15 optional string command_line = 1; 17 optional string cwd = 3; 18 optional string os = 4; 23 optional Duration duration = 1; 24 optional int32 exit_code = 2; 25 optional string stacktrace = 3; 26 optional string logs = 4; 32 optional Duration duration = 1; 33 optional bool success = 2; 34 optional string test_reference = 3; [all …]
|
D | external_user_log.proto | 19 optional Duration duration = 1; 20 optional int32 exit_code = 2; 26 optional Duration duration = 1; 27 optional bool success = 2; 32 optional Duration duration = 1; 33 optional bool success = 2; 38 optional Duration duration = 1; 39 optional bool success = 2; 40 optional string runner_name = 3; 45 optional Duration duration = 1; [all …]
|
D | clientanalytics.proto | 6 optional ClientInfo client_info = 1; 7 optional int32 log_source = 2; 8 optional int64 request_time_ms = 4; 12 optional int32 client_type = 1; 16 optional int64 next_request_wait_millis = 1 ; 20 optional int64 event_time_ms = 1 ; 21 optional bytes source_extension = 6;
|
/tools/acloud/internal/proto/ |
D | user_config.proto | 22 optional string service_account_name = 1; 23 optional string service_account_private_key_path = 2; 26 optional string project = 3; 28 optional string zone = 4; 29 optional string machine_type = 5; 31 optional string network = 6; 34 optional string ssh_private_key_path = 7; 35 optional string ssh_public_key_path = 8; 38 optional string storage_bucket_name = 9; 41 optional string orientation = 10; [all …]
|
D | internal_config.proto | 22 optional string machine_type = 1; 23 optional string network = 2; 25 optional int32 extra_data_disk_size_gb = 3; 30 optional string stable_host_image_name = 5; 32 optional string stable_host_image_project = 6; 34 optional string stable_goldfish_host_image_name = 7; 36 optional string stable_goldfish_host_image_project = 8; 38 optional string stable_cheeps_host_image_name = 9; 40 optional string stable_cheeps_host_image_project = 10; 44 optional string instance_name_pattern = 11; [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/loggers/protos/ |
D | power_metric.proto | 19 optional float avg_power = 1; // Required 20 optional string testbed = 2; // Required 21 optional PowerCellularMetric cellular_metric = 3; 22 optional string branch = 4; 23 optional string build_id = 5; 24 optional string target = 6; 25 optional float avg_current = 7; 26 optional float voltage = 8; 27 optional string test_suite_display_name = 9; 28 optional string test_case_display_name = 10; [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | nanopb.proto | 34 optional int32 max_size = 1; 37 optional int32 max_count = 2; 41 optional IntSize int_size = 7 [default = IS_DEFAULT]; 44 optional FieldType type = 3 [default = FT_DEFAULT]; 47 optional bool long_names = 4 [default = true]; 52 optional bool packed_struct = 5 [default = false]; 55 optional bool skip_message = 6 [default = false]; 57 // Generate oneof fields as normal optional fields instead of union. 58 optional bool no_unions = 8 [default = false]; 61 optional uint32 msgid = 9; [all …]
|
D | apollo_qa.proto | 9 Fields should start out required unless they are optional in the code. They should 10 become optional when deprecated (make sure to update QA automation first to expect the 11 field to be optional) or removed. Make sure to never re-use field ids unless 97 // this is some optional data that depends on the traceid. 118 optional PreviousBootStatus last_ota_status = 8; 120 optional uint32 expected_psoc_version = 10; 129 optional ApolloQAA2dpCodec codec = 2; 170 optional int32 crystal_trim = 2 [(nanopb).int_size = IS_16]; 171 optional bool crash_dump_exists = 3; 172 optional bool is_developer_mode_enabled = 4; [all …]
|
D | plugin.proto | 62 optional string parameter = 2; 88 optional string error = 1; 103 optional string name = 1; 142 optional string insertion_point = 2; 145 optional string content = 15;
|
/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/ |
D | metrics.proto | 10 optional string test_class = 1; 11 optional string test_method = 2; 13 optional string metric = 3; 15 optional double value = 4; 16 optional DoubleValue lower_limit = 5; 17 optional DoubleValue upper_limit = 6; 18 optional string unit = 7; 24 optional double value = 1; 28 optional string key = 1; 29 optional string value = 2;
|
D | acts_usage_metadata.proto | 30 optional string test_context = 1; 33 optional string method_identifier = 2; 35 optional int32 count = 3;
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_proto_utils_test.proto | 11 optional string name = 1; 12 optional EnumType type = 2; 15 optional string name = 1; 16 optional int32 id = 2;
|
/tools/apksig/src/main/java/com/android/apksig/internal/x509/ |
D | TBSCertificate.java | 62 optional = true, 69 optional = true, 76 optional = true,
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 91 Some IPv4 header fields have been dropped or made optional, to 122 (optional) data confidentiality are specified for IPv6. 289 In IPv6, optional internet-layer information is encoded in separate 582 The Hop-by-Hop Options header is used to carry optional information 1241 The Destination Options header is used to carry optional information 1274 Note that there are two possible ways to encode optional destination 1279 desired of a destination node that does not understand the optional 1528 the UDP checksum is not optional. That is, whenever
|
/tools/test/graphicsbenchmark/performance_tests/helper/proto/ |
D | resultdata.proto | 14 optional Type type = 1; 15 optional int64 timestamp = 2;
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/loggers/protos/ |
D | telephony_metric.proto | 34 optional CallResult result = 1; 35 optional float call_setup_time_latency = 2;
|
/tools/apksig/src/main/java/com/android/apksig/internal/pkcs7/ |
D | SignedData.java | 46 optional = true) 53 optional = true)
|
D | SignerInfo.java | 46 optional = true) 59 optional = true)
|
/tools/apksig/src/test/java/com/android/apksig/internal/asn1/ |
D | Asn1BerParserTest.java | 348 @Asn1Field(index = 2, type = Asn1Type.INTEGER, optional = true, 361 @Asn1Field(index = 2, type = Asn1Type.INTEGER, optional = true,
|
12