/external/openssh/ |
scp.c | 157 kill(do_cmd_pid, signo ? signo : SIGTERM); 172 kill(do_cmd_pid, signo); 176 kill(getpid(), SIGSTOP);
|
/external/quake/quake/src/WinQuake/data/ |
README.TXT | 233 (You can still hear them, but you cannot kill them. This bug makes it
239 Solution: If you get stuck, use the 'kill' console command. It is a good
245 Solution: Exit to the next level or use the 'kill' console command..
|
/frameworks/base/docs/html/guide/components/ |
processes-and-threads.jd | 72 <p>When deciding which processes to kill, the Android system weighs their relative importance to 84 and which to kill, the system places each process into an "importance hierarchy" based on the 153 impact on the user experience, and the system can kill them at any time to reclaim memory for a
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ServiceStartArguments.java | 225 button = (Button)findViewById(R.id.kill);
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
Lexer.as | 299 * a token, so do the easy thing and just kill a character and hope
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
Lexer.cs | 332 * a token, so do the easy thing and just kill a character and hope
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
Lexer.cs | 404 * a token, so do the easy thing and just kill a character and hope
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
SlimLexer.cs | 421 * a token, so do the easy thing and just kill a character and hope
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
Lexer.java | 325 * a token, so do the easy thing and just kill a character and hope
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
Lexer.js | 267 * a token, so do the easy thing and just kill a character and hope
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
Lexer.pm | 300 # a token, so do the easy thing and just kill a character and hope
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
LeftRecursiveRuleAnalyzer.java | 282 altAST.deleteChild(0); // kill it
|
/external/chromium/chrome/browser/first_run/ |
first_run_win.cc | 221 // process to kill in case the popup or its owned active popup become
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_flow.cc | 163 // TODO(scottbyer): Fix the root cause, kill the hacks.
|
/external/chromium/chrome/browser/ |
process_singleton_win.cc | 157 // Time to take action. Kill the browser process.
|
/external/chromium/chrome/browser/profiles/ |
profile_manager.cc | 42 (*i)->Kill();
|
/external/chromium/chrome/browser/sync/engine/net/ |
server_connection_manager.cc | 257 void ServerConnectionManager::kill() { function in class:browser_sync::ServerConnectionManager
|
server_connection_manager.h | 256 virtual void kill();
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_unittest.cc | 45 // Kill the service before the profile.
|
/external/chromium/chrome/common/ |
url_constants.cc | 31 const char kAboutKillURL[] = "about:kill";
|
/external/chromium/net/proxy/ |
proxy_script_fetcher_impl_unittest.cc | 219 // Now kill the HTTP server.
|
/external/chromium/net/test/ |
test_server.cc | 158 VLOG(1) << "Kill failed?";
|
/external/clang/lib/Driver/ |
ToolChain.cpp | 108 // FIXME: tblgen this, or kill it!
|
/external/clang/utils/ |
clang-completion-mode.el | 157 ;; If there is already a code-completion process, kill it first.
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | [all...] |