Searched refs:scopeId (Results 1 – 8 of 8) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/net/ |
D | InetAddressesTest.java | 205 for (String scopeId : SCOPE_IDS) { in testIPv4AddressWithScopeId() 206 String withScopeId = ipString + "%" + scopeId; in testIPv4AddressWithScopeId() 218 for (String scopeId : SCOPE_IDS) { in testDottedQuadAddressWithScopeId() 219 String withScopeId = ipString + "%" + scopeId; in testDottedQuadAddressWithScopeId() 240 for (String scopeId : SCOPE_IDS) { in testIPv6AddressWithScopeId() 241 String withScopeId = ipString + "%" + scopeId; in testIPv6AddressWithScopeId()
|
/external/guava/guava-tests/test/com/google/common/net/ |
D | InetAddressesTest.java | 205 for (String scopeId : SCOPE_IDS) { in testIPv4AddressWithScopeId() 206 String withScopeId = ipString + "%" + scopeId; in testIPv4AddressWithScopeId() 218 for (String scopeId : SCOPE_IDS) { in testDottedQuadAddressWithScopeId() 219 String withScopeId = ipString + "%" + scopeId; in testDottedQuadAddressWithScopeId() 240 for (String scopeId : SCOPE_IDS) { in testIPv6AddressWithScopeId() 241 String withScopeId = ipString + "%" + scopeId; in testIPv6AddressWithScopeId()
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/ |
D | style-properties.js | 451 _scopeKeyframes(rule, scopeId) { argument 456 rule.transformedKeyframesName = rule['keyframesName'] + '-' + scopeId; 476 _scopeSelector(rule, hostRx, hostSelector, scopeId) { argument 479 let scope = '.' + scopeId;
|
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
D | mdnsNSP.c | 2340 DWORD scopeId = 0; in GetScopeId() local 2417 scopeId = iaa->Ipv6IfIndex; in GetScopeId() 2429 return scopeId; in GetScopeId()
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 7847 spv::Id scopeId; in createAtomicOperation() local 7849 scopeId = builder.makeUintConstant(spv::ScopeQueueFamilyKHR); in createAtomicOperation() 7851 scopeId = builder.makeUintConstant(spv::ScopeDevice); in createAtomicOperation() 7867 scopeId = operands[3]; in createAtomicOperation() 7875 scopeId = operands[1]; in createAtomicOperation() 7883 scopeId = operands[2]; in createAtomicOperation() 7898 if (builder.getConstantScalar(scopeId) == spv::ScopeQueueFamily) { in createAtomicOperation() 7902 …if (glslangIntermediate->usingVulkanMemoryModel() && builder.getConstantScalar(scopeId) == spv::Sc… in createAtomicOperation() 7908 spvAtomicOperands.push_back(scopeId); in createAtomicOperation()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | GlslangToSpv.cpp | 7932 spv::Id scopeId; in createAtomicOperation() local 7934 scopeId = builder.makeUintConstant(spv::ScopeQueueFamilyKHR); in createAtomicOperation() 7936 scopeId = builder.makeUintConstant(spv::ScopeDevice); in createAtomicOperation() 7952 scopeId = operands[3]; in createAtomicOperation() 7960 scopeId = operands[1]; in createAtomicOperation() 7968 scopeId = operands[2]; in createAtomicOperation() 7983 if (builder.getConstantScalar(scopeId) == spv::ScopeQueueFamily) { in createAtomicOperation() 7987 …if (glslangIntermediate->usingVulkanMemoryModel() && builder.getConstantScalar(scopeId) == spv::Sc… in createAtomicOperation() 7993 spvAtomicOperands.push_back(scopeId); in createAtomicOperation()
|
/external/angle/src/compiler/translator/spirv/ |
D | OutputSPIRV.cpp | 3275 const spirv::IdScope scopeId = mBuilder.getUintConstant(spv::ScopeDevice); in createAtomicBuiltIn() local 3342 result, pointerId, scopeId, semanticsId, semanticsId, in createAtomicBuiltIn() 3351 writeAtomicOp(mBuilder.getSpirvCurrentFunctionBlock(), resultTypeId, result, pointerId, scopeId, in createAtomicBuiltIn()
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
D | scoping-shim.min.js.map | 1 …scopeId","_keyframesRuleTransformer","applyCustomStyle","XSCOPE_NAME","placeholderMap","ce","origD…
|