/external/v8/test/mjsunit/es6/debug-promises/ |
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.
|
/external/valgrind/gdbserver_tests/ |
watchpoints.c | 21 /* We verify read watchpoints are triggered at 0 and 4, not at 8 */ 39 /* We verify write watchpoints are triggered at 4 and 8, not at 0 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
mqueue.h | 41 * If the notification is triggered, then the cookie is sent to the netlink 43 * NOTIFY_WOKENUP if the notification got triggered, NOTIFY_REMOVED if it was
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
mqueue.h | 41 * If the notification is triggered, then the cookie is sent to the netlink 43 * NOTIFY_WOKENUP if the notification got triggered, NOTIFY_REMOVED if it was
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
Events.java | 31 * Returns true if event was triggered by a mouse. 38 * Returns true if event was triggered by a finger or stylus touch. 45 * Returns true if event was triggered by a mouse. 52 * Returns true if event was triggered by a finger or stylus touch. 60 * Returns true if event was triggered by a finger or stylus touch. 67 * Returns true if event was triggered by a finger or stylus touch.
|
/external/libnfc-nxp/src/ |
phFriNfc_ISO15693Map.h | 60 * has been triggered. 77 * \retval NFCSTATUS_PENDING The action has been successfully triggered. 104 * has been triggered. 121 * \retval NFCSTATUS_PENDING The action has been successfully triggered. 151 * \retval NFCSTATUS_PENDING The action has been successfully triggered. 191 * has been triggered. 197 * \retval NFCSTATUS_PENDING The action has been successfully triggered.
|
/frameworks/base/core/java/android/app/job/ |
JobParameters.java | 100 * reports which URIs have triggered the job. This will be null if either no URIs have 101 * triggered it (it went off due to a deadline or other reason), or the number of changed 104 * triggered due to any content changes and the authorities they are associated with. 112 * reports which content authorities have triggered the job. It will only be null if no 113 * authorities have triggered it -- that is, the job executed for some other reason, such
|
/external/skia/debugger/QT/ |
SkDebuggerGUI.cpp | 56 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile())); 57 connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory())); 60 connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete())); 62 connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind())); 63 connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay())); 64 connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack())); 65 connect(&fActionStepForward, SIGNAL(triggered()), this, SLOT(actionStepForward())); 66 connect(&fActionBreakpoint, SIGNAL(triggered()), this, SLOT(actionBreakpoints())); 67 connect(&fActionInspector, SIGNAL(triggered()), this, SLOT(actionInspector())); 68 connect(&fActionSettings, SIGNAL(triggered()), this, SLOT(actionSettings())) [all...] |
/frameworks/opt/net/wifi/service/proto/ |
wifi.proto | 145 // Total number of times the Watchdog of Last Resort triggered, resetting the wifi stack 148 // Total number of networks over bad association threshold when watchdog triggered 151 // Total number of networks over bad authentication threshold when watchdog triggered 154 // Total number of networks over bad dhcp threshold when watchdog triggered 157 // Total number of networks over bad other threshold when watchdog triggered 160 // Total count of networks seen when watchdog triggered
|
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/res/values/ |
strings.xml | 28 would be triggered automatically and only show up after the data was 41 be triggered after the data was transferred)\n\n
|
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/res/values/ |
strings.xml | 28 would be triggered automatically and only show up after the data was 41 be triggered after the data was transferred)\n\n
|
/development/samples/browseable/XYZTouristAttractions/Application/res/values/ |
strings.xml | 28 would be triggered automatically and only show up after the data was 41 be triggered after the data was transferred)\n\n
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
ContextPathTest.java | 261 private boolean triggered = false; field in class:ContextPathTest.TestServlet 265 triggered = true; 269 return triggered; 273 triggered = false; 278 private boolean triggered = false; field in class:ContextPathTest.TestFilterChain 282 triggered = true; 286 return triggered; 290 triggered = false;
|
/frameworks/base/core/java/com/android/internal/policy/ |
IKeyguardService.aidl | 54 * @param cameraGestureTriggered whether the camera gesture was triggered between 56 * triggered, we shouldn't lock the device.
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
manifest-receivers.jd | 36 receivers is triggered—potentially much more frequently than required.</p> 39 use the receivers you declared in the manifest as passive alarms that are triggered by system events
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
ManagedSwitchPreference.java | 61 // perhaps triggered by a monkey, return default value. 81 // perhaps triggered by a monkey, return false to note the value
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
PhoneAccountBroadcastReceiver.java | 34 * {@code PACKAGE_REMOVED} as {@code PACKAGE_REMOVED} is triggered on re-installation of the same 35 * package, where {@code PACKAGE_FULLY_REMOVED} is triggered only when an application is completely
|
/packages/services/Telephony/src/com/android/phone/ |
PhoneDisplayMessage.java | 26 * Helper class for displaying the a string triggered by a lower level Phone request 52 * @param errorMsg Error message describing the network triggered error
|
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/ |
UtilityReceiver.java | 33 // just needed in case the geofence is triggered while the device
|
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/ |
UtilityReceiver.java | 33 // just needed in case the geofence is triggered while the device
|
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/ |
UtilityReceiver.java | 33 // just needed in case the geofence is triggered while the device
|
/external/autotest/client/site_tests/platform_CryptohomeStress/ |
platform_CryptohomeStress.py | 30 error.TestFail('fiostress not triggered.'),
|
/external/autotest/server/site_tests/firmware_DevTriggerRecovery/ |
control | 9 PURPOSE = "Servo based recovery boot triggered by pressing a key at dev screen"
|