/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/llvm-project/llvm/test/tools/llvm-pdbutil/ |
D | injected-sources.test | 40 ; HASH-NEXT: 0040: 14000000 00000000 17299CBE 74FDDF66 FFCD5E08 CE34A775 D464C611 |....… 52 ; UNCOMP-NEXT: 0040: 14000000 8C000000 17299CBE 74FDDF66 FFCD5E08 CE34A775 D464C611 00000000 |..…
|
D | injected-sources-native.test | 41 ; HASH-NEXT: 0040: 14000000 00000000 17299CBE 74FDDF66 FFCD5E08 CE34A775 D464C611 |....… 53 ; UNCOMP-NEXT: 0040: 14000000 8C000000 17299CBE 74FDDF66 FFCD5E08 CE34A775 D464C611 00000000 |..…
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-loop-convert-basic.cpp | 701 ConstBeginEnd CBE; in NoBeginEndTest() local 702 for (unsigned I = 0, E = CBE.size(); I < E; ++I) in NoBeginEndTest() 703 printf("%d\n", CBE[I]); in NoBeginEndTest()
|
/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/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/llvm-project/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 576 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers() local 577 CBI != CBE; ++CBI, FollowerState = CatchState) { in calculateClrEHStateNumbers()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 554 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers() local 555 CBI != CBE; ++CBI, FollowerState = CatchState) { in calculateClrEHStateNumbers()
|
/external/llvm/docs/ |
D | HowToSubmitABug.rst | 192 debug the JIT, LLC, and CBE, using the pre-written Makefile targets, which
|
/external/llvm-project/llvm/docs/ |
D | HowToSubmitABug.rst | 194 debug the JIT, LLC, and CBE, using the pre-written Makefile targets, which
|
/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-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 3661 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) in GetBlockDeclRefExprs() local 3662 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs() 3679 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) { in GetInnerBlockDeclRefExprs() local 3680 InnerContexts.insert(cast<DeclContext>(CBE->getBlockDecl())); in GetInnerBlockDeclRefExprs() 3681 GetInnerBlockDeclRefExprs(CBE->getBody(), in GetInnerBlockDeclRefExprs()
|
D | RewriteModernObjC.cpp | 4473 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) in GetBlockDeclRefExprs() local 4474 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs() 4491 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) { in GetInnerBlockDeclRefExprs() local 4492 InnerContexts.insert(cast<DeclContext>(CBE->getBlockDecl())); in GetInnerBlockDeclRefExprs() 4493 GetInnerBlockDeclRefExprs(CBE->getBody(), in GetInnerBlockDeclRefExprs()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | README.txt | 47 The CBE manages to produce:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README.txt | 47 The CBE manages to produce:
|
/external/llvm/lib/Target/PowerPC/ |
D | README.txt | 47 The CBE manages to produce:
|
/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 2830 FA1D>7CBE
|
D | nfc.txt | 1661 FA1D>7CBE
|
/external/icu/icu4c/source/data/unidata/ |
D | DerivedCoreProperties.txt | 485 0CBE ; Alphabetic 2501 2CBE ; Uppercase 3781 2CBE ; Changes_When_Lowercased 5659 2CBE ; Changes_When_Casefolded 6909 0CBE ; ID_Continue 8901 0CBE ; XID_Continue 10620 0CBE ; Grapheme_Base
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Intrinsics.td | 321 /// specifies the name of the builtin. This provides automatic CBE and CFE
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Intrinsics.td | 371 /// specifies the name of the builtin. This provides automatic CBE and CFE
|