Home
last modified time | relevance | path

Searched refs:Pre (Results 1 – 25 of 132) sorted by relevance

123456

/external/llvm/lib/Option/
DOption.cpp60 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print() local
61 O << '"' << *Pre << (*(Pre + 1) == nullptr ? "\"" : "\", "); in print()
DOptTable.cpp175 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption() local
176 StringRef Prefix(*Pre); in matchOption()
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
D2008-05-16-PHIBlockMerge.ll65 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit
68 %b = phi i32 [ 1, %BB.tomerge ], [ 1, %Common ], [ 2, %Pre-Exit ]
70 br i1 %conde, label %Common, label %Pre-Exit
76 Pre-Exit: ; preds = %Succ
82 Exit: ; preds = %Pre-Exit
/external/llvm/test/Transforms/SimplifyCFG/
D2008-05-16-PHIBlockMerge.ll65 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit
68 %b = phi i32 [ 1, %BB.nomerge ], [ 1, %Common ], [ 2, %Pre-Exit ]
70 br i1 %conde, label %Common, label %Pre-Exit
76 Pre-Exit: ; preds = %Succ
82 Exit: ; preds = %Pre-Exit
DEqualPHIEdgeBlockMerge.ll190 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit
193 %b = phi i32 [ 1, %BB.nomerge ], [ 1, %Common ], [ 2, %Pre-Exit ]
195 br i1 %conde, label %Common, label %Pre-Exit
201 Pre-Exit: ; preds = %Succ
207 Exit: ; preds = %Pre-Exit
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeVisitorAction.cs49 object Pre(object t); in Pre() method
72 public object Pre(object t) in Pre() method in Antlr.Runtime.Tree.TreeVisitorAction
DTreeVisitor.cs64 t = action.Pre(t); // if rewritten, walk children of new t in Visit()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeVisitorAction.cs51 object Pre( object t ); in Pre() method
74 public object Pre( object t ) in Pre() method in Antlr.Runtime.Tree.TreeVisitorAction
DTreeVisitor.cs66 t = action.Pre( t ); // if rewritten, walk children of new t in Visit()
/external/skia/tools/skqp/
Dmake_apk_list17 <title>SkQP Pre-built APKs</title>
30 <h1>SkQP Pre-built APKs</h1>
/external/expat/win32/
DMANIFEST.txt15 <top>\Bin\ Pre-compiled dynamic libraries for developers.
16 Pre-compiled static libraries for developers (*MT.lib).
/external/tcpdump/tests/
Ddcb_qcn.out127 Pre-Priority CNPV Indicator
130 Pre-Priority Ready Indicator
167 Pre-Priority CNPV Indicator
170 Pre-Priority Ready Indicator
312 Pre-Priority CNPV Indicator
315 Pre-Priority Ready Indicator
352 Pre-Priority CNPV Indicator
355 Pre-Priority Ready Indicator
/external/v8/src/base/platform/
Dcondition-variable.cc159 ConditionVariable::Event* ConditionVariable::NativeHandle::Pre() {
274 Event* event = native_handle_.Pre();
294 Event* event = native_handle_.Pre();
Dcondition-variable.h72 Event* Pre() WARN_UNUSED_RESULT;
/external/tensorflow/tensorflow/contrib/benchmark_tools/gce/
DREADME.md6 ## Pre-work
/external/llvm/test/MC/ARM/
Ddirective-arch-armv2.s23 @ CHECK-ATTR: Description: Pre-v4
Ddirective-arch-armv3.s23 @ CHECK-ATTR: Description: Pre-v4
Ddirective-arch-armv2a.s23 @ CHECK-ATTR: Description: Pre-v4
Ddirective-arch-armv3m.s23 @ CHECK-ATTR: Description: Pre-v4
/external/kmod/testsuite/module-playground/
DREADME1 Pre-compiled modules
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Darm_addrmode2.s29 @ Pre-indexed
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Destimators.md50 ## Pre-made Estimators
52 Pre-made Estimators enable you to work at a much higher conceptual level
118 Pre-made Estimators encode best practices, providing the following benefits:
/external/vulkan-validation-layers/build-android/cmake/
DREADME.md8 Pre-requirements
/external/libyuv/files/docs/
Ddeprecated_builds.md5 ## Pre-requisites
275 Pre-requisite:
337 Pre-requisite: Install IntelSDE for Windows: http://software.intel.com/en-us/articles/intel-softwar…
348 Pre-requisite: Install Dr Memory for Windows and add it to your path: http://www.drmemory.org/docs/…
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.ascend84 ATTRIBUTE Ascend-Pre-Input-Octets 190 integer
85 ATTRIBUTE Ascend-Pre-Output-Octets 191 integer
86 ATTRIBUTE Ascend-Pre-Input-Packets 192 integer
87 ATTRIBUTE Ascend-Pre-Output-Packets 193 integer

123456