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

1 2 3 4 5 6 7 8 91011>>

  /system/core/liblog/
uio.c 38 goto Exit;
41 goto Exit;
48 Exit:
65 goto Exit;
68 goto Exit;
75 Exit:
  /external/lzma/CPP/7zip/Common/
VirtThread.cpp 13 if (t->Exit)
26 Exit = false;
34 Exit = false;
40 Exit = true;
VirtThread.h 14 bool Exit;
  /system/update_engine/common/
terminator.cc 23 volatile sig_atomic_t Terminator::exit_status_ = 1; // default exit status
38 void Terminator::Exit() {
39 exit(exit_status_);
44 Exit();
52 Terminator::Exit();
terminator.h 26 // A class allowing graceful delayed exit.
34 static void Exit();
42 // otherwise. Returns true only if exit was blocked when the termination
  /external/pdfium/xfa/src/fwl/src/lightwidget/
app.cpp 23 FWL_ERR CFWL_App::Exit(int32_t iExitCode) {
26 return m_pIface->Exit(iExitCode);
  /external/pdfium/third_party/freetype/src/base/
ftgxval.c 50 goto Exit;
56 goto Exit;
69 Exit:
102 goto Exit;
108 goto Exit;
120 Exit:
ftotval.c 44 goto Exit;
54 goto Exit;
70 Exit:
ftpatent.c 54 goto Exit;
58 goto Exit;
65 goto Exit;
76 goto Exit;
106 Exit:
137 goto Exit;
142 Exit:
160 goto Exit;
164 goto Exit;
168 goto Exit;
    [all...]
ftgasp.c 46 goto Exit;
56 Exit:
  /external/freetype/src/cff/
cffload.c 249 goto Exit;
254 goto Exit;
264 goto Exit;
268 goto Exit;
273 goto Exit;
282 goto Exit;
288 goto Exit;
292 Exit:
340 goto Exit;
371 Exit
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffload.c 249 goto Exit;
254 goto Exit;
264 goto Exit;
268 goto Exit;
273 goto Exit;
282 goto Exit;
288 goto Exit;
292 Exit:
340 goto Exit;
371 Exit
    [all...]
  /external/freetype/src/base/
ftpatent.c 54 goto Exit;
58 goto Exit;
65 goto Exit;
76 goto Exit;
106 Exit:
137 goto Exit;
142 Exit:
160 goto Exit;
164 goto Exit;
168 goto Exit;
    [all...]
ftgasp.c 46 goto Exit;
56 Exit:
  /external/freetype/src/sfnt/
ttbdf.c 78 goto Exit;
128 Exit:
135 goto Exit;
159 goto Exit;
169 goto Exit;
173 goto Exit;
188 goto Exit;
219 goto Exit;
227 goto Exit;
233 goto Exit;
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttbdf.c 78 goto Exit;
128 Exit:
135 goto Exit;
159 goto Exit;
169 goto Exit;
173 goto Exit;
188 goto Exit;
219 goto Exit;
227 goto Exit;
233 goto Exit;
    [all...]
  /external/pdfium/xfa/include/fwl/lightwidget/
app.h 19 FWL_ERR Exit(int32_t iExitCode);
  /external/pdfium/third_party/freetype/src/cid/
cidparse.c 71 goto Exit;
82 goto Exit;
103 goto Exit;
108 goto Exit;
144 goto Exit;
173 goto Exit;
192 goto Exit;
198 goto Exit;
214 Exit:
  /bionic/libc/bionic/
libgen.cpp 52 goto Exit;
65 goto Exit;
76 Exit:
108 goto Exit;
126 goto Exit;
135 Exit:
  /external/freetype/src/truetype/
ttpload.c 78 goto Exit;
85 goto Exit;
96 goto Exit;
108 goto Exit;
163 goto Exit;
167 Exit:
301 goto Exit;
307 goto Exit;
310 goto Exit;
329 Exit
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttpload.c 78 goto Exit;
85 goto Exit;
96 goto Exit;
108 goto Exit;
171 goto Exit;
175 Exit:
309 goto Exit;
315 goto Exit;
318 goto Exit;
337 Exit
    [all...]
  /external/valgrind/lackey/tests/
true.stderr.exp 20 Exit code: ...
  /external/drm_hwcomposer/
worker.h 37 int Exit();
53 * Returns -EINTR if interrupted by exit request, or -ETIMEDOUT if timed out
61 int SignalThreadLocked(bool exit);
  /external/pdfium/third_party/freetype/src/type1/
t1parse.c 108 goto Exit;
112 goto Exit;
118 goto Exit;
130 Exit:
162 goto Exit;
168 goto Exit;
191 goto Exit;
195 goto Exit;
202 goto Exit;
220 goto Exit;
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_appimp.h 28 virtual FWL_ERR Exit(int32_t iExitCode = 0);

Completed in 811 milliseconds

1 2 3 4 5 6 7 8 91011>>