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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/inspector-wrappers/
console-eval.html 9 <script>instructions({console: true, trigger: "something"});</script>
console-str-getter.html 10 <script>instructions({console: true, trigger: "something"});</script>
inspector-evaluate.html 9 <script>instructions({trigger: "Type something into the search box"});</script>
console-alert-document-body.html 12 <script>instructions({console: true, trigger: "alert(document.body)"});</script>
console-alert-object.html 12 <script>instructions({console: true, trigger: "alert({})"});</script>
console-alert-this.html 15 <script>instructions({console: true, trigger: "alert(this)"});</script>
console-str-alert-object.html 13 <script>instructions({console: true, trigger: "something"});</script>
inspector-treeElementIdentifier.html 15 <script>instructions({trigger: "Collapse and expand the &lt;body/&gt; tag"});</script>
inspector-hasAttributes.html 6 <script>instructions({trigger: "Collapse and expand the &lt;body/&gt; tag"});</script>
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Authorizer.java 13 * @param arg1 first argument (table, view, index, or trigger name)
16 * @param arg4 third argument (trigger name)
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 90 CREATE TRIGGER contact_cleanup DELETE ON people BEGIN DELETE FROM peopleLookup WHERE source = old._id;DELETE FROM peopleLookupWithPhoneticName WHERE source = old._id;DELETE FROM phones WHERE person = old._id;DELETE FROM contact_methods WHERE person = old._id;DELETE FROM organizations WHERE person = old._id;DELETE FROM groupmembership WHERE person = old._id;DELETE FROM extensions WHERE person = old._id;END;
91 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
92 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
93 CREATE TRIGGER contact_methods_delete DELETE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
94 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END;
95 CREATE TRIGGER contact_methods_update UPDATE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
96 CREATE TRIGGER extensions_delete DELETE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
97 CREATE TRIGGER extensions_insert INSERT ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person; END;
98 CREATE TRIGGER extensions_update AFTER UPDATE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
99 CREATE TRIGGER groupmembership_delete DELETE ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE peopl (…)
    [all...]
  /external/chromium/net/base/
load_flags.h 41 // (The default behavior is to trigger an OnSSLCertificateError callback.)
45 // (The default behavior is to trigger an OnSSLCertificateError callback).
49 // (The default behavior is to trigger an OnSSLCertificateError callback).
53 // (The default behavior is to trigger an OnSSLCertificateError callback).
57 // (The default behavior is to trigger an OnSSLCertificateError callback).
  /hardware/ti/wlan/wl1271/Test/
HealthMonitorDbg.c 88 /* check if the no scan complete timer is running. if so - we can stop the timer and trigger recovery */
160 WLAN_OS_REPORT(("2001 - Trigger NO_SCAN_COMPLETE \n"));
161 WLAN_OS_REPORT(("2002 - Trigger MBOX_FAILURE \n"));
162 WLAN_OS_REPORT(("2003 - Trigger HW_AWAKE_FAILURE \n"));
163 WLAN_OS_REPORT(("2004 - Trigger TX_STUCK \n"));
164 WLAN_OS_REPORT(("2005 - Trigger DISCONNECT_TIMEOUT \n"));
165 WLAN_OS_REPORT(("2006 - Trigger POWER_SAVE_FAILURE \n"));
166 WLAN_OS_REPORT(("2007 - Trigger MEASUREMENT_FAILURE \n"));
167 WLAN_OS_REPORT(("2008 - Trigger BUS_FAILURE \n"));
169 WLAN_OS_REPORT(("2010 - Trigger HW_WD_EXPIRE \n"))
    [all...]
  /system/wlan/ti/wilink_6_1/Test/
