/external/qemu/distrib/sdl-1.2.15/test/ |
D | testsem.c | 31 static void killed(int sig) in killed() function 74 signal(SIGTERM, killed); in main() 75 signal(SIGINT, killed); in main()
|
D | testhread.c | 32 static void killed(int sig) in killed() function 72 signal(SIGTERM, killed); in main()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowRemoteCallbackList.java | 18 private boolean killed = false; field in ShadowRemoteCallbackList 45 if (killed) { in register() 79 killed = true; in kill()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | sad_tab_view.cc | 76 static int killed = 0; in SadTabView() local 77 killed++; in SadTabView() 79 "Tabs.SadTab.KillCreated", killed, 1, 1000, 50); in SadTabView() 217 static int killed = 0; in OnPaint() local 219 "Tabs.SadTab.KillDisplayed", ++killed, 1, 1000, 50); in OnPaint()
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | BaseTree.js | 120 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/chromium_org/chrome/browser/ui/gtk/ |
D | sad_tab_gtk.cc | 69 static int killed = 0; in SadTabGtk() local 71 "Tabs.SadTab.KilledCreated", ++killed, 1, 1000, 50); in SadTabGtk() 186 static int killed = 0; in Show() local 188 "Tabs.SadTab.KilledDisplayed", ++killed, 1, 1000, 50); in Show()
|
/external/llvm/test/Transforms/GlobalDCE/ |
D | 2002-09-12-Redeletion.ll | 3 ;; Should die when function %foo is killed
|
D | 2002-08-17-FunctionDGE.ll | 9 ;; Should die when function %foo is killed
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | MessageQueue.h | 74 bool killed() const; 225 inline bool MessageQueue<DataType>::killed() const in killed() function
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
D | WorkerRunLoop.h | 61 bool terminated() const { return m_messageQueue.killed(); } in terminated()
|
D | WorkerRunLoop.cpp | 237 ASSERT(m_messageQueue.killed()); in runCleanupTasks()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTree.cs | 299 ITree killed = Children[i]; in DeleteChild() 303 return killed; in DeleteChild()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BaseTree.cs | 250 ITree killed = children[i]; in DeleteChild() 254 return killed; in DeleteChild()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | server_process.py | 376 killed = False 386 killed = True 390 if not killed:
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | BaseTree.java | 170 Tree killed = (Tree)children.remove(i); in deleteChild() local 173 return killed; in deleteChild()
|
/external/chromium_org/base/test/ |
D | test_listener_ios.mm | 15 // long, it is still possible that the app will get killed.
|
/external/llvm/utils/lit/lit/ExampleTests/Clang/ |
D | lit.cfg | 10 # For now we require '&&' between commands, until they get globally killed and
|
/external/chromium_org/chrome/browser/extensions/api/processes/ |
D | processes_api.cc | 641 bool killed = false; in TerminateProcess() local 648 killed = base::KillProcess(model->GetProcess(i), in TerminateProcess() 661 SetResult(new base::FundamentalValue(killed)); in TerminateProcess()
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | BaseTree.as | 148 var killed:BaseTree = BaseTree(children.remove(i)); 151 return killed; 197 var killed:BaseTree = BaseTree(children.remove(indexToDelete));
|
/external/llvm/test/CodeGen/X86/ |
D | inline-asm-fpstack.ll | 72 ; 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}.
|
/external/qemu/docs/ |
D | ANDROID-ADB-QEMU.TXT | 10 host is killed, and then restarted. To address this issue ADB communication has
|
/external/srtp/googlepatches/ |
D | vidyo-2-srtp-lin.patch | 76 # they are killed, those processes will linger. Re-running the script
|
/external/bison/tests/ |
D | torture.at | 140 # I tried 3000, a 29Mb grammar file, but then my system killed bison. 142 # it gets killed too. Of course the parser is to be cleaned.
|
/external/valgrind/main/auxprogs/ |
D | posixtestsuite-1.5.1-diff.txt | 64 # with the bash shell, the ret val of a killed application is 128 + signum
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | tree.rb | 368 killed = delete_at( index ) and freshen( index ) 369 return killed
|