/external/chromium_org/ui/app_list/views/ |
search_result_list_view.cc | 69 void SearchResultListView::SetResults(AppListModel::SearchResults* results) { 73 results_ = results; 194 // When search results are added one by one, each addition generates an update 236 // 1. The search results arrive, auto-launch is dispatched 238 // 3. Then another searcher adds search results more
|
app_list_view_unittest.cc | 97 // Tests displaying of the search results. 358 model->results()->Add(new TestTileSearchResult()); 361 model->results()->DeleteAll(); 451 delegate_->GetTestModel()->results()->Add(new TestTileSearchResult()); 458 original_test_model->results()->Add(new TestTileSearchResult()); 459 original_test_model->results()->Add(new TestTileSearchResult()); 482 // Show the search results. 498 // Hide the search results. 699 // Tests that the correct views are displayed for showing search results.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-smi-only-concat.js | 31 // results in a fast object array.
|
/external/chromium_org/v8/test/webkit/ |
dfg-uint32array-overflow-constant.js | 25 "Tests that storing a value that is outside of the int32 range into a Uint32Array results in correct wrap-around."
|
eval-cache-crash.js | 25 "Test to make sure the eval code cache doesn't crash or give wrong results in odd situations."
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-netrexx.jar | |
/external/eigen/lapack/ |
cladiv.f | 34 *> will not overflow on an intermediary step unless the results
|
zladiv.f | 34 *> will not overflow on an intermediary step unless the results
|
/external/icu/icu4c/source/test/cintltst/ |
cjaptst.c | 58 const static UCollationResult results[] = { variable 130 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
|
/external/icu/icu4c/source/test/intltest/ |
frcoll.cpp | 76 const Collator::EComparisonResult CollationFrenchTest::results[] = member in class:CollationFrenchTest 151 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
|
jacoll.cpp | 56 const Collator::EComparisonResult CollationKanaTest::results[] = { member in class:CollationKanaTest 114 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
|
/external/lldb/test/unittest2/ |
runner.py | 36 """A test result class that can print formatted text results to a stream. 125 """A test runner class that displays results in textual form. 128 occur, and a summary of the results at the end of the test run. 175 results = map(len, (result.expectedFailures, 178 expectedFails, unexpectedSuccesses, skipped = results
|
/external/lldb/tools/lldb-perf/lib/ |
TestCase.cpp | 11 #include "Results.h" 326 Results results; local 327 test.WriteResults(results);
|
/external/mesa3d/docs/ |
MESA_pixmap_colormap.spec | 74 same colormap and visual) with the expected results.
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
FuturesTest.java | 561 List<String> results = compound.get(); 562 ASSERT.that(results).hasContentsInOrder(DATA1, DATA2, DATA3); 627 ListenableFuture<String> future2 = Futures.immediateFuture("results"); 709 List<String> results = compound.get(); 710 ASSERT.that(results).hasContentsInOrder(DATA1, DATA2, DATA3); [all...] |
/external/chromium_org/chrome/browser/extensions/api/history/ |
history_api.cc | 324 results_ = GetVisits::Results::Create(visit_item_vec); 356 void HistorySearchFunction::SearchComplete(history::QueryResults* results) { 358 if (results && !results->empty()) { 360 results->begin(); 361 iterator != results->end(); 367 results_ = Search::Results::Create(history_item_vec);
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_scan_manager.cc | 31 // When multiple scan results have the same parent, sometimes it makes sense 34 // directories in the parent directory must be scan results. 37 // How long after a completed media scan can we provide the cached results. 65 // Finds new scan results that are shadowed (the same location, or a child) by 67 // Also moves new scan results that are shadowed by other new scan results 102 // Move new scan results that are shadowed. 114 MediaGalleryScanResult results; local 118 results.audio_count += it->second.audio_count; 119 results.image_count += it->second.image_count [all...] |
/external/chromium_org/gpu/config/ |
gpu_info_collector_win.cc | 73 // Get path to WinSAT results files. 79 LOG(ERROR) << "The path to the WinSAT results is too long: " 84 // Find most recent formal assessment results. 92 for (base::FilePath results = file_enumerator.Next(); !results.empty(); 93 results = file_enumerator.Next()) { 97 results.value())) 98 current_results = results; 105 // Get relevant scores from results file. XML schema at: 109 LOG(ERROR) << "Could not open WinSAT results file." [all...] |
/external/chromium_org/net/proxy/ |
proxy_resolver_v8_tracing.cc | 97 ProxyInfo* results, 320 ProxyInfo* results, 326 user_results_ = results; 814 // The non-ex flavors are limited to IPv4 results. 959 ProxyInfo* results, 972 job->StartGetProxyForURL(url, results, net_log, callback); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
sad_sse3.asm | 382 ; int *results) 424 ; int *results) 462 ; int *results) 491 ; int *results) 516 ; int *results) 705 ; int *results) 756 ; int *results) 803 ; int *results) 836 ; int *results) 865 ; int *results) [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkRTree.cpp | 112 void SkRTree::search(const SkRect& fquery, SkTDArray<void*>* results) const { 118 this->search(fRoot.fChild.subtree, query, results); 312 void SkRTree::search(Node* root, const SkIRect query, SkTDArray<void*>* results) const { 316 results->push(root->child(i)->fChild.data); 318 this->search(root->child(i)->fChild.subtree, query, results);
|
/external/libvpx/libvpx/vp8/common/x86/ |
sad_sse3.asm | 382 ; int *results) 424 ; int *results) 462 ; int *results) 491 ; int *results) 516 ; int *results) 705 ; int *results) 756 ; int *results) 803 ; int *results) 836 ; int *results) 865 ; int *results) [all...] |
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
device_handler.js | 278 * This status shows what results are already obtained for the device. 283 // There is no mount results on the device. 287 // There is only parent errors, that can be overridden by child results. 291 // There is multiple child results and at least one is failure. 330 // message does not changed by the following mount results.
|
/external/chromium_org/third_party/icu/source/i18n/ |
csrsbcs.cpp | 183 * of JDK can produce different results and therefore is also avoided. [all...] |
/external/icu/icu4c/source/i18n/ |
csrsbcs.cpp | 183 * of JDK can produce different results and therefore is also avoided. [all...] |