/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | UConverterAlias.java | 277 char type, nextType; in io_stripASCIIForCompare() local 290 nextType = GET_CHAR_TYPE(name.charAt(nameIndex)); in io_stripASCIIForCompare() 291 if (nextType == ZERO || nextType == NONZERO) { in io_stripASCIIForCompare() 332 char type, nextType; in compareNames() local 346 nextType = GET_CHAR_TYPE(name1.charAt(name1Index)); in compareNames() 347 if (nextType == ZERO || nextType == NONZERO) { in compareNames() 371 nextType = GET_CHAR_TYPE(name2.charAt(name2Index)); in compareNames() 372 if (nextType == ZERO || nextType == NONZERO) { in compareNames()
|
/external/cronet/third_party/icu/source/common/ |
D | ucnv_io.cpp | 389 uint8_t type, nextType; in ucnv_io_stripASCIIForCompare() local 401 nextType = GET_ASCII_TYPE(*name); in ucnv_io_stripASCIIForCompare() 402 if (nextType == ZERO || nextType == NONZERO) { in ucnv_io_stripASCIIForCompare() 424 uint8_t type, nextType; in ucnv_io_stripEBCDICForCompare() local 436 nextType = GET_EBCDIC_TYPE(*name); in ucnv_io_stripEBCDICForCompare() 437 if (nextType == ZERO || nextType == NONZERO) { in ucnv_io_stripEBCDICForCompare() 480 uint8_t type, nextType; in ucnv_compareNames() local 493 nextType = GET_CHAR_TYPE(*name1); in ucnv_compareNames() 494 if (nextType == ZERO || nextType == NONZERO) { in ucnv_compareNames() 517 nextType = GET_CHAR_TYPE(*name2); in ucnv_compareNames() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucnv_io.cpp | 389 uint8_t type, nextType; in ucnv_io_stripASCIIForCompare() local 401 nextType = GET_ASCII_TYPE(*name); in ucnv_io_stripASCIIForCompare() 402 if (nextType == ZERO || nextType == NONZERO) { in ucnv_io_stripASCIIForCompare() 424 uint8_t type, nextType; in ucnv_io_stripEBCDICForCompare() local 436 nextType = GET_EBCDIC_TYPE(*name); in ucnv_io_stripEBCDICForCompare() 437 if (nextType == ZERO || nextType == NONZERO) { in ucnv_io_stripEBCDICForCompare() 480 uint8_t type, nextType; in ucnv_compareNames() local 493 nextType = GET_CHAR_TYPE(*name1); in ucnv_compareNames() 494 if (nextType == ZERO || nextType == NONZERO) { in ucnv_compareNames() 517 nextType = GET_CHAR_TYPE(*name2); in ucnv_compareNames() [all …]
|
/external/skia/src/gpu/graphite/ |
D | GraphiteResourceKey.cpp | 13 static std::atomic<int32_t> nextType{ResourceKey::kInvalidDomain + 1}; in GenerateResourceType() local 15 int32_t type = nextType.fetch_add(1, std::memory_order_relaxed); in GenerateResourceType()
|
/external/skia/src/gpu/ |
D | ResourceKey.cpp | 14 static std::atomic<int32_t> nextType{ResourceKey::kInvalidDomain + 1}; in GenerateResourceType() local 16 int32_t type = nextType.fetch_add(1, std::memory_order_relaxed); in GenerateResourceType()
|
/external/proguard/src/proguard/classfile/util/ |
D | InternalTypeEnumeration.java | 91 public String nextType() in nextType() method in InternalTypeEnumeration 199 System.out.println(" Type ["+enumeration.nextType()+"]"); in main()
|
D | ExternalTypeEnumeration.java | 79 public String nextType() in nextType() method in ExternalTypeEnumeration
|
D | ClassUtil.java | 827 internalMethodDescriptor.append(internalType(externalTypeEnumeration.nextType())); in internalMethodDescriptor() 1240 externalMethodNameAndArguments.append(externalType(internalTypeEnumeration.nextType())); in externalMethodArguments()
|
/external/proguard/src/proguard/classfile/editor/ |
D | InterfaceSorter.java | 101 String internalType = internalTypeEnumeration.nextType(); in visitSignatureAttribute() 119 String internalType = internalTypeEnumeration.nextType(); in visitSignatureAttribute()
|
D | InterfaceDeleter.java | 122 String internalType = internalTypeEnumeration.nextType(); in visitSignatureAttribute() 152 String internalType = internalTypeEnumeration.nextType(); in visitSignatureAttribute()
|
/external/proguard/src/proguard/optimize/ |
D | MethodDescriptorShrinker.java | 193 String type = internalTypeEnumeration.nextType(); in visitAnyParameterAnnotationsAttribute() 243 String type = internalTypeEnumeration.nextType(); in shrinkDescriptor() 300 String type = internalTypeEnumeration.nextType(); in shrinkReferencedClasses()
|
D | TailRecursionSimplifier.java | 296 String parameterType = internalTypeEnumeration.nextType(); in storeParameters()
|
/external/OpenCSD/decoder/source/etmv3/ |
D | trc_pkt_proc_etmv3_impl.h | 100 … int numBytes, const process_state nextState, const ocsd_etmv3_pkt_type nextType); // set first n …
|
D | trc_pkt_proc_etmv3_impl.cpp | 219 …rocImpl::setBytesPartPkt(int numBytes, process_state nextState, const ocsd_etmv3_pkt_type nextType) in setBytesPartPkt() argument 229 m_post_part_pkt_type = nextType; in setBytesPartPkt()
|
/external/proguard/src/proguard/ |
D | FullyQualifiedClassNameChecker.java | 128 checkType(internalTypeEnumeration.nextType()); in checkDescriptor()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumDescriptorSimplifier.java | 432 String type = internalTypeEnumeration.nextType(); in simplifyDescriptor() 519 String type = internalTypeEnumeration.nextType(); in simplifyReferencedClasses()
|
/external/proguard/src/proguard/evaluation/ |
D | BasicInvocationUnit.java | 106 String type = internalTypeEnumeration.nextType(); in enterMethod()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 260 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(pNext); in checkSupportImageSamplingInstance() local 261 switch (nextType) in checkSupportImageSamplingInstance() 393 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(pNext); in setup() local 394 switch (nextType) in setup()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | MethodInliner.java | 272 String parameterType = internalTypeEnumeration.nextType(); in storeParameters()
|
/external/skia/src/utils/ |
D | SkPolyUtils.cpp | 1691 TriangulationVertex::VertexType nextType = triangulationVertices[nextIndex].fVertexType; in SkTriangulateSimplePolygon() local 1695 TriangulationVertex::VertexType::kReflex == nextType) { in SkTriangulateSimplePolygon()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 3965 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(pNext); in mapVkSampler() local 3966 switch (nextType) in mapVkSampler()
|
/external/doclava/src/com/google/doclava/ |
D | ClassInfo.java | 468 TypeInfo nextType; in superClassesWithTypes() local
|