HealthMonitorDbg.c 88 /* check if the no scan complete timer is running. if so - we can stop the timer and trigger recovery */
160 WLAN_OS_REPORT(("2001 - Trigger NO_SCAN_COMPLETE \n"));
161 WLAN_OS_REPORT(("2002 - Trigger MBOX_FAILURE \n"));
162 WLAN_OS_REPORT(("2003 - Trigger HW_AWAKE_FAILURE \n"));
163 WLAN_OS_REPORT(("2004 - Trigger TX_STUCK \n"));
164 WLAN_OS_REPORT(("2005 - Trigger DISCONNECT_TIMEOUT \n"));
165 WLAN_OS_REPORT(("2006 - Trigger POWER_SAVE_FAILURE \n"));
166 WLAN_OS_REPORT(("2007 - Trigger MEASUREMENT_FAILURE \n"));
167 WLAN_OS_REPORT(("2008 - Trigger BUS_FAILURE \n"));
169 WLAN_OS_REPORT(("2010 - Trigger HW_WD_EXPIRE \n"))
    [all...]
  /external/kernel-headers/original/linux/
serial_reg.h 47 * Note: The FIFO trigger levels are chip specific:
68 #define UART_FCR_TRIGGER_MASK 0xC0 /* Mask for the FIFO trigger range */
69 #define UART_FCR_TRIGGER_1 0x00 /* Mask for trigger set at 1 */
70 #define UART_FCR_TRIGGER_4 0x40 /* Mask for trigger set at 4 */
71 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */
72 #define UART_FCR_TRIGGER_14 0xC0 /* Mask for trigger set at 14 */
74 #define UART_FCR6_R_TRIGGER_8 0x00 /* Mask for receive trigger set at 1 */
75 #define UART_FCR6_R_TRIGGER_16 0x40 /* Mask for receive trigger set at 4 */
76 #define UART_FCR6_R_TRIGGER_24 0x80 /* Mask for receive trigger set at 8 */
77 #define UART_FCR6_R_TRIGGER_28 0xC0 /* Mask for receive trigger set at 14 *
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
serial_reg.h 49 * Note: The FIFO trigger levels are chip specific:
70 #define UART_FCR_TRIGGER_MASK 0xC0 /* Mask for the FIFO trigger range */
71 #define UART_FCR_TRIGGER_1 0x00 /* Mask for trigger set at 1 */
72 #define UART_FCR_TRIGGER_4 0x40 /* Mask for trigger set at 4 */
73 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */
74 #define UART_FCR_TRIGGER_14 0xC0 /* Mask for trigger set at 14 */
76 #define UART_FCR6_R_TRIGGER_8 0x00 /* Mask for receive trigger set at 1 */
77 #define UART_FCR6_R_TRIGGER_16 0x40 /* Mask for receive trigger set at 4 */
78 #define UART_FCR6_R_TRIGGER_24 0x80 /* Mask for receive trigger set at 8 */
79 #define UART_FCR6_R_TRIGGER_28 0xC0 /* Mask for receive trigger set at 14 *
    [all...]
if_plip.h 22 unsigned long trigger; member in struct:plipconf
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 122 CREATE TRIGGER contact_cleanup DELETE ON people BEGIN DELETE FROM peopleLookup WHERE source = old._id;DELETE FROM peopleLookupWithPhoneticName WHERE source = old._id;DELETE FROM phones WHERE person = old._id;DELETE FROM contact_methods WHERE person = old._id;DELETE FROM organizations WHERE person = old._id;DELETE FROM groupmembership WHERE person = old._id;DELETE FROM extensions WHERE person = old._id;END;
123 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
124 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
125 CREATE TRIGGER contact_methods_delete DELETE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
126 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END;
127 CREATE TRIGGER contact_methods_update UPDATE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
128 CREATE TRIGGER extensions_delete DELETE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
129 CREATE TRIGGER extensions_insert INSERT ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person; END;
130 CREATE TRIGGER extensions_update AFTER UPDATE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
131 CREATE TRIGGER groupmembership_delete DELETE ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE peopl (…)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 146 CREATE TRIGGER contact_cleanup DELETE ON people BEGIN DELETE FROM peopleLookup WHERE source = old._id;DELETE FROM peopleLookupWithPhoneticName WHERE source = old._id;DELETE FROM phones WHERE person = old._id;DELETE FROM contact_methods WHERE person = old._id;DELETE FROM organizations WHERE person = old._id;DELETE FROM groupmembership WHERE person = old._id;DELETE FROM extensions WHERE person = old._id;END;
147 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
148 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
149 CREATE TRIGGER contact_methods_delete DELETE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
150 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END;
151 CREATE TRIGGER contact_methods_update UPDATE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
152 CREATE TRIGGER extensions_delete DELETE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
153 CREATE TRIGGER extensions_insert INSERT ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person; END;
154 CREATE TRIGGER extensions_update AFTER UPDATE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
155 CREATE TRIGGER groupmembership_delete DELETE ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE peopl (…)
    [all...]
  /external/webkit/LayoutTests/storage/
