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

123

/external/chromium_org/tools/cr/cr/actions/
H A Dlinux.py20 def Kill(self, context, targets, arguments): member in class:LinuxRunner
22 print '**WARNING** Kill not yet implemented on linux'
H A Dadb.py48 def Kill(cls, target, _): member in class:Adb
49 """Kill all running processes for a target."""
110 def Kill(self, context, targets, arguments): member in class:AdbRunner
112 Adb.Kill(target, arguments)
H A Ddebugger.py33 Defaults to a Kill Invoke sequence.
35 self.Kill(context, targets, [])
39 def Kill(self, context, targets, arguments): member in class:Debugger
40 """Kill the running debugger."""
41 cr.Runner.Kill(context, targets, arguments)
H A Drunner.py13 Runner implementations must implement the Kill, Run and Test methods.
35 def Kill(self, context, targets, arguments): member in class:Runner
65 Default implementation is to do a Kill Invoke sequence.
68 self.Kill(context, targets, [])
79 def Kill(self, context, 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/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserprocess.py37 def Kill(self): member in class:BrowserProcessBase
/external/chromium/chrome/browser/net/
H A Dmetadata_url_request.cc31 virtual void Kill();
69 void MetadataRequestHandler::Kill() { function in class:__anon2294::MetadataRequestHandler
H A Dview_http_cache_job_factory.cc32 virtual void Kill();
99 void ViewHttpCacheJob::Kill() { function in class:__anon2310::ViewHttpCacheJob
103 net::URLRequestJob::Kill();
/external/chromium/net/url_request/
H A Durl_request_file_dir_job.cc61 void URLRequestFileDirJob::Kill() { function in class:net::URLRequestFileDirJob
73 URLRequestJob::Kill();
160 // No need for NotifyCanceled() since canceled_ is set inside Kill().
H A Durl_request_ftp_job.cc170 void URLRequestFtpJob::Kill() { function in class:net::URLRequestFtpJob
174 URLRequestJob::Kill();
H A Durl_request_file_job.cc181 void URLRequestFileJob::Kill() { function in class:net::URLRequestFileJob
191 URLRequestJob::Kill();
H A Durl_request_test_job.cc210 void URLRequestTestJob::Kill() { function in class:net::URLRequestTestJob
212 URLRequestJob::Kill();
/external/chromium_org/build/util/lib/common/
H A Dutil.py106 def Kill(pid): function
/external/chromium_org/chrome/test/chromedriver/
H A Dutil.py116 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();
/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/webkit/browser/fileapi/
H A Dfile_system_dir_url_request_job.cc65 void FileSystemDirURLRequestJob::Kill() { function in class:fileapi::FileSystemDirURLRequestJob
66 URLRequestJob::Kill();
H A Dfile_system_url_request_job.cc77 void FileSystemURLRequestJob::Kill() { function in class:fileapi::FileSystemURLRequestJob
79 URLRequestJob::Kill();
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_url_request_job.cc110 void DriveURLRequestJob::Kill() { function in class:drive::DriveURLRequestJob
114 net::URLRequestJob::Kill();
/external/chromium_org/content/browser/net/
H A Dview_http_cache_job_factory.cc38 virtual void Kill() OVERRIDE;
104 void ViewHttpCacheJob::Kill() { function in class:content::__anon8095::ViewHttpCacheJob
110 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/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp119 if (I->Kill.isValid())
121 End = I->Kill;
136 SlotIndex Kill,
139 assert(Kill.isValid() && "Invalid SlotIndex");
143 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot());
144 assert(KillMBB && "No MBB at Kill");
147 if (LI->extendInBlock(Indexes->getMBBStartIdx(KillMBB), Kill))
150 // Find the single reaching def, or determine if Kill is jointly dominated by
154 if (findReachingDefs(LI, KillMBB, Kill, PhysReg))
175 SlotIndex Kill,
135 extend(LiveInterval *LI, SlotIndex Kill, unsigned PhysReg) argument
173 findReachingDefs(LiveInterval *LI, 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 : LI(li), DomNode(node), Kill(kill), Value(0) {}
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
116 SlotIndex Kill,
160 /// extend - Extend the live range of LI to reach Kill.
162 /// The existing values in LI must be live so they jointly dominate Kill. If
163 /// Kill i
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dchrome_url_data_manager_backend.cc77 virtual void Kill() OVERRIDE;
305 void URLRequestChromeJob::Kill() { function in class:URLRequestChromeJob

Completed in 460 milliseconds

123