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

12 3 4 5 6 7 8 91011>>

  /external/chromium/base/data/valgrind/
base_unittests.gtest.txt 17 # These tests trigger a CHECK so they will leak memory. They don't test
  /external/kernel-headers/original/linux/
errno.h 25 #define EIOCBRETRY 530 /* iocb queued, will trigger a retry */
  /external/webkit/WebCore/manual-tests/wml/
onevent-go.wml 14 <p>while card 1 is loaded, it will trigger the onenterforward event and jump to card2 immediately</p>
  /frameworks/base/core/java/android/database/sqlite/
SQLiteAbortException.java 21 * This can happen either through a call to ABORT in a trigger,
  /system/core/init/
init_parser.h 26 void action_for_each_trigger(const char *trigger,
  /build/tools/droiddoc/templates/assets/
jquery-history.js 33 $.event.trigger('history', [current, previousNav]);
47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
  /external/webkit/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 40 str += "<li>Type " + params.trigger + " into the console and hit Enter";
42 str += "<li>" + params.trigger;
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 227 private void trigger(Uri lookupUri) { method in class:QuickContactBadge
247 boolean trigger = false;
252 trigger = true;
266 trigger = true;
284 trigger = true;
299 if (trigger && lookupUri != null) {
300 // Found contact, so trigger track
301 trigger(lookupUri);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 153 "CREATE TRIGGER update_threads_on_insert_part " +
162 // When the 'mid' column in the part table is updated, we need to run the trigger to update
165 "CREATE TRIGGER update_threads_on_update_part " +
181 "CREATE TRIGGER update_threads_on_delete_part " +
196 // When the 'thread_id' column in the pdu table is updated, we need to run the trigger to update
199 "CREATE TRIGGER update_threads_on_update_pdu " +
451 // NOTE don't handle inserts using a trigger because it has an unwanted
453 // id of one of the trigger insert not the original row insert.
455 db.execSQL("CREATE TRIGGER sms_words_update AFTER UPDATE ON sms BEGIN UPDATE words " +
458 db.execSQL("CREATE TRIGGER sms_words_delete AFTER DELETE ON sms BEGIN DELETE FROM "
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreatorhlp.dat 3 play = Plays the segment with associated event attributes. To trigger the event, click the event in the timeline.
7 event type = Selects the type of trigger event.
12 trigger =
26 trigger clips =
51 track mutes = Checking a mute box will mute the associated track. You should mute a track if you intent to add a trigger event for that track.
65 trigger clips =
104 graph = The currently playing segment is displayed graphically here. You may trigger clips by clicking within their boundaries on the graph.
  /external/openssl/crypto/
sparcv9cap.c 84 static int trigger=0; local
86 if (trigger) return;
87 trigger=1;
  /external/bison/lib/
hash.h 46 float shrink_threshold; /* ratio of used buckets to trigger a shrink */
48 float growth_threshold; /* ratio of used buckets to trigger a growth */
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
healthMonitor.c 88 /* recovery enable flags per trigger type */
89 TI_UINT32 failureEvent; /* current recovery trigger */
95 /* Number of times each recovery trigger occured */
327 TRACE0(pHealthMonitor->hReport, REPORT_SEVERITY_WARNING , ": recovery process is already handling , new trigger is \n");
330 /* Recovery is performed only if this trigger is enabled in the .INI file */
346 TRACE0(pHealthMonitor->hReport, REPORT_SEVERITY_ERROR , ": Recovery trigger is disabled!\n");
375 TRACE2(pHealthMonitor->hReport, REPORT_SEVERITY_CONSOLE, "***** recovery trigger: failureEvent =%d *****, ts=%d\n", pHealthMonitor->failureEvent, os_timeStampMs(pHealthMonitor->hOs));
376 WLAN_OS_REPORT (("***** recovery trigger: %s *****, ts=%d\n", sRecoveryTriggersNames[pHealthMonitor->failureEvent], os_timeStampMs(pHealthMonitor->hOs)));
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
healthMonitor.c 88 /* recovery enable flags per trigger type */
89 TI_UINT32 failureEvent; /* current recovery trigger */
95 /* Number of times each recovery trigger occured */
327 TRACE0(pHealthMonitor->hReport, REPORT_SEVERITY_WARNING , ": recovery process is already handling , new trigger is \n");
330 /* Recovery is performed only if this trigger is enabled in the .INI file */
346 TRACE0(pHealthMonitor->hReport, REPORT_SEVERITY_ERROR , ": Recovery trigger is disabled!\n");
375 TRACE2(pHealthMonitor->hReport, REPORT_SEVERITY_CONSOLE, "***** recovery trigger: failureEvent =%d *****, ts=%d\n", pHealthMonitor->failureEvent, os_timeStampMs(pHealthMonitor->hOs));
376 WLAN_OS_REPORT (("***** recovery trigger: %s *****, ts=%d\n", sRecoveryTriggersNames[pHealthMonitor->failureEvent], os_timeStampMs(pHealthMonitor->hOs)));
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 247 // Trigger to remove a calendar's events when we delete the calendar
248 db.execSQL("CREATE TRIGGER calendar_cleanup DELETE ON Calendars " +
301 // Trigger to set event's sync_account
302 db.execSQL("CREATE TRIGGER events_insert AFTER INSERT ON Events " +
405 // Trigger to remove data tied to an event when we delete that event.
406 db.execSQL("CREATE TRIGGER events_cleanup_delete DELETE ON Events " +
660 db.execSQL("DROP TRIGGER IF EXISTS events_cleanup_delete");
661 db.execSQL("DROP TRIGGER IF EXISTS events_insert");
773 // Trigger to set event's sync_account
774 db.execSQL("CREATE TRIGGER events_insert AFTER INSERT ON Events "
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/
TNETWArbSM.c 360 * \brief trigger events from the outside of the module into the state machine.
368 * this function will trigger the fsm generic state machine function.
390 * \brief trigger events from the outside of the module into the state machine.
398 * this function will trigger the fsm generic state machine function.
434 * \brief trigger events from the outside of the module into the state machine.
441 * this function will trigger the fsm generic state machine function.
453 * \brief trigger events from the outside of the module into the state machine.
461 * this function will trigger the fsm generic state machine function.
497 * \brief trigger events from the outside of the module into the state machine.
504 * this function will trigger the fsm generic state machine function
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
io_apic_32.h 76 trigger : 1, member in struct:IO_APIC_route_entry
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
LoadGenerator.java 22 * trigger interrupts as well.
  /development/ndk/platforms/android-5/arch-x86/include/asm/
io_apic_32.h 76 trigger : 1, member in struct:IO_APIC_route_entry
  /external/chromium/android/
prefix.h 22 // our new does not trigger oom
  /packages/apps/Mms/src/org/w3c/dom/events/
EventException.java 31 * as <code>null</code> or an empty string will also trigger this
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
io_apic_32.h 76 trigger : 1, member in struct:IO_APIC_route_entry
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
io_apic_32.h 76 trigger : 1, member in struct:IO_APIC_route_entry
  /external/quake/quake/src/QW/progs/
doors.qc 10 Doors are similar to buttons, but can spawn a fat trigger field around them
136 // trigger all paired doors
279 local entity trigger;
282 trigger = spawn();
283 trigger.movetype = MOVETYPE_NONE;
284 trigger.solid = SOLID_TRIGGER;
285 trigger.owner = self;
286 trigger.touch = door_trigger_touch;
290 setsize (trigger, t1 - '60 60 8', t2 + '60 60 8');
291 return (trigger);
    [all...]
triggers.qc 27 // the trigger was just touched/killed/used
48 // don't trigger again until reset
86 // if the trigger has an angles field, check player's facing direction
99 Variable sized repeatable trigger. Must be targeted at one or more entities. If "health" is set, the trigger must be killed to activate each time.
100 If "delay" is set, the trigger waits some time after activating before firing.
102 If notouch is set, the trigger is only fired by other entities, not by touching.
156 Variable sized trigger. Triggers once, then removes itself. You must set the key "target" to the name of another object in the level that has a matching
157 "targetname". If "health" is set, the trigger must be killed to activate.
158 If notouch is set, the trigger is only fired by other entities, not by touching.
    [all...]

Completed in 1564 milliseconds

12 3 4 5 6 7 8 91011>>