Home
last modified time | relevance | path

Searched refs:part (Results 1 – 25 of 40) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DDynamicShardingConnectionInfoMessage.java64 for (PartResponse part : response.getResponsePartList()) { in fromMultiPartResponse()
65 if (part.getKey().equals(AUTH_SCOPES_KEY)) { in fromMultiPartResponse()
66 authScopes.add(part.getValue()); in fromMultiPartResponse()
68 if (part.getKey().equals(SERVER_NAME_KEY)) { in fromMultiPartResponse()
75 serverName = Optional.of(part.getValue()); in fromMultiPartResponse()
77 if (part.getKey().equals(SERVER_PORT_KEY)) { in fromMultiPartResponse()
84 serverPort = Optional.of(Integer.parseInt(part.getValue())); in fromMultiPartResponse()
/tools/tradefederation/core/src/com/android/tradefed/config/filter/
DOptionFetcher.java81 for (PartResponse part : rep.getMultiPartResponse().getResponsePartList()) { in fetchParentOptions()
84 part.getKey(), part.getValue()); in fetchParentOptions()
86 config.injectOptionValue(part.getKey(), part.getValue()); in fetchParentOptions()
/tools/asuite/atest/test_finders/
Dtest_filter_utils.py316 for part in parts[1].split(','):
317 count = {part.count(p) for p in brackets}
320 parsed_methods.append(part)
323 if re.compile(r'^[a-zA-Z0-9]+\[').match(part):
324 parsed_methods.append(part)
/tools/tradefederation/core/src/com/android/tradefed/result/skipped/
DSkipManager.java182 for (PartResponse part : in fetchDemotionInformation()
184 String filter = part.getKey(); in fetchDemotionInformation()
185 mDemotionFilters.put(filter, SkipReason.fromString(part.getValue())); in fetchDemotionInformation()
/tools/security/remote_provisioning/hwtrust/
DREADME.md16 Build it as part of Android with `m hwtrust` and run `hwtrust --help` to see a
21 working by sending fixes or reporting the problem. Building as part of Android
/tools/metalava/metalava/src/testdata/prebuilts-sdk-test/
DREADME.md3 The directory tree and generated jar files will be build as part of the metalava
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiToExtensionsMap.kt75 for (part in parts.stream().skip(1)) { in isEmpty() variable
76 node = node.children.findNode(part) ?: break in isEmpty()
/tools/test/openhst/docs/
Dcontributing.md11 contributions as part of the project. Head over to
/tools/trebuchet/
DCONTRIBUTING.md11 part of the project. Head over to <https://cla.developers.google.com/> to see
DLICENSE104 excluding those notices that do not pertain to any part of
107 (d) If the Work includes a "NOTICE" text file as part of its
111 pertain to any part of the Derivative Works, in at least one
113 as part of the Derivative Works; within the Source form or
/tools/security/sanitizer-status/
DNOTICE116 excluding those notices that do not pertain to any part of
119 (d) If the Work includes a "NOTICE" text file as part of its
123 pertain to any part of the Derivative Works, in at least one
125 as part of the Derivative Works; within the Source form or
/tools/netsim/rust/daemon/src/wifi/packets/
Dieee80211.rs269 for (i, part) in parts.iter().enumerate() { in parse_mac_address()
270 match u8::from_str_radix(part, 16) { in parse_mac_address()
/tools/asuite/atest/tf_proto/
Dbuild_info.proto50 // The versioned files part of the build that are tracked.
/tools/tradefederation/core/proto/
Dbuild_info.proto50 // The versioned files part of the build that are tracked.
/tools/apksig/
DLICENSE116 excluding those notices that do not pertain to any part of
119 (d) If the Work includes a "NOTICE" text file as part of its
123 pertain to any part of the Derivative Works, in at least one
125 as part of the Derivative Works; within the Source form or
/tools/netsim/
DLICENSE104 excluding those notices that do not pertain to any part of
107 (d) If the Work includes a "NOTICE" text file as part of its
111 pertain to any part of the Derivative Works, in at least one
113 as part of the Derivative Works; within the Source form or
/tools/test/openhst/
DLICENSE104 excluding those notices that do not pertain to any part of
107 (d) If the Work includes a "NOTICE" text file as part of its
111 pertain to any part of the Derivative Works, in at least one
113 as part of the Derivative Works; within the Source form or
/tools/test/mobly_snippets/gft/
DLICENSE104 excluding those notices that do not pertain to any part of
107 (d) If the Work includes a "NOTICE" text file as part of its
111 pertain to any part of the Derivative Works, in at least one
113 as part of the Derivative Works; within the Source form or
/tools/acloud/
DLICENSE104 excluding those notices that do not pertain to any part of
107 (d) If the Work includes a "NOTICE" text file as part of its
111 pertain to any part of the Derivative Works, in at least one
113 as part of the Derivative Works; within the Source form or
/tools/test/connectivity/
DLICENSE104 excluding those notices that do not pertain to any part of
107 (d) If the Work includes a "NOTICE" text file as part of its
111 pertain to any part of the Derivative Works, in at least one
113 as part of the Derivative Works; within the Source form or
/tools/treble/
DLICENSE104 excluding those notices that do not pertain to any part of
107 (d) If the Work includes a "NOTICE" text file as part of its
111 pertain to any part of the Derivative Works, in at least one
113 as part of the Derivative Works; within the Source form or
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DTypeItem.kt690 for (part in qualifiedName.split(".")) { in hashCode() variable
698 append(part) in hashCode()
699 prev = part in hashCode()
/tools/metalava/
DFORMAT.md39 annotations) be a formal part of the SDK.
41 That means the annotations should be part of the signature files too -- such
295 Kotlin supports default values for parameters, and these are a part of the API
326 also be part of the v2 signature since (as an example) removing a default value
352 present in the stub files (and therefore part of the API). In the v2 signature
440 referencing annotation classes that are generally **not** part of the API. When
/tools/external_updater/
DREADME.md69 The most important part in the file is a list of urls.
102 version_number part can be numbers separated by `.` or `-` or `_`.
/tools/tradefederation/core/
Dtradefed_win.bat66 :: delete the hostname part

12