/external/fonttools/Lib/fontTools/pens/ |
D | reverseContourPen.py | 60 lastType, lastPts = contour[-1] 68 contour[-1] = (lastType, 75 secondType, secondPts = lastType, lastPts 83 contour[-1] = (lastType, 88 contour[-1] = (lastType, tuple(lastPts[:-1]) + (firstOnCurve,))
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ExtractCollationRules.java | 33 String lastType = ""; in set() local 47 if (!type.equals(lastType)) { in set() 48 lastType = type; in set() 49 type_rules.put(lastType, rules.toString()); in set() 99 type_rules.put(lastType, rules.toString()); in set()
|
D | DtdDataCheck.java | 245 DtdType lastType = null; in main() local 255 if (lastType != type) { in main() 256 if (lastType != null) { in main() 257 showAll(lastType, allElements); in main() 259 lastType = type; in main() 278 showAll(lastType, allElements); in main()
|
D | ICUServiceBuilder.java | 436 String lastType; in getArray() local 438 lastType = itemNames != null && i < itemNames.length ? itemNames[i] : String.valueOf(i); in getArray() 439 String item = cldrFile.getWinningValueWithBailey(prefix + lastType + postfix); in getArray() 447 …+ prefix + lastType + postfix + " - result.size=" + result.size() + ", less than acceptable minimu… in getArray()
|
D | StandardCodes.java | 1127 LstrType lastType = null; 1179 subtagData = CldrUtility.get(result2, lastType = LstrType.valueOf(rest)); 1196 languageCount.add(lastType, 1); 1202 languageCount.add(lastType, 1);
|
/external/turbine/java/com/google/turbine/parse/ |
D | VariableInitializerParser.java | 284 int lastType = -1; in dropBracks() local 287 lastType = ltIndices.removeLast(); in dropBracks() 295 this.tokens = tokens.subList(0, lastType); in dropBracks()
|
/external/gptfdisk/ |
D | parttypes.cc | 23 AType* PartType::lastType = NULL; member in PartType 252 lastType->next = tempType; in AddType() 254 lastType = tempType; in AddType()
|
D | parttypes.h | 36 static AType* lastType; // Pointer to last entry in the list variable
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckNumbers.java | 222 String lastType = parts.getAttributeValue(-1, "type"); in handleCheck() local 225 if (lastType != null && !lastType.equals("standard")) { in handleCheck() 226 Matcher matcher = ALLOWED_INTEGER.matcher(lastType); in handleCheck()
|
/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/ |
D | core.go | 447 lastType := types[length-1] 448 if lastType.in(LRI, RLI, FSI) {
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutTests.cpp | 161 const glu::VarType& lastType = lastVar.getType(); in generateBlock() local 162 …const bool isUnsizedArr = lastType.isArrayType() && (lastType.getArraySize() == glu::VarType::UN… in generateBlock()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 183 const glu::VarType& lastType = lastVar.getType(); in generateBlock() local 184 …const bool isUnsizedArr = lastType.isArrayType() && (lastType.getArraySize() == glu::VarType::UN… in generateBlock()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MeasureUnitTest.java | 1605 String lastType = null; in testAUnit() local 1609 if (!type.equals(lastType)) { in testAUnit() 1611 lastType = type; in testAUnit()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MeasureUnitTest.java | 1602 String lastType = null; in testAUnit() local 1606 if (!type.equals(lastType)) { in testAUnit() 1608 lastType = type; in testAUnit()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 2604 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } in classofKind()
|