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

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /external/python/cpython2/Lib/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /prebuilts/gdb/linux-x86/lib/python2.7/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 15 // By default, children exits, and depth are not initialized.
17 exits []*Block // exits records blocks reached by exits from this loop. Initialized by findExits().
338 // they don't account for inner loop exits that span multiple levels.
341 x := len(l.exits)
352 l.depth, "depth", x, "exits",
412 // exits from a loop.
441 l.exits = append(l.exits, b
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 15 // By default, children exits, and depth are not initialized.
17 exits []*Block // exits records blocks reached by exits from this loop. Initialized by findExits().
338 // they don't account for inner loop exits that span multiple levels.
341 x := len(l.exits)
352 l.depth, "depth", x, "exits",
412 // exits from a loop.
441 l.exits = append(l.exits, b
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11256.go 7 // Test that stack barriers are reset when a goroutine exits without
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11256.go 7 // Test that stack barriers are reset when a goroutine exits without
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileVerifierPass.cpp 179 bool exits = false; local
184 exits |= exitReachable(F);
187 exits = true;
189 if (exits) break;
192 return exits;
  /build/soong/cmd/soong_env/
soong_env.go 31 fmt.Fprintf(os.Stderr, "exits with success if the environment varibles in env_file match\n")
  /external/valgrind/none/tests/mips64/
cvm_atomic_thread.stdout.exp 39 parent exits
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfgloop.h 83 /* Previous and next exit in the list of the exits of the loop. */
87 /* Next element in the list of loops from that E exits. */
173 /* Head of the cyclic list of the exits of the loop. */
174 struct loop_exit *exits; variable in typeref:struct:loop_exit
202 /* Maps edges to the list of their descriptions as loop exits. Edges
204 happen during the cfg manipulations) should not appear in EXITS. */
205 htab_t GTY((param_is (struct loop_exit))) exits;
476 return loop->exits->next->e != NULL;
  /prebuilts/go/darwin-x86/src/runtime/
os3_plan9.go 49 exits((*byte)(add(unsafe.Pointer(note), 9))) // Strip "go: exit " prefix.
136 exits(note)
os_plan9.go 33 func exits(msg *byte) func
183 exits(&emptystatus[0])
401 exits(&status[0])
468 exits(&_badsignal[0])
  /prebuilts/go/linux-x86/src/runtime/
os3_plan9.go 49 exits((*byte)(add(unsafe.Pointer(note), 9))) // Strip "go: exit " prefix.
136 exits(note)
os_plan9.go 33 func exits(msg *byte) func
183 exits(&emptystatus[0])
401 exits(&status[0])
468 exits(&_badsignal[0])
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
util.go 74 // Exit exits with code after executing all atExitFuncs.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
util.go 74 // Exit exits with code after executing all atExitFuncs.
  /prebuilts/go/darwin-x86/src/testing/
cover.go 68 // mustBeNil checks the error and, if present, reports it and exits.
  /prebuilts/go/linux-x86/src/testing/
cover.go 68 // mustBeNil checks the error and, if present, reports it and exits.
  /build/blueprint/bpfmt/
bpfmt.go 170 // diff exits with a non-zero status when the files don't match.
  /build/soong/bpfix/cmd/
bpfix.go 182 // diff exits with a non-zero status when the files don't match.
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 96 // appear as it is printed instead of once the command exits.
353 // fatal prints an error message to standard error and exits.
369 // xexit exits the process with return code n.
377 // xatexit schedules the exit-handler f to be run when the program exits.

Completed in 730 milliseconds

1 2 3 4 5 6