HomeSort by relevance Sort by last modified time
    Searched defs:error_code (Results 1 - 25 of 32) sorted by null

1 2

  /dalvik/libcore/sql/src/main/java/SQLite/
Vm.java 19 protected int error_code = 0; field in class:Vm
Stmt.java 24 protected int error_code = 0; field in class:Stmt
Database.java 19 protected int error_code = 0; field in class:Database
215 set_last_error(vm.error_code);
217 set_last_error(vm.error_code);
243 set_last_error(vm.error_code);
245 set_last_error(vm.error_code);
367 return error_code;
372 * @param error_code new error code
375 protected void set_last_error(int error_code) {
376 this.error_code = error_code;
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
sigcontext.h 17 unsigned long error_code; member in struct:sigcontext
  /external/kernel-headers/original/asm-arm/
sigcontext.h 11 unsigned long error_code; member in struct:sigcontext
processor.h 45 unsigned long error_code; member in struct:thread_struct
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
sigcontext.h 17 unsigned long error_code; member in struct:sigcontext
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
sigcontext.h 17 unsigned long error_code; member in struct:sigcontext
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
sigcontext.h 17 unsigned long error_code; member in struct:sigcontext
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
sigcontext.h 17 unsigned long error_code; member in struct:sigcontext
  /external/bluetooth/glib/tests/
markup-collect.c 84 GMarkupError error_code; member in struct:test
184 if (tests[i].error_code != 0)
187 tests[i].document, tests[i].error_code);
196 if (error->code != tests[i].error_code)
199 tests[i].document, error->code, tests[i].error_code);
  /external/qemu/distrib/sdl-1.2.12/src/audio/arts/
SDL_artsaudio.c 267 int error_code; local
305 error_code = SDL_NAME(arts_init)();
306 if ( error_code != 0 ) {
307 SDL_SetError("Unable to initialize ARTS: %s", SDL_NAME(arts_error_text)(error_code));
  /external/bluetooth/bluez/audio/
avdtp.h 43 uint8_t error_code; member in union:avdtp_error::__anon847
  /external/qemu/
kqemu.h 86 uint32_t error_code; /* error_code when exiting with an exception */ member in struct:kqemu_cpu_state
  /external/tcpdump/
print-rsvp.c 627 int hexdump,processed,padbytes,error_code,error_value,i; local
    [all...]
  /external/v8/src/
platform-linux.cc 680 uint32_t error_code; member in struct:v8::internal::sigcontext
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
g_tester.c 1159 UINT8 error_code = G_TESTER_GWSI_GET_INIT_TABLE_NO_ERROR; local
1590 unsigned char error_code = G_TESTER_GWSI_INIT_NO_ERROR; local
1775 UINT8 error_code = G_TESTER_GWSI_CONFIG_NO_ERROR; local
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 203 unsigned long cr2, trap_no, error_code; member in struct:thread_struct
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 203 unsigned long cr2, trap_no, error_code; member in struct:thread_struct
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 203 unsigned long cr2, trap_no, error_code; member in struct:thread_struct
  /external/icu4c/test/cintltst/
capitst.c 56 UErrorCode error_code = U_ZERO_ERROR; local
60 while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) {
61 if(U_FAILURE(error_code)) {
62 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
71 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
73 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
76 if(U_FAILURE(error_code)) {
77 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
80 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == UCOL_NON_IGNORABLE) {
85 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code) == UCOL_IDENTICAL)
    [all...]
  /external/kernel-headers/original/asm-x86/
processor_32.h 359 unsigned long cr2, trap_no, error_code; member in struct:thread_struct
  /bionic/libc/kernel/common/linux/
cdrom.h 521 __u8 error_code : 7; member in struct:request_sense
523 __u8 error_code : 7;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
cdrom.h 521 __u8 error_code : 7; member in struct:request_sense
523 __u8 error_code : 7;
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
cdrom.h 521 __u8 error_code : 7; member in struct:request_sense
523 __u8 error_code : 7;

Completed in 781 milliseconds

1 2