HomeSort by relevance Sort by last modified time
    Searched full:trigger (Results 151 - 175 of 953) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.h 140 TraffTrigger_t Trigger;
  /libcore/luni/src/main/java/java/lang/ref/
package.html 15 the different types of reachability that trigger their clearing and
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp 38 * Contains a resize trigger implementation.
  /system/core/adb/
usb_linux_client.c 122 // Open the file /dev/android_adb_enable to trigger
  /system/core/init/
init.h 41 /* node in list of actions for a trigger */
  /system/core/rootdir/
init.rc 116 # Collect apanic data, free resources and re-arm trigger
139 #change permissions on kmsg & sysrq-trigger so bugreports can grab kthread stacks
142 chown root system /proc/sysrq-trigger
143 chmod 0220 /proc/sysrq-trigger
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
roamingMngrTypes.h 75 /* Roaming trigger thresholds */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitorAPI.h 90 TraffTrigger_t Trigger;
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.h 140 TraffTrigger_t Trigger;
  /dalvik/vm/mterp/portable/
debug.c 94 /* popped up one or more frames, always trigger */
190 * Sometimes it's helpful to use the debugger attach as a trigger too.
  /external/skia/src/core/
SkGlyphCache.h 81 this will trigger that.
85 this will trigger that.
  /external/wpa_supplicant/
wpa_supplicant.h 68 * has been completed, this event can be used to trigger
94 * wpa_event_data::interface_status. This can be used to trigger
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
ExpandableListTester.java 70 // Scrolling on header elements should trigger an AdapterContextMenu
115 // Scrolling on footer elements should trigger an AdapterContextMenu
  /frameworks/base/media/libstagefright/
TimedEventQueue.cpp 285 // trigger.
292 // waiting for its trigger-time, in that case
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 397 db.execSQL("DROP TRIGGER IF EXISTS images_cleanup");
399 db.execSQL("DROP TRIGGER IF EXISTS thumbnails_cleanup");
407 db.execSQL("DROP TRIGGER IF EXISTS audio_meta_cleanup");
410 db.execSQL("DROP TRIGGER IF EXISTS audio_genres_cleanup");
413 db.execSQL("DROP TRIGGER IF EXISTS audio_playlists_cleanup");
414 db.execSQL("DROP TRIGGER IF EXISTS albumart_cleanup1");
415 db.execSQL("DROP TRIGGER IF EXISTS albumart_cleanup2");
417 db.execSQL("DROP TRIGGER IF EXISTS video_cleanup");
442 db.execSQL("CREATE TRIGGER IF NOT EXISTS images_cleanup DELETE ON images " +
460 db.execSQL("CREATE TRIGGER IF NOT EXISTS thumbnails_cleanup DELETE ON thumbnails "
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/
CORE_Adapt_Defs.h 74 /* voice synch trigger for scan */
75 /* disassociate packet trigger to ibssCon SM */
  /external/qemu/hw/
arm_gic.c 47 unsigned trigger:1; /* nonzero = edge triggered. */ member in struct:gic_irq_state
67 #define GIC_SET_TRIGGER(irq) s->irq_state[irq].trigger = 1
68 #define GIC_CLEAR_TRIGGER(irq) s->irq_state[irq].trigger = 0
69 #define GIC_TEST_TRIGGER(irq) s->irq_state[irq].trigger
677 qemu_put_byte(f, s->irq_state[i].trigger);
714 s->irq_state[i].trigger = qemu_get_byte(f);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c 173 APDisconnect_t APDisconnect; /**< The AP disconnect trigger extra information */
641 /* If low quality trigger threshold is set to 0 - this is the request to ignore this trigger */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c 200 APDisconnect_t APDisconnect; /**< The AP disconnect trigger extra information */
718 /* If low quality trigger threshold is set to 0 - this is the request to ignore this trigger *
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConn.c 174 APDisconnect_t APDisconnect; /**< The AP disconnect trigger extra information */
632 /* If low quality trigger threshold is set to 0 - this is the request to ignore this trigger */
    [all...]
  /development/pdk/docs/porting/
bring_up.jd 101 <p> Actions are named sequences of commands. Actions have a trigger used to determine when the action should occur. When an event
102 occurs which matches an action's trigger, that action is added to
111 on &lt;trigger&gt;
165 <th scope="col">Trigger</th>
170 <td>This is the first trigger that occurs when init starts (after <code>/init.conf</code> is loaded).</td>
  /external/quake/quake/src/QW/progs/
defs.qc 27 // for triggers, and when a trigger is
28 // created (like a teleport trigger), it
205 .string message; // trigger messages
430 entity activator; // the entity that activated a trigger or brush
544 .entity trigger_field; // door's trigger entity
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr_autoSM.c 326 * Select one AP and trigger REQ_HANDOVER event.
365 if the Roaming Trigger was low Quality */
417 * Handover to the current AP is allowed only if the trigger is
472 { /* If the trigger to Roam is low quality, and there are no candidate APs
550 { /* If the trigger is from the Full Connect group, then stop the connection. */
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngr_autoSM.c 326 * Select one AP and trigger REQ_HANDOVER event.
365 if the Roaming Trigger was low Quality */
417 * Handover to the current AP is allowed only if the trigger is
472 { /* If the trigger to Roam is low quality, and there are no candidate APs
545 { /* If the trigger is from the Full Connect group, then stop the connection. */
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
master.cfg 11 from buildbot.steps import master, shell, source, transfer, trigger
292 self.addStep(trigger.Trigger, schedulerNames=triggers)

Completed in 1320 milliseconds

1 2 3 4 5 67 8 91011>>