Searched
full:dead (Results
476 -
500 of
1737) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/ui/cocoa/ |
login_prompt_cocoa.mm | 156 // call back to us after we're dead.
|
/external/chromium_org/components/keyed_service/content/ |
browser_context_dependency_manager.cc | 122 // The context is now dead to the rest of the program.
|
/external/chromium_org/content/child/ |
child_thread.h | 224 // The OnChannelError() callback was invoked - the channel is dead, don't
|
/external/chromium_org/net/socket/ |
websocket_transport_client_socket_pool.h | 131 // need to explicitly check for this. Instead, ensure that dead sockets are
|
/external/chromium_org/sandbox/win/src/ |
job_unittest.cc | 62 // Check if the jbo is really dead.
|
sharedmem_ipc_client.h | 90 // handle to a shared mutex to detect when the server is dead
|
/external/chromium_org/third_party/android_testrunner/ |
run_command.py | 133 # Can't kill a dead process.
|
/external/chromium_org/third_party/bintrees/bintrees/ |
walker.py | 107 if node is None: # stay at dead end
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_remove_constants.c | 90 /* Pass 2: If there is relative addressing or dead constant elimination
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_constant_variable.cpp | 30 * The goal here is to trigger further constant folding and then dead
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_pass1.c | 111 /* Step two: Basically this is dead code elimination.
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
lfunc.c | 57 if (isdead(g, o)) /* is it dead? */
|
lstring.c | 144 if (isdead(G(L), o)) /* string is dead (but was not collected yet)? */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
README | 116 Note that most compilers will perform dead-code elimination to remove
|
/external/chromium_org/ui/base/ime/ |
input_method_chromeos.h | 147 // including dead key etc.
|
/external/chromium_org/ui/views/controls/menu/ |
native_menu_win.h | 26 // TODO(beng): rename to MenuWin once the old class is dead.
|
/external/chromium_org/v8/benchmarks/ |
README.txt | 69 Removed dead code from the RayTrace benchmark and fixed a couple of
|
revisions.html | 29 <p>Removed dead code from the RayTrace benchmark and fixed a couple of
|
/external/chromium_org/v8/src/compiler/ |
common-operator-unittest.cc | 48 SHARED(Dead, Operator::kFoldable, 0, 0, 0, 0, 1),
|
common-operator.cc | 57 V(Dead, Operator::kFoldable, 0, 0) \
|
graph-builder.h | 147 // Node representing the control dependency for dead code.
|
opcodes.h | 10 V(Dead) \
|
/external/chromium_org/v8/test/mjsunit/es6/ |
generators-parsing.js | 77 function* g() { yield 1; return 2; yield "dead"; }
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
block-let-semantics.js | 32 // Test temporal dead zone semantics of let bound variables in
|
/external/chromium_org/v8/test/webkit/ |
toString-number-dot-expr.js | 30 // individual returns getting optimized away (if the interpreter would do dead code elimination)
|
Completed in 809 milliseconds
<<11121314151617181920>>