HomeSort by relevance Sort by last modified time
    Searched full:ecode (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/third_party/sqlite/src/test/
trans3.test 20 unset -nocomplain ecode
34 set ::ecode {}
38 set ::ecode [sqlite3_extended_errcode db]
46 set ::ecode
57 set ::ecode {}
61 set ::ecode [sqlite3_extended_errcode db]
69 set ::ecode
75 unset -nocomplain ecode
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.inp 372 ((*ecode++ == OP_BEG_WORD) ? prev_is_word : cur_is_word))
508 /* On entry ecode points to the first opcode, and eptr to the first character
552 6 : 3 + (ecode[1] << 8) + ecode[2]),
576 DPRINTF (("Unknown opcode %d\n", *ecode));
704 c = *ecode++ - OP_CRSTAR;
705 c = *ecode++ - OP_CRSTAR;
706 c = *ecode++ - OP_NOTSTAR;
707 c = *ecode++ - OP_STAR;
708 c = *ecode++ - OP_TYPESTAR
    [all...]
uniq.good 16 ((*ecode++ == OP_BEG_WORD) ? prev_is_word : cur_is_word))
119 /* On entry ecode points to the first opcode, and eptr to the first character
155 6 : 3 + (ecode[1] << 8) + ecode[2]),
173 DPRINTF (("Unknown opcode %d\n", *ecode));
227 c = *ecode++ - OP_CRSTAR;
228 c = *ecode++ - OP_NOTSTAR;
229 c = *ecode++ - OP_STAR;
230 c = *ecode++ - OP_TYPESTAR;
231 c = *ecode++
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 234 enum TDB_ERROR ecode; /* error code for last tdb error */ member in struct:tdb_context
296 return tdb->ecode;
300 enum TDB_ERROR ecode; const char *estring; member in struct:tdb_errname
317 if (tdb->ecode == emap[i].ecode)
345 tdb->ecode = TDB_ERR_RDONLY;
365 tdb->ecode = TDB_ERR_LOCK;
592 tdb->ecode = TDB_ERR_LOCK;
844 /* Ensure ecode is set for log fn. */
845 tdb->ecode = TDB_ERR_IO
    [all...]
tdb.h 51 #define TDB_ERRCODE(code, ret) ((tdb->ecode = (code)), ret)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp 18 make_error_type_string(regex_constants::error_type ecode)
20 switch (ecode)
63 regex_error::regex_error(regex_constants::error_type ecode)
64 : runtime_error(make_error_type_string(ecode)),
65 __code_(ecode)
  /external/mksh/src/
jobs.c 658 int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY; local
683 } else if ((j = j_lookup(cp, &ecode))) {
696 if (ecode != JL_NOSUCH)
697 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
720 int rv = 0, ecode; local
727 if ((j = j_lookup(cp, &ecode)) == NULL) {
731 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
766 int ecode, rv = 0; local
772 if ((j = j_lookup(cp, &ecode)) == NULL) {
774 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
909 int ecode; local
    [all...]
  /external/iputils/
tftpd.c 226 int first = 1, ecode; local
256 ecode = (*pf->f_validate)(filename, tp->th_opcode);
257 if (ecode) {
258 nak(ecode);
  /external/llvm/test/CodeGen/X86/
2007-11-07-MulBy4.ll 8 define fastcc i32 @foo(i16* %eptr, i8* %ecode, %struct.foo_data* %md, i32 %ims) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_error.h 139 * @param ecode the regex error code.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_error.h 139 * @param ecode the regex error code.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_error.h 139 * @param ecode the regex error code.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_error.h 139 * @param ecode the regex error code.
  /external/openssh/
ssh-rsa.c 71 int ecode = ERR_get_error(); local
74 ERR_error_string(ecode, NULL));
  /external/tcpdump/missing/
getaddrinfo.c 252 gai_strerror(ecode)
253 int ecode;
255 if (ecode < 0 || ecode > EAI_MAX)
256 ecode = EAI_MAX;
257 return ai_errlist[ecode];
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
MobiCoreDriverApi.h 68 #define MC_DRV_ERROR_MAJOR(ecode) ((ecode) & 0xFF) /**< Get MAJOR part of error code. */
69 #define MC_DRV_ERROR_MCP(ecode) (((ecode)>>8) & 0xFF) /**< Get MCP part of error code. */
70 #define MC_DRV_ERROR_DETAIL(ecode) (((ecode)>>16) & 0x0FFF) /**< Get detail part of error code. */
  /external/tcpdump/
print-smb.c 965 int ecode; local
973 ecode = data[4];
976 switch (ecode) {
990 printf("Unspecified error 0x%X", ecode);
1038 int ecode; local
1046 ecode = origdata[4];
1047 switch (ecode) {
1061 printf("Unspecified error 0x%X\n", ecode);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.badexp/
regex_error.pass.cpp 17 // explicit regex_error(regex_constants::error_type ecode);
  /external/icu4c/extra/uconv/
uconv.cpp     [all...]
  /external/kernel-headers/original/asm-mips/sn/sn0/
hubio.h 451 ecode: 3, /* Error Code */ member in struct:icrba_u::__anon19759
473 ecode: 4, /* Error Code */ member in struct:h1_icrba_u::__anon19760
494 * values for "ecode" field
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 174 uint8 ecode; member in struct:amp_hci_event
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py     [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 312 gai_strerror(int ecode)
314 if (ecode < 0 || ecode > EAI_MAX)
315 ecode = EAI_MAX;
316 return ai_errlist[ecode];
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sn/sn0/
hubio.h 365 ecode: 3, member in struct:icrba_u::__anon205
386 ecode: 4, member in struct:h1_icrba_u::__anon206
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubio.h 365 ecode: 3, member in struct:icrba_u::__anon1397
386 ecode: 4, member in struct:h1_icrba_u::__anon1398

Completed in 4593 milliseconds

1 2 3