HomeSort by relevance Sort by last modified time
    Searched refs:RAISE (Results 1 - 20 of 20) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
event2.s 23 //RAISE uimm4 ; /* (a) */
24 RAISE 0;
25 RAISE 4;
26 RAISE 15;
event2.d 18 14: 90 00 RAISE 0x0;
19 16: 94 00 RAISE 0x4;
20 18: 9f 00 RAISE 0xf;
event.d 27 00000010 <raise>:
28 10: 9f 00 RAISE 0xf;
29 12: 90 00 RAISE 0x0;
event.s 34 .global raise
35 raise: label
36 raise 15;
37 RAISE 0;
allinsn16.d 152 [^:]+: 90 00 + RAISE 0x0;
153 [^:]+: 91 00 + RAISE 0x1;
154 [^:]+: 92 00 + RAISE 0x2;
155 [^:]+: 93 00 + RAISE 0x3;
156 [^:]+: 94 00 + RAISE 0x4;
157 [^:]+: 95 00 + RAISE 0x5;
158 [^:]+: 96 00 + RAISE 0x6;
159 [^:]+: 97 00 + RAISE 0x7;
160 [^:]+: 98 00 + RAISE 0x8;
161 [^:]+: 99 00 + RAISE 0x9
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 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;
104 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations 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;
105 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations 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;
115 CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones 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;
116 CREATE TRIGGER phones_UPDATE_typeAndLabel AFTER UPDATE ON phones 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;
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 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;
136 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations 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;
137 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations 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;
147 CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones 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 phones_UPDATE_typeAndLabel AFTER UPDATE ON phones 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;
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 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;
160 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations 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;
161 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations 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;
171 CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones 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;
172 CREATE TRIGGER phones_UPDATE_typeAndLabel AFTER UPDATE ON phones 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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 169 it isn't a valid pickle'd object), IT WILL RAISE AN EXCEPTION.
444 raise CookieError("Invalid Attribute %s" % K)
458 raise CookieError("Attempt to set a reserved key: %s" % key)
460 raise CookieError("Illegal key value: %s" % key)
704 # This could raise an exception!
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 169 it isn't a valid pickle'd object), IT WILL RAISE AN EXCEPTION.
444 raise CookieError("Invalid Attribute %s" % K)
458 raise CookieError("Attempt to set a reserved key: %s" % key)
460 raise CookieError("Illegal key value: %s" % key)
704 # This could raise an exception!
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 169 it isn't a valid pickle'd object), IT WILL RAISE AN EXCEPTION.
444 raise CookieError("Invalid Attribute %s" % K)
458 raise CookieError("Attempt to set a reserved key: %s" % key)
460 raise CookieError("Illegal key value: %s" % key)
704 # This could raise an exception!
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 169 it isn't a valid pickle'd object), IT WILL RAISE AN EXCEPTION.
444 raise CookieError("Invalid Attribute %s" % K)
458 raise CookieError("Attempt to set a reserved key: %s" % key)
460 raise CookieError("Illegal key value: %s" % key)
704 # This could raise an exception!
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 169 it isn't a valid pickle'd object), IT WILL RAISE AN EXCEPTION.
444 raise CookieError("Invalid Attribute %s" % K)
458 raise CookieError("Attempt to set a reserved key: %s" % key)
460 raise CookieError("Illegal key value: %s" % key)
704 # This could raise an exception!
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-lex.l 98 [rR][aA][iI][sS][eE] return RAISE;
bfin-parse.y 490 %token RAISE EXCPT
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 2110 milliseconds