test-authorizer.html 28 tx.executeSql("DROP TRIGGER IF EXISTS TestTrigger;");
59 // Even though the following query should trigger a SQLITE_CREATE_TEMP_INDEX operation
61 // of any other way to trigger this operation. So we'll skip it for now.
65 executeStatement(tx, "CREATE TEMP TRIGGER TestTempTrigger INSERT ON Test BEGIN SELECT COUNT(*) FROM Test; END;", "SQLITE_CREATE_TEMP_TRIGGER");
67 executeStatement(tx, "CREATE TRIGGER TestTrigger INSERT ON Test BEGIN SELECT COUNT(*) FROM Test; END;", "SQLITE_CREATE_TRIGGER");
105 executeStatement(tx, "DROP TRIGGER TestTempTrigger;", "SQLITE_DROP_TEMP_TRIGGER");
107 executeStatement(tx, "DROP TRIGGER TestTrigger;", "SQLITE_DROP_TRIGGER");
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 95 * This Structure defines the Roaming Manager Trigger Thresholds Configuration type \n
139 * \brief User Defined Quality Trigger
142 * This struct defines the User Defined Quality Trigger Parameters \n
143 * Used for setting Roaming User Defined Trigger
149 TI_INT16 iThreshold; /**< Input Trigger Threshold. Units: dBm / dB ; Range: (-100 .. 100) */
156 TI_UINT8 uEnable; /**< User trigger Enable. 0 - Disable, 1 - Enable */
158 TI_UINT16 uClientID; /**< the client ID that registered for the trigger event */
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngrTypes.h 95 * This Structure defines the Roaming Manager Trigger Thresholds Configuration type \n
139 * \brief User Defined Quality Trigger
142 * This struct defines the User Defined Quality Trigger Parameters \n
143 * Used for setting Roaming User Defined Trigger
149 TI_INT16 iThreshold; /**< Input Trigger Threshold. Units: dBm / dB ; Range: (-100 .. 100) */
156 TI_UINT8 uEnable; /**< User trigger Enable. 0 - Disable, 1 - Enable */
158 TI_UINT16 uClientID; /**< the client ID that registered for the trigger event */
  /external/quake/quake/src/QW/progs/
plats.qc 13 local entity trigger;
17 // middle trigger
19 trigger = spawn();
20 trigger.touch = plat_center_touch;
21 trigger.movetype = MOVETYPE_NONE;
22 trigger.solid = SOLID_TRIGGER;
23 trigger.enemy = self;
42 setsize (trigger, tmin, tmax);
139 If the plat is the target of another trigger or button, it will start out disabled in the extended position until it is trigger, when it will lower and become a normal plat.
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/new_array/
TestStubs.java 19 // package access to trigger IllegalAccessError in testVFE8
  /cts/tools/vm-tests/src/dot/junit/opcodes/new_instance/
TestStubs.java 19 // package access to trigger IllegalAccessError in testVFE5

Completed in 219 milliseconds

1 2 3 4 5 6 7 8 91011>>