Searched defs:best_match (Results 1 - 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/util/
H A Dmimeparse.py18 - 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/
H A Dmimeparse.py21 - 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'],
/external/chromium-trace/catapult/third_party/WebOb/webob/
H A Dacceptparse.py28 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/source/Symbol/
H A DLineTable.cpp302 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
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 499 milliseconds