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

<<31323334353637383940>>

  /external/icu/icu4c/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...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentReceiveResult.java 85 // Retrieve the TextView widget that will display results.
86 mResults = (TextView)v.findViewById(R.id.results);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java 87 // Retrieve the TextView widget that will display results.
88 mResults = (TextView)v.findViewById(R.id.results);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 53 * Note that k=1 results in a much smaller predictor for the
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service_unittest.cc 33 // received result and the total number of received results.
61 CaptivePortalService::Results *results = variable
62 content::Details<CaptivePortalService::Results>(details).ptr();
64 EXPECT_EQ(captive_portal_result_, results->previous_result);
66 results->result);
68 captive_portal_result_ = results->result;
377 // Needed to create the URLFetcher, even if it never returns any results.
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.h 139 scoped_ptr<drive::MetadataSearchResultVector> results);
141 // Called when |results| in OnSearchMetadata() are converted to a list of
  /external/chromium_org/chrome/browser/favicon/
favicon_service.cc 33 const std::vector<favicon_base::FaviconRawBitmapResult>& results) {
36 callback.Run(results);
39 // Helper to run callback with empty results if we cannot get the history
91 const std::vector<favicon_base::FaviconRawBitmapResult>* results) {
92 callback.Run(*results);
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.cc 50 base::DictionaryValue* results = new base::DictionaryValue(); local
51 results->SetString("key", key);
52 results->SetString("value", value);
53 list->Append(results);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
context_menu.js 81 * Switch to main search results focus.
98 if (cvox.Search.results.length === 0) {
127 { desc: 'Main Results', cmd: Command.MAIN },
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge.h 179 // Callback method for when HistoryService query results are ready with the
181 void OnVisitedHistoryResults(history::QueryResults* results);
220 // when either waiting for the history service to return query results, or
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 45 // that we expect to get. When it reaches zero, we have all results.
93 // then we have the final results. Use them to build the list
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 407 3/10 from csl results in 9 URLs
408 3/10 from cgl results in 9 URLs
409 2/10 from sl results in 6 URLs
410 2/10 from gl results in 6 URLs
  /external/chromium_org/components/omnibox/
base_search_provider.h 43 // ID used in creating URLFetcher for default provider's suggest results.
46 // ID used in creating URLFetcher for keyword provider's suggest results.
49 // ID used in creating URLFetcher for deleting suggestion results.
132 // Returns whether the requirements for requesting zero suggest results
196 // Parses results from the suggest server and updates the appropriate suggest
197 // and navigation result lists in |results|. |default_result_relevance| is
205 SearchSuggestionParser::Results* results);
244 // server to handle the results of the deletion. It will be called after the
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.h 36 // used to filter login results from database.
112 // Determines if we need to autofill given the results of the query.
117 const std::vector<autofill::PasswordForm*>& results) OVERRIDE;
317 // login results.
  /external/chromium_org/content/test/gpu/gpu_tests/
maps.py 27 def ValidateAndMeasurePage(self, page, tab, results):
  /external/chromium_org/net/cert/
x509_certificate_mac.cc 323 OSCertHandles results; local
329 results.push_back(handle);
333 AddCertificatesFromBytes(data, length, kSecFormatPKCS7, &results);
340 return results;
  /external/chromium_org/net/proxy/
multi_threaded_proxy_resolver.cc 210 // |results| -- the structure to fill with proxy resolve results.
212 ProxyInfo* results,
216 results_(results),
373 const GURL& url, ProxyInfo* results, const CompletionCallback& callback,
381 new GetProxyForURLJob(url, results, callback, net_log));
  /external/chromium_org/pdf/
preview_mode_client.cc 123 std::vector<SearchStringResult>* results) {
  /external/chromium_org/testing/gtest/include/gtest/
gtest-spi.h 62 // results. This reporter will only catch failures generated in the current
99 SingleFailureChecker(const TestPartResultArray* results,
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptController.h 97 void executeScriptInIsolatedWorld(int worldID, const Vector<ScriptSourceCode>& sources, int extensionGroup, Vector<v8::Local<v8::Value> >* results);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
summary.py 6 from coverage.results import Numbers
  /external/chromium_org/third_party/jinja2/
loaders.py 247 results = []
254 results.append(fullname[offset:].lstrip('/'))
256 results.sort()
257 return results
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_fs.c 100 for (result = fs->base.results; result; result = tmp ) {
svga_pipe_vs.c 158 for (result = vs->base.results; result; result = tmp ) {
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-spi.h 62 // results. This reporter will only catch failures generated in the current
99 SingleFailureChecker(const TestPartResultArray* results,

Completed in 597 milliseconds

<<31323334353637383940>>