HomeSort by relevance Sort by last modified time
    Searched refs:triggered (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/chromium_org/media/cast/net/rtp/
cast_message_builder_unittest.cc 66 bool triggered() { function in class:media::cast::__anon13236::NackFeedbackVerification
152 EXPECT_FALSE(feedback_.triggered());
157 EXPECT_TRUE(feedback_.triggered());
172 EXPECT_TRUE(feedback_.triggered());
181 EXPECT_FALSE(feedback_.triggered());
188 EXPECT_TRUE(feedback_.triggered());
195 EXPECT_TRUE(feedback_.triggered());
208 EXPECT_TRUE(feedback_.triggered());
216 EXPECT_FALSE(feedback_.triggered());
220 EXPECT_TRUE(feedback_.triggered());
    [all...]
  /cts/apps/CameraITS/tests/inprog/
test_3a_remote.py 37 triggered = False
41 req['android.control.aePrecaptureTrigger'] = (0 if triggered else 1)
42 req['android.control.afTrigger'] = (0 if triggered else 1)
43 triggered = True
  /external/replicaisland/src/com/replica/replicaisland/
InputTouchScreen.java 42 boolean triggered = false;
44 triggered = mTouchPoints[index].getTriggered(time);
46 return triggered;
108 boolean triggered = false;
109 for (int x = 0; x < MAX_TOUCH_POINTS && !triggered; x++) {
110 triggered = mTouchPoints[x].getTriggered(gameTime);
112 return triggered;
  /external/linux-tools-perf/perf-3.12.0/include/linux/
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,
101 perf_overflow_handler_t triggered,
106 perf_overflow_handler_t triggered,
  /external/chromium_org/v8/build/
landmines.py 66 # deployment. Also, a landmine-triggered clobber right after a clobber is
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):
83 # Remove false triggered landmines.
84 os.remove(triggered)
85 print "Removing landmine: %s" % triggered
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-349853.js 13 // The failing ASSERT was only triggered when compiling for OSR.
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
reject-in-constructor.js 9 // We expect an Exception debug event with a promise to be triggered.
23 // Assert that the debug event is triggered at the throw site.
throw-in-constructor.js 9 // We expect an Exception debug event with a promise to be triggered.
23 // Assert that the debug event is triggered at the throw site.
try-reject-in-constructor.js 9 // We expect an Exception debug event with a promise to be triggered.
23 // Assert that the debug event is triggered at the throw site.
reject-caught-late.js 9 // We expect no debug event to be triggered.
reject-caught-uncaught.js 9 // We expect no debug event to be triggered.
throw-caught-late.js 9 // We expect no debug event to be triggered.
throw-caught-uncaught.js 9 // We expect no debug event to be triggered.
reject-uncaught-late.js 9 // We expect an Exception debug event with a promise to be triggered.
43 // Assert that the debug event is triggered at the throw site.
throw-uncaught-all.js 9 // We expect an Exception debug event with a promise to be triggered.
37 // Assert that the debug event is triggered at the throw site.
throw-uncaught-uncaught.js 9 // We expect an Exception debug event with a promise to be triggered.
37 // Assert that the debug event is triggered at the throw site.
try-throw-reject-in-constructor.js 10 // We expect an Exception debug event with a promise to be triggered.
24 // Assert that the debug event is triggered at the throw site.
reject-after-resolve.js 9 // We expect no Exception debug event to be triggered.
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c 510 int _index, object_index, triggered; local
518 triggered = 0;
523 triggered = -1;
535 triggered = -1;
550 triggered = -1;
560 triggered = -1;
569 triggered = -1;
579 triggered++;
588 // If nothing was triggered, wait on all fds that require it
589 if ((timeout != 0) && (triggered == 0) && (nb_handles_to_wait_on != 0))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 51 connect(fileStartServiceAction, SIGNAL(triggered()), this,
53 connect(fileStopServiceAction, SIGNAL(triggered()), this,
60 connect(addInterfaceAction, SIGNAL(triggered()), this,
73 connect(fileEventHistoryAction, SIGNAL(triggered()), this,
75 connect(fileSaveConfigAction, SIGNAL(triggered()), this,
77 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
78 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog()));
79 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
80 connect(networkAddAction, SIGNAL(triggered()), this,
82 connect(networkEditAction, SIGNAL(triggered()), this
    [all...]
  /external/chromium_org/third_party/skia/debugger/QT/
SkDebuggerGUI.cpp 78 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile()));
79 connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory()));
81 connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete()));
83 connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind()));
84 connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay()));
85 connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack()));
86 connect(&fActionStepForward, SIGNAL(triggered()), this, SLOT(actionStepForward()));
87 connect(&fActionBreakpoint, SIGNAL(triggered()), this, SLOT(actionBreakpoints()));
88 connect(&fActionToggleIndexStyle, SIGNAL(triggered()), this, SLOT(actionToggleIndexStyle()));
89 connect(&fActionInspector, SIGNAL(triggered()), this, SLOT(actionInspector()))
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 77 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile()));
78 connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory()));
80 connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete()));
82 connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind()));
83 connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay()));
84 connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack()));
85 connect(&fActionStepForward, SIGNAL(triggered()), this, SLOT(actionStepForward()));
86 connect(&fActionBreakpoint, SIGNAL(triggered()), this, SLOT(actionBreakpoints()));
87 connect(&fActionToggleIndexStyle, SIGNAL(triggered()), this, SLOT(actionToggleIndexStyle()));
88 connect(&fActionInspector, SIGNAL(triggered()), this, SLOT(actionInspector()))
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
demo_user_login.js 12 * @param {Event} e The click event that triggered this function.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/windows/merge_windows/
background.js 35 // Move the tab into the window that triggered the browser action.
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 20 // event is always triggered when an <EMBED> tag has a MIME type of
35 // event The ProgressEvent that triggered this handler.

Completed in 517 milliseconds

1 2 3 4