/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; 28 map <string, string> metadata_variable = 4; 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/openhst/ |
D | stress_test.proto | 26 string source = 1; 28 string name = 2; 30 repeated string regex = 3; 42 // The regex to extract the string containing the timestamp. 43 string regex = 4; 44 // The format string to pass to the python datetime constructor for the 46 string date_format = 5; 54 string source = 1; 57 string destination = 2; 67 string command = 1; [all …]
|
/tools/asuite/atest/proto/ |
D | internal_user_log.proto | 15 optional string command_line = 1; 16 repeated string test_references = 2; 17 optional string cwd = 3; 18 optional string os = 4; 25 optional string stacktrace = 3; 26 optional string logs = 4; 34 optional string test_reference = 3; 35 repeated string test_finders = 4; 36 optional string test_info = 5; 43 repeated string targets = 3; [all …]
|
D | external_user_log.proto | 40 optional string runner_name = 3; 57 optional string user_key = 1; 58 optional string run_id = 2; 60 optional string tool_name = 10; 61 optional string sub_tool_name = 12;
|
/tools/asuite/atest-py2/proto/ |
D | internal_user_log.proto | 15 optional string command_line = 1; 16 repeated string test_references = 2; 17 optional string cwd = 3; 18 optional string os = 4; 25 optional string stacktrace = 3; 26 optional string logs = 4; 34 optional string test_reference = 3; 35 repeated string test_finders = 4; 36 optional string test_info = 5; 43 repeated string targets = 3; [all …]
|
/tools/test/graphicsbenchmark/functional_tests/native/ |
D | glExtensions_test.cpp | 92 std::vector<std::string> neededExts {"GL_EXT_color_buffer_half_float", in TEST() 97 std::string extString(reinterpret_cast<const char*>(glGetString(GL_EXTENSIONS))); in TEST() 101 std::vector<std::string> availableExts(std::istream_iterator<std::string>{iss}, in TEST() 102 std::istream_iterator<std::string>()); in TEST() 121 std::vector<std::string> neededExts {"EGL_ANDROID_get_frame_timestamps", in TEST() 127 std::string extString(eglQueryString(eglDisp, EGL_EXTENSIONS)); in TEST() 131 std::vector<std::string> availableExts(std::istream_iterator<std::string>{iss}, in TEST() 132 std::istream_iterator<std::string>()); in TEST()
|
/tools/carrier_settings/proto/ |
D | carrier_settings.proto | 27 optional string canonical_name = 1; 57 optional string name = 1; 60 optional string value = 2; 89 optional string bearer_bitmask = 4 [default = "0"]; 93 optional string server = 5; 94 optional string proxy = 6; 95 optional string port = 7; 96 optional string user = 8; 97 optional string password = 9; 101 optional string mmsc = 11; [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/loggers/protos/ |
D | power_metric.proto | 20 optional string testbed = 2; // Required 22 optional string branch = 4; 23 optional string build_id = 5; 24 optional string target = 6; 27 optional string test_suite_display_name = 9; 28 optional string test_case_display_name = 10; 29 optional string incremental_build_id = 11; 31 optional string pass_fail_status = 13;
|
/tools/asuite/atest/tf_proto/ |
D | test_record.proto | 31 string test_record_id = 1; 34 string parent_test_record_id = 2; 57 map<string, google.protobuf.Any> artifacts = 9; 60 map<string, tradefed.metric.Metric> metrics = 10; 74 string test_record_id = 1; 93 string error_message = 1; 96 string trace = 2; 135 string action_in_progress = 1; 138 string debug_help_message = 10; 141 string error_type = 20; [all …]
|
D | build_info.proto | 26 string version = 1; 28 string local_path = 2; 35 string build_file_key = 1; 43 string build_id = 1; 45 string build_flavor = 2; 47 string branch = 3; 49 map<string, string> attributes = 4; 54 string build_info_class = 6;
|
D | configuration_description.proto | 27 string key = 1; 29 repeated string value = 2; 36 string name = 1; 38 string bitness = 2; 44 repeated string test_suite_tag = 1; 54 string module_name = 6;
|
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/ |
D | testtracker_result.proto | 16 // The default should be a string. 18 optional string name = 1; 22 string string_value = 101; 27 // The json_value is a special case of string - this just signals the caller 29 string json_value = 104; 62 optional string name = 1; 63 optional string uuid = 2; // uuid 64 optional string description = 3; // Text blob about the result. 65 optional string detail = 4; // Detailed text about the result. 71 optional string timestamp = 10;
|
/tools/test/connectivity/acts_tests/acts_contrib/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;
|
/tools/external_updater/ |
D | metadata.proto | 28 optional string name = 1; 29 optional string description = 3; 46 optional string version = 2; 48 optional string license_note = 5; 67 optional string value = 2; 84 optional string note = 2; 85 repeated string tag = 3; 86 repeated string mitigated_security_patch = 5;
|
/tools/dexter/testdata/expected/ |
D | exit_hooks.asm | 25 3| const-string v2, "Hello, world!\n{" 31 13| const-string v2, "}\nGood bye!" 52 11| const-string v2, "Object(true) : %s\n" 68 34| const-string v2, "Object(false) : %s\n" 84 57| const-string v2, "double : %s\n" 102 84| const-string v2, "int : %s\n" 228 7| const-string v3, "Flag!\n" 234 16| const-string v2, "Sigh" 242 20| const-string v2, "Blah" 262 7| const-string v3, "True!\n" [all …]
|
D | exit_hooks.rewrite | 25 3| const-string v2, "Hello, world!\n{" 31 13| const-string v2, "}\nGood bye!" 52 11| const-string v2, "Object(true) : %s\n" 68 34| const-string v2, "Object(false) : %s\n" 84 57| const-string v2, "double : %s\n" 102 84| const-string v2, "int : %s\n" 230 7| const-string v3, "Flag!\n" 236 16| const-string v2, "Sigh" 244 20| const-string v2, "Blah" 264 7| const-string v3, "True!\n" [all …]
|
D | exit_hooks.compact_cfg | 28 3| const-string v2, "Hello, world!\n{" 34 13| const-string v2, "}\nGood bye!" 57 11| const-string v2, "Object(true) : %s\n" 73 34| const-string v2, "Object(false) : %s\n" 89 57| const-string v2, "double : %s\n" 107 84| const-string v2, "int : %s\n" 263 7| const-string v3, "Flag!\n" 269 16| const-string v2, "Sigh" 281 20| const-string v2, "Blah" 305 7| const-string v3, "True!\n" [all …]
|
D | exit_hooks.exit_hook | 26 3| const-string v2, "Hello, world!\n{" 32 13| const-string v2, "}\nGood bye!" 54 11| const-string v2, "Object(true) : %s\n" 70 34| const-string v2, "Object(false) : %s\n" 86 57| const-string v2, "double : %s\n" 104 84| const-string v2, "int : %s\n" 237 7| const-string v3, "Flag!\n" 243 16| const-string v2, "Sigh" 253 24| const-string v2, "Blah" 273 7| const-string v3, "True!\n" [all …]
|
D | exit_hooks.scratch_regs | 31 12| const-string v12, "Hello, world!\n{" 37 22| const-string v12, "}\nGood bye!" 58 11| const-string v2, "Object(true) : %s\n" 74 34| const-string v2, "Object(false) : %s\n" 90 57| const-string v2, "double : %s\n" 108 84| const-string v2, "int : %s\n" 254 25| const-string v10, "Flag!\n" 260 34| const-string v9, "Sigh" 268 38| const-string v9, "Blah" 294 25| const-string v10, "True!\n" [all …]
|
D | exit_hooks.verbose_cfg | 32 3| const-string v2, "Hello, world!\n{" 46 13| const-string v2, "}\nGood bye!" 79 11| const-string v2, "Object(true) : %s\n" 107 34| const-string v2, "Object(false) : %s\n" 135 57| const-string v2, "double : %s\n" 167 84| const-string v2, "int : %s\n" 339 7| const-string v3, "Flag!\n" 351 16| const-string v2, "Sigh" 365 20| const-string v2, "Blah" 393 7| const-string v3, "True!\n" [all …]
|
/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; 18 optional string unit = 7; 30 optional string key = 1; 31 optional string value = 2;
|
/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. 62 repeated string dependency = 3; 85 optional string syntax = 12; 90 optional string name = 1; 148 optional string name = 1; 161 optional string type_name = 6; 165 optional string extendee = 2; 172 optional string default_value = 7; 185 optional string name = 1; [all …]
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | TypeItem.kt | 239 var string = typeString in <lambda>() variable 252 string = in <lambda>() 253 string.replace(Regex(pattern = """\b$from\b"""), replacement = "___$to") in <lambda>() 256 string = string.replace("___", "") in <lambda>() 257 return string in <lambda>() 259 return string in <lambda>()
|
/tools/dexter/slicer/export/slicer/ |
D | dex_ir.h | 180 std::string Decl() const; 197 std::string Signature() const; 330 const char* GetKey(const String* string) const { return string->c_str(); } in GetKey() 332 bool Compare(const char* string_key, const String* string) const; 337 std::string GetKey(const Proto* proto) const { return proto->Signature(); } in GetKey() 338 uint32_t Hash(const std::string& proto_key) const; 339 bool Compare(const std::string& proto_key, const Proto* proto) const; 356 using PrototypesLookup = slicer::HashTable<const std::string&, Proto, ProtosHasher>;
|