HomeSort by relevance Sort by last modified time
    Searched refs:exact (Results 1 - 25 of 37) sorted by null

1 2

  /external/skia/src/utils/
SkInterpolator.cpp 106 bool exact = true; local
120 exact = false;
126 if (exact) {
133 *exactPtr = exact;
197 SkBool exact; local
198 Result result = timeToT(time, &T, &index, &exact);
202 if (exact) {
  /external/skia/src/animator/
SkOperandIterpolator.cpp 71 SkBool exact; local
72 Result result = timeToT(time, &T, &index, &exact);
77 if (exact)
  /external/skia/include/utils/
SkInterpolator.h 69 Result timeToT(SkMSec time, SkScalar* T, int* index, SkBool* exact) const;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_mergesort.h 120 template<bool exact, typename RandomAccessIterator,
126 /** @brief Split by exact splitting. */
312 template<bool stable, bool exact, typename RandomAccessIterator,
351 <exact, RandomAccessIterator, Comparator, SortingPlacesIterator>()
395 template<bool stable, bool exact, typename RandomAccessIterator,
432 if (!exact)
461 parallel_sort_mwms_pu<stable, exact>(&sd, comp);
467 if (!exact)
  /external/grub/lib/
getopt.c 497 or is an exact match for some defined option. If they have an
648 int exact = 0;
656 /* Test all long options for either exact match
664 /* Exact match found. */
667 exact = 1;
681 if (ambig && !exact)
805 int exact = 0;
844 /* Test all long options for either exact match
851 /* Exact match found. */
854 exact = 1
644 int exact = 0; local
801 int exact = 0; local
    [all...]
  /external/elfutils/src/
elflint.c 1803 enum { unused, exact, atleast } attrflag; enumerator in enum:__anon3495::__anon3496
    [all...]
  /external/e2fsprogs/e2fsck/
mtrace.h 178 __ptr_t exact; /* The address that malloc returned. */ member in struct:alignlist
  /frameworks/base/opengl/libagl/
egl.cpp 830 static bool exact(GLint reqValue, GLint confValue) { function in struct:android::config_management_t
    [all...]
  /external/v8/test/mjsunit/
debug-compile-event.js 75 // as well as with with the exact source.
86 // exact source.
with-function-expression.js 34 // depending on the exact printing of the function.
  /external/bison/lib/
getopt.c 335 or is an exact match for some defined option. If they have an
492 int exact = 0;
500 /* Test all long options for either exact match
508 /* Exact match found. */
511 exact = 1;
528 if (ambig && !exact)
810 int exact = 0;
871 /* Test all long options for either exact match
878 /* Exact match found. */
881 exact = 1
488 int exact = 0; local
806 int exact = 0; local
    [all...]
  /external/quake/quake/src/QW/client/
cl_ents.c 47 // first look for an exact key match
685 // the exact time it was valid at
796 player_state_t exact; local
884 CL_PredictUsercmd (state, &exact, &state->command, false);
886 VectorCopy (exact.origin, ent->origin);
954 player_state_t exact; local
1004 CL_PredictUsercmd (state, &exact, &state->command, false);
1005 VectorCopy (exact.origin, pplayer->origin);
  /build/tools/droiddoc/templates/assets/
search_autocomplete.js 196 // scores are calculated based on exact and prefix matches,
204 // exact part match
  /frameworks/base/graphics/java/android/graphics/
Path.java 161 * @param exact This parameter is no longer used.
163 public void computeBounds(RectF bounds, boolean exact) {
  /dalvik/vm/
Dvm.mk 20 # for the exact command.)
  /external/quake/quake/src/QW/scitech/include/
mgraph.h     [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H     [all...]
  /external/zlib/contrib/masm686/
match.asm 296 ; * adjust %edx so that it is offset to the exact byte that mismatched.
  /external/iproute2/doc/
api-ip6-flowlabels.tex 99 very small subset of them (none, to be more exact) really use it.
  /external/ipsec-tools/src/racoon/
cftoken.l 345 <S_RMTS>exact { YYD; yylval.num = PROP_CHECK_EXACT; return(PROPOSAL_CHECK_LEVEL); }
ipsec_doi.c     [all...]
  /external/v8/benchmarks/
richards.js 504 * A simple package of data that is manipulated by the tasks. The exact layout
  /external/webkit/SunSpider/tests/v8-v4/
v8-richards.js 499 * A simple package of data that is manipulated by the tasks. The exact layout
  /external/zlib/contrib/masmx64/
gvmat64.asm 418 ;;; adjust rdx so that it is offset to the exact byte that mismatched.
  /external/zlib/contrib/masmx86/
match686.asm 356 ;;; adjust edx so that it is offset to the exact byte that mismatched.

Completed in 2797 milliseconds

1 2