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

1 2 3 4

  /external/chromium/chrome/browser/history/
query_parser.h 42 // Returns true if this node matches the specified text. If exact is true,
45 virtual bool Matches(const string16& word, bool exact) const = 0;
query_parser.cc 82 virtual bool Matches(const string16& word, bool exact) const;
104 bool QueryNodeWord::Matches(const string16& word, bool exact) const {
105 if (exact || !QueryParser::IsWordLongEnoughForPrefixSearch(word_))
144 virtual bool Matches(const string16& word, bool exact) const {
208 virtual bool Matches(const string16& word, bool exact) const;
213 bool QueryNodePhrase::Matches(const string16& word, bool exact) const {
  /external/skia/src/utils/
SkInterpolator.cpp 99 bool exact = true; local
113 exact = false;
119 if (exact) {
126 *exactPtr = exact;
190 SkBool exact; local
191 Result result = timeToT(time, &T, &index, &exact);
195 if (exact) {
  /external/skia/src/animator/
SkOperandIterpolator.cpp 63 SkBool exact; local
64 Result result = timeToT(time, &T, &index, &exact);
69 if (exact)
  /external/regex-re2/re2/
prefilter.cc 218 set<string>& exact() { return exact_; } function in class:re2::Prefilter::Info
228 // are placed in exact_. When it is no longer an exact
302 // Concats a and b. Requires that both are exact sets.
303 // Forms an exact set that is a crossproduct of a and b.
320 // Used only when a or b is not exact or when the
321 // exact cross product is likely to be too big.
375 // Constructs Info for a+ given a. If a was exact set, it isn't
542 // Exact is concat of recent contiguous exact nodes.
544 Info* exact = NULL local
    [all...]
  /external/skia/include/utils/
SkInterpolator.h 62 Result timeToT(SkMSec time, SkScalar* T, int* index, SkBool* exact) const;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_instr.h 99 int exact,
  /prebuilts/gcc/linux-x86/host/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...]
  /ndk/sources/host-tools/make-3.81/
getopt.c 484 or is an exact match for some defined option. If they have an
630 int exact = 0;
638 /* Test all long options for either exact match
646 /* Exact match found. */
649 exact = 1;
663 if (ambig && !exact)
786 int exact = 0;
825 /* Test all long options for either exact match
832 /* Exact match found. */
835 exact = 1
627 int exact = 0; local
783 int exact = 0; local
    [all...]
  /external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp 496 of 32768/25200 instead of the exact value to avoid critical cases
527 FIXP_SGL exact, temp; local
531 exact = (FIXP_SGL)(stop << (FRACT_BITS-8)); /* Shift left to gain some accuracy */
535 exact = FX_DBL2FX_SGL(fMult(exact,bandfactor));
539 temp = exact + FL2FXCONST_SGL(128.0/32768.0);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3baserecognizer.h 223 ANTLR3_BOOLEAN exact);
  /external/e2fsprogs/e2fsck/
mtrace.h 178 __ptr_t exact; /* The address that malloc returned. */ member in struct:alignlist
  /external/mesa3d/src/mesa/main/
compiler.h 456 modify exact [];
462 modify exact [];
  /hardware/libhardware/modules/audio/
Android.mk 18 # device specific modules are present. The exact load order can be seen in
  /hardware/libhardware/modules/local_time/
Android.mk 22 # if no other device specific modules are present. The exact load order can be
  /frameworks/native/opengl/libagl/
egl.cpp 780 static bool exact(GLint reqValue, GLint confValue) { function in struct:android::config_management_t
    [all...]
  /external/elfutils/src/
elflint.c 3309 enum { unused, exact, atleast, exact_or_gnuld } attrflag; enumerator in enum:__anon6333::__anon6334
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 136 - (ANTLRBitSet *)combineFollows:(BOOL) exact;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 136 - (ANTLRBitSet *)combineFollows:(BOOL) exact;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 136 - (ANTLRBitSet *)combineFollows:(BOOL) exact;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.h 128 - (ANTLRBitSet *)combineFollows:(BOOL) exact;
  /external/v8/test/mjsunit/
debug-compile-event.js 71 // as well as with with the exact source.
75 // exact source.
with-function-expression.js 34 // depending on the exact printing of the function.
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.s 5 @ Output is bit-exact with the reference C code in spl_sqrt_floor.c.

Completed in 950 milliseconds

1 2 3 4