Home
last modified time | relevance | path

Searched refs:best_match (Results 1 – 10 of 10) sorted by relevance

/external/lldb/source/Symbol/
DLineTable.cpp302 size_t best_match = UINT32_MAX; in FindLineEntryIndexByFileIndex() local
330 if (best_match == UINT32_MAX) in FindLineEntryIndexByFileIndex()
331 best_match = idx; in FindLineEntryIndexByFileIndex()
332 else if (m_entries[idx].line < m_entries[best_match].line) in FindLineEntryIndexByFileIndex()
333 best_match = idx; in FindLineEntryIndexByFileIndex()
337 if (best_match != UINT32_MAX) in FindLineEntryIndexByFileIndex()
340 ConvertEntryAtIndexToLineEntry (best_match, *line_entry_ptr); in FindLineEntryIndexByFileIndex()
341 return best_match; in FindLineEntryIndexByFileIndex()
350 size_t best_match = UINT32_MAX; in FindLineEntryIndexByFileIndex() local
378 if (best_match == UINT32_MAX) in FindLineEntryIndexByFileIndex()
[all …]
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_util/
Dtest_mimeparse.py182 bm = best_match
218 bm = best_match
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Dacceptparse.py143 def best_match(self, offers, default_match=None): member in Accept
226 def best_match(self, offers, default_match=None): member in NilAccept
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Dmimeparse.py122 def best_match(supported, header): function
/external/google-breakpad/src/common/mac/
Ddump_syms.mm190 const struct fat_arch *best_match
193 if (!best_match) return false;
196 selected_object_file_ = best_match;
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
Dnews.txt334 ``request.accept.best_match(..)`` instead (applies to all Accept-*
434 * Fix exception when calling ``.accept.best_match(..)`` on a header containing
525 Use ``.best_match(..)`` instead.
835 * Arguments to :meth:`Accept.best_match` must be specific types,
837 offer and use ``best_match`` to select a specific one.
839 * With ``req.accept.best_match([types])`` prefer the first type in the
844 ``req.accept.best_match([..])`` returns the most specific match.
Dreference.txt350 >>> req.accept.best_match(['text/html', 'application/xhtml+xml'])
368 >>> req.accept_language.best_match(['en-GB', 'en-US'], default_match='en-US')
370 >>> req.accept_language.best_match(['es', 'en-US'], default_match='en-US')
380 >>> req.accept_language.best_match(['en-GB'], default_match='en-US')
382 >>> req.accept_language.best_match(['en-GB', 'en-US'], default_match='en-US')
Ddifferences.txt31 ``req.accept_language.best_match(supported_languages)``
36 ``req.accept.best_match(mimetypes)``
/external/lldb/test/pexpect-2.4/
Dpexpect.py1673 best_index, best_match = index, s
1676 self.match = best_match
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...