/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/tests/ |
D | SHKNDA-2.tests | 1 … --ned --remove-default-ignorables --font-funcs=ft:U+0CA8,U+0CCD,U+0CA8,U+0CBE:[gid150|gid57@711,0… 2 … --ned --remove-default-ignorables --font-funcs=ft:U+0CA8,U+0CCD,U+0CA8,U+0CBE:[gid150|gid57@711,0… 3 … --ned --remove-default-ignorables --font-funcs=ft:U+0CA4,U+0CCD,U+0CA4,U+0CBE:[gid146|gid57@623,0… 4 … --ned --remove-default-ignorables --font-funcs=ft:U+0C9F,U+0CCD,U+0C9F,U+0CBE:[gid141|gid57@815,0… 7 …font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0C9C,U+0CBE,U+0CBC,U+0C95,U+0CB… 12 …font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0CAE,U+0CBE,U+0CB0,U+0CCD,U+0C9… 15 …font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0CB8,U+0CBE,U+0CAB,U+0CCD,U+0C9…
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ToolRunner.h | 33 class CBE; variable 90 static CBE *createCBE(const char *Argv0, std::string &Message, 156 class CBE : public AbstractInterpreter { 161 CBE(const sys::Path &llcPath, GCC *Gcc, in CBE() function 167 ~CBE() { delete gcc; } in ~CBE()
|
D | ToolRunner.cpp | 624 GCC::FileType CBE::OutputCode(const std::string &Bitcode, in OutputCode() 659 void CBE::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram() 666 int CBE::ExecuteProgram(const std::string &Bitcode, in ExecuteProgram() 690 CBE *AbstractInterpreter::createCBE(const char *Argv0, in createCBE() 709 return new CBE(LLCPath, gcc, Args); in createCBE()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/ |
D | 2004-11-13-FunctionPointerCast.ll | 1 ; The CBE should not emit code that casts the function pointer. This causes
|
D | 2004-02-15-PreexistingExternals.ll | 4 ; this testcase for example, which caused the CBE to mangle one, screwing
|
/external/harfbuzz_ng/test/shaping/data/in-house/tests/ |
D | indic-vowel-letter-spoofing.tests | 46 ../fonts/7d18685e1529e4ceaad5b6095dfab2f9789e5bce.ttf::U+0C8A,U+0020,U+0C89,U+0CBE:[gid3=0+3269|gid… 48 ../fonts/7d18685e1529e4ceaad5b6095dfab2f9789e5bce.ttf::U+0CE0,U+0020,U+0C8B,U+0CBE:[gid9=0+3214|gid…
|
D | use-vowel-letter-spoofing.tests | 53 ../fonts/46669c8860cbfea13562a6ca0d83130ee571137b.ttf::U+0C89,U+0CBE:[uni0C89=0+500|uni25CC=0+500|u… 54 ../fonts/46669c8860cbfea13562a6ca0d83130ee571137b.ttf::U+0C8B,U+0CBE:[uni0C8B=0+500|uni25CC=0+500|u…
|
/external/harfbuzz_ng/src/ |
D | HBIndicVowelConstraints.txt | 56 0C89 0CBE ; # KANNADA LETTER U, KANNADA VOWEL SIGN AA 58 0C8B 0CBE ; # KANNADA LETTER VOCALIC R, KANNADA VOWEL SIGN AA
|
/external/swiftshader/third_party/LLVM/utils/ |
D | NightlyTest.gnuplot | 29 ##------- Olden CBE performance ---- 35 set ylabel "CBE compiled execution time (s)"
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 543 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers() local 544 CBI != CBE; ++CBI, FollowerState = CatchState) { in calculateClrEHStateNumbers()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 553 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers() local 554 CBI != CBE; ++CBI, FollowerState = CatchState) { in calculateClrEHStateNumbers()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | HowToSubmitABug.rst | 192 debug the JIT, LLC, and CBE, using the pre-written Makefile targets, which
|
/external/llvm/docs/ |
D | HowToSubmitABug.rst | 192 debug the JIT, LLC, and CBE, using the pre-written Makefile targets, which
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Intrinsics.td | 172 /// specifies the name of the builtin. This provides automatic CBE and CFE
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 3648 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) in GetBlockDeclRefExprs() local 3649 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs() 3666 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) { in GetInnerBlockDeclRefExprs() local 3667 InnerContexts.insert(cast<DeclContext>(CBE->getBlockDecl())); in GetInnerBlockDeclRefExprs() 3668 GetInnerBlockDeclRefExprs(CBE->getBody(), in GetInnerBlockDeclRefExprs()
|
D | RewriteModernObjC.cpp | 4470 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) in GetBlockDeclRefExprs() local 4471 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs() 4488 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) { in GetInnerBlockDeclRefExprs() local 4489 InnerContexts.insert(cast<DeclContext>(CBE->getBlockDecl())); in GetInnerBlockDeclRefExprs() 4490 GetInnerBlockDeclRefExprs(CBE->getBody(), in GetInnerBlockDeclRefExprs()
|
/external/llvm/lib/Target/PowerPC/ |
D | README.txt | 47 The CBE manages to produce:
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | README.txt | 47 The CBE manages to produce:
|
/external/swiftshader/third_party/LLVM/include/llvm/Config/ |
D | config.h.in | 27 /* Define if CBE is enabled for printf %a output */
|
D | config.h.cmake | 29 /* Define if CBE is enabled for printf %a output */
|
/external/llvm/include/llvm/IR/ |
D | Intrinsics.td | 260 /// specifies the name of the builtin. This provides automatic CBE and CFE
|
/external/icu/icu4c/source/data/unidata/norm2/ |
D | nfkc_cf.txt | 695 1CBE>10FE 1484 2CBE>2CBF 2818 FA1D>7CBE
|
/external/swiftshader/third_party/LLVM/autoconf/ |
D | configure.ac | 713 dnl can still compile the CBE's output 724 [Define if CBE is enabled for printf %a output])
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README.txt | 115 The CBE manages to produce:
|
/external/icu/icu4c/source/data/unidata/ |
D | DerivedCoreProperties.txt | 485 0CBE ; Alphabetic 2443 2CBE ; Uppercase 3693 2CBE ; Changes_When_Lowercased 5548 2CBE ; Changes_When_Casefolded 6763 0CBE ; ID_Continue 8678 0CBE ; XID_Continue 10327 0CBE ; Grapheme_Base
|