/external/skia/gm/ |
display_json_results.py | 6 """Utility to display a summary of JSON-format GM results, and exit with 7 a nonzero errorcode if there were non-ignored failures in the GM results. 29 """Object that accumulates results of a given type, and can generate a 34 do_list: whether to list all of the tests with this results type 36 results of this type 50 and there were any results of this type.""" 57 """Returns a single-line string summary of all results added to this 76 """Displays a summary of the results in a JSON file. 77 Returns True if the results are free of any significant failures. 100 results = actual_results[label [all...] |
/external/chromium/chrome/browser/history/ |
download_database.h | 28 void QueryDownloads(std::vector<DownloadCreateInfo>* results);
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_bar.h | 41 virtual void ClearResults(const FindNotificationDetails& results) = 0; 46 // If the find bar obscures the search results we need to move the window. To
|
/external/chromium/chrome/common/extensions/ |
update_manifest.h | 50 struct Results { 51 Results(); 52 ~Results(); 63 // indicating success or failure. On success, the results are available by 64 // calling results(). The details for any failures are available by calling 68 const Results& results() { return results_; } function in class:UpdateManifest 72 Results results_;
|
/external/chromium/net/proxy/ |
mock_proxy_resolver.cc | 15 ProxyInfo* results, 19 results_(results), 60 ProxyInfo* results, 64 scoped_refptr<Request> request = new Request(this, url, results, callback);
|
proxy_resolver.h | 39 // the request was successful and |results| contains the proxy 43 ProxyInfo* results,
|
proxy_resolver_v8.h | 47 ProxyInfo* results,
|
/external/chromium-libpac/src/ |
proxy_resolver_v8.h | 60 android::String16* results);
|
/external/chromium_org/chrome/browser/extensions/updater/ |
safe_manifest_parser.h | 21 // Callback that is invoked when the manifest results are ready. 23 const UpdateManifest::Results*)> UpdateCallback; 43 void OnParseUpdateManifestSucceeded(const UpdateManifest::Results& results);
|
/external/chromium_org/chrome/browser/safe_browsing/ |
sandboxed_zip_analyzer.h | 28 struct Results; 33 // Callback that is invoked when the analysis results are ready. 34 typedef base::Callback<void(const zip_analyzer::Results&)> ResultCallback; 58 // with the given results. Runs on the IO thread. 59 void OnAnalyzeZipFileFinished(const zip_analyzer::Results& results);
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
find_bar.h | 40 virtual void ClearResults(const FindNotificationDetails& results) = 0; 45 // If the find bar obscures the search results we need to move the window. To
|
/external/chromium_org/chrome/browser/ui/webui/ |
conflicts_ui.cc | 118 DictionaryValue results; local 119 results.Set("moduleList", list); 136 results.SetString("modulesTableTitle", table_title); 138 web_ui()->CallJavascriptFunction("returnModuleList", results);
|
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_handler.h | 35 // Returns |results| through the given |callback| string. 36 void ReturnResults(const std::string& callback, const base::Value* results);
|
/external/chromium_org/content/renderer/ |
input_tag_speech_dispatcher.h | 44 int request_id, const SpeechRecognitionResults& results);
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
pixel.py | 19 def ValidatePage(self, page, tab, results):
|
/external/chromium_org/net/proxy/ |
mock_proxy_resolver.cc | 15 ProxyInfo* results, 19 results_(results), 57 const GURL& url, ProxyInfo* results, const CompletionCallback& callback, 59 scoped_refptr<Request> request = new Request(this, url, results, callback);
|
proxy_resolver.h | 40 // the request was successful and |results| contains the proxy 44 ProxyInfo* results,
|
proxy_resolver_mac.h | 25 ProxyInfo* results,
|
proxy_resolver_winhttp.h | 25 ProxyInfo* results,
|
/external/chromium_org/ppapi/thunk/ |
ppb_pdf_api.h | 21 PP_PrivateFindResult** results,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/ |
layouttestresults_unittest.py | 105 results = LayoutTestResults.results_from_string(self.example_full_results_json) 106 self.assertEqual(results.actual_results("fast/dom/prototype-banana.html"), "PASS") 107 self.assertEqual(results.actual_results("fast/dom/prototype-taco.html"), "PASS TEXT") 108 self.assertEqual(results.actual_results("nonexistant.html"), "")
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebSpellCheckClient.h | 61 WebVector<WebTextCheckingResult>* results) { }
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
jacoll.h | 53 static const Collator::EComparisonResult results[]; member in class:CollationKanaTest
|
/external/chromium_org/third_party/libxml/src/ |
testThreadsWin32.c | 90 DWORD results[MAX_ARGC]; local 100 results[i] = 0; 121 ret = GetExitCodeThread (tid[i], &results[i]); 132 if (results[i] != (DWORD) Okay)
|
/external/chromium_org/third_party/skia/include/effects/ |
SkDashPathEffect.h | 46 virtual bool asPoints(PointData* results, const SkPath& src,
|