Home
last modified time | relevance | path

Searched refs:killed (Results 1 – 25 of 81) sorted by relevance

1234

/external/webkit/Source/WebCore/storage/
DLocalStorageThread.cpp77 ASSERT(!m_queue.killed() && m_threadID); in scheduleTask()
84 ASSERT(!m_queue.killed() && m_threadID); in terminate()
92 ASSERT(m_queue.killed()); in terminate()
DDatabaseThread.cpp88 return m_queue.killed(); in terminationRequested()
153 ASSERT(m_queue.killed() || m_openDatabaseSet.contains(database)); in recordDatabaseClosed()
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DBaseTree.js120 var killed = this.children.splice(i, 1)[0];
123 return killed;
150 var j, i, child, indexToDelete, c, killed, numToInsert;
170 killed = this.children.splice(indexToDelete, 1)[0];
/external/webkit/Source/JavaScriptCore/wtf/
DMessageQueue.h70 bool killed() const;
205 inline bool MessageQueue<DataType>::killed() const in killed() function
/external/llvm/test/Transforms/GlobalDCE/
D2002-09-12-Redeletion.ll3 ;; Should die when function %foo is killed
D2002-08-17-FunctionDGE.ll9 ;; Should die when function %foo is killed
/external/webkit/Source/WebCore/workers/
DWorkerRunLoop.h59 bool terminated() { return m_messageQueue.killed(); } in terminated()
/external/webkit/Source/WebCore/fileapi/
DFileThread.cpp50 ASSERT(m_queue.killed()); in ~FileThread()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs299 ITree killed = Children[i]; in DeleteChild()
303 return killed; in DeleteChild()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs250 ITree killed = children[i]; in DeleteChild()
254 return killed; in DeleteChild()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DBaseTree.java170 Tree killed = (Tree)children.remove(i); in deleteChild() local
173 return killed; in deleteChild()
/external/llvm/utils/lit/lit/ExampleTests/Clang/
Dlit.cfg10 # For now we require '&&' between commands, until they get globally killed and
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DBaseTree.as148 var killed:BaseTree = BaseTree(children.remove(i));
151 return killed;
197 var killed:BaseTree = BaseTree(children.remove(indexToDelete));
/external/llvm/test/CodeGen/X86/
Dinline-asm-fpstack.ll72 ; Uses two different values, one of which isn't killed in this asm, it
90 ; Passing a non-killed value to asm in {st}.
109 ; Passing a non-killed value through asm in {st}.
Dsink-hoist.ll71 ; block when we don't know if the preg is killed within the current block.
/external/quake/quake/src/QW/progs/
Dbuttons.qc79 "health" if set, the button must be killed instead of touched
Dtriggers.qc27 // the trigger was just touched/killed/used
99 …rgeted at one or more entities. If "health" is set, the trigger must be killed to activate each t…
157 "targetname". If "health" is set, the trigger must be killed to activate.
Dclient.qc1291 targ.frags = targ.frags - 1; // killed self
1302 // killed self
1430 targ.frags = targ.frags - 1; // killed self
/external/srtp/googlepatches/
Dvidyo-2-srtp-lin.patch76 # they are killed, those processes will linger. Re-running the script
/external/qemu/docs/
DANDROID-ADB-QEMU.TXT10 host is killed, and then restarted. To address this issue ADB communication has
/external/bison/tests/
Dtorture.at143 # I tried 3000, a 29Mb grammar file, but then my system killed bison.
145 # it gets killed too. Of course the parser is to be cleaned.
/external/valgrind/main/auxprogs/
Dposixtestsuite-1.5.1-diff.txt64 # with the bash shell, the ret val of a killed application is 128 + signum
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb368 killed = delete_at( index ) and freshen( index )
369 return killed
/external/mksh/src/
Djobs.c230 bool killed = false; in j_exit() local
238 killed = true; in j_exit()
253 if (killed) in j_exit()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseTree.m239 id<ANTLRBaseTree> killed = (id<ANTLRBaseTree>)[children objectAtIndex:idx];
243 return killed;

1234