HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 951 - 975 of 2244) sorted by null

<<31323334353637383940>>

  /external/chromium-trace/trace-viewer/src/base/
unittest.css 80 span.results {
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl.h 141 const captive_portal::CaptivePortalDetector::Results& results);
150 const CaptivePortalState& results);
  /external/chromium_org/chrome/browser/extensions/api/mdns/
mdns_api.cc 140 scoped_ptr<base::ListValue> results = mdns::OnServiceList::Create(args); local
142 new Event(mdns::OnServiceList::kEventName, results.Pass()));
  /external/chromium_org/chrome/browser/resources/google_now/
common_test_util.js 151 var results = [];
155 results[i] = result;
158 results[i] = arrayOfPromises[i];
162 resolve(results);
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter.cc 133 const std::vector<SpellCheckResult>& results) {
139 std::vector<SpellCheckResult> results_copy = results;
143 // Erase custom dictionary words from the spellcheck results and record
  /external/chromium_org/chrome/browser/ui/app_list/search/
search_controller.cc 48 AppListModel::SearchResults* results,
56 mixer_(new Mixer(results)),
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 114 // Merges duplicate entries from the query results, only retaining the most
118 std::vector<BrowsingHistoryHandler::HistoryEntry>* results);
121 // The range for which to return results:
122 // - ALLTIME: allows access to all the results in a paginated way.
135 // Combines the query results from the local history database and the history
136 // server, and sends the combined results to the front end.
146 history::QueryResults* results);
178 // The currently-executing request for synced history results.
191 // The info value that is returned to the front end with the query results.
194 // The list of query results received from the history service
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
popup.js 19 var latlng = json.results[0].geometry.location;
  /external/chromium_org/components/autofill/core/browser/
autofill_field_unittest.cc 543 std::string results[] = {"5187", "6543", "2109", "8765"}; local
545 std::vector<std::string>(results, results + arraysize(results));
560 // Verify for expected results.
575 // Verify for expected results.
587 std::string results[] = {"4234", "567890", "12345"}; local
589 std::vector<std::string>(results, results + arraysize(results));
    [all...]
  /external/chromium_org/components/history/core/browser/
url_database.cc 265 URLRows* results) {
269 results->clear();
303 results->push_back(info);
305 return !results->empty();
358 URLRows* results) {
362 results->clear();
387 results->push_back(info);
390 return !results->empty();
  /external/chromium_org/net/proxy/
proxy_resolver_mac.cc 76 ProxyInfo* results,
178 results->UseNamedProxy(proxy_uri_list);
179 // Else do nothing (results is already guaranteed to be in the default state).
  /external/chromium_org/ppapi/cpp/private/
pdf.cc 79 PP_PrivateFindResult** results,
83 term, case_sensitive, results, count);
  /external/chromium_org/ppapi/thunk/
ppb_pdf_thunk.cc 64 PP_PrivateFindResult** results,
69 enter.functions()->SearchString(string, term, case_sensitive, results, count);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results 45 --parse-only Compare the parse-only benchmark results
60 my $resultDirectory = "${suite}-results";
153 $file2 = newestFile("$resultDirectory", qr/sunspider-results-.+\.js$/);
161 system($jsShellPath, "-f", "$resultDirectory/sunspider-test-prefix.js", "-f", "$resultDirectory/sunspider-comparison-data.js", "-f", "resources/sunspider-compare-results.js", "-f", "resources/sunspider-standalone-compare.js");
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionAuditCategory.js 74 var results = new WebInspector.ExtensionAuditCategoryResults(this, target, ruleResultCallback, categoryDoneCallback, progress);
75 WebInspector.extensionServer.startAuditRun(this, results);
  /external/chromium_org/third_party/cython/src/Tools/
cystdlib.py 179 results = pool.map(_build, [(sys_args, ext) for ext in extensions]) variable
182 for ext, result in results:
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_query.c 43 uint32_t *results; local
55 results = ctx->ws->buffer_map(buf->cs_buf, ctx->cs, PIPE_TRANSFER_WRITE);
56 memset(results, 0, buf_size);
63 results[(i * 4)+1] = 0x80000000;
64 results[(i * 4)+3] = 0x80000000;
67 results += 4 * ctx->max_db;
78 results = ctx->ws->buffer_map(buf->cs_buf, ctx->cs, PIPE_TRANSFER_WRITE);
79 memset(results, 0, buf_size);
220 /* Find how many results there are. */
422 /* count all results across all data blocks *
    [all...]
  /external/chromium_org/third_party/skia/tools/
gen_bench_expectations_from_codereview.py 8 """Generate new bench expectations from results of trybots on a code review."""
43 results = compare_codereview.CodeReviewHTMLParser().parse(codereview_url)
45 for builder, data in results.iteritems():
137 # step_data['results'] may not be present if the step succeeded. If present,
139 # http://docs.buildbot.net/latest/developer/results.html
140 result = step_data.get('results', [BUILD_STATUS_SUCCESS])[0]
151 Scans the given code review for Perf trybot runs. Downloads the results of
  /external/chromium_org/third_party/skia/tools/tests/
base_unittest.py 143 results = unittest.TextTestRunner(verbosity=2).run(suite)
144 if not results.wasSuccessful():
  /external/libunwind/doc/
unw_destroy_addr_space.tex 24 \Var{unw\_local\_addr\_space}. Attempting to do so results in
  /external/mesa3d/src/gallium/drivers/r600/
r600_query.c 43 uint32_t *results; local
55 results = ctx->ws->buffer_map(buf->cs_buf, ctx->cs, PIPE_TRANSFER_WRITE);
56 memset(results, 0, buf_size);
63 results[(i * 4)+1] = 0x80000000;
64 results[(i * 4)+3] = 0x80000000;
67 results += 4 * ctx->max_db;
78 results = ctx->ws->buffer_map(buf->cs_buf, ctx->cs, PIPE_TRANSFER_WRITE);
79 memset(results, 0, buf_size);
220 /* Find how many results there are. */
422 /* count all results across all data blocks *
    [all...]
  /external/skia/tools/
gen_bench_expectations_from_codereview.py 8 """Generate new bench expectations from results of trybots on a code review."""
39 results = compare_codereview.CodeReviewHTMLParser().parse(codereview_url)
41 for builder, data in results.iteritems():
118 Scans the given code review for Perf trybot runs. Downloads the results of
  /external/smack/src/com/kenai/jbosh/
BodyParserSAX.java 78 private Handler(SAXParser theParser, BodyParserResults results) {
80 result = results;
  /frameworks/base/core/java/android/app/
RemoteInput.java 36 * Users are prompted to input a response when they trigger the action. The results are sent along
49 * input results if collected. To access these results, use the {@link #getResultsFromIntent}
55 * Bundle results = RemoteInput.getResultsFromIntent(intent);
56 * if (results != null) {
57 * CharSequence quickReplyResult = results.getCharSequence(KEY_QUICK_REPLY_TEXT);
62 public static final String RESULTS_CLIP_LABEL = "android.remoteinput.results";
64 /** Extra added to a clip data intent object to hold the results bundle. */
240 * Get the remote input results bundle from an intent. The returned Bundle will
262 * Populate an intent object with the results gathered from remote input. This metho
    [all...]
  /frameworks/opt/net/wifi/service/lib/
wifi_hal.cpp 70 int max, wifi_scan_result *results, int *num) {
75 wifi_scan_result *results, int *num) {

Completed in 2678 milliseconds

<<31323334353637383940>>