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

<<41424344454647484950>>

  /external/skia/tools/
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; '
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 166 BufferedWriter results = new BufferedWriter(new FileWriter(resultFile)); local
168 results.write(mTestNames[i] + ", " + mLocalTestResults[i] + ",\n");
170 results.close();
171 Log.v(TAG, "Saved results in: " + resultFile.getAbsolutePath());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ConnectivityListener.java 169 * Listener is notified when results are available via onWifiListChanged.
170 * Listener should call {@link getAvailableNetworks} to retrieve results.
290 final List<ScanResult> results = mWifiManager.getScanResults(); local
292 if (results.size() == 0) {
293 Log.w(TAG, "No results found! Initiate scan...");
301 for (ScanResult result : results) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 86 final WordComposer wordComposer, final SuggestionResults results,
93 final ArrayList<SuggestedWordInfo> suggestionsContainer = new ArrayList<>(results);
100 wordInfo, results.mLocale, shouldMakeSuggestionsAllUpperCase,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java 192 Object[] results = dlg.getResult(); local
193 if (results.length == 1) {
194 setPackageTextField((IPackageFragment)results[0]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 208 ArrayList<String> results = new ArrayList<String>(); local
212 results.add((String)item.getData());
216 setResult(results);
  /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/renderer/spellchecker/
spellcheck_unittest.cc 88 blink::WebVector<blink::WebTextCheckingResult> results; local
90 &results);
92 EXPECT_EQ(results.size(), expected.size());
93 size_t size = std::min(results.size(), expected.size());
95 EXPECT_EQ(results[j].decoration, blink::WebTextDecorationTypeSpelling);
96 EXPECT_EQ(results[j].location, expected[j].location);
97 EXPECT_EQ(results[j].length, expected[j].length);
115 const blink::WebVector<blink::WebTextCheckingResult>& results)
118 last_results_ = results;
    [all...]
  /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,

Completed in 2160 milliseconds

<<41424344454647484950>>