Searched defs:Kill (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/tools/cr/cr/actions/
H A Dlinux.py20 def Kill(self, targets, arguments): member in class:LinuxRunner
22 print '**WARNING** Kill not yet implemented on linux'
H A Dadb.py49 def Kill(cls, target, _): member in class:Adb
50 """Kill all running processes for a target."""
111 def Kill(self, targets, arguments): member in class:AdbRunner
113 Adb.Kill(target, arguments)
H A Ddebugger.py33 Defaults to a Kill Invoke sequence.
35 self.Kill(targets, [])
39 def Kill(self, targets, arguments): member in class:Debugger
40 """Kill the running debugger."""
41 cr.Runner.Kill(targets, arguments)
H A Drunner.py13 Runner implementations must implement the Kill, Run and Test methods.
35 def Kill(self, targets, arguments): member in class:Runner
65 Default implementation is to do a Kill Invoke sequence.
68 self.Kill(targets, [])
79 def Kill(self, targets, arguments): member in class:SkipRunner
/external/chromium_org/chrome/test/chromedriver/server/
H A Dserver.py44 atexit.register(self.Kill)
65 def Kill(self): member in class:Server
/external/chromium_org/v8/src/compiler/
H A Dnode.cc13 void Node::Kill() { function in class:v8::internal::compiler::Node
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserprocess.py37 def Kill(self): member in class:BrowserProcessBase
/external/chromium_org/build/util/lib/common/
H A Dutil.py106 def Kill(pid): function
/external/chromium_org/net/url_request/
H A Durl_request_file_dir_job.cc54 void URLRequestFileDirJob::Kill() { function in class:net::URLRequestFileDirJob
63 URLRequestJob::Kill();
H A Durl_request_file_job.cc79 void URLRequestFileJob::Kill() { function in class:net::URLRequestFileJob
83 URLRequestJob::Kill();
H A Durl_request_ftp_job.cc119 void URLRequestFtpJob::Kill() { function in class:net::URLRequestFtpJob
124 URLRequestJob::Kill();
H A Durl_request_test_job.cc280 void URLRequestTestJob::Kill() { function in class:net::URLRequestTestJob
282 URLRequestJob::Kill();
/external/chromium_org/sync/internal_api/public/util/
H A Dweak_handle_unittest.cc30 void Kill() { function in class:syncer::Base
106 b.Kill();
156 b.Kill();
188 b.Kill();
/external/chromium_org/chrome/test/chromedriver/
H A Dutil.py124 def Kill(pid): function
/external/chromium_org/content/browser/net/
H A Dview_http_cache_job_factory.cc38 virtual void Kill() OVERRIDE;
105 void ViewHttpCacheJob::Kill() { function in class:content::__anon7271::ViewHttpCacheJob
111 net::URLRequestJob::Kill();
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_read_from_cache_job.cc61 void ServiceWorkerReadFromCacheJob::Kill() { function in class:content::ServiceWorkerReadFromCacheJob
71 net::URLRequestJob::Kill();
H A Dservice_worker_write_to_cache_job.cc63 void ServiceWorkerWriteToCacheJob::Kill() { function in class:content::ServiceWorkerWriteToCacheJob
77 net::URLRequestJob::Kill();
/external/chromium_org/content/browser/streams/
H A Dstream_url_request_job.cc88 void StreamURLRequestJob::Kill() { function in class:content::StreamURLRequestJob
89 net::URLRequestJob::Kill();
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_dir_url_request_job.cc66 void FileSystemDirURLRequestJob::Kill() { function in class:storage::FileSystemDirURLRequestJob
67 URLRequestJob::Kill();
/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp118 if (I->Kill.isValid())
120 End = I->Kill;
134 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Kill, unsigned PhysReg) { argument
135 assert(Kill.isValid() && "Invalid SlotIndex");
139 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot());
140 assert(KillMBB && "No MBB at Kill");
143 if (LR.extendInBlock(Indexes->getMBBStartIdx(KillMBB), Kill))
146 // Find the single reaching def, or determine if Kill is jointly dominated by
150 if (findReachingDefs(LR, *KillMBB, Kill, PhysReg))
170 SlotIndex Kill, unsigne
169 findReachingDefs(LiveRange &LR, MachineBasicBlock &KillMBB, SlotIndex Kill, unsigned PhysReg) argument
[all...]
H A DLiveRangeCalc.h88 // determined, the range from the block start to Kill will be added to LI.
89 SlotIndex Kill; member in struct:llvm::LiveRangeCalc::LiveInBlock
95 : LR(LR), DomNode(node), Kill(kill), Value(nullptr) {}
104 /// Assuming that LI is live-in to KillMBB and killed at Kill, find the set
107 /// If only one def can reach Kill, all paths from the def to kill are added
110 /// If multiple values can reach Kill, the blocks that need LI to be live in
115 SlotIndex Kill, unsigned PhysReg);
155 /// extend - Extend the live range of LI to reach Kill.
157 /// The existing values in LI must be live so they jointly dominate Kill. If
158 /// Kill i
[all...]
/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job.cc151 void AndroidStreamReaderURLRequestJob::Kill() { function in class:AndroidStreamReaderURLRequestJob
154 URLRequestJob::Kill();
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_url_request_job.cc278 void ExternalFileURLRequestJob::Kill() { function in class:chromeos::ExternalFileURLRequestJob
283 net::URLRequestJob::Kill();
/external/chromium_org/content/browser/appcache/
H A Dappcache_url_request_job.cc364 void AppCacheURLRequestJob::Kill() { function in class:content::AppCacheURLRequestJob
378 net::URLRequestJob::Kill();
/external/chromium_org/storage/browser/blob/
H A Dview_blob_internals_job.cc124 void ViewBlobInternalsJob::Kill() { function in class:storage::ViewBlobInternalsJob
125 net::URLRequestSimpleJob::Kill();

Completed in 383 milliseconds

12