HomeSort by relevance Sort by last modified time
    Searched refs:Pre (Results 1 - 25 of 27) 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/chromium_org/v8/src/platform/
condition-variable.h 93 Event* Pre() V8_WARN_UNUSED_RESULT;
condition-variable.cc 175 ConditionVariable::Event* ConditionVariable::NativeHandle::Pre() {
290 Event* event = native_handle_.Pre();
310 Event* event = native_handle_.Pre();
  /external/llvm/lib/Option/
Option.cpp 60 for (const char * const *Pre = Info->Prefixes; *Pre != 0; ++Pre) {
61 llvm::errs() << '"' << *Pre << (*(Pre + 1) == 0 ? "\"" : "\", ");
OptTable.cpp 175 for (const char * const *Pre = I->Prefixes; *Pre != 0; ++Pre) {
176 StringRef Prefix(*Pre);
  /external/llvm/test/MC/ARM/
arm_addrmode2.s 29 @ Pre-indexed
  /external/robolectric/
Android.mk 40 # Pre-built dependency jars
  /external/harfbuzz/src/
harfbuzz-indic.cpp 480 Pre,
511 None, None, Post, Pre,
552 Below, None, Post, Pre,
555 Below, None, None, Pre,
556 Pre, None, None, Split,
593 Below, None, Post, Pre,
634 None, None, Post, Pre,
678 None, None, None, Pre,
719 None, None, Pre, Pre,
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-indic.cpp 480 Pre,
511 None, None, Post, Pre,
552 Below, None, Post, Pre,
555 Below, None, None, Pre,
556 Pre, None, None, Split,
593 Below, None, Post, Pre,
634 None, None, Post, Pre,
678 None, None, None, Pre,
719 None, None, Pre, Pre,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
README 37 Pre-built Closure binaries can be found at
  /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
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
file_manager_ui.js 110 // Pre-populate the static localized strings.
  /external/chromium_org/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
  /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
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 717 MachineBasicBlock::iterator Pre = MBB->begin();
719 MachineBasicBlock::iterator It = Pre;
721 if (Pre->getOpcode() == AMDGPU::CONTINUE
723 ContInstr.push_back(Pre);
724 Pre = It;
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 80 * @param {string} directoryContentsAsText Pre-formatted string representation
85 div.appendChild(createElementFromText('pre', directoryContentsAsText));
  /external/icu4c/
icudefs.mk 131 # CPPFLAGS is for C Pre-Processor flags
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
timeline_explorer.js 383 // Pre-sizing the test result arrays for each build saves us ~250ms
  /external/blktrace/btreplay/doc/
btreplay.tex 495 Pre-bunch Stalls}
497 When specified on the command line, all pre-bunch stall indicators will be
  /external/grub/docs/
texinfo.tex 111 \let\linenumber = \empty % Pre-3.0.
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 574 milliseconds

1 2