HomeSort by relevance Sort by last modified time
    Searched full:trigger (Results 326 - 350 of 2074) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
context.h 47 * \li Deferred events - Events that will trigger as soon as possible. Note
50 * \li I/O events - Events that trigger on file descriptor activities.
51 * \li Times events - Events that trigger after a fixed ammount of time.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
hash_policy.hpp 182 // A resize trigger policy based on a load check. It keeps the
297 // A resize trigger policy based on collision checks. It keeps the
472 // A resize policy which delegates operations to size and trigger policies.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 181 // A resize trigger policy based on a load check. It keeps the
296 // A resize trigger policy based on collision checks. It keeps the
471 // A resize policy which delegates operations to size and trigger policies.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 181 // A resize trigger policy based on a load check. It keeps the
296 // A resize trigger policy based on collision checks. It keeps the
471 // A resize policy which delegates operations to size and trigger policies.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 181 // A resize trigger policy based on a load check. It keeps the
296 // A resize trigger policy based on collision checks. It keeps the
471 // A resize policy which delegates operations to size and trigger policies.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
hash_policy.hpp 181 // A resize trigger policy based on a load check. It keeps the
296 // A resize trigger policy based on collision checks. It keeps the
471 // A resize policy which delegates operations to size and trigger policies.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
hash_policy.hpp 182 // A resize trigger policy based on a load check. It keeps the
297 // A resize trigger policy based on collision checks. It keeps the
472 // A resize policy which delegates operations to size and trigger policies.
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 61 "create trigger mailbox_delete before delete on " + Mailbox.TABLE_NAME +
72 "create trigger account_delete before delete on " + Account.TABLE_NAME +
88 // Version 7: Replace the mailbox_delete trigger with a version that removes orphaned messages
102 // Version 19: Add Policy table; add policyKey to Account table and trigger to delete an
210 // Deleting the associated Body cannot be done in a trigger, because the Body is stored
211 // in a separate database, and trigger cannot operate on attached databases.
212 db.execSQL("create trigger message_delete before delete on " + Message.TABLE_NAME +
223 db.execSQL("create trigger unread_message_insert before insert on " + Message.TABLE_NAME +
231 db.execSQL("create trigger unread_message_delete before delete on " + Message.TABLE_NAME +
239 db.execSQL("create trigger unread_message_move before update of "
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
io_apic_32.h 90 trigger : 1, member in struct:IO_APIC_route_entry
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_expf.c 78 if(huge+x>one) return one+x;/* trigger inexact */
e_sqrtf.c 76 z = one-tiny; /* trigger inexact flag */
  /bootable/recovery/minadbd/
usb_linux_client.c 123 // Open the file /dev/android_adb_enable to trigger
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.java 33 * This is not really a test per-say. Its just used as a hook so the test controller can trigger
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SecureTest.java 32 * Setting that will have a string value to trigger SettingNotFoundException caused by
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/basicsyncadapter/
SyncUtils.java 73 * Helper method to trigger an immediate sync ("refresh").
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleReceiver.java 31 * to easily trigger a locale change on an emulator as such:
  /development/ndk/platforms/android-9/arch-x86/include/asm/
io_apic_32.h 90 trigger : 1, member in struct:IO_APIC_route_entry
  /development/samples/ApiDemos/src/com/example/android/apis/os/
TriggerSensors.java 31 * <h3>Application showing the Trigger Sensor API for the Significant Motion sensor. </h3>
  /development/samples/SpinnerTest/
_index.html 38 methods demonstrate how to use instrumentation to trigger stages in the lifecycle of the activity under test.
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 86 // Trigger a redraw.
  /device/samsung/manta/libsensors/
SensorBase.cpp 102 * Typical types this is used for are device and trigger.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 3 * The definition of all debugging events that a recognizer can trigger.
137 * Trigger after the token was matched by things like match(), matchAny().
142 * Trigger after the token was matched by things like match(), matchAny().
272 * trigger this upon entry to the first rule (the ruleLevel is used to
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs 35 /** <summary>All debugging events that a recognizer can trigger.</summary>
96 * Trigger after the token was matched by things like match(), matchAny().
103 * Trigger after the token was matched by things like match(), matchAny().
254 * trigger this upon entry to the first rule (the ruleLevel is used to
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeVisitor.cs 50 * Visit every node in tree t and trigger an action for each node
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 36 /** <summary>All debugging events that a recognizer can trigger.</summary>
98 * Trigger after the token was matched by things like match(), matchAny().
105 * Trigger after the token was matched by things like match(), matchAny().
256 * trigger this upon entry to the first rule (the ruleLevel is used to

Completed in 752 milliseconds

<<11121314151617181920>>