HomeSort by relevance Sort by last modified time
    Searched refs:Exit (Results 201 - 225 of 379) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
Antlr.Runtime.Tools.pas 557 Exit
604 Exit(not High(Integer));
614 Exit(not Result);
618 Exit(Result);
775 Exit;
883 Exit(True);
923 Exit(True);
945 Exit(Integer(FEntries[I].FValue));
955 Exit(IInterface(FEntries[I].FValue));
972 Exit;
    [all...]
  /external/chromium_org/ash/accelerators/
exit_warning_handler.cc 126 shell_delegate->Exit();
  /external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp 225 isolate->Exit();
  /external/chromium_org/third_party/freetype/src/base/
ftdbgmem.c 221 exit( EXIT_FAILURE );
312 goto Exit;
338 Exit:
471 goto Exit;
498 Exit:
  /external/freetype/src/base/
ftdbgmem.c 221 exit( EXIT_FAILURE );
312 goto Exit;
338 Exit:
471 goto Exit;
498 Exit:
  /external/lldb/source/Plugins/Process/POSIX/
ProcessMessage.h 82 /// Indicates that the thread @p tid is about to exit with status @p status.
125 /// Indicates that the thread @p tid is about to exit with status @p status.
126 static ProcessMessage Exit(lldb::tid_t tid, int status) {
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftdbgmem.c 221 exit( EXIT_FAILURE );
312 goto Exit;
338 Exit:
471 goto Exit;
498 Exit:
  /external/pdfium/fpdfsdk/include/javascript/
IJavaScript.h 84 virtual void Exit() = 0;
  /external/chromium_org/third_party/freetype/src/cache/
ftcsbits.c 227 goto Exit;
259 Exit:
363 * When we exit the loop, we unlock the node, then check the `error'
  /external/chromium_org/third_party/freetype/src/psaux/
psconv.c 338 Exit:
351 goto Exit;
t1decode.c 267 goto Exit;
291 goto Exit;
304 goto Exit;
326 goto Exit;
337 Exit:
    [all...]
  /external/clang/include/clang/Sema/
Template.h 255 Exit();
260 /// \brief Exit this local instantiation scope early.
261 void Exit() {
  /external/freetype/src/cache/
ftcsbits.c 227 goto Exit;
259 Exit:
363 * When we exit the loop, we unlock the node, then check the `error'
  /external/freetype/src/psaux/
psconv.c 338 Exit:
351 goto Exit;
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 263 if (I->Exit != DontCare) {
266 nodes[ob].addBias(Freq, I->Exit);
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
psconv.c 364 Exit:
377 goto Exit;
  /external/chromium_org/tools/site_compare/
command_line.py 514 self.Exit = sys.exit # override this if you don't want the script to halt
575 self.Exit()
576 return None # in case the client overrides Exit
583 self.Exit()
584 return None # in case the client overrides Exit
597 # there were errors, output the usage string and exit
602 self.Exit()
661 command.cmdline.Exit()
668 # Since we're testing, override Exit()
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 18 // Loop exit-block insertion guarantees that all exit blocks from the loop
68 STATISTIC(NumInserted, "Number of pre-header or exit blocks inserted");
155 /// \brief Ensure that the loop preheader dominates all exit blocks.
157 /// This method is used to split exit blocks that have predecessors outside of
159 static BasicBlock *rewriteLoopExitBlock(Loop *L, BasicBlock *Exit, Pass *PP) {
161 for (pred_iterator I = pred_begin(Exit), E = pred_end(Exit); I != E; ++I) {
174 if (Exit->isLandingPad()) {
176 SplitLandingPadPredecessors(Exit, ArrayRef<BasicBlock*>(&LoopBlocks[0]
    [all...]
  /external/freetype/src/autofit/
aflatin.c 125 goto Exit;
128 goto Exit;
132 goto Exit;
140 goto Exit;
159 goto Exit;
172 goto Exit;
214 Exit:
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 515 goto Exit;
531 Exit:
    [all...]
  /external/chromium_org/v8/src/
d8.cc 200 realm->Exit();
395 realm->Exit();
444 Exit(1);
526 exit(exit_code);
581 if (enter_context) utility_context->Exit();
675 Exit(1);
882 Exit(1);
942 void Shell::Exit(int exit_code) {
943 // Use _exit instead of exit to avoid races between isolate
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 564 goto Exit;
580 Exit:
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 527 goto Exit;
543 Exit:
    [all...]
  /system/core/adb/
sysdeps_win32.c 167 goto Exit;
173 goto Exit;
177 Exit:
974 goto Exit;
979 goto Exit;
996 Exit:
1004 BIPD(( "bip_buffer_write: exit %d->%d count %d (as=%d ae=%d be=%d cw=%d cr=%d\n",
1065 goto Exit;
1080 goto Exit;
1088 Exit
    [all...]

Completed in 1373 milliseconds

1 2 3 4 5 6 7 891011>>