HomeSort by relevance Sort by last modified time
    Searched refs:best_match (Results 1 - 12 of 12) sorted by null

  /hardware/intel/common/libwsbm/src/
wsbm_mm.h 66 int best_match);
wsbm_mm.c 216 unsigned long size, unsigned alignment, int best_match)
244 if (!best_match)
  /toolchain/binutils/binutils-2.25/bfd/
format.c 209 int match_count, best_count, best_match; local
273 best_match = 256;
285 || (*target)->match_priority > best_match)
329 if (temp->match_priority < best_match)
331 best_match = temp->match_priority;
391 && right_targ->match_priority <= best_match)
412 if (right_targ->match_priority <= best_match)
  /art/cmdline/detail/
cmdline_parse_argument_detail.h 112 auto best_match = FindClosestMatch(token_list); local
114 return best_match.second;
124 size_t best_match = 0; local
128 if (this_match > best_match) {
130 best_match = this_match;
134 return std::make_pair(best_match_ptr, best_match);
  /external/chromium-trace/catapult/third_party/Paste/tests/test_util/
test_mimeparse.py 182 bm = best_match
218 bm = best_match
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
mimeparse.py 18 - best_match(): Choose the mime-type with the highest quality ('q') from a list of candidates.
122 def best_match(supported, header): function
130 >>> best_match(['application/xbel+xml', 'text/xml'], 'text/*;q=0.5,*/*; q=0.1')
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
mimeparse.py 21 - best_match(): Choose the mime-type with the highest quality ('q')
145 def best_match(supported, header): function
155 >>> best_match(['application/xbel+xml', 'text/xml'],
discovery.py 705 if not mimeparse.best_match([media_mime_type], ','.join(accept)):
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
acceptparse.py 28 warn_deprecation("Use best_match instead", '1.2', 3)
143 def best_match(self, offers, default_match=None): member in class:Accept
226 def best_match(self, offers, default_match=None): member in class:NilAccept
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
httparchive.py 407 best_match = (0, None)
410 best_match = max(best_match, (matcher.ratio(), candidates[i][1]))
411 if i + 1 < len(candidates) and best_match[0] >= candidates[i+1][0]:
413 return best_match[1]
    [all...]
  /external/autotest/client/common_lib/
pexpect.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 304 milliseconds