/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 383 switch (Lex.getCode()) { in ParseObjectName() 418 if (Lex.getCode() != tgtok::Id) { in ParseClassID() 437 if (Lex.getCode() != tgtok::Id) { in ParseMultiClassID() 470 if (Lex.getCode() != tgtok::less) { in ParseSubClassReference() 476 if (Lex.getCode() == tgtok::greater) { in ParseSubClassReference() 488 if (Lex.getCode() != tgtok::greater) { in ParseSubClassReference() 515 if (Lex.getCode() != tgtok::less) { in ParseSubMultiClassReference() 521 if (Lex.getCode() == tgtok::greater) { in ParseSubMultiClassReference() 533 if (Lex.getCode() != tgtok::greater) { in ParseSubMultiClassReference() 549 if (Lex.getCode() != tgtok::IntVal) { in ParseRangePiece() [all …]
|
D | TGLexer.h | 99 tgtok::TokKind getCode() const { return CurCode; } in getCode() function
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAbbrev.cpp | 34 FirstAbbrCode = AbbrDecl.getCode(); in extract() 36 if (PrevAbbrCode + 1 != AbbrDecl.getCode()) { in extract() 41 PrevAbbrCode = AbbrDecl.getCode(); in extract() 57 if (Decl.getCode() == AbbrCode) in getAbbreviationDeclaration()
|
D | DWARFAbbreviationDeclaration.cpp | 66 OS << '[' << getCode() << "] "; in dump()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | TestUScript.java | 76 int[] code = UScript.getCode(testNames[i]); in TestLocaleGetCode() 97 int[] code = UScript.getCode(esperanto); in TestLocaleGetCode() 110 UScript.getCode(new ULocale("tg"))); in TestLocaleGetCode() 113 UScript.getCode(new ULocale("xsr"))); in TestLocaleGetCode() 118 UScript.getCode(ULocale.JAPANESE)); in TestLocaleGetCode() 121 UScript.getCode(ULocale.KOREAN)); in TestLocaleGetCode() 124 UScript.getCode(ULocale.CHINESE)); in TestLocaleGetCode() 127 UScript.getCode(ULocale.TRADITIONAL_CHINESE)); in TestLocaleGetCode() 130 UScript.getCode(ULocale.TAIWAN)); in TestLocaleGetCode() 135 UScript.getCode("ro-RO")); // String not ULocale in TestLocaleGetCode() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | TestUScript.java | 80 int[] code = UScript.getCode(testNames[i]); in TestLocaleGetCode() 101 int[] code = UScript.getCode(esperanto); in TestLocaleGetCode() 114 UScript.getCode(new ULocale("tg"))); in TestLocaleGetCode() 117 UScript.getCode(new ULocale("xsr"))); in TestLocaleGetCode() 122 UScript.getCode(ULocale.JAPANESE)); in TestLocaleGetCode() 125 UScript.getCode(ULocale.KOREAN)); in TestLocaleGetCode() 128 UScript.getCode(ULocale.CHINESE)); in TestLocaleGetCode() 131 UScript.getCode(ULocale.TRADITIONAL_CHINESE)); in TestLocaleGetCode() 134 UScript.getCode(ULocale.TAIWAN)); in TestLocaleGetCode() 139 UScript.getCode("ro-RO")); // String not ULocale in TestLocaleGetCode() [all …]
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
D | HttpStatus.java | 821 public int getCode() in getCode() method in HttpStatus.Code 927 public static Code getCode(int code) in getCode() method in HttpStatus 946 Code codeEnum = getCode(code); in getMessage()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | WriteCharts.java | 64 scripts = UScript.getCode(source); in getAllScripts() 74 scripts = UScript.getCode(target); in getAllScripts() 131 int[] scripts = UScript.getCode(source); in print() 148 int[] scripts = UScript.getCode(target); in print()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | WriteCharts.java | 65 scripts = UScript.getCode(source); in getAllScripts() 75 scripts = UScript.getCode(target); in getAllScripts() 132 int[] scripts = UScript.getCode(source); in print() 149 int[] scripts = UScript.getCode(target); in print()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
D | ShapeImmutableTest.java | 34 assertEquals(new Integer(123), loaded.getCode()); in testCode() 60 assertEquals(new Integer(555), code2.getCode()); in testCode2()
|
D | Code.java | 25 public Integer getCode() { in getCode() method in Code
|
D | Code2.java | 32 public Integer getCode() { in getCode() method in Code2
|
D | Code4.java | 33 public Integer getCode() { in getCode() method in Code4
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
D | Child1.java | 25 public Integer getCode() { in getCode() method in Child1
|
D | BeanConstructorTest.java | 200 assertEquals(new Integer(25), child.getCode()); in testScalarContructor() 246 public Integer getCode() { in getCode() method in BeanConstructorTest.ExceptionChild
|
/external/xmlrpcpp/src/ |
D | XmlRpcException.h | 33 int getCode() const { return _code; } in getCode() function
|
D | XmlRpcServerConnection.cpp | 225 generateFaultResponse(fault.getMessage(), fault.getCode()); in executeRequest() 311 result[i][FAULTCODE] = fault.getCode(); in executeMulticall()
|
/external/nist-sip/java/javax/sip/header/ |
D | WarningHeader.java | 25 int getCode(); in getCode() method
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfHuf.cpp | 816 #define getCode(po, rlc, c, lc, in, out, oe) \ macro 889 getCode (pl.lit, rlc, c, lc, in, out, oe); in hufDecode() 919 getCode (pl.p[j], rlc, c, lc, in, out, oe); in hufDecode() 946 getCode (pl.lit, rlc, c, lc, in, out, oe); in hufDecode()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UScript.java | 1017 public static final int[] getCode(Locale locale){ in getCode() method in UScript 1028 public static final int[] getCode(ULocale locale){ in getCode() method in UScript 1044 public static final int[] getCode(String nameOrAbbrOrLocale) { in getCode() method in UScript
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UScript.java | 843 public static final int[] getCode(Locale locale){ in getCode() method in UScript 853 public static final int[] getCode(ULocale locale){ in getCode() method in UScript 868 public static final int[] getCode(String nameOrAbbrOrLocale) { in getCode() method in UScript
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 31 uint32_t getCode() const { return Code; } in getCode() function
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Warning.java | 91 public int getCode() { in getCode() method in Warning
|
/external/llvm/utils/TableGen/ |
D | AsmWriterInst.h | 88 std::string getCode() const;
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 591 if (testResult.getCode() == QP_TEST_RESULT_PASS) in iterate() 640 if (!isOk && testResult.getCode() == QP_TEST_RESULT_PASS) in iterate() 664 if (testResult.getCode() == QP_TEST_RESULT_PASS) in iterate() 909 if (testResult.getCode() == QP_TEST_RESULT_PASS) in iterate() 1159 if (testResult.getCode() == QP_TEST_RESULT_PASS) in iterate() 1189 if (testResult.getCode() == QP_TEST_RESULT_PASS) in iterate() 1200 if (testResult.getCode() == QP_TEST_RESULT_PASS) in iterate()
|