/frameworks/base/core/java/android/net/ |
D | LinkAddress.java | 101 private int scope; field in LinkAddress 192 private void init(InetAddress address, int prefixLength, int flags, int scope, in init() argument 229 this.scope = scope; in init() 248 int flags, int scope) { in LinkAddress() argument 249 init(address, prefixLength, flags, scope, LIFETIME_UNKNOWN, LIFETIME_UNKNOWN); in LinkAddress() 280 int flags, int scope, long deprecationTime, long expirationTime) { in LinkAddress() argument 281 init(address, prefixLength, flags, scope, deprecationTime, expirationTime); in LinkAddress() 296 this.scope = scopeForUnicastAddress(address); in LinkAddress() 320 this.scope = scopeForUnicastAddress(this.address); in LinkAddress() 333 public LinkAddress(@NonNull String address, int flags, int scope) { in LinkAddress() argument [all …]
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | AppFuseBridge.java | 101 final MountScope scope; 103 scope = mScopes.get(mountId); 104 if (scope == null) { 108 final boolean result = scope.waitForMount(); 114 return scope.openFile(mountId, fileId, flags); 122 final MountScope scope = mScopes.get(mountId); 123 if (scope != null) { 124 scope.setMountResultLocked(true); 130 final MountScope scope = mScopes.get(mountId); 131 if (scope != null) { [all …]
|
/frameworks/base/tests/net/java/android/net/util/ |
D | DnsUtilsTest.java | 111 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV4SortableAddress() 122 assertEquals(test.scope, IPV6_ADDR_SCOPE_LINKLOCAL); in testV4SortableAddress() 132 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress() 141 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress() 151 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress() 164 assertEquals(test.scope, IPV6_ADDR_SCOPE_LINKLOCAL); in testV6SortableAddress() 170 assertEquals(test.scope, IPV6_ADDR_SCOPE_LINKLOCAL); in testV6SortableAddress() 176 assertEquals(test.scope, IPV6_ADDR_SCOPE_LINKLOCAL); in testV6SortableAddress() 182 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress() 188 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress() [all …]
|
/frameworks/base/tools/bit/ |
D | aapt.cpp | 175 Scope* scope = new Scope(NULL, -1); in inspect_apk() local 185 while (depth < scope->depth) { in inspect_apk() 186 Scope* tmp = scope; in inspect_apk() 187 scope = scope->parent; in inspect_apk() 190 scope = new Scope(scope, depth); in inspect_apk() 191 scope->namespaces[match[2]] = match[3]; in inspect_apk() 200 element->ns = scope->namespaces[string(str, 0, colon)]; in inspect_apk() 233 while (scope != NULL) { in inspect_apk() 234 Scope* tmp = scope; in inspect_apk() 235 scope = scope->parent; in inspect_apk()
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 39 scope: Public 47 scope: Public 56 scope: Public 65 scope: Public 75 scope: System 85 scope: System 103 scope: Public 113 scope: Public 131 scope: Public 140 scope: Public [all …]
|
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
D | ProtoLogCallProcessor.kt | 53 expr.scope.toString() == protoLogGroupClassName in <lambda>() 55 expr.scope.toString() == protoLogGroupSimpleClassName -> expr.nameAsString in <lambda>() 70 return call.scope.isPresent && call.scope.get().toString() == protoLogClassName || in <lambda>() 71 isLogClassImported && call.scope.isPresent && in <lambda>() 72 call.scope.get().toString() == protoLogSimpleClassName || in <lambda>() 73 !call.scope.isPresent && staticLogImports.contains(call.name.toString()) in <lambda>()
|
/frameworks/ml/nn/runtime/test/ |
D | TestUnknownDimensions.cpp | 176 auto getDimForCompile = [](DimensionKind kind, std::string* scope) { in TestOne() argument 179 if (scope) scope->append(" INTENDED_AT_COMPILE_AND_EXECUTE"); in TestOne() 182 if (scope) scope->append(" INTENDED_AT_COMPILE_NOT_SET_AT_EXECUTE"); in TestOne() 185 if (scope) scope->append(" UNKNOWN_AT_COMPILE_INTENDED_AT_EXECUTE"); in TestOne() 188 if (scope) scope->append(" UNKNOWN_AT_COMPILE_OTHER_AT_EXECUTE"); in TestOne() 193 std::string* scope = nullptr) { in TestOne() argument 196 {getDimForCompile(std::get<0>(params), scope), in TestOne() 197 getDimForCompile(std::get<1>(params), scope)}, in TestOne()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
D | DrmPlugin.cpp | 84 const Vector<uint8_t>& scope, in getKeyRequest() argument 93 if (scope.size() == 0) { in getKeyRequest() 103 sp<Session> session = mSessionLibrary->findSession(scope); in getKeyRequest() 119 const Vector<uint8_t>& scope, in provideKeyResponse() argument 122 if (scope.size() == 0 || response.size() == 0) { in provideKeyResponse() 125 sp<Session> session = mSessionLibrary->findSession(scope); in provideKeyResponse() 134 sendEvent(kDrmPluginEventVendorDefined, 0, &scope, NULL); in provideKeyResponse()
|
/frameworks/base/core/java/android/net/util/ |
D | DnsUtils.java | 93 if (span1.scope != span2.scope) { in compare() 94 return span1.scope - span2.scope; in compare() 113 public final int scope; field in DnsUtils.SortableAddress 124 scope = findScope(addr); in SortableAddress() 127 scopeMatch = ((srcAddr != null) && (scope == findScope(srcAddr))) ? 1 : 0; in SortableAddress()
|
/frameworks/base/libs/hwui/ |
D | HWUIProperties.sysprop | 7 scope: Public 14 scope: Public
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_slang_version_info.ll | 85 !4 = distinct !DISubprogram(name: "swizzle", scope: !5, file: !5, line: 5, type: !6, isLocal: false… 108 !27 = !DILocalVariable(name: "in", arg: 1, scope: !4, file: !5, line: 5, type: !8) 110 !29 = !DILocation(line: 5, scope: !4) 111 !30 = !DILocalVariable(name: "result", scope: !4, file: !5, line: 7, type: !8) 112 !31 = !DILocation(line: 7, scope: !4) 113 !32 = !DILocation(line: 8, scope: !4)
|
/frameworks/base/packages/Tethering/src/android/net/util/ |
D | BaseNetdUnsolicitedEventListener.java | 41 int scope) { } in onInterfaceAddressUpdated() argument 45 int scope) { } in onInterfaceAddressRemoved() argument
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | DrmPlugin.cpp | 171 Status_V1_2 DrmPlugin::getKeyRequestCommon(const hidl_vec<uint8_t>& scope, in getKeyRequestCommon() argument 193 if (scope.size() == 0 || in getKeyRequestCommon() 200 const std::vector<uint8_t> scopeId = toVector(scope); in getKeyRequestCommon() 244 const hidl_vec<uint8_t>& scope, in getKeyRequest() argument 256 scope, initData, mimeType, keyType, optionalParameters, in getKeyRequest() 266 const hidl_vec<uint8_t>& scope, in getKeyRequest_1_1() argument 278 scope, initData, mimeType, keyType, optionalParameters, in getKeyRequest_1_1() 287 const hidl_vec<uint8_t>& scope, in getKeyRequest_1_2() argument 299 scope, initData, mimeType, keyType, optionalParameters, in getKeyRequest_1_2() 347 const hidl_vec<uint8_t>& scope, in provideKeyResponse() argument [all …]
|
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
D | SourceTransformerTest.kt | 199 assertEquals(PROTO_LOG_IMPL_PATH, methodCall.scope.get().toString()) in <lambda>() 241 assertEquals(PROTO_LOG_IMPL_PATH, methodCall.scope.get().toString()) in <lambda>() 279 assertEquals(PROTO_LOG_IMPL_PATH, methodCall.scope.get().toString()) in <lambda>() 316 assertEquals(PROTO_LOG_IMPL_PATH, methodCall.scope.get().toString()) in <lambda>() 350 assertEquals(PROTO_LOG_IMPL_PATH, methodCall.scope.get().toString()) in <lambda>() 388 assertEquals(PROTO_LOG_IMPL_PATH, methodCall.scope.get().toString()) in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | SettingsToPropertiesMapper.java | 143 String scope = properties.getNamespace(); in updatePropertiesFromSettings() 145 String propertyName = makePropertyName(scope, key); in updatePropertiesFromSettings() 147 log("unable to construct system property for " + scope + "/" in updatePropertiesFromSettings()
|
/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
D | RawBatteryStats.java | 104 Scope scope(); in scope() method 171 @Line(tag="bt", scope=Scope.SYSTEM, count=Count.SINGLE) 212 @Line(tag="gn", scope=Scope.SYSTEM, count=Count.SINGLE) 245 @Line(tag="gmcd", scope=Scope.SYSTEM, count=Count.SINGLE) 260 @Line(tag="m", scope=Scope.SYSTEM, count=Count.SINGLE) 326 @Line(tag="nt", scope=Scope.UID, count=Count.SINGLE) 396 @Line(tag="sgt", scope=Scope.SYSTEM, count=Count.SINGLE) 402 @Line(tag="sst", scope=Scope.SYSTEM, count=Count.SINGLE) 408 @Line(tag="uid", scope=Scope.UID, count=Count.MULTIPLE) 417 @Line(tag="vers", scope=Scope.SYSTEM, count=Count.SINGLE)
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/ |
D | DrmPlugin.h | 81 const hidl_vec<uint8_t>& scope, 89 const hidl_vec<uint8_t>& scope, 97 const hidl_vec<uint8_t>& scope, 105 const hidl_vec<uint8_t>& scope, 382 Status_V1_2 getKeyRequestCommon(const hidl_vec<uint8_t>& scope,
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/frameworks/av/media/ndk/include/media/ |
D | NdkMediaDrm.h | 296 media_status_t AMediaDrm_getKeyRequest(AMediaDrm *, const AMediaDrmScope *scope, 319 media_status_t AMediaDrm_provideKeyResponse(AMediaDrm *, const AMediaDrmScope *scope,
|
/frameworks/base/tests/TouchLatency/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 78 @rem End local scope for the variables with windows NT shell
|
/frameworks/base/startop/apps/ColorChanging/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 72 @rem End local scope for the variables with windows NT shell
|
/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
D | test.proto | 22 * Enum that outside the scope of any classes. 42 * Enum that is inside the scope of a class.
|
/frameworks/base/tools/streaming_proto/test/ |
D | test.proto | 24 * Enum that outside the scope of any classes. 40 * Enum that is inside the scope of a class.
|
/frameworks/av/media/ndk/ |
D | NdkMediaDrm.cpp | 411 media_status_t AMediaDrm_getKeyRequest(AMediaDrm *mObj, const AMediaDrmScope *scope, in AMediaDrm_getKeyRequest() argument 419 if (!mimeType || !scope || !keyRequest || !keyRequestSize) { in AMediaDrm_getKeyRequest() 424 if (!findId(mObj, *scope, iter)) { in AMediaDrm_getKeyRequest() 465 media_status_t AMediaDrm_provideKeyResponse(AMediaDrm *mObj, const AMediaDrmScope *scope, in AMediaDrm_provideKeyResponse() argument 471 if (!scope || !response || !responseSize || !keySetId) { in AMediaDrm_provideKeyResponse() 476 if (!findId(mObj, *scope, iter)) { in AMediaDrm_provideKeyResponse()
|
/frameworks/native/libs/gui/sysprop/ |
D | LibGuiProperties.sysprop | 22 scope: Public
|