HomeSort by relevance Sort by last modified time
    Searched full:trigger (Results 626 - 650 of 5233) sorted by null

<<21222324252627282930>>

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 388 // Add an insert trigger.
389 sql.append("CREATE TRIGGER ");
399 // Add an update trigger.
400 sql.append("CREATE TRIGGER ");
410 // Add a delete trigger.
411 sql.append("CREATE TRIGGER ");
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /cts/tests/autofillservice/src/android/autofillservice/cts/
ViewAttributesTest.java 116 * Wait for autofill to be initialized and trigger autofill on a view.
118 * @param view The view to trigger the autofill on
157 // Trigger autofill.
InitializedCheckoutActivityTest.java 62 // Trigger auto-fill.
LoginWithCustomHighlightActivityTest.java 65 // Trigger auto-fill.
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.h 325 // Trigger notifications
342 // Latest trigger IDs
367 // Utility methods for precapture trigger
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCamera2.h 311 // Trigger notifications
328 // Latest trigger IDs
353 // Utility methods for precapture trigger
  /external/skia/gm/
recordopts.cpp 20 // the color value it sees is the expected. It will trigger only with kDetectorGreenValue, and
143 // the inner draw operation. This tries to trigger the optimization, and relies on gm diffs
172 // trigger the optimizations above).
  /external/skqp/gm/
recordopts.cpp 20 // the color value it sees is the expected. It will trigger only with kDetectorGreenValue, and
143 // the inner draw operation. This tries to trigger the optimization, and relies on gm diffs
172 // trigger the optimizations above).
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ClientModeManagerTest.java 236 // on an explicit stop, we should not trigger the callback
304 * Verify that onDestroyed after client mode is stopped doesn't trigger a callback.
315 // now trigger interface destroyed and make sure callback doesn't get called
  /hardware/interfaces/soundtrigger/2.0/
ISoundTriggerHw.hal 26 * Sound trigger implementation descriptor read by the framework via
55 /** Returns the trigger capture in event */
109 * Configuration for sound trigger capture session passed to
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ThresholdingOutputStream.java 33 * NOTE: This implementation may trigger the event <em>before</em> the threshold
70 * Constructs an instance of this class which will trigger an event at the
73 * @param threshold The number of bytes at which to trigger an event.
  /system/core/init/
README.md 101 Actions are named sequences of commands. Actions have a trigger which
103 occurs which matches an action's trigger, that action is added to
114 on <trigger> [&& <trigger>]*
137 Then when the `boot` trigger occurs and assuming the property `true`
305 Event triggers are strings triggered by the 'trigger' command or by
317 event trigger.
321 the 'boot' event trigger happens and the property a equals b.
509 `trigger <event>`
510 > Trigger an event. Used to queue an action from anothe
    [all...]
  /art/runtime/arch/arm/
fault_handler_arm.cc 129 // where xxx is the offset of the suspend trigger.
165 // ldr r0,[r0,#0] instruction (r0 will be 0, set by the trigger).
174 // Now remove the suspend trigger that caused this fault.
176 VLOG(signals) << "removed suspend trigger invoking test suspend";
  /art/runtime/
read_barrier_config.h 84 // does not trigger the use of the concurrent copying GC.
  /art/test/597-deopt-new-string/src/
Main.java 62 // Hopefully that will trigger one deoptimization when returning from
  /build/soong/python/
androidmk.go 75 // installation trigger Soong installation.
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
MixedManagedProfileOwnerTestApi25.java 87 // Start an activity in managed profile to trigger work challenge
  /cts/tests/fragment/sdk26/src/android/fragment/cts/sdk26/
FragmentManagerNonConfigTest.java 48 // Trigger activity relaunch.
  /developers/build/prebuilts/gradle/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/
SampleTests.java 68 // Trigger a click on the button to activate clipping.
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/
README.md 6 gesture to a View, enabling the ability to trigger a refresh from swiping down on the view.
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/
README.md 6 gesture to a layout with multiple children, enabling the ability to trigger a
  /developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/
SchedulerHelper.java 30 * Manage an alarm manager to trigger a notification after 5 seconds.
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Constants.java 23 // Set to false to have the geofence trigger use the enhanced notifications instead
  /developers/samples/android/ui/views/Clipping/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/
SampleTests.java 68 // Trigger a click on the button to activate clipping.

Completed in 2815 milliseconds

<<21222324252627282930>>