/external/chromium_org/net/proxy/ |
proxy_service_unittest.cc | 83 // WPAD results have changed). 138 virtual ConfigAvailability GetLatestProxyConfig(ProxyConfig* results) 141 *results = config_; 410 resolver->pending_requests()[0]->results()->UseNamedProxy("foopy"); 493 resolver->pending_requests()[0]->results()->UseNamedProxy("foopy:8080"); 601 resolver->pending_requests()[0]->results()->UsePacString( 674 resolver->pending_requests()[0]->results()->UseNamedProxy("foopy"); 740 resolver->pending_requests()[0]->results()->UseNamedProxy("foopy_valid:8080"); 895 resolver->pending_requests()[0]->results()->UseNamedProxy("foopy_valid:8080"); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
vp9_sad_sse3.asm | 177 ; int *results) 219 ; int *results) 257 ; int *results) 286 ; int *results) 311 ; int *results)
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_sad_sse3.asm | 177 ; int *results) 219 ; int *results) 257 ; int *results) 286 ; int *results) 311 ; int *results)
|
/external/chromium_org/base/files/ |
file_util_win.cc | 553 bool GetFileInfo(const FilePath& file_path, File::Info* results) { 565 results->size = size.QuadPart; 567 results->is_directory = 569 results->last_modified = Time::FromFileTime(attr.ftLastWriteTime); 570 results->last_accessed = Time::FromFileTime(attr.ftLastAccessTime); 571 results->creation_time = Time::FromFileTime(attr.ftCreationTime);
|
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
usbsignhandler.js | 78 // Do nothing: signerFoundGnubby_ will have returned results from other 88 * results. 100 // If the signer doesn't expect more results, return the error directly to
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/ |
devtools.js | 118 var results = []; 138 results.push(message); 144 return results;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
popup.js | 554 function(results) { 555 if (!results.length) 557 results.forEach(function(result) { 614 chrome.downloads.search({}, function(results) { 615 results.forEach(function(result) { 640 chrome.downloads.search({query: query}, function(results) { 645 results.forEach(function(result) { 649 document.getElementById('search-zero').hidden = (results.length != 0); 683 function(results) { 684 DownloadManager.loadItems.items = results; [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/chrome_search/ |
background.js | 20 var results = []; 61 results.push({ 67 suggest(results);
|
/external/compiler-rt/make/ |
AppleBI.mk | 44 # Copy results to DSTROOT. 81 # Copy results to DSTROOT. 117 # Copy results to DSTROOT.
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
base.js | 47 // Benchmark results hold the benchmark and the measured time used to 56 // Automatically convert results to numbers. Used by the geometric 89 // To make the benchmark results predictable, we replace Math.random 175 this.results.push(result); 183 var mean = BenchmarkSuite.GeometricMean(this.results); 241 this.results = [];
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
VoicemailProviderHelpers.java | 238 List<Voicemail> results = new ArrayList<Voicemail>(cursor.getCount()); local 247 results.add(getVoicemailFromCursor(cursor)); 249 return results;
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_dev.c | 289 memcpy (p_dev_rec->dev_class, p_inq_info->results.dev_class, DEV_CLASS_LEN); 292 p_dev_rec->device_type = p_inq_info->results.device_type; 293 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type;
|
/external/chromium_org/build/android/pylib/linker/ |
test_case.py | 338 results = base_test_result.TestRunResults() 339 results.AddResult( 345 return results 528 # results in the system using the same load address for all 5 runs, or
|
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/ |
enterprise_platform_keys_api.cc | 97 ArgumentList(api_epki::GenerateKey::Results::Create(public_key_der))); 148 Respond(ArgumentList(api_epki::Sign::Results::Create(signature))); 194 scoped_ptr<base::ListValue> results(new base::ListValue()); 195 results->Append(client_certs.release()); 196 Respond(ArgumentList(results.Pass())); 312 Respond(ArgumentList(api_epki::GetTokens::Results::Create(token_ids)));
|
/external/chromium_org/chrome/browser/history/ |
history_service.cc | 510 std::vector<favicon_base::FaviconRawBitmapResult>* results = local 520 results), 521 base::Bind(&RunWithFaviconResults, callback, base::Owned(results))); 532 std::vector<favicon_base::FaviconRawBitmapResult>* results = local 542 results), 543 base::Bind(&RunWithFaviconResults, callback, base::Owned(results))); 575 std::vector<favicon_base::FaviconRawBitmapResult>* results = local 584 results), 585 base::Bind(&RunWithFaviconResults, callback, base::Owned(results))); 598 std::vector<favicon_base::FaviconRawBitmapResult>* results local [all...] |
/external/chromium_org/extensions/browser/ |
extension_function.h | 104 const base::ListValue& results, 191 // Sets a single Value as the results of the function. 194 // Sets multiple Values as the results of the function. 195 void SetResultList(scoped_ptr<base::ListValue> results); 197 // Retrieves the results of the function as a ListValue. 274 // Success, a list of arguments |results| to pass to caller. TAKES OWNERSHIP 278 ResponseValue ArgumentList(scoped_ptr<base::ListValue> results); 362 // The results of the API. This should be populated by the derived class
|
/external/chromium_org/google_apis/gaia/ |
merge_session_helper.cc | 34 std::vector<std::string> results; local 37 results.push_back(it->first + ":" + it->second); 39 return JoinString(results, ","); 280 // GetExternalCcResult() returns results for those that have.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
RuntimeModel.js | 373 var results = []; variable 401 results.push(property); 403 completionsReadyCallback(results);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/ |
IsolatedFileSystem.js | 540 function innerCallback(results) 542 if (!results.length) 545 entries = entries.concat(toArray(results));
|
/external/chromium_org/third_party/icu/source/i18n/ |
tzgnames.cpp | 260 UVector *results = fResults; local 266 return results; 730 // you may get incorrect results because of time overlap at DST->STD 1048 UVector *results = handler.getMatches(maxLen); local [all...] |
/external/chromium_org/third_party/skia/tools/ |
PictureResultsWriter.h | 7 * Classes for writing out bench results in various formats. 24 * Base class for writing picture bench results. 136 SkString results = data->getResult(format, result, variable 138 results.append("\n"); 139 this->logProgress(results.c_str());
|
svndiff.py | 33 # that directory. That script allows us to parse the actual-results.json file 148 for (imagename, results) in diff_dict.iteritems(): 152 old_checksum = results['old'] 163 new_checksum = results['new'] 226 @param dest_dir existing directory within which to write results 303 print '\nskdiff results are ready in file://%s/index.html' % diff_dir 322 help='existing directory within which to write results; '
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
plotBenchmark.m | 2 %PLOTBENCHMARK Plots and exports video codec benchmarking results. 4 % files given by the cell array of strings FILENAME. It plots the results and 65 % Parse results file into testCases struct 185 % Prune similar results 253 % Prune similar results 325 % Prune similar results
|
/external/chromium_org/v8/benchmarks/ |
base.js | 46 // Benchmark results hold the benchmark and the measured time used to 55 // Automatically convert results to numbers. Used by the geometric 84 // To make the benchmark results predictable, we replace Math.random 170 this.results.push(result); 178 var mean = BenchmarkSuite.GeometricMean(this.results); 236 this.results = [];
|
/external/chromium_org/v8/tools/testrunner/local/ |
progress.py | 293 self.results = [] 310 "results": self.results, 326 self.results.append({
|