Searched refs:best_match (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | object_tracker.cc | 498 TrackedObject* best_match = NULL; in GetBestObjectForDetection() local 533 best_match = tracked_object; in GetBestObjectForDetection() 540 *match = best_match; in GetBestObjectForDetection() 558 TrackedObject* best_match = NULL; in ProcessDetections() local 561 GetBestObjectForDetection(detection, &best_match); in ProcessDetections() 568 if (best_match != NULL) { in ProcessDetections() 569 if (model != best_match->GetModel()) { in ProcessDetections() 573 best_match->OnDetection(model, in ProcessDetections()
|
/external/perf_data_converter/src/quipper/ |
D | dso.cc | 38 auto best_match = names.end(); in FindElfSection() local 51 if (found < best_match) { in FindElfSection() 54 best_match = found; in FindElfSection()
|
/external/python/setuptools/pkg_resources/tests/ |
D | test_resources.py | 81 assert ad.best_match(req, ws).version == '1.9' 84 assert ad.best_match(req, ws).version == '1.4' 91 ad.best_match(req, ws) 98 assert ad.best_match(req, ws).version == '1.4'
|
/external/python/google-api-python-client/googleapiclient/ |
D | mimeparse.py | 145 def best_match(supported, header): function
|
D | discovery.py | 813 if not mimeparse.best_match([media_mime_type], ','.join(accept)):
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.mm | 190 const struct fat_arch *best_match 193 if (!best_match) return false; 196 selected_object_file_ = best_match;
|
/external/u-boot/drivers/mmc/ |
D | mmc.c | 1756 enum mmc_voltage best_match; in mmc_set_lowest_voltage() local 1758 best_match = 1 << (ffs(card_mask & allowed_mask) - 1); in mmc_set_lowest_voltage() 1759 if (!mmc_set_signal_voltage(mmc, best_match)) in mmc_set_lowest_voltage() 1762 allowed_mask &= ~best_match; in mmc_set_lowest_voltage()
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 1668 best_index, best_match = index, s 1671 self.match = best_match
|
/external/python/google-api-python-client/docs/epy/ |
D | api-objects.txt | 85 googleapiclient.mimeparse.best_match googleapiclient.mimeparse-module.html#best_match
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 772 dist = best[req.key] = env.best_match( 1031 def best_match( member in Environment
|
/external/python/setuptools/docs/ |
D | pkg_resources.txt | 536 ``best_match(req, working_set, installer=None)`` 1870 ``WorkingSet`` instead, and the ``best_match()`` method now uses a working
|