/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | RegBankSelect.h | 242 bool Beginning; variable 248 return Beginning ? MBB.begin() : MBB.end(); in getPointImpl() 254 MBBInsertPoint(MachineBasicBlock &MBB, bool Beginning = true) 255 : InsertPoint(), MBB(MBB), Beginning(Beginning) { in InsertPoint() 258 assert((!Beginning || MBB.getFirstNonPHI() == MBB.begin()) && in InsertPoint() 262 assert((Beginning || MBB.getFirstTerminator() == MBB.end()) && in InsertPoint() 370 void addInsertPoint(MachineBasicBlock &MBB, bool Beginning);
|
/third_party/icu/icu4c/source/data/translit/ |
D | ja_Latn_ko.txt | 69 ' ' { k → | g ; # Beginning of a word (after space). 70 ^k → | g ; # Beginning of the string.
|
D | es_es_FONIPA.txt | 17 $bow = [-\ $] ; # Beginning of word.
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | ja_Latn_ko.txt | 69 ' ' { k → | g ; # Beginning of a word (after space). 70 ^k → | g ; # Beginning of the string.
|
D | es_es_FONIPA.txt | 17 $bow = [-\ $] ; # Beginning of word.
|
/third_party/skia/experimental/skottiekit/ |
D | CHANGELOG.md | 16 Beginning of changelog.
|
/third_party/skia/modules/pathkit/ |
D | CHANGELOG.md | 42 Beginning of changelog.
|
/third_party/icu/icu4c/source/test/ |
D | Makefile.in | 133 @echo Beginning parallel make. Output may be interleaved!
|
/third_party/node/deps/histogram/ |
D | LICENSE.txt | 14 ** Beginning of "BSD 2-Clause License" text. **
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_acquire_winrt_display/ |
D | acquire_winrt_display.txt | 48 Beginning with Windows 10 version 2004 it is possible to cause DWM to
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegBankSelect.cpp | 823 bool Beginning) { in addInsertPoint() argument 824 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGICombiner.inc | 80 report_fatal_error("Beginning of range should be before end of range");
|
/third_party/python/Doc/distutils/ |
D | extending.rst | 61 Beginning with Python 2.4, a third option is available, intended to allow new
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_acquire_winrt_display.txt | 99 Beginning with Windows 10 version 2004 it is possible to cause the Windows
|
/third_party/openGLES/extensions/NV/ |
D | NV_fragment_program2.txt | 650 3.11.X.3, ELSE: Beginning of ELSE Block 700 3.11.X.7, IF: Beginning of IF Block 728 3.11.X.8, LOOP: Beginning of LOOP Block 768 3.11.X.9, REP: Beginning of REP Block
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_fragment_program2.txt | 650 3.11.X.3, ELSE: Beginning of ELSE Block 700 3.11.X.7, IF: Beginning of IF Block 728 3.11.X.8, LOOP: Beginning of LOOP Block 768 3.11.X.9, REP: Beginning of REP Block
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 1599 if (Point == Beginning) { in insertIntoListsForBlock() 1680 assert(Point == Beginning && in moveTo() 1697 insertIntoListsForBlock(Phi, BB, Beginning); in createMemoryPhi()
|
/third_party/python/Doc/library/ |
D | tokenize.rst | 133 """Beginning of
|
/third_party/icu/docs/userguide/strings/ |
D | characteriterator.md | 48 encodings. Beginning with ICU release 1.6, the CharacterIterator class now
|
/third_party/gptfdisk/ |
D | README.Windows | 34 Beginning with version 0.8.10, I'm distributing both 32-bit and 64-bit
|
D | README.md | 217 resulting directory. (Beginning with version 1.0.9, GPT fdisk provides a
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 1406 New, nullptr, New->getParent(), MemorySSA::Beginning); in CloneInstructionInExitBlock() 1826 NewSI, nullptr, NewSI->getParent(), MemorySSA::Beginning); in doExtraRewritesBeforeFinalDeletion()
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | EXAMPLES.md | 50 // Beginning of frame: update Renderer + Platform backend, start Dear ImGui frame
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 789 enum InsertionPlace { Beginning, End, BeforeTerminator };
|
/third_party/icu/docs/userguide/icu4c/ |
D | build.md | 87 Beginning with ICU 49, you should do the following: 92 …Beginning with ICU 49, you should define `U_NO_DEFAULT_INCLUDE_UTF_HEADERS` to 1 (via -D or uconfi… 95 …Beginning with ICU 60, you should define `U_HIDE_OBSOLETE_UTF_OLD_H` to 1 (via -D or uconfig.h, as…
|