Home
last modified time | relevance | path

Searched refs:triggered (Results 1 – 25 of 107) sorted by relevance

12345

/external/oprofile/events/alpha/ev67/
Devents10 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/
DInputTouchScreen.java42 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/
Dhw_breakpoint.h75 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/
Dwpagui.cpp55 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/
Dwpagui.cpp61 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/
Dchange-version-no-crash-on-preflight-failure-expected.txt1 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/
Dprotocols-lazy.m12 // Definition triggered by protocol reference.
18 // Forward definition triggered by protocol reference.
24 // Definition triggered by class reference.
/external/webkit/LayoutTests/fast/js/resources/
Dgarbage-collect-after-string-appends.js-disabled35 testPassed("Garbage Collector triggered")
37 testFailed("Garbage Collector NOT triggered. Number of JSObjects: " + jsObjCount);
/external/clang/test/SemaObjC/
Dinvalid-code.m10 // 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.
Dwarn-unreachable.m3 // This previously triggered a warning from -Wunreachable-code because of
/external/llvm/test/CodeGen/X86/
Dextractelement-shuffle.ll3 ; Examples that exhibits a bug in DAGCombine. The case is triggered by the
/external/webkit/Tools/QtTestBrowser/
Dlauncherwindow.cpp352 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()
Dmainwindow.cpp62 connect(reloadAction, SIGNAL(triggered()), this, SLOT(changeLocation())); in buildUI()
/external/valgrind/main/gdbserver_tests/
Dmcclean_after_fork.stdinB.gdb16 # we expect that the read watchpoint is not triggered in the child
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_button.mm67 // |buttonNumber| is the mouse button whose action triggered theEvent.
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPolicyDelegate.idl42 @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/
Dbuttons.qc72 …s targets, waits some time, then returns to it's original position where it can be triggered again.
Dtriggers.qc34 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/
Dmisc-ps-region-store.m49 // 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
Dmisc-ps.m680 // 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/
Dbuild_system.txt76 you modify the direct source file for an object file, no recompilation is triggered! You
/external/valgrind/main/
Dglibc-2.X-drd.supp5 # Suppress all data races triggered by ld.
/external/valgrind/main/drd/
DTesting.txt58 race reports triggered by ORBit_RootObject_duplicate() and after
/external/webkit/Source/WebCore/platform/mac/
DPopupMenuMac.mm181 // Save the current event that triggered the popup, so we can clean up our event
/external/zlib/win32/
DDLL_FAQ.txt140 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".)

12345