HomeSort by relevance Sort by last modified time
    Searched defs:was (Results 1 - 13 of 13) sorted by null

  /external/freetype/src/gzip/
inflate.c 39 uLong was; /* computed check value */ member in struct:internal_state::__anon11269::__anon11270
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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
inflate.c 39 uLong was; /* computed check value */ member in struct:internal_state::__anon14946::__anon14947
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/
drv_libxml2.py 78 "import error was: %s" % sys.exc_info()[1]) namespace
  /external/zlib/src/examples/
gun.c 519 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/opencv3/3rdparty/zlib/
inflate.h 121 unsigned was; /* initial length of match */ member in struct:inflate_state
  /external/pdfium/third_party/zlib_v128/
inflate.h 121 unsigned was; /* initial length of match */ member in struct:inflate_state
  /external/zlib/src/
inflate.h 121 unsigned was; /* initial length of match */ member in struct:inflate_state
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 442 uptr was = 0; local
443 if (atomic_compare_exchange_strong(&atomic_callee_cache[i], &was, callee,
448 if (was == callee) // Already have this callee.
    [all...]
  /external/toybox/toys/posix/
ps.c 1242 char was, is; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
DotsPageIndicator.java 560 int was = currentPage; local
571 final int steps = Math.abs(now - was);
572 moveAnimation = createMoveSelectedAnimator(dotCenterX[now], was, now, steps);
579 joiningAnimations[i] = createJoiningAnimator(now > was ? was + i : was - 1 - i,
590 private ValueAnimator createMoveSelectedAnimator(final float moveTo, int was, int now,
596 retreatAnimation = new PendingRetreatAnimator(was, now, steps,
597 now > was
757 public PendingRetreatAnimator(int was, int now, int steps, StartPredicate predicate)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
macerrors.py 101 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 not prepare
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macerrors.py 101 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 not prepare
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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 400 milliseconds