/prebuilts/gcc/linux-x86/host/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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
|
/external/iptables/extensions/ |
libxt_LED.c | 3 * trigger support. 26 {.name = "led-trigger-id", .id = O_LED_TRIGGER_ID, 41 "--led-trigger-id name suffix for led trigger name\n" 77 printf(" led-trigger-id:\""); 100 printf(" --led-trigger-id \"");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm_oss.h | 42 trigger: 1, /* trigger flag */ member in struct:snd_pcm_oss_runtime 43 sync_trigger: 1; /* sync trigger flag */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm_oss.h | 42 trigger: 1, /* trigger flag */ member in struct:snd_pcm_oss_runtime 43 sync_trigger: 1; /* sync trigger flag */
|
/external/llvm/test/CodeGen/ARM/ |
2011-10-26-memset-with-neon.ll | 3 ; Trigger multiple NEON stores.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowZoomButtonsController.java | 9 * Shadow of {@code ZoomButtonsController} that allows simulated clicking of the zoom button controls to trigger
|
/external/skia/src/utils/ |
SkThreadUtils_pthread.h | 18 void trigger();
|
SkThreadUtils_pthread.cpp | 24 void PThreadEvent::trigger() { function in class:PThreadEvent 88 pthreadData->fCanceled.trigger(); 106 pthreadData->fStarted.trigger();
|
/external/webkit/Source/WebCore/manual-tests/ |
selection-drag-crash.html | 11 Drag the selected text. It shouldn't crash, though it used to on Chromium Mac since createDragImageForSelection() didn't properly use the return value from dissolveDragImageToFraction(), which resulted in a race condition for the drag image's refcount. This issue can't be tested in an automated manner, due to the fact that the race condition is hard to trigger deterministically and that test_shell/DRT simply don't use the (potentially invalid) image parameter.
|
/frameworks/base/core/java/android/hardware/ |
TriggerEventListener.java | 20 * This class is the listener used to handle Trigger Sensors. 21 * Trigger Sensors are sensors that trigger an event and are automatically 58 * // Call disable to ensure that the trigger request has been canceled.
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
CachedLaterTest.java | 52 mHarness.getLater(mTrap); // trigger create() 59 mHarness.getLater(mTrap); // trigger create() 67 mHarness.getLater(mTrap); // trigger create() 84 mHarness.getLater(mTrap); // trigger create()
|
/frameworks/av/services/camera/libcameraservice/ |
Camera3Device.cpp | 881 // Mix-in this trigger into the next request and only the next request. 882 RequestTrigger trigger[] = { local 893 return mRequestThread->queueTrigger(trigger, 894 sizeof(trigger)/sizeof(trigger[0])); 901 // Mix-in this trigger into the next request and only the next request. 902 RequestTrigger trigger[] = { local 913 return mRequestThread->queueTrigger(trigger, 914 sizeof(trigger)/sizeof(trigger[0])) 922 RequestTrigger trigger[] = { local 1811 RequestTrigger trigger = mTriggerMap.valueAt(i); local 1882 RequestTrigger trigger = mTriggerReplacedMap.valueAt(i); local 1920 RequestTrigger trigger = mTriggerRemovedMap.valueAt(i); local [all...] |
/external/llvm/test/Transforms/SimplifyCFG/ |
preserve-branchweights-partial.ll | 3 ; This test case was written to trigger an incorrect assert statement in 11 ; be 0 to trigger the assert.
|
/external/webkit/LayoutTests/fast/dom/Node/ |
mutation-blur.html | 26 var rect = document.getElementById("trigger").getBoundingClientRect(); 68 <input id="trigger" type="button" name="Press" value="press" onclick="onpress()">
|
/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.js | 19 tx.executeSql("DROP TRIGGER IF EXISTS TestTrigger;"); 50 // Even though the following query should trigger a SQLITE_CREATE_TEMP_INDEX operation 52 // of any other way to trigger this operation. So we'll skip it for now. 56 executeStatement(tx, "CREATE TEMP TRIGGER TestTempTrigger INSERT ON Test BEGIN SELECT COUNT(*) FROM Test; END;", "SQLITE_CREATE_TEMP_TRIGGER"); 58 executeStatement(tx, "CREATE TRIGGER TestTrigger INSERT ON Test BEGIN SELECT COUNT(*) FROM Test; END;", "SQLITE_CREATE_TRIGGER"); 96 executeStatement(tx, "DROP TRIGGER TestTempTrigger;", "SQLITE_DROP_TEMP_TRIGGER"); 98 executeStatement(tx, "DROP TRIGGER TestTrigger;", "SQLITE_DROP_TRIGGER");
|
/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-tf/src/dot/junit/opcodes/new_array/ |
TestStubs.java | 19 // package access to trigger IllegalAccessError in testVFE8
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/ |
TestStubs.java | 19 // package access to trigger IllegalAccessError in testVFE5
|