/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_queryobj.c | 38 * To avoid getting samples from another context's rendering in our results, 120 * to pick up the results. 132 /** Waits on the query object's BO and totals the results for this query */ 140 uint64_t *results; local 152 results = query->bo->virtual; 156 query->Base.Result += 80 * (results[1] - results[0]); 158 query->Base.Result += 1000 * ((results[1] >> 32) - (results[0] >> 32)); 179 query->Base.Result = 80 * (results[1] & 0xffffffff) [all...] |
/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-libpac/src/ |
proxy_resolver_v8.h | 60 android::String16* results);
|
/external/chromium_org/base/test/ |
gtest_xml_util.h | 41 // Produces a vector of test results based on GTest output file. 43 // On successful return |crashed| is set to true if the test results 46 std::vector<TestResult>* results,
|
/external/chromium_org/cc/debug/ |
unittest_only_benchmark.h | 27 void RecordImplResults(scoped_ptr<base::Value> 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/app_list/search/webstore/ |
webstore_provider_browsertest.cc | 36 // Mock results. 39 "\"results\":[" 50 "\"results\":[" 148 std::string results; local 149 for (SearchProvider::Results::const_iterator it = 150 webstore_provider_->results().begin(); 151 it != webstore_provider_->results().end(); 153 if (!results.empty()) 154 results += ','; 155 results += base::UTF16ToUTF8((*it)->title()) [all...] |
/external/chromium_org/chrome/common/extensions/ |
PRESUBMIT.py | 103 def _CheckLinks(input_api, output_api, results): 133 results.append(output_api.PresubmitPromptWarning( 140 results = [ 154 results.append(output_api.PresubmitError('IntegrationTest failed!')) 159 #_CheckLinks(input_api, output_api, results) 161 return results 164 results = [] 165 results += input_api.canned_checks.CheckPatchFormatted(input_api, output_api) 166 results += _CheckChange(input_api, output_api) 167 return results [all...] |
/external/chromium_org/components/component_updater/ |
update_checker.h | 33 const UpdateResponse::Results& results)>
|
/external/chromium_org/content/shell/renderer/test_runner/ |
mock_spell_check.h | 49 // than one word. If it is, append multiple results to the results vector. 52 std::vector<blink::WebTextCheckingResult>* results);
|
/external/chromium_org/content/test/ |
mock_webclipboard_impl.cc | 59 std::vector<WebString> results; local 61 results.push_back(WebString("text/plain")); 64 results.push_back(WebString("text/html")); 67 results.push_back(WebString("image/png")); 72 CHECK(std::find(results.begin(), results.end(), it->first) == 73 results.end()); 74 results.push_back(it->first); 76 return results;
|
/external/chromium_org/extensions/browser/updater/ |
safe_manifest_parser.h | 22 // Callback that is invoked when the manifest results are ready. 24 const UpdateManifest::Results*)> UpdateCallback; 44 void OnParseUpdateManifestSucceeded(const UpdateManifest::Results& results);
|
/external/chromium_org/net/base/ |
keygen_handler_unittest.cc | 144 std::string results[NUM_HANDLERS]; local 153 &results[i]), 163 VLOG(1) << "KeygenHandler " << i << " produced: " << results[i]; local 164 AssertValidSignedPublicKeyAndChallenge(results[i], "some challenge");
|
/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/Tools/Scripts/webkitpy/formatter/ |
fix_double_quote_strings.py | 27 def transform(self, node, results):
|
fix_single_quote_strings.py | 27 def transform(self, node, results):
|
/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/libaddressinput/chromium/ |
trie.h | 36 // |results| parameter. The |results| parameter should not be NULL. 38 std::set<T>* results) const;
|
/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)
|