Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp497 switch (Lex.getCode()) { in ParseObjectName()
535 if (Lex.getCode() != tgtok::Id) { in ParseClassID()
560 if (Lex.getCode() != tgtok::Id) { in ParseMultiClassID()
593 if (Lex.getCode() != tgtok::less) { in ParseSubClassReference()
599 if (Lex.getCode() == tgtok::greater) { in ParseSubClassReference()
611 if (Lex.getCode() != tgtok::greater) { in ParseSubClassReference()
638 if (Lex.getCode() != tgtok::less) { in ParseSubMultiClassReference()
644 if (Lex.getCode() == tgtok::greater) { in ParseSubMultiClassReference()
656 if (Lex.getCode() != tgtok::greater) { in ParseSubMultiClassReference()
687 switch (Lex.getCode()) { in ParseRangePiece()
[all …]
/third_party/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 …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp37 FirstAbbrCode = AbbrDecl.getCode(); in extract()
39 if (PrevAbbrCode + 1 != AbbrDecl.getCode()) { in extract()
44 PrevAbbrCode = AbbrDecl.getCode(); in extract()
60 if (Decl.getCode() == AbbrCode) in getAbbreviationDeclaration()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DThread.cpp84 mError = error.getCode(); in setError()
88 sDebug->insertMessage(error.getCode(), command, ErrorCodeToMessageType(error.getCode()), in setError()
DError.cpp54 return gl::FmtHex(os, err.getCode()); in operator <<()
DError.inc70 EGLint Error::getCode() const
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h591 template <typename T> T getCode() const { in getCode() function
615 MachineInstr *getCode() const { in getCode() function
621 MachineInstr *getCode() const { in getCode() function
622 return CodeNode::getCode<MachineInstr*>(); in getCode()
627 MachineBasicBlock *getCode() const { in getCode() function
628 return CodeNode::getCode<MachineBasicBlock*>(); in getCode()
635 MachineFunction *getCode() const { in getCode() function
636 return CodeNode::getCode<MachineFunction*>(); in getCode()
DRDFCopy.cpp76 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock()
107 dbgs() << "Instr: " << *DFG.addr<StmtNode*>(I).Addr->getCode(); in run()
176 << *NodeAddr<StmtNode*>(IA).Addr->getCode(); in run()
DRDFDeadCode.cpp86 if (!isLiveInstr(NodeAddr<StmtNode*>(IA).Addr->getCode())) in scanInstr()
163 if (isLiveInstr(NodeAddr<StmtNode*>(IA).Addr->getCode())) in collect()
237 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode(); in erase()
DRDFLiveness.cpp171 return NodeAddr<StmtNode*>(IA).Addr->getCode()->getParent(); in getAllReachingDefs()
175 return BA.Addr->getCode(); in getAllReachingDefs()
191 MachineInstr *CA = NodeAddr<StmtNode*>(OA).Addr->getCode(); in getAllReachingDefs()
192 MachineInstr *CB = NodeAddr<StmtNode*>(OB).Addr->getCode(); in getAllReachingDefs()
362 MachineBasicBlock *BB = BA.Addr->getCode(); in getNearestAliasedRef()
687 MachineBasicBlock *BB = BA.Addr->getCode(); in computeLiveIns()
725 MachineBasicBlock *MB = BA.Addr->getCode(); in computeLiveIns()
769 RefMap &LOX = PhiLOX[PrA.Addr->getCode()]; in computeLiveIns()
1003 if (B != BA.Addr->getCode()) { in traverse()
1038 if (BTA.Addr->getCode() != B) { in traverse()
DHexagonOptAddrMode.cpp187 MachineInstr &UseMI = *NodeAddr<StmtNode *>(IA).Addr->getCode(); in canRemoveAddasl()
314 MachineInstr *UseMI = NodeAddr<StmtNode *>(IA).Addr->getCode(); in isSafeToExtLR()
356 MachineInstr *MI = SN.Addr->getCode(); in processAddUses()
399 MachineInstr *UseMI = OwnerN.Addr->getCode(); in processAddUses()
443 MachineInstr &MI = *SN.Addr->getCode(); in analyzeUses()
622 MachineInstr *UseMI = UseIA.Addr->getCode(); in changeAddAsl()
695 MachineInstr *MI = SA.Addr->getCode(); in processBlock()
749 MachineInstr *UseMI = OwnerN.Addr->getCode(); in processBlock()
DHexagonRDFOpt.cpp182 dbgs() << "Partly dead: " << *SA.Addr->getCode(); in run()
190 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode(); in removeOperand()
219 MachineInstr &MI = *NodeAddr<StmtNode*>(IA).Addr->getCode(); in rewrite()
DRDFGraph.cpp225 const MachineInstr &MI = *P.Obj.Addr->getCode(); in operator <<()
267 MachineBasicBlock *BB = P.Obj.Addr->getCode(); in operator <<()
300 << P.Obj.Addr->getCode()->getName() << '\n'; in operator <<()
579 return NodeAddr<BlockNode*>(NA).Addr->getCode() == BB; in findBlock()
589 MachineBasicBlock *EntryB = &getCode()->front(); in getEntryBlock()
895 MachineBasicBlock &EntryB = *EA.Addr->getCode(); in build()
922 const MachineBasicBlock &B = *BA.Addr->getCode(); in build()
1105 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode(); in pushDefs()
1388 MachineBasicBlock *BB = BA.Addr->getCode(); in recordDefsForDF()
1470 const MachineBasicBlock *MBB = BA.Addr->getCode(); in buildPhis()
[all …]
/third_party/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()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBInjectedSource.h38 virtual std::string getCode() const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAInjectedSource.h29 std::string getCode() const override;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScript.java1125 public static final int[] getCode(Locale locale){ in getCode() method in UScript
1136 public static final int[] getCode(ULocale locale){ in getCode() method in UScript
1152 public static final int[] getCode(String nameOrAbbrOrLocale) { in getCode() method in UScript
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUScript.java931 public static final int[] getCode(Locale locale){ in getCode() method in UScript
941 public static final int[] getCode(ULocale locale){ in getCode() method in UScript
956 public static final int[] getCode(String nameOrAbbrOrLocale) { in getCode() method in UScript
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp250 if (result.getCode() == QP_TEST_RESULT_PASS) in iterate()
256 m_testCtx.setTestResult(result.getCode(), result.getDescription().c_str()); in iterate()
276 m_testCtx.setTestResult(result.getCode(), result.getDescription().c_str()); in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAInjectedSource.cpp51 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBuiltinVarTests.cpp1760 if (result.getCode() != QP_TEST_RESULT_PASS) in test()
1785 if (result.getCode() != QP_TEST_RESULT_PASS) in test()
1810 if (result.getCode() != QP_TEST_RESULT_PASS) in test()
1835 if (result.getCode() != QP_TEST_RESULT_PASS) in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp490 m_resultCollector.addResult(result.getCode(), result.getDescription()); in run()
569 resultCollector.addResult(result.getCode(), result.getDescription()); in runThread()
599 resultCollector.addResult(result.getCode(), result.getDescription()); in runThread()
654 if(thread_result.getCode()) in iterate()
766 if(thread_result.getCode()) in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h88 uint32_t getCode() const { return Code; } in getCode() function

1234