HomeSort by relevance Sort by last modified time
    Searched refs:best_match (Results 1 - 9 of 9) 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)
  /external/lldb/source/Symbol/
LineTable.cpp 302 size_t best_match = UINT32_MAX; local
330 if (best_match == UINT32_MAX)
331 best_match = idx;
332 else if (m_entries[idx].line < m_entries[best_match].line)
333 best_match = idx;
337 if (best_match != UINT32_MAX)
340 ConvertEntryAtIndexToLineEntry (best_match, *line_entry_ptr);
341 return best_match;
350 size_t best_match = UINT32_MAX; local
378 if (best_match == UINT32_MAX
    [all...]
  /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/trace-viewer/third_party/Paste/tests/test_util/
test_mimeparse.py 182 bm = best_match
218 bm = best_match
  /external/chromium-trace/trace-viewer/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/trace-viewer/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/lldb/test/pexpect-2.4/
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 336 milliseconds