HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 851 - 875 of 1503) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.js 28 // Used by NetErrorTabHelper to update DNS error pages with probe results.
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.cc 103 void FindBarHost::ClearResults(const FindNotificationDetails& results) {
104 find_bar_view()->UpdateForResult(results, base::string16());
155 // We now need to check if the window is obscuring the search results.
289 // When we get Find results back, we specify a selection rect, which we
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 274 cr.ui.List.decorate($('sync-results-list'));
275 $('sync-results-list').dataModel = new cr.ui.ArrayDataModel([
287 $('sync-results-list').getListItemByIndex(0).selected = true;
384 // Verify our event is among the results.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
background.js 59 'max-results' : 100
  /external/chromium_org/chrome/common/extensions/docs/server2/
gitiles_file_system.py 147 def parse_contents(results):
149 for path, content in izip(paths, results):
  /external/chromium_org/chrome/test/chromedriver/js/
test.js 52 * Runs all tests and reports the results via the console.
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 188 static void GetDefaultScreenInfo(blink::WebScreenInfo* results);
327 virtual void GetScreenInfo(blink::WebScreenInfo* results) = 0;
  /external/chromium_org/content/browser/speech/
speech_recognition_dispatcher_host.cc 248 const SpeechRecognitionResults& results) {
253 results));
  /external/chromium_org/content/renderer/screen_orientation/
screen_orientation_dispatcher_unittest.cc 38 explicit MockLockOrientationCallback(LockOrientationResultHolder* results)
39 : results_(results) {}
  /external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_pdf.idl 103 /* Search the given string using ICU. Use PPB_Core's MemFree on results when
111 [out, size_is(count)] PP_PrivateFindResult[] results,
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 13 var results = []; variable
19 // To make the benchmark results predictable, we replace Math.random with a
191 results.push(measuredValue);
203 PerfTestRunner.logStatistics(results, PerfTestRunner.unit, "Time:");
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
InsertionPoint.cpp 272 void collectDestinationInsertionPoints(const Node& node, WillBeHeapVector<RawPtrWillBeMember<InsertionPoint>, 8>& results)
285 results.append(insertionPoints->at(i).get());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
bot_test_expectations.py 46 # results.json v4 format:
55 # 'results': [], # Run-length encoded result.
69 RESULTS_KEY = 'results'
75 # results.json was originally designed to support
78 # refers to (and thus where the results are stored)
88 # ("results"), this logic will break!
90 for path, results in self._walk_trie(value, full_path):
91 yield path, results
102 # Knowing how to parse the run-length-encoded values in results.json
109 RESULTS_URL_PREFIX = 'http://test-results.appspot.com/testfile?master=ChromiumWebkit&testtype=layout-tests&name=results-small.json&builder=
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cjaptst.c 58 const static UCollationResult results[] = { variable
130 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
  /external/chromium_org/third_party/icu/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/chromium_org/third_party/mesa/src/docs/
MESA_pixmap_colormap.spec 74 same colormap and visual) with the expected results.
  /external/chromium_org/third_party/power_gadget/
PowerGadgetLib.cpp 254 bool CIntelPowerGadgetLib::GetPowerData(int iNode, int iMSR, double *results, int *nResult)
256 return pGetPowerData(iNode, iMSR, results, nResult);
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
server.py 40 # Note: we import results under a different name, to avoid confusion with the
41 # Server.results() property. See discussion at
50 import results as results_mod
93 GET__LIVE_RESULTS = 'live-results'
94 GET__PRECOMPUTED_RESULTS = 'results'
106 # results to load.
116 # SKP results that are available to compare.
172 """Creates an index file linking to all results available from this server.
175 index.html within our repo. But now that the results may or may not include
177 on which results are included
334 def results(self): member in class:Server
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
filter_ar_fast_q12_armv7.S 31 @ r7: Partial sum of a filtering multiplication results
32 @ r8: Partial sum of a filtering multiplication results
  /external/chromium_org/tools/json_schema_compiler/test/
crossref_unittest.cc 65 scoped_ptr<base::ListValue> results = local
66 GetTestType::Results::Create(*test_type);
68 results->GetDictionary(0, &result_dict);
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
native_heap_classifier.py 31 from memory_inspector.classification import results namespace
50 """Creates aggregated results of native heaps using the provided rules.
62 res = results.AggreatedResults(rule_tree, _RESULT_KEYS)
  /external/chromium_org/tools/perf/measurements/
page_cycler.js 16 // a much more accurate timer resolution than other browsers do. This results
  /external/chromium_org/tools/perf/profile_creators/
extensions_profile_creator.py 178 def DidRunTest(self, browser, results):
204 def ValidateAndMeasurePage(self, _, tab, results):
  /external/chromium_org/tools/telemetry/telemetry/results/
page_test_results.py 10 from telemetry.results import page_run
11 from telemetry.results import progress_reporter as progress_reporter_module
21 output_stream: The output stream to use to write test results.
23 formatters are typically used to format the test results, such
24 as CsvOutputFormatter, which output the test results as CSV.
26 to be used to output test status/results progressively.
121 associated results.

Completed in 2446 milliseconds

<<31323334353637383940>>