/external/llvm/lib/CodeGen/ |
LiveVariables.cpp | 69 dbgs() << " Alive in blocks: "; 111 // Mark the variable known alive in this bb 166 // block. We don't want to mark all predecessors as having the value "alive" 171 // already marked as alive in this basic block, that means it is alive in at 186 // If vr is not alive in any block, then defaults to dead. 616 // Mark it alive only in the block we are representing. 742 // Is it alive in this successor?
|
/external/srec/srec/crec/ |
srec_initialize.c | 49 int max_hmm_tokens; controls the maximum number of HMM's alive in any frame. If number 52 int max_fsmnode_tokens; controls the maximum number of FSMs alive in any frame. If number,
|
/external/chromium_org/chrome/browser/background/ |
background_mode_manager.cc | 204 // Keep the browser alive until extensions are done loading - this is needed 205 // by the --no-startup-window flag. We want to stay alive until we load 218 // If the -keep-alive-for-test flag is passed, then always keep chrome running 323 // process alive any more when running in no-startup-window mode. 358 // Make sure we aren't still keeping the app alive (only happens if we 529 // keep-alive (which can shutdown Chrome) before the message loop has
|
background_mode_manager_unittest.cc | 289 // There is still one background app alive 421 // everything up. Keeping Chrome alive prevents this. 422 // We aren't interested in if the keep alive works correctly in this test. 555 // everything up. Keeping Chrome alive prevents this. 556 // We aren't interested in if the keep alive works correctly in this test.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
implement.h | 130 * The thread is still "alive" if the numeric value of the 134 PThreadStateRunning, /* Thread alive & kicking */ 135 PThreadStateSuspended, /* Thread alive but suspended */ 136 PThreadStateCancelPending, /* Thread alive but */ 138 PThreadStateCanceling, /* Thread alive but is */ 141 PThreadStateExiting, /* Thread alive but exiting */ [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ThreadPoolExecutor.java | 87 * <dt>Keep-alive times</dt> 98 * terminating prior to shut down. By default, the keep-alive policy 237 * keep-alive times, using a lower bound of zero core threads and/or 494 * If false (default), core threads stay alive even when idle. 501 * Core pool size is the minimum number of workers to keep alive [all...] |
/external/chromium_org/extensions/browser/ |
process_manager.cc | 133 // The count of things keeping the lazy background page alive. 340 // Keep the lazy background page alive as long as any non-background-page 623 // keep the event page alive. 688 // Keep the lazy background page alive while it's being inspected. 770 // RenderViewHosts are still alive. During extension reloading, they will [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SymbolManager.h | 268 /// dead-symbol sweeping AND their associated regions are still alive. 480 /// alive as long as the key is live. 550 /// The dependent symbol should stay alive as long as the primary is alive. 614 /// this will keep the symbol alive as long as its associated region is also
|
/external/libppp/src/ |
filter.c | 422 else if (!strcmp(arg->argv[arg->argn], "alive")) 423 filter = &arg->bundle->filter.alive; 513 else if (!strcmp(arg->argv[arg->argn], "alive")) 514 filter = &arg->bundle->filter.alive; 525 filter[3] = &arg->bundle->filter.alive;
|
/frameworks/base/core/java/android/view/ |
ViewTreeObserver.java | 720 throw new IllegalStateException("This ViewTreeObserver is not alive, call " 726 * Indicates whether this ViewTreeObserver is alive. When an observer is not alive, 732 * @return True if this object is alive and be used, false otherwise. 739 * Marks this ViewTreeObserver as not alive. After invoking this method, invoking [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_handshake_hybi.py | 183 request_def.headers['Connection'] = 'Upgrade, keep-alive, , ' 344 'Keep-Alive': '300', 345 'Connection': 'keep-alive'}), None, True)]
|
/external/chromium_org/ppapi/proxy/ |
serialized_var_unittest.cc | 188 // ReceiveInputs keep the "track_with_no_reference_count" alive until 250 // ReceiveInputs keep the "track_with_no_reference_count" alive until 341 // The ref in the plugin should be alive until the ReturnValue goes out of
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
npruntime.cpp | 305 // Hence, if it's not already alive, don't unregister it. 306 // If it is alive, unregister it as the *last* thing we do 344 // if it is alive or not.
|
/external/tcpdump/tests/ |
print-A.new | 18 Connection: Keep-Alive 33 Keep-Alive: timeout=15, max=100 34 Connection: Keep-Alive
|
print-A.out | 18 Connection: Keep-Alive 33 Keep-Alive: timeout=15, max=100 34 Connection: Keep-Alive
|
print-AA.new | 18 Connection: Keep-Alive 33 Keep-Alive: timeout=15, max=100 34 Connection: Keep-Alive
|
print-AA.out | 18 Connection: Keep-Alive 33 Keep-Alive: timeout=15, max=100 34 Connection: Keep-Alive
|
/libcore/luni/src/main/java/java/io/ |
PipedInputStream.java | 207 * stream is no longer alive. 278 * stream is no longer alive. 375 * from this stream is no longer alive.
|
/external/chromium/testing/gtest/test/ |
gtest_output_test_.cc | 273 << "Expected failure #1 (in thread B, only trace B alive)."; 278 << "Expected failure #3 (in thread B, trace A & B both alive)."; 281 << "Expected failure #4 (in thread B, only trace A alive)."; 297 << "Expected failure #2 (in thread A, trace A & B both alive)."; 302 << "Expected failure #5 (in thread A, only trace A alive)."; 305 << "Expected failure #6 (in thread A, no trace alive).";
|
gtest_output_test_golden_lin.txt | 155 Expected failure #1 (in thread B, only trace B alive). 160 Expected failure #2 (in thread A, trace A & B both alive). 165 Expected failure #3 (in thread B, trace A & B both alive). 170 Expected failure #4 (in thread B, only trace A alive). 173 Expected failure #5 (in thread A, only trace A alive). 178 Expected failure #6 (in thread A, no trace alive).
|
/external/chromium_org/content/browser/gpu/ |
gpu_process_host.cc | 90 bool alive, 100 alive, 108 if (alive) { 162 bool alive, 167 host_id, route_id, alive, timebase, interval); 889 true /* alive */, base::TimeTicks(), base::TimeDelta())); [all...] |
/external/chromium_org/net/socket_stream/ |
socket_stream_unittest.cc | 525 "Proxy-Connection: keep-alive\r\n\r\n"), 539 "Proxy-Connection: keep-alive\r\n" 600 "Proxy-Connection: keep-alive\r\n" 654 "Proxy-Connection: keep-alive\r\n" 840 "Proxy-Connection: keep-alive\r\n\r\n") 891 "Proxy-Connection: keep-alive\r\n\r\n") [all...] |
/external/chromium_org/testing/gtest/test/ |
gtest_output_test_.cc | 285 << "Expected failure #1 (in thread B, only trace B alive)."; 290 << "Expected failure #3 (in thread B, trace A & B both alive)."; 293 << "Expected failure #4 (in thread B, only trace A alive)."; 309 << "Expected failure #2 (in thread A, trace A & B both alive)."; 314 << "Expected failure #5 (in thread A, only trace A alive)."; 317 << "Expected failure #6 (in thread A, no trace alive).";
|
gtest_output_test_golden_lin.txt | 168 Expected failure #1 (in thread B, only trace B alive). 173 Expected failure #2 (in thread A, trace A & B both alive). 178 Expected failure #3 (in thread B, trace A & B both alive). 183 Expected failure #4 (in thread B, only trace A alive). 186 Expected failure #5 (in thread A, only trace A alive). 191 Expected failure #6 (in thread A, no trace alive).
|
/external/gtest/test/ |
gtest_output_test_.cc | 273 << "Expected failure #1 (in thread B, only trace B alive)."; 278 << "Expected failure #3 (in thread B, trace A & B both alive)."; 281 << "Expected failure #4 (in thread B, only trace A alive)."; 297 << "Expected failure #2 (in thread A, trace A & B both alive)."; 302 << "Expected failure #5 (in thread A, only trace A alive)."; 305 << "Expected failure #6 (in thread A, no trace alive).";
|