/external/v8/test/mjsunit/es6/regress/ |
regress-crbug-465671-null.js | 5 // This used to trigger a segfault because of NULL being accessed.
|
regress-crbug-465671.js | 5 // This used to trigger crash because of an unhandled stack overflow.
|
/external/v8/test/mjsunit/regress/ |
regress-4576.js | 7 // Should trigger a runtime error, not an early error.
|
/external/valgrind/drd/tests/ |
pth_barrier_reinit.c | 0 /** Trigger barrier reinitialization, which is not allowed by the POSIX
|
/frameworks/base/data/keyboards/ |
Vendor_054c_Product_0268.kl | 54 # L2 trigger 57 # R2 trigger 60 # L1 trigger 63 # R1 trigger
|
/frameworks/base/core/java/android/hardware/ |
TriggerEvent.java | 20 * This class represents a Trigger Event - the event 21 * associated with a Trigger Sensor. When the sensor detects a trigger 25 * after the trigger. 28 * when the trigger happened, the timestamp along with detailed
|
/external/autotest/client/virt/tests/ |
kdump.py | 11 3) For each vcpu, trigger a crash and check the vmcore 33 Trigger a crash dump through sysrq-trigger 35 @param vcpu: vcpu which is used to trigger a crash 41 crash_cmd = "taskset -c %d echo c > /proc/sysrq-trigger" % vcpu 46 raise error.TestFail("Could not trigger crash on vcpu %d" % vcpu)
|
/external/kernel-headers/original/uapi/linux/ |
serial_reg.h | 53 * Note: The FIFO trigger levels are chip specific: 75 #define UART_FCR_TRIGGER_MASK 0xC0 /* Mask for the FIFO trigger range */ 76 #define UART_FCR_TRIGGER_1 0x00 /* Mask for trigger set at 1 */ 77 #define UART_FCR_TRIGGER_4 0x40 /* Mask for trigger set at 4 */ 78 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ 79 #define UART_FCR_TRIGGER_14 0xC0 /* Mask for trigger set at 14 */ 81 #define UART_FCR6_R_TRIGGER_8 0x00 /* Mask for receive trigger set at 1 */ 82 #define UART_FCR6_R_TRIGGER_16 0x40 /* Mask for receive trigger set at 4 */ 83 #define UART_FCR6_R_TRIGGER_24 0x80 /* Mask for receive trigger set at 8 */ 84 #define UART_FCR6_R_TRIGGER_28 0xC0 /* Mask for receive trigger set at 14 * [all...] |
/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...] |
/art/test/144-static-field-sigquit/ |
info.txt | 8 to trigger occasionally with the buildbots.
|
/development/samples/browseable/SwipeRefreshMultipleViews/ |
_index.jd | 9 gesture to a layout with multiple children, enabling the ability to trigger a
|
/external/clang/test/CodeGenCXX/ |
PR5863-unreachable-block.cpp | 9 if (a > b) // simply filling in 0 or 1 doesn't trigger the assertion
|
/external/clang/test/SemaCXX/ |
PR20110.cpp | 5 // FIXME: These templates should trigger errors in C++11 mode.
|
warn-missing-variable-declarations.cpp | 3 // Variable declarations that should trigger a warning. 11 // Variable declarations that should not trigger a warning. 19 // Functions should never trigger a warning.
|
/external/llvm/test/Analysis/CostModel/X86/ |
masked-intrinsic-cost.ll | 6 define <2 x double> @test1(<2 x i64> %trigger, <2 x double>* %addr, <2 x double> %dst) { 7 %mask = icmp eq <2 x i64> %trigger, zeroinitializer 14 define <4 x i32> @test2(<4 x i32> %trigger, <4 x i32>* %addr, <4 x i32> %dst) { 15 %mask = icmp eq <4 x i32> %trigger, zeroinitializer 22 define void @test3(<4 x i32> %trigger, <4 x i32>* %addr, <4 x i32> %val) { 23 %mask = icmp eq <4 x i32> %trigger, zeroinitializer 30 define <8 x float> @test4(<8 x i32> %trigger, <8 x float>* %addr, <8 x float> %dst) { 31 %mask = icmp eq <8 x i32> %trigger, zeroinitializer 38 define void @test5(<2 x i32> %trigger, <2 x float>* %addr, <2 x float> %val) { 39 %mask = icmp eq <2 x i32> %trigger, zeroinitialize [all...] |
/external/llvm/test/MC/Mips/ |
mips-register-names-invalid.s | 4 # $32 used to trigger an assertion instead of the usual error message due to
|
/external/llvm/test/Transforms/Inline/ |
inline-indirect.ll | 2 ; This test used to trigger an assertion in the assumption cache when
|
/external/llvm/test/Verifier/ |
recursive-type-1.ll | 7 ; Check that recursive types trigger an error instead of segfaulting, when
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
system_relabel.txt | 1 SELinux is a labeling system. Sometimes the labels on disk can get messed up. One way to fix this is to trigger a full relabel on the next boot.
|
/external/v8/test/mjsunit/ |
regexp-stack-overflow.js | 8 re.test("a"); // Trigger regexp compile.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug411.go | 7 // Issue 2588. Used to trigger internal compiler error on 8g,
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug411.go | 7 // Issue 2588. Used to trigger internal compiler error on 8g,
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
masked_load_store.ll | 12 ;void foo1(int *A, int *B, int *trigger) { 15 ; if (trigger[i] < 100) { 16 ; A[i] = B[i] + trigger[i]; 36 define void @foo1(i32* %A, i32* %B, i32* %trigger) { 40 %trigger.addr = alloca i32*, align 8 44 store i32* %trigger, i32** %trigger.addr, align 8 56 %2 = load i32*, i32** %trigger.addr, align 8 70 %8 = load i32*, i32** %trigger.addr, align 8 96 ;void foo2(float *A, float *B, int *trigger) { [all...] |
/external/autotest/server/site_tests/firmware_ECWatchdog/ |
firmware_ECWatchdog.py | 18 # Delay of spin-wait in ms. Should be long enough to trigger watchdog reset. 33 Trigger a watchdog reset. 45 logging.info("Trigger a watchdog reset and power on system again.")
|
/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/ |
ScriptTrigger.java | 17 package com.googlecode.android_scripting.trigger; 28 * A trigger implementation that launches a given script when the event occurs. 32 public class ScriptTrigger implements Trigger {
|