HomeSort by relevance Sort by last modified time
    Searched refs:Pre (Results 1 - 25 of 40) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeVisitorAction.cs 37 * pre() before visiting children and execute post() after visiting children.
49 object Pre(object t);
72 public object Pre(object t)
TreeVisitor.cs 35 /** <summary>Do a depth first walk of a tree, applying pre() and post() actions as we go.</summary> */
64 t = action.Pre(t); // if rewritten, walk children of new t
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeVisitorAction.cs 39 * pre() before visiting children and execute post() after visiting children.
51 object Pre( object t );
74 public object Pre( object t )
TreeVisitor.cs 37 /** <summary>Do a depth first walk of a tree, applying pre() and post() actions as we go.</summary> */
66 t = action.Pre( t ); // if rewritten, walk children of new t
  /external/v8/src/base/platform/
condition-variable.h 71 Event* Pre() WARN_UNUSED_RESULT;
condition-variable.cc 159 ConditionVariable::Event* ConditionVariable::NativeHandle::Pre() {
274 Event* event = native_handle_.Pre();
294 Event* event = native_handle_.Pre();
  /external/llvm/lib/Option/
Option.cpp 59 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) {
60 O << '"' << *Pre << (*(Pre + 1) == nullptr ? "\"" : "\", ");
OptTable.cpp 175 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) {
176 StringRef Prefix(*Pre);
  /external/autotest/server/site_tests/infra_ServoDiagnosis/
infra_ServoDiagnosis.py 21 1. A pre-requisite test that must have passed. The
22 pre-requisite is recorded as a key in the results
26 All tests have the implicit pre-requisite that the servo host
29 Pre-requisites are meant to capture relationships of the form
34 pre-requisite, and it assumes the only outcome is a simple
46 """Return whether this test's pre-requisite is satisfied.
49 this test's pre-requisite.
79 This test serves as a basic pre-requisite for tests that
82 Pre-requisite: There are no pre-requisites for this test asid
    [all...]
  /external/llvm/test/MC/ARM/
directive-arch-armv2.s 23 @ CHECK-ATTR: Description: Pre-v4
directive-arch-armv2a.s 23 @ CHECK-ATTR: Description: Pre-v4
directive-arch-armv3.s 23 @ CHECK-ATTR: Description: Pre-v4
directive-arch-armv3m.s 23 @ CHECK-ATTR: Description: Pre-v4
arm_addrmode2.s 37 @ Pre-indexed
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
opers12.s 33 addd 1,+x ; Pre-Auto inc
39 subd 1,-y ; Pre-Auto dec
opers12-dwarf2.d 66 addd 1,\+x ; Pre\-Auto inc
78 subd 1,\-y ; Pre\-Auto dec
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
copro.s 48 # UAL-syntax for MRC with APSR. Pre-UAL was PC
  /external/robolectric/v1/
Android.mk 41 # Pre-built dependency jars
  /external/jetty/
Android.mk 44 # Pre-built dependency jars
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 281 PreOptimizer Pre(this);
282 Pre.FindLive(Entry);
287 if (!contains(Pre.Live, Curr))
294 Pre.SplitDeadEnds();
722 for (const auto &Curr : Pre.Live) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 97 Pre,
182 /// \brief Run checkers for pre-visiting Stmts.
215 /// \brief Run checkers for pre-visiting obj-c messages.
220 runCheckersForObjCMessage(ObjCMessageVisitKind::Pre, Dst, Src, msg, Eng);
250 /// \brief Run checkers for pre-visiting obj-c messages.
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 84 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
  /frameworks/support/
Android.mk 78 # Pre-process support library AIDLs
  /packages/apps/TV/usbtuner/
Android.mk 102 # Pre-built dependency jars
  /external/v8/test/mjsunit/regress/
regress-969.js 62 // Pre and post-increment of global variable.
76 // Assignment, compound assignment, and pre and post-increment of named
103 // Assignment, compound assignment, and pre and post-increment of indexed

Completed in 912 milliseconds

1 2