HomeSort by relevance Sort by last modified time
    Searched full:exits (Results 51 - 75 of 756) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cfgloop.h 79 /* Previous and next exit in the list of the exits of the loop. */
83 /* Next element in the list of loops from that E exits. */
162 /* Head of the cyclic list of the exits of the loop. */
163 struct loop_exit *exits; local
192 /* Maps edges to the list of their descriptions as loop exits. Edges
194 happen during the cfg manipulations) should not appear in EXITS. */
195 htab_t GTY((param_is (struct loop_exit))) exits;
  /external/chromium/chrome/browser/ui/
status_bubble.h 30 // when the cursor exits a link) will set the status bubble back to its
  /external/chromium/testing/gtest/test/
gtest_uninitialized_test.py 57 # Verifies that 'command' exits with code 1.
  /external/llvm/runtime/libprofile/
BasicBlockTracing.c 30 /* BBTraceAtExitHandler - When the program exits, just write out any remaining
EdgeProfiling.c 22 /* EdgeProfAtExitHandler - When the program exits, just write out the profiling
OptimalEdgeProfiling.c 22 /* OptEdgeProfAtExitHandler - When the program exits, just write out the
  /external/llvm/test/Analysis/ScalarEvolution/
fold.ll 37 ; CHECK-NEXT: --> ([[EXPR:.*]]){{ +}}Exits: 20
  /external/llvm/test/Transforms/IndVarSimplify/
loop_evaluate10.ll 4 ; This loop has multiple exits, and the value of %b1 depends on which
  /external/protobuf/gtest/test/
gtest_uninitialized_test.py 57 # Verifies that 'command' exits with code 1.
  /external/webkit/Source/WebCore/bindings/js/
WorkerScriptController.h 71 // Called on Worker thread when JS exits with termination exception caused by forbidExecution() request,
  /external/webkit/Source/WebCore/bindings/v8/
WorkerScriptController.h 66 // Called on Worker thread when JS exits with termination exception caused by forbidExecution() request,
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
dir 8 Typing "q" exits, "?" lists all Info commands, "d" returns here,
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
dir 8 Typing "q" exits, "?" lists all Info commands, "d" returns here,
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/
dir 8 Typing "q" exits, "?" lists all Info commands, "d" returns here,
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/
dir 8 Typing "q" exits, "?" lists all Info commands, "d" returns here,
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/
dir 8 Typing "q" exits, "?" lists all Info commands, "d" returns here,
  /system/core/rootdir/etc/
init.goldfish.rc 75 # if not, is simply exits immediately
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 180 // ensure the thread exits and the port becomes available again
214 // ensure the thread exits and the port becomes available again
251 // ensure the thread exits and the port becomes available again
265 // ensure the thread exits and the port becomes available again
297 // ensure the thread exits and the port becomes available again
313 // ensure the thread exits and the port becomes available again
551 // ensure the thread exits and the port becomes available again
629 // ensure the thread exits and the port becomes available again
  /external/chromium/chrome/browser/
background_mode_manager.h 32 // installed/loaded extensions to ensure that Chrome enters/exits background
36 // last browser window is closed, until the user explicitly exits the app.
  /external/valgrind/main/coregrind/
pub_core_clientstate.h 60 /tmp. The problem of deleting said file when Valgrind exits is
63 the file contents alive exactly until the process exits. */
  /external/llvm/lib/Analysis/
ProfileVerifierPass.cpp 179 bool exits = false; local
184 exits |= exitReachable(F);
187 exits = true;
189 if (exits) break;
192 return exits;
  /external/guava/javadoc/com/google/common/util/concurrent/
Executors.html 175           Converts the given ThreadPoolExecutor into an ExecutorService that exits
186           Converts the given ThreadPoolExecutor into an ExecutorService that exits
196 exits when the application is complete.</TD>
207 ScheduledExecutorService that exits when the application is complete.</TD>
267 <DD>Converts the given ThreadPoolExecutor into an ExecutorService that exits
275 <DT><B>Parameters:</B><DD><CODE>executor</CODE> - the executor to modify to make sure it exits when the
291 ScheduledExecutorService that exits when the application is complete. It
299 <DT><B>Parameters:</B><DD><CODE>executor</CODE> - the executor to modify to make sure it exits when the
332 <DD>Converts the given ThreadPoolExecutor into an ExecutorService that exits
343 <DT><B>Parameters:</B><DD><CODE>executor</CODE> - the executor to modify to make sure it exits when th
    [all...]
  /system/core/init/
readme.txt 63 This is a device-critical service. If it exits more than four times in
92 Do not restart the service when it exits.
122 Triggers of this form occur when the specified service exits.
  /bionic/libc/bionic/
libc_init_dynamic.c 108 * so we need to ensure that these are called when the program exits
libc_init_static.c 91 * so we need to ensure that these are called when the program exits

Completed in 1207 milliseconds

1 23 4 5 6 7 8 91011>>