Home
last modified time | relevance | path

Searched refs:getCode (Results 1 – 25 of 89) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.cpp310 if (Lex.getCode() != tgtok::Id) in ParseObjectName()
325 if (Lex.getCode() != tgtok::Id) { in ParseClassID()
344 if (Lex.getCode() != tgtok::Id) { in ParseMultiClassID()
358 if (Lex.getCode() != tgtok::Id) { in ParseDefmID()
392 if (Lex.getCode() != tgtok::less) in ParseSubClassReference()
396 if (Lex.getCode() == tgtok::greater) { in ParseSubClassReference()
408 if (Lex.getCode() != tgtok::greater) { in ParseSubClassReference()
434 if (Lex.getCode() != tgtok::less) in ParseSubMultiClassReference()
438 if (Lex.getCode() == tgtok::greater) { in ParseSubMultiClassReference()
450 if (Lex.getCode() != tgtok::greater) { in ParseSubMultiClassReference()
[all …]
/external/llvm/lib/TableGen/
DTGParser.cpp378 switch (Lex.getCode()) { in ParseObjectName()
413 if (Lex.getCode() != tgtok::Id) { in ParseClassID()
432 if (Lex.getCode() != tgtok::Id) { in ParseMultiClassID()
465 if (Lex.getCode() != tgtok::less) { in ParseSubClassReference()
471 if (Lex.getCode() == tgtok::greater) { in ParseSubClassReference()
483 if (Lex.getCode() != tgtok::greater) { in ParseSubClassReference()
510 if (Lex.getCode() != tgtok::less) { in ParseSubMultiClassReference()
516 if (Lex.getCode() == tgtok::greater) { in ParseSubMultiClassReference()
528 if (Lex.getCode() != tgtok::greater) { in ParseSubMultiClassReference()
544 if (Lex.getCode() != tgtok::IntVal) { in ParseRangePiece()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DDataDrivenUScriptTest.java71 int[] code = UScript.getCode(testLocaleName); in TestLocaleGetCode()
85 code = UScript.getCode(esperanto); in TestLocaleGetCode()
97 new int[] { UScript.CYRILLIC }, UScript.getCode(new ULocale("tg"))); in TestLocaleGetCode()
99 new int[] { UScript.DEVANAGARI }, UScript.getCode(new ULocale("xsr"))); in TestLocaleGetCode()
103 … new int[] { UScript.KATAKANA, UScript.HIRAGANA, UScript.HAN }, UScript.getCode(ULocale.JAPANESE)); in TestLocaleGetCode()
105 UScript.getCode(ULocale.KOREAN)); in TestLocaleGetCode()
106 …assertEqualScripts("zh script: Hani", new int[] { UScript.HAN }, UScript.getCode(ULocale.CHINESE)); in TestLocaleGetCode()
108 UScript.getCode(ULocale.TRADITIONAL_CHINESE)); in TestLocaleGetCode()
110 UScript.getCode(ULocale.TAIWAN)); in TestLocaleGetCode()
113 …assertEqualScripts("ro-RO script: Latn", new int[] { UScript.LATIN }, UScript.getCode("ro-RO")); /… in TestLocaleGetCode()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DDataDrivenUScriptTest.java68 int[] code = UScript.getCode(testLocaleName); in TestLocaleGetCode()
82 code = UScript.getCode(esperanto); in TestLocaleGetCode()
94 new int[] { UScript.CYRILLIC }, UScript.getCode(new ULocale("tg"))); in TestLocaleGetCode()
96 new int[] { UScript.DEVANAGARI }, UScript.getCode(new ULocale("xsr"))); in TestLocaleGetCode()
100 … new int[] { UScript.KATAKANA, UScript.HIRAGANA, UScript.HAN }, UScript.getCode(ULocale.JAPANESE)); in TestLocaleGetCode()
102 UScript.getCode(ULocale.KOREAN)); in TestLocaleGetCode()
103 …assertEqualScripts("zh script: Hani", new int[] { UScript.HAN }, UScript.getCode(ULocale.CHINESE)); in TestLocaleGetCode()
105 UScript.getCode(ULocale.TRADITIONAL_CHINESE)); in TestLocaleGetCode()
107 UScript.getCode(ULocale.TAIWAN)); in TestLocaleGetCode()
110 …assertEqualScripts("ro-RO script: Latn", new int[] { UScript.LATIN }, UScript.getCode("ro-RO")); /… in TestLocaleGetCode()
[all …]
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp34 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()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugAbbrev.cpp25 IdxOffset = abbrevDeclaration.getCode(); in extract()
27 if (prevAbbrAode + 1 != abbrevDeclaration.getCode()) in extract()
30 prevAbbrAode = abbrevDeclaration.getCode(); in extract()
47 if (pos->getCode() == abbrCode) in getAbbreviationDeclaration()
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h545 template <typename T> T getCode() const { in getCode() function
569 MachineInstr *getCode() const { in getCode() function
575 MachineInstr *getCode() const { in getCode() function
576 return CodeNode::getCode<MachineInstr*>(); in getCode()
581 MachineBasicBlock *getCode() const { in getCode() function
582 return CodeNode::getCode<MachineBasicBlock*>(); in getCode()
588 MachineFunction *getCode() const { in getCode() function
589 return CodeNode::getCode<MachineFunction*>(); in getCode()
DRDFDeadCode.cpp75 if (!isLiveInstr(NodeAddr<StmtNode*>(IA).Addr->getCode())) in scanInstr()
152 if (isLiveInstr(NodeAddr<StmtNode*>(IA).Addr->getCode())) in collect()
226 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode(); in erase()
DRDFLiveness.cpp139 return NodeAddr<StmtNode*>(IA).Addr->getCode()->getParent(); in getAllReachingDefs()
143 return BA.Addr->getCode(); in getAllReachingDefs()
159 auto CA = NodeAddr<StmtNode*>(OA).Addr->getCode(); in getAllReachingDefs()
160 auto CB = NodeAddr<StmtNode*>(OB).Addr->getCode(); in getAllReachingDefs()
531 MachineBasicBlock *BB = BA.Addr->getCode(); in computeLiveIns()
569 MachineBasicBlock *MB = BA.Addr->getCode(); in computeLiveIns()
602 auto &LOX = PhiLOX[PrA.Addr->getCode()]; in computeLiveIns()
847 if (B != BA.Addr->getCode()) in traverse()
877 if (BA.Addr->getCode() == B) in traverse()
DRDFCopy.cpp126 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock()
149 dbgs() << "Instr: " << *DFG.addr<StmtNode*>(I).Addr->getCode(); in run()
214 << *NodeAddr<StmtNode*>(IA).Addr->getCode(); in run()
DHexagonRDFOpt.cpp167 dbgs() << "Partly dead: " << *SA.Addr->getCode(); in run()
176 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode(); in removeOperand()
205 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode(); in rewrite()
/external/annotation-tools/asmx/test/perf/org/objectweb/asm/
DSERPPerfTest.java67 Code code = methods[i].getCode(false); in nullAdaptClass()
98 Code code = m.getCode(false); in counterAdaptClass()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DWriteCharts.java69 scripts = UScript.getCode(source); in getAllScripts()
79 scripts = UScript.getCode(target); in getAllScripts()
136 int[] scripts = UScript.getCode(source); in print()
153 int[] scripts = UScript.getCode(target); in print()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DWriteCharts.java66 scripts = UScript.getCode(source); in getAllScripts()
76 scripts = UScript.getCode(target); in getAllScripts()
133 int[] scripts = UScript.getCode(source); in print()
150 int[] scripts = UScript.getCode(target); in print()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DShapeImmutableTest.java34 assertEquals(new Integer(123), loaded.getCode()); in testCode()
60 assertEquals(new Integer(555), code2.getCode()); in testCode2()
DCode.java25 public Integer getCode() { in getCode() method in Code
DCode2.java32 public Integer getCode() { in getCode() method in Code2
DCode4.java33 public Integer getCode() { in getCode() method in Code4
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DChild1.java25 public Integer getCode() { in getCode() method in Child1
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
DRcsException.java61 public int getCode() { in getCode() method in RcsException
/external/xmlrpcpp/src/
DXmlRpcException.h33 int getCode() const { return _code; } in getCode() function
/external/python/cpython2/Lib/compiler/
Dpyassem.py305 def getCode(self): member in PyFlowGraph
452 arg = arg.getCode()
540 self.lnotab.getCode(), self.getConsts(),
555 elt = elt.getCode()
647 def getCode(self): member in LineAddrTable
/external/nist-sip/java/javax/sip/header/
DWarningHeader.java25 int getCode(); in getCode() method
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUScript.java889 public static final int[] getCode(Locale locale){ in getCode() method in UScript
899 public static final int[] getCode(ULocale locale){ in getCode() method in UScript
914 public static final int[] getCode(String nameOrAbbrOrLocale) { in getCode() method in UScript
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScript.java1073 public static final int[] getCode(Locale locale){ in getCode() method in UScript
1084 public static final int[] getCode(ULocale locale){ in getCode() method in UScript
1100 public static final int[] getCode(String nameOrAbbrOrLocale) { in getCode() method in UScript

1234