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

1 2 3 4 5 6 7 8 91011>>

  /system/core/liblog/
uio.c 36 goto Exit;
38 if (ret == 0) goto Exit;
45 Exit:
60 goto Exit;
62 if (ret == 0) goto Exit;
69 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;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiSetMemRep1.c 49 je Exit
53 Exit:
EfiZeroMemRep4.c 47 je Exit
56 Exit:
EfiSetMemRep4.c 49 je Exit
61 Exit:
EfiZeroMemRep1.c 49 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();
  /external/llvm/bindings/go/
conftest.go 12 os.Exit(0)
15 os.Exit(1)
  /external/v8/src/
d8-windows.cc 13 void Shell::Exit(int exit_code) {
  /external/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:
ftgasp.c 46 goto Exit;
56 Exit:
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
SnpReceiveFilters.c 79 goto Exit;
82 goto Exit;
102 Exit:
SnpShutdown.c 58 goto Exit;
61 goto Exit;
75 Exit:
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
SockInterface.c 413 goto Exit;
419 goto Exit;
425 goto Exit;
433 goto Exit;
462 goto Exit;
474 Exit:
526 goto Exit;
534 goto Exit;
540 goto Exit;
550 goto Exit;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/testdata/
i22600.go 12 os.Exit(1)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/testdata/
i22600.go 12 os.Exit(1)
  /external/freetype/src/cff/
cffload.c 253 goto Exit;
259 goto Exit;
272 goto Exit;
277 goto Exit;
287 goto Exit;
291 goto Exit;
296 goto Exit;
305 goto Exit;
311 goto Exit;
315 Exit
    [all...]
  /external/freetype/src/sfnt/
ttbdf.c 78 goto Exit;
128 Exit:
135 goto Exit;
159 goto Exit;
169 goto Exit;
173 goto Exit;
189 goto Exit;
221 goto Exit;
229 goto Exit;
235 goto Exit;
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
CEATABlockIo.c 109 goto Exit;
115 goto Exit;
121 goto Exit;
126 goto Exit;
132 goto Exit;
156 goto Exit;
164 Exit:
219 goto Exit;
224 goto Exit;
229 goto Exit;
    [all...]
  /external/freetype/src/otvalid/
otvmod.c 55 goto Exit;
58 goto Exit;
62 Exit:
110 goto Exit;
117 goto Exit;
124 goto Exit;
131 goto Exit;
138 goto Exit;
145 goto Exit;
157 goto Exit;
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
VerifierTest.cpp 30 BasicBlock *Exit = BasicBlock::Create(C, "exit", F.get());
31 ReturnInst::Create(C, Exit);
37 BranchInst *BI = BranchInst::Create(Exit, Exit, False, Entry);
  /prebuilts/go/darwin-x86/test/
char_lit.go 39 os.Exit(1)
43 os.Exit(1)
  /prebuilts/go/darwin-x86/test/fixedbugs/bug160.dir/
y.go 13 os.Exit(1);
17 os.Exit(1);

Completed in 244 milliseconds

1 2 3 4 5 6 7 8 91011>>