/external/oprofile/events/alpha/ev67/ |
D | events | 10 event:0x04 counters:0 um:zero minimum:500 name:STALLED_0 : PCTR0 triggered; stalled between fetch a… 11 event:0x05 counters:0 um:zero minimum:500 name:TAKEN_0 : PCTR0 triggered; branch was not mispredict… 12 event:0x06 counters:0 um:zero minimum:500 name:MISPREDICT_0 : PCTR0 triggered; branch was mispredic… 13 event:0x07 counters:0 um:zero minimum:500 name:ITB_MISS_0 : PCTR0 triggered; ITB miss 14 event:0x08 counters:0 um:zero minimum:500 name:DTB_MISS_0 : PCTR0 triggered; DTB miss 15 event:0x09 counters:0 um:zero minimum:500 name:REPLAY_0 : PCTR0 triggered; replay trap 16 event:0x0a counters:0 um:zero minimum:500 name:LOAD_STORE_0 : PCTR0 triggered; load-store order rep… 17 event:0x0b counters:0 um:zero minimum:500 name:ICACHE_MISS_0 : PCTR0 triggered; Icache miss 18 event:0x0c counters:0 um:zero minimum:500 name:UNALIGNED_0 : PCTR0 triggered; unaligned load/store … 19 event:0x0d counters:0 um:zero minimum:500 name:STALLED_1 : PCTR1 triggered; stalled between fetch a… [all …]
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | InputTouchScreen.java | 42 boolean triggered = false; in getTriggered() 44 triggered = mTouchPoints[index].getTriggered(time); in getTriggered() 46 return triggered; in getTriggered() 108 boolean triggered = false; in getTriggered() 109 for (int x = 0; x < MAX_TOUCH_POINTS && !triggered; x++) { in getTriggered() 110 triggered = mTouchPoints[x].getTriggered(gameTime); in getTriggered() 112 return triggered; in getTriggered()
|
/external/linux-tools-perf/util/include/linux/added/ |
D | hw_breakpoint.h | 75 perf_overflow_handler_t triggered, 87 perf_overflow_handler_t triggered, 92 perf_overflow_handler_t triggered); 117 perf_overflow_handler_t triggered, in register_user_hw_breakpoint() argument 124 perf_overflow_handler_t triggered, in register_wide_hw_breakpoint_cpu() argument 128 perf_overflow_handler_t triggered) { return NULL; } in register_wide_hw_breakpoint() argument
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 55 connect(fileStartServiceAction, SIGNAL(triggered()), this, in WpaGui() 57 connect(fileStopServiceAction, SIGNAL(triggered()), this, in WpaGui() 64 connect(addInterfaceAction, SIGNAL(triggered()), this, in WpaGui() 77 connect(fileEventHistoryAction, SIGNAL(triggered()), this, in WpaGui() 79 connect(fileSaveConfigAction, SIGNAL(triggered()), this, in WpaGui() 81 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog())); in WpaGui() 82 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog())); in WpaGui() 83 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit())); in WpaGui() 84 connect(networkAddAction, SIGNAL(triggered()), this, in WpaGui() 86 connect(networkEditAction, SIGNAL(triggered()), this, in WpaGui() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 61 connect(fileStartServiceAction, SIGNAL(triggered()), this, in WpaGui() 63 connect(fileStopServiceAction, SIGNAL(triggered()), this, in WpaGui() 70 connect(addInterfaceAction, SIGNAL(triggered()), this, in WpaGui() 83 connect(fileEventHistoryAction, SIGNAL(triggered()), this, in WpaGui() 85 connect(fileSaveConfigAction, SIGNAL(triggered()), this, in WpaGui() 87 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog())); in WpaGui() 88 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit())); in WpaGui() 89 connect(networkAddAction, SIGNAL(triggered()), this, in WpaGui() 91 connect(networkEditAction, SIGNAL(triggered()), this, in WpaGui() 93 connect(networkRemoveAction, SIGNAL(triggered()), this, in WpaGui() [all …]
|
/external/webkit/LayoutTests/storage/ |
D | change-version-no-crash-on-preflight-failure-expected.txt | 1 This test verifies that no assertion is triggered when changeVersion()'s preflight step fails. 2 PASS: db.changeVersion() failed as expected, and no assertions were triggered.
|
/external/clang/test/CodeGenObjC/ |
D | protocols-lazy.m | 12 // Definition triggered by protocol reference. 18 // Forward definition triggered by protocol reference. 24 // Definition triggered by class reference.
|
/external/webkit/LayoutTests/fast/js/resources/ |
D | garbage-collect-after-string-appends.js-disabled | 35 testPassed("Garbage Collector triggered") 37 testFailed("Garbage Collector NOT triggered. Number of JSObjects: " + jsObjCount);
|
/external/clang/test/SemaObjC/ |
D | invalid-code.m | 10 // This previously triggered a crash because the class has not been defined. 18 // This previously triggered a crash because a ';' was expected after the @throw statement.
|
D | warn-unreachable.m | 3 // This previously triggered a warning from -Wunreachable-code because of
|
/external/llvm/test/CodeGen/X86/ |
D | extractelement-shuffle.ll | 3 ; Examples that exhibits a bug in DAGCombine. The case is triggered by the
|
/external/webkit/Tools/QtTestBrowser/ |
D | launcherwindow.cpp | 352 connect(fullUpdate, SIGNAL(triggered()), signalMapper, SLOT(map())); in createChrome() 353 connect(minimalUpdate, SIGNAL(triggered()), signalMapper, SLOT(map())); in createChrome() 354 connect(smartUpdate, SIGNAL(triggered()), signalMapper, SLOT(map())); in createChrome() 355 connect(boundingRectUpdate, SIGNAL(triggered()), signalMapper, SLOT(map())); in createChrome() 356 connect(noUpdate, SIGNAL(triggered()), signalMapper, SLOT(map())); in createChrome() 372 connect(flipAnimated, SIGNAL(triggered()), SLOT(animatedFlip())); in createChrome() 377 connect(flipYAnimated, SIGNAL(triggered()), SLOT(animatedYFlip())); in createChrome()
|
D | mainwindow.cpp | 62 connect(reloadAction, SIGNAL(triggered()), this, SLOT(changeLocation())); in buildUI()
|
/external/valgrind/main/gdbserver_tests/ |
D | mcclean_after_fork.stdinB.gdb | 16 # we expect that the read watchpoint is not triggered in the child
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_button.mm | 67 // |buttonNumber| is the mouse button whose action triggered theEvent.
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebPolicyDelegate.idl | 42 @abstract The type of action that triggered a possible navigation. 159 @param actionInformation Dictionary that describes the action that triggered this navigation. 175 … @param actionInformation Dictionary that describes the action that triggered this navigation.
|
/external/quake/quake/src/QW/progs/ |
D | buttons.qc | 72 …s targets, waits some time, then returns to it's original position where it can be triggered again.
|
D | triggers.qc | 34 return; // allready been triggered 257 If nomessage is not set, t will print "1 more.. " etc when triggered and "sequence complete" when f… 259 After the counter has been triggered "count" times (default 2), it will fire all of it's targets an…
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.m | 49 // this branch condition won't be triggered 363 // The following use of 'y->x' previously triggered a null dereference, as the value of 'y' 721 // PR 4358 - Without field-sensitivity, this code previously triggered 771 // This test case previously triggered an assertion failure due to a discrepancy 976 // Previously this triggered a bogus null dereference warning. 981 // PR 6036 - This test case triggered a crash inside StoreManager::CastRegion because the size
|
D | misc-ps.m | 680 // concerned). This previously triggered a crash due to an invalid assertion. 722 // This previously caused a crash because it triggered an assertion in APSInt. 733 // This previously caused a crash because it triggered an assertion in APSInt. 951 // This previously triggered a crash. 1153 // This previously triggered an assertion failure in CFGBuilder.
|
/external/stlport/doc/ |
D | build_system.txt | 76 you modify the direct source file for an object file, no recompilation is triggered! You
|
/external/valgrind/main/ |
D | glibc-2.X-drd.supp | 5 # Suppress all data races triggered by ld.
|
/external/valgrind/main/drd/ |
D | Testing.txt | 58 race reports triggered by ORBit_RootObject_duplicate() and after
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PopupMenuMac.mm | 181 // Save the current event that triggered the popup, so we can clean up our event
|
/external/zlib/win32/ |
D | DLL_FAQ.txt | 140 triggered by the "__cdecl" keyword, STDCALL to refer to 141 the convention triggered by "__stdcall", and FASTCALL to 142 refer to the convention triggered by "__fastcall".)
|