/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/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/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/skqp/src/gpu/ |
D | GrResourceCache.cpp | 35 static std::atomic<int32_t> nextType{INHERITED::kInvalidDomain + 1}; in GenerateResourceType() local 37 int32_t type = nextType++; in GenerateResourceType()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 259 …const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(params.samplerParams.pN… in checkSupportImageSamplingInstance() local 261 if (nextType == VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT) in checkSupportImageSamplingInstance() 338 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(m_samplerParams.pNext); in ImageSamplingInstance() local 339 switch (nextType) in ImageSamplingInstance()
|
/external/skia/src/gpu/ |
D | GrResourceCache.cpp | 38 static std::atomic<int32_t> nextType{INHERITED::kInvalidDomain + 1}; in GenerateResourceType() local 40 int32_t type = nextType++; in GenerateResourceType()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | MethodInliner.java | 272 String parameterType = internalTypeEnumeration.nextType(); in storeParameters()
|
/external/skqp/src/utils/ |
D | SkPolyUtils.cpp | 1613 TriangulationVertex::VertexType nextType = triangulationVertices[nextIndex].fVertexType; in SkTriangulateSimplePolygon() local 1617 TriangulationVertex::VertexType::kReflex == nextType) { in SkTriangulateSimplePolygon()
|
/external/skia/src/utils/ |
D | SkPolyUtils.cpp | 1645 TriangulationVertex::VertexType nextType = triangulationVertices[nextIndex].fVertexType; in SkTriangulateSimplePolygon() local 1649 TriangulationVertex::VertexType::kReflex == nextType) { in SkTriangulateSimplePolygon()
|
/external/skqp/tools/bookmaker/ |
D | bmhParser.cpp | 2046 MarkType nextType = this->getMarkType(MarkLookup::kAllowUnknown); in skipToDefinitionEnd() local 2047 if (markType != nextType) { in skipToDefinitionEnd()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 3540 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(pNext); in mapVkSampler() local 3541 switch (nextType) in mapVkSampler()
|
/external/doclava/src/com/google/doclava/ |
D | ClassInfo.java | 468 TypeInfo nextType; in superClassesWithTypes() local
|