/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/chromium_org/media/cast/net/rtp/ |
D | cast_message_builder_unittest.cc | 66 bool triggered() { in triggered() function in media::cast::__anon04f448ee0111::NackFeedbackVerification 152 EXPECT_FALSE(feedback_.triggered()); in TEST_F() 157 EXPECT_TRUE(feedback_.triggered()); in TEST_F() 172 EXPECT_TRUE(feedback_.triggered()); in TEST_F() 181 EXPECT_FALSE(feedback_.triggered()); in TEST_F() 188 EXPECT_TRUE(feedback_.triggered()); in TEST_F() 195 EXPECT_TRUE(feedback_.triggered()); in TEST_F() 208 EXPECT_TRUE(feedback_.triggered()); in TEST_F() 216 EXPECT_FALSE(feedback_.triggered()); in TEST_F() 220 EXPECT_TRUE(feedback_.triggered()); in TEST_F() [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/perf-3.12.0/include/linux/ |
D | hw_breakpoint.h | 48 perf_overflow_handler_t triggered, 61 perf_overflow_handler_t triggered, 67 perf_overflow_handler_t triggered, 93 perf_overflow_handler_t triggered, in register_user_hw_breakpoint() argument 101 perf_overflow_handler_t triggered, in register_wide_hw_breakpoint_cpu() argument 106 perf_overflow_handler_t triggered, in register_wide_hw_breakpoint() argument
|
/external/chromium_org/v8/build/ |
D | landmines.py | 70 triggered = os.path.join(out_dir, '.landmines_triggered') 79 with open(triggered, 'w') as f: 81 print "Setting landmine: %s" % triggered 82 elif os.path.exists(triggered): 84 os.remove(triggered) 85 print "Removing landmine: %s" % triggered
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | poll_windows.c | 510 int _index, object_index, triggered; in usbi_poll() local 518 triggered = 0; in usbi_poll() 523 triggered = -1; in usbi_poll() 535 triggered = -1; in usbi_poll() 550 triggered = -1; in usbi_poll() 560 triggered = -1; in usbi_poll() 569 triggered = -1; in usbi_poll() 579 triggered++; in usbi_poll() 589 if ((timeout != 0) && (triggered == 0) && (nb_handles_to_wait_on != 0)) { in usbi_poll() 603 triggered++; in usbi_poll() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 51 connect(fileStartServiceAction, SIGNAL(triggered()), this, in WpaGui() 53 connect(fileStopServiceAction, SIGNAL(triggered()), this, in WpaGui() 60 connect(addInterfaceAction, SIGNAL(triggered()), this, in WpaGui() 73 connect(fileEventHistoryAction, SIGNAL(triggered()), this, in WpaGui() 75 connect(fileSaveConfigAction, SIGNAL(triggered()), this, in WpaGui() 77 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog())); in WpaGui() 78 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog())); in WpaGui() 79 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit())); in WpaGui() 80 connect(networkAddAction, SIGNAL(triggered()), this, in WpaGui() 82 connect(networkEditAction, SIGNAL(triggered()), this, in WpaGui() [all …]
|
/external/skia/debugger/QT/ |
D | SkDebuggerGUI.cpp | 77 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile())); in SkDebuggerGUI() 78 connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory())); in SkDebuggerGUI() 80 connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete())); in SkDebuggerGUI() 82 connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind())); in SkDebuggerGUI() 83 connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay())); in SkDebuggerGUI() 84 connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack())); in SkDebuggerGUI() 85 connect(&fActionStepForward, SIGNAL(triggered()), this, SLOT(actionStepForward())); in SkDebuggerGUI() 86 connect(&fActionBreakpoint, SIGNAL(triggered()), this, SLOT(actionBreakpoints())); in SkDebuggerGUI() 87 connect(&fActionToggleIndexStyle, SIGNAL(triggered()), this, SLOT(actionToggleIndexStyle())); in SkDebuggerGUI() 88 connect(&fActionInspector, SIGNAL(triggered()), this, SLOT(actionInspector())); in SkDebuggerGUI() [all …]
|
/external/chromium_org/third_party/skia/debugger/QT/ |
D | SkDebuggerGUI.cpp | 78 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile())); in SkDebuggerGUI() 79 connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory())); in SkDebuggerGUI() 81 connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete())); in SkDebuggerGUI() 83 connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind())); in SkDebuggerGUI() 84 connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay())); in SkDebuggerGUI() 85 connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack())); in SkDebuggerGUI() 86 connect(&fActionStepForward, SIGNAL(triggered()), this, SLOT(actionStepForward())); in SkDebuggerGUI() 87 connect(&fActionBreakpoint, SIGNAL(triggered()), this, SLOT(actionBreakpoints())); in SkDebuggerGUI() 88 connect(&fActionToggleIndexStyle, SIGNAL(triggered()), this, SLOT(actionToggleIndexStyle())); in SkDebuggerGUI() 89 connect(&fActionInspector, SIGNAL(triggered()), this, SLOT(actionInspector())); in SkDebuggerGUI() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | protocols-lazy.m | 11 // Definition triggered by protocol reference. 17 // Forward definition triggered by protocol reference. 23 // Definition triggered by class reference.
|
/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/chromium_org/extensions/common/api/ |
D | app_runtime.idl | 27 // The file entries for the <code>onLaunched</code> event triggered by a 31 // The URL for the <code>onLaunched</code> event triggered by a matching 35 // The referrer URL for the <code>onLaunched</code> event triggered by a
|
/external/chromium_org/components/metrics/proto/ |
D | sampled_profile.proto | 18 // Indicates the event that triggered this collection. 22 // The profile was triggered by periodic sampling. Periodically sampled
|
/external/valgrind/main/gdbserver_tests/ |
D | nlself_invalidate.vgtest | 1 # reproduces a bug triggered by translation chaining and gdbserver
|
D | mcclean_after_fork.stdinB.gdb | 16 # we expect that the read watchpoint is not triggered in the child
|
/external/llvm/test/CodeGen/R600/ |
D | trunc-vector-store-assertion-failure.ll | 5 ; LegalizedNodes list, which triggered an assertion failure.
|
/external/llvm/test/CodeGen/X86/ |
D | extractelement-shuffle.ll | 3 ; Examples that exhibits a bug in DAGCombine. The case is triggered by the
|
/external/chromium_org/sync/protocol/ |
D | client_debug_info.proto | 26 // Information about the source that triggered a sync. 146 // A datatype triggered a nudge. 148 // A notification triggered a nudge.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | softheap1.test | 14 # the soft_heap_limit is set low enough to be triggered.
|
/external/chromium_org/ppapi/api/dev/ |
D | ppb_zoom_dev.idl | 23 * call this function if the zoom change was triggered by the browser, it's
|
/external/chromium_org/extensions/browser/api/declarative/ |
D | declarative_rule.h | 290 typename URLMatcherIdToCondition::const_iterator triggered = in IsFulfilled() local 292 return (triggered != match_id_to_condition_.end() && in IsFulfilled() 293 triggered->second->IsFulfilled(match_data)); in IsFulfilled()
|
/external/chromium_org/ppapi/ |
D | ppapi.gyp | 25 # that is triggered when a shared library build is specified.
|
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_button.mm | 46 // |buttonNumber| is the mouse button whose action triggered theEvent.
|
/external/sepolicy/ |
D | surfaceflinger.te | 50 # Allow a dumpstate triggered screenshot
|