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

  /external/skia/src/animator/
SkOperandIterpolator.cpp 71 SkBool exact; local
72 Result result = timeToT(time, &T, &index, &exact);
77 if (exact)
  /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/e2fsprogs/e2fsck/
mtrace.h 178 __ptr_t exact; /* The address that malloc returned. */ member in struct:alignlist
  /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/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/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);
  /external/elfutils/src/
elflint.c 1803 enum { unused, exact, atleast } attrflag; enumerator in enum:__anon3662::__anon3663
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 830 static bool exact(GLint reqValue, GLint confValue) { function in struct:android::config_management_t
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 438 milliseconds