HomeSort by relevance Sort by last modified time
    Searched full:abort (Results 201 - 225 of 1231) sorted by null

1 2 3 4 5 6 7 891011>>

  /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;
  /external/gtest/test/
gtest-death-test_test.cc 517 // Tests that EXPECT_DEATH doesn't abort the test on failure.
525 // Tests that ASSERT_DEATH does abort the test on failure.
621 abort();
637 // Tests that EXPECT_DEBUG_DEATH in debug mode does not abort
758 // The arguments to the calls to Abort since the last call to
792 virtual void Abort(AbortReason reason) {
956 // This time there are two calls to Abort: one since the test didn't
    [all...]
  /external/libpcap/
gencode.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgrSM.c 197 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acUnexpected}, /* ABORT */
213 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acAbort_fromProcessingRequest}, /* ABORT */
229 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acAbort_fromWaitForSCR}, /* ABORT */
245 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acAbort_fromMeasuring}, /* ABORT */
649 * Called when for some reason we abort while processing a request.
    [all...]
  /sdk/emulator/qtools/
thumbdis.cpp 421 abort ();
465 abort ();
489 abort ();
495 abort ();
502 abort ();
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
measurementMgrSM.c 198 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acUnexpected}, /* ABORT */
214 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acAbort_fromProcessingRequest}, /* ABORT */
230 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acAbort_fromWaitForSCR}, /* ABORT */
246 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acAbort_fromMeasuring}, /* ABORT */
668 * Called when for some reason we abort while processing a request.
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgrSM.c 197 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acUnexpected}, /* ABORT */
213 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acAbort_fromProcessingRequest}, /* ABORT */
229 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acAbort_fromWaitForSCR}, /* ABORT */
245 {MEASUREMENTMGR_STATE_IDLE, measurementMgrSM_acAbort_fromMeasuring}, /* ABORT */
646 * Called when for some reason we abort while processing a request.
    [all...]
  /external/bison/tests/
cxx-type.at 142 abort ();
197 abort ();
228 abort ();
  /external/openssl/crypto/x509/
x509_lu.c 172 /* abort(); */
224 /* abort(); */
447 /* abort(); */
  /external/oprofile/daemon/
opd_sfile.c 312 abort();
424 abort();
472 abort();
  /external/v8/src/mips/
macro-assembler-mips.h 325 // Calls Abort(msg) if the condition cc is not satisfied.
332 // Print a message to stdout and abort execution.
333 void Abort(const char* msg);
  /external/v8/src/
platform-freebsd.cc 188 void OS::Abort() {
189 // Redirect to std abort to signal abnormal program termination.
190 abort();
platform-openbsd.cc 186 void OS::Abort() {
187 // Redirect to std abort to signal abnormal program termination.
188 abort();
platform-solaris.cc 185 void OS::Abort() {
186 // Redirect to std abort to signal abnormal program termination.
187 abort();
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 345 // returns the size of the name table (which is used by renameAndActivateFont), or 0 on early abort
409 // abort if the data is too small to be a font header with a "tables" entry
413 // abort if the data is too small to hold all the tables specified in the header
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
alloca.c 360 abort ();
369 abort ();
388 abort ();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 442 /* check remote abort */
447 /* abort happens */
479 putOperation.abort();
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnRoamingContSM.c 344 * \brief SM action - handles a stop scan or abort scan event (by stopping the actual scan)
368 * \brief SM action - handles a recovery event (calls the scan SRV abort on FW reset and than finishes scan)
429 * \brief SM action - handles a scan reject event (abort scan before scan actually started)\n
ScanCncnRoamingImmedSM.c 352 * \brief SM action - handles a stop scan or abort scan event (by stopping the actual scan)
377 * \brief SM action - handles a recovery event (calls the scan SRV abort on FW reset and than finishes scan)
438 * \brief SM action - handles a scan reject event (abort scan before scan actually started)\n
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smeSelect.c 167 /* also check if abort was indicated */
354 /* if WSC is supported, and more than one AP with PB configuration is found - indicate to abort */
363 /* indicate NOT to abort the select process */
  /external/bison/lib/
hash.c 257 abort ();
288 abort ();
305 abort ();
752 abort ();
848 abort ();
915 abort ();
  /external/gtest/include/gtest/internal/
gtest-port.h 386 // 3. abort() in a VC 7.1 application compiled as GUI in debug config
815 // Windows CE has no C library. The abort() function is used in
818 void abort();
820 inline void abort() { ::abort(); } function in namespace:testing::internal
845 abort();
  /dalvik/vm/mterp/
README.txt 170 exceed "handler-size", but the VM will abort on startup if it detects an
183 message and abort during startup.
  /external/bluetooth/glib/docs/reference/glib/
running.sgml 66 <listitem><para>Causes GLib to abort the program at the first call
75 <listitem><para>Causes GLib to abort the program at the first call
  /external/e2fsprogs/e2fsck/
e2fsck.h 159 #define E2F_FLAG_ABORT 0x0001 /* Abort signaled */
164 #define E2F_FLAG_SETJMP_OK 0x0010 /* Setjmp valid for abort */

Completed in 778 milliseconds

1 2 3 4 5 6 7 891011>>