Searched defs:was (Results 1 - 11 of 11) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Dapi_implementation.py60 raise ImportError('_use_fast_cpp_protos import succeeded but was None') namespace
/external/freetype/src/gzip/
H A Dinflate.c39 uLong was; /* computed check value */ member in struct:internal_state::__anon6775::__anon6776
230 inflate_blocks_reset(z->state->blocks, z, &z->state->sub.check.was);
253 if (z->state->sub.check.was != z->state->sub.check.need)
/external/libxml2/python/
H A Ddrv_libxml2.py78 "import error was: %s" % sys.exc_info()[1]) namespace
/external/zlib/src/examples/
H A Dgun.c519 struct stat was; local
523 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG)
527 (void)chmod(to, was.st_mode & 07777);
530 (void)chown(to, was.st_uid, was.st_gid);
533 when.actime = was.st_atime;
534 when.modtime = was.st_mtime;
/external/pdfium/third_party/zlib_v128/
H A Dinflate.h121 unsigned was; /* initial length of match */ member in struct:inflate_state
/external/python/cpython2/Modules/zlib/
H A Dinflate.h121 unsigned was; /* initial length of match */ member in struct:inflate_state
/external/syslinux/com32/lib/zlib/
H A Dinflate.h121 unsigned was; /* initial length of match */ member in struct:inflate_state
/external/zlib/src/
H A Dinflate.h121 unsigned was; /* initial length of match */ member in struct:inflate_state
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc459 uptr was = 0; local
460 if (atomic_compare_exchange_strong(&atomic_callee_cache[i], &was, callee,
465 if (was == callee) // Already have this callee.
/external/toybox/toys/posix/
H A Dps.c1426 char was, is; local
1518 was = is;
1520 if (isspace(was) && !isspace(is) && i++==TT.sortpos && pos!=toybuf)
1522 if (!isspace(was) && isspace(is) && i==TT.sortpos+1) *pos = ']';
/external/python/cpython2/Lib/plat-mac/
H A Dmacerrors.py101 kFBCvTwinExceptionErr = -30500 #no telling what it was
175 kFNSNameNotFoundErr = -29589 #The name with the requested paramters was not found
176 kFNSBadFlattenedSizeErr = -29587 #flattened size didn't match input or was too small
183 kFNSInvalidReferenceErr = -29580 #ref. was NULL or otherwise bad
314 pictureDataErr = -11005 #the picture data was invalid
315 colorsRequestedErr = -11004 #the number of colors requested was illegal
317 pictInfoVerbErr = -11002 #the passed verb was invalid
342 telNoCallbackRef = -10064 #no call back reference was specified, but is required
361 telConfRej = -10043 #conference request was rejected
362 telConfErr = -10042 #conference was no
1001 cfragImportTooNewErr = -2814 #An import library was too new for a client. namespace
1002 cfragImportTooOldErr = -2813 #An import library was too old for a client. namespace
[all...]

Completed in 743 milliseconds