/frameworks/base/core/java/android/net/ |
D | LinkAddress.java | 81 private int scope; field in LinkAddress 155 private void init(InetAddress address, int prefixLength, int flags, int scope) { in init() argument 167 this.scope = scope; in init() 183 int flags, int scope) { in LinkAddress() argument 184 init(address, prefixLength, flags, scope); in LinkAddress() 199 this.scope = scopeForUnicastAddress(address); in LinkAddress() 223 this.scope = scopeForUnicastAddress(this.address); in LinkAddress() 236 public LinkAddress(@NonNull String address, int flags, int scope) { in LinkAddress() argument 240 init(ipAndMask.first, ipAndMask.second, flags, scope); in LinkAddress() 271 this.scope == linkAddress.scope; in equals() [all …]
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | AppFuseBridge.java | 91 final MountScope scope; 93 scope = mScopes.get(mountId); 94 if (scope == null) { 98 final boolean result = scope.waitForMount(); 104 return scope.openFile(mountId, fileId, flags); 112 final MountScope scope = mScopes.get(mountId); 113 if (scope != null) { 114 scope.setMountResultLocked(true); 120 final MountScope scope = mScopes.get(mountId); 121 if (scope != null) { [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | descriptor_pool.py | 300 scope = self.FindMessageTypeByName(message_name) 303 scope = self.FindFileContainingSymbol(full_name) 304 return scope.extensions_by_name[extension_name] 350 scope = {} 357 scope.update(self._ExtractSymbols( 359 scope.update((_PrefixWithDot(enum.full_name), enum) 364 message_type, file_proto.package, file_descriptor, scope, 372 file_descriptor, None, scope)) 378 file_descriptor.package, extension_proto.extendee, scope) 380 file_descriptor.package, scope) [all …]
|
/frameworks/base/tests/net/java/android/net/util/ |
D | DnsUtilsTest.java | 97 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV4SortableAddress() 108 assertEquals(test.scope, IPV6_ADDR_SCOPE_LINKLOCAL); in testV4SortableAddress() 118 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress() 127 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress() 137 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress() 150 assertEquals(test.scope, IPV6_ADDR_SCOPE_LINKLOCAL); in testV6SortableAddress() 156 assertEquals(test.scope, IPV6_ADDR_SCOPE_LINKLOCAL); in testV6SortableAddress() 162 assertEquals(test.scope, IPV6_ADDR_SCOPE_LINKLOCAL); in testV6SortableAddress() 168 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress() 174 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: System 47 scope: System 56 scope: System 65 scope: System 83 scope: System 93 scope: System 111 scope: System 120 scope: System 132 scope: System 142 scope: System [all …]
|
/frameworks/ml/nn/runtime/test/ |
D | TestUnknownDimensions.cpp | 159 auto getDimForCompile = [](DimensionKind kind, std::string* scope) { in TestOne() argument 162 if (scope) scope->append(" INTENDED_AT_COMPILE_AND_EXECUTE"); in TestOne() 165 if (scope) scope->append(" INTENDED_AT_COMPILE_NOT_SET_AT_EXECUTE"); in TestOne() 168 if (scope) scope->append(" UNKNOWN_AT_COMPILE_INTENDED_AT_EXECUTE"); in TestOne() 171 if (scope) scope->append(" UNKNOWN_AT_COMPILE_OTHER_AT_EXECUTE"); in TestOne() 176 std::string* scope = nullptr) { in TestOne() argument 179 { getDimForCompile(std::get<0>(params), scope), in TestOne() 180 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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_extension.cc | 127 string scope = (descriptor_->extension_scope() == NULL) ? "" : in GenerateDefinition() local 129 string name = scope + descriptor_->name(); in GenerateDefinition() 139 vars["scope" ] = scope; in GenerateDefinition()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | DrmPlugin.cpp | 164 Status_V1_2 DrmPlugin::getKeyRequestCommon(const hidl_vec<uint8_t>& scope, in getKeyRequestCommon() argument 186 if (scope.size() == 0 || in getKeyRequestCommon() 193 const std::vector<uint8_t> scopeId = toVector(scope); in getKeyRequestCommon() 237 const hidl_vec<uint8_t>& scope, in getKeyRequest() argument 249 scope, initData, mimeType, keyType, optionalParameters, in getKeyRequest() 259 const hidl_vec<uint8_t>& scope, in getKeyRequest_1_1() argument 271 scope, initData, mimeType, keyType, optionalParameters, in getKeyRequest_1_1() 280 const hidl_vec<uint8_t>& scope, in getKeyRequest_1_2() argument 292 scope, initData, mimeType, keyType, optionalParameters, in getKeyRequest_1_2() 340 const hidl_vec<uint8_t>& scope, in provideKeyResponse() argument [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | SettingsToPropertiesMapper.java | 140 String scope = properties.getNamespace(); in updatePropertiesFromSettings() 142 String propertyName = makePropertyName(scope, key); in updatePropertiesFromSettings() 144 log("unable to construct system property for " + scope + "/" in updatePropertiesFromSettings()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_extension.cc | 65 const string& scope, in InitTemplateVars() argument 70 vars["scope"] = scope; in InitTemplateVars()
|
/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/opt/gamesdk/src/tuningfork/tools/validation/ |
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/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/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/opt/gamesdk/third_party/cube/ |
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/opt/gamesdk/samples/tuningfork/tftestapp/ |
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/av/media/ndk/include/media/ |
D | NdkMediaDrm.h | 278 media_status_t AMediaDrm_getKeyRequest(AMediaDrm *, const AMediaDrmScope *scope, 300 media_status_t AMediaDrm_provideKeyResponse(AMediaDrm *, const AMediaDrmScope *scope,
|
/frameworks/opt/gamesdk/samples/bouncyball/ |
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/opt/gamesdk/samples/unitypackaging/ |
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
|