HomeSort by relevance Sort by last modified time
    Searched refs:ABORT (Results 1 - 25 of 46) sorted by null

1 2

  /external/openssl/crypto/ec/
ectest.c 104 #define ABORT do { \
106 fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \
125 if (s == NULL) ABORT;
128 if (!EC_GROUP_get_order(group, s, ctx)) ABORT;
133 if (P == NULL) ABORT;
138 if ((r[i] = BN_new()) == NULL) ABORT;
139 if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0)) ABORT;
142 if ((r0[i] = BN_new()) == NULL) ABORT;
143 if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0)) ABORT;
153 (type != TIMING_BASE_PT) ? P : NULL, (type != TIMING_BASE_PT) ? r0[i] : NULL, ctx)) ABORT;
    [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;
  /bionic/libc/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /external/tcpdump/
telnet.h 56 #define AO 245 /* abort output--but let prog finish */
63 #define ABORT 238 /* Abort process */
71 "EOF", "SUSP", "ABORT", "EOR",
223 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi.h 193 #define ABORT 0x06
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 193 #define ABORT 0x06
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 193 #define ABORT 0x06
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/arpa/
telnet.h 48 #define AO 245 /* abort output--but let prog finish */
55 #define ABORT 238 /* Abort process */
63 "EOF", "SUSP", "ABORT", "EOR",
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /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;

Completed in 3132 milliseconds

1 2