HomeSort by relevance Sort by last modified time
    Searched defs:Kill (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/webkit/browser/appcache/
appcache_url_request_job.cc 364 void AppCacheURLRequestJob::Kill() {
374 net::URLRequestJob::Kill();
  /external/chromium_org/webkit/browser/blob/
view_blob_internals_job.cc 132 void ViewBlobInternalsJob::Kill() {
133 net::URLRequestSimpleJob::Kill();
blob_url_request_job.cc 75 void BlobURLRequestJob::Kill() {
78 net::URLRequestJob::Kill();
  /external/chromium/chrome/browser/automation/
url_request_automation_job.cc 143 void URLRequestAutomationJob::Kill() {
152 net::URLRequestJob::Kill();
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc 77 virtual void Kill() OVERRIDE;
305 void URLRequestChromeJob::Kill() {
  /external/chromium_org/chrome/browser/automation/
url_request_automation_job.cc 191 void URLRequestAutomationJob::Kill() {
201 net::URLRequestJob::Kill();
  /external/chromium_org/chrome/test/pyautolib/
remote_inspector_client.py 329 self.Kill()
405 def Kill(self):
805 self._remote_inspector_thread.Kill()
    [all...]
pyauto.py 753 def Kill(pid):
761 os.kill(pid, signal.SIGTERM)
    [all...]
  /external/llvm/lib/Target/R600/
SILowerControlFlow.cpp 85 void Kill(MachineInstr &MI);
294 void SILowerControlFlowPass::Kill(MachineInstr &MI) {
299 // Kill is only allowed in pixel shaders
468 Kill(MI);
  /external/chromium/net/url_request/
url_request_job.cc 46 void URLRequestJob::Kill() {
48 // request took care of setting its error status before calling Kill.
url_request_http_job.cc 799 void URLRequestHttpJob::Kill() {
804 URLRequestJob::Kill();
    [all...]
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.cc 109 virtual void Kill() OVERRIDE;
235 void URLRequestChromeJob::Kill() {
  /external/chromium_org/net/url_request/
url_request_job.cc 52 void URLRequestJob::Kill() {
55 // request took care of setting its error status before calling Kill.
231 Kill();
url_request_http_job.cc 361 void URLRequestHttpJob::Kill() {
369 URLRequestJob::Kill();
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 33 Kill = 0x8,
41 ImplicitKill = Implicit | Kill
71 flags & RegState::Kill,
390 return B ? RegState::Kill : 0;
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 551 Kill("Invalid audit architecture in BPF filter"))));
654 Kill("Illegal mixing of system call ABIs").err_);
    [all...]
  /external/chromium_org/v8/src/
hydrogen-gvn.cc 49 void Kill(GVNFlagSet flags);
100 void Kill(GVNFlagSet flags);
170 void HValueMap::Kill(GVNFlagSet flags) {
344 void HSideEffectMap::Kill(GVNFlagSet flags) {
770 // If this is a loop header kill everything killed by the loop.
772 map->Kill(loop_side_effects_[block->block_id()]);
773 dominators->Kill(loop_side_effects_[block->block_id()]);
803 map->Kill(flags);
836 // Kill everything killed on any path between this block and the
847 successor_map->Kill(side_effects_on_all_paths)
    [all...]
hydrogen-instructions.cc 524 Kill();
542 void HValue::Kill() {
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 562 // value. The inserted COPY is not a kill, and we don't need to recompute
662 // If MI doesn't kill the assigned register, just leave it.
667 DEBUG(dbgs() << " cannot find simple kill of RegIdx " << RegIdx << '\n');
670 SlotIndex Kill = LIS.getInstructionIndex(MBBI).getRegSlot();
671 DEBUG(dbgs() << " move kill to " << Kill << '\t' << *MBBI);
672 AssignI.setStop(Kill);
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 394 Kill();
412 void HValue::Kill() {
    [all...]
hydrogen.cc 100 phi->Kill();
    [all...]

Completed in 636 milliseconds

12