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

<<31323334353637383940>>

  /packages/apps/Settings/src/com/android/settings/wifi/
SavedAccessPointsWifiSettings.java 136 final List<ScanResult> results = resultsMap.get(accessPoint.ssid); local
139 if(results != null){
140 final int resultsSize = results.size();
142 accessPoint.update(results.get(j));
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
TestProviderTests.java 104 ContentProviderResult[] results = setupPonies(); local
107 // Check the results
108 assertNotNull(results);
109 assertEquals(2, results.length);
113 TestProvider.sURIMatcher.match(TestProvider.uri(results[0].uri)));
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
SQLiteContentProvider.java 229 final ContentProviderResult[] results = new ContentProviderResult[numOperations]; local
235 results[i] = operation.apply(this, results, i);
238 return results;
  /packages/providers/ContactsProvider/
Android.mk 18 # would dilute the coverage results. These options do not affect regular
25 # would dilute the coverage results. These options do not affect regular
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java 213 final ContentProviderResult[] results = new ContentProviderResult[numOperations]; local
237 results[i] = operation.apply(this, results, i);
240 return results;
  /external/chromium_org/chrome/browser/resources/history/
history.js 69 * The type of the history results info object. The definition is based on
530 * quick flips back and forth between results.
608 * @param {Array.<HistoryEntry>} results A list of results.
610 HistoryModel.prototype.addResults = function(info, results) {
612 // results. Double check the search term as well.
625 for (var i = 0, result; result = results[i]; i++) {
659 * Return true if there are more results beyond the current page.
660 * @return {boolean} true if the there are more results, otherwise false.
762 // Flag to show that the results are grouped by domain or not
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 181 BCM_STRNCPY_S ((char *)gap_cb.findaddr_cb.results.devname, sizeof(gap_cb.findaddr_cb.results.devname), (char *)devname, BTM_MAX_REM_BD_NAME_LEN);
184 gap_cb.findaddr_cb.results.devname[BTM_MAX_REM_BD_NAME_LEN] = 0;
190 /* convert the error code into a GAP code and check the results for any errors */
415 /* convert the error code into a GAP code and check the results for any errors */
495 /* convert the error code into a GAP code and check the results for any errors */
590 ** Parameters: p_results - pointer to the inquiry results
604 memcpy(p_results, &gap_cb.cur_inqptr->results, sizeof(tBTM_INQ_RESULTS));
606 ptr = (UINT8 *)gap_cb.cur_inqptr->results.remote_bd_addr;
626 ** Parameters: p_results - pointer to the inquiry results
    [all...]
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 265 # us so we know to ignore the results.
483 results = base_test_result.TestRunResults()
501 results.AddResult(result)
503 results.AddResult(test_result.InstrumentationTestResult(
507 results.AddResult(test_result.InstrumentationTestResult(
510 self.TestTeardown(test, results)
511 return (results, None if results.DidRunPass() else test)
  /external/chromium_org/chrome/browser/download/
download_query.cc 434 void DownloadQuery::FinishSearch(DownloadQuery::DownloadVector* results) const {
436 std::partial_sort(results->begin(),
437 results->begin() + std::min(limit_, results->size()),
438 results->end(),
440 if (results->size() > limit_)
441 results->resize(limit_);
  /external/chromium_org/chrome/browser/web_dev_style/
css_checker.py 200 'search-results-button',
201 'search-results-decoration',
326 results = []
362 results.append(self.output_api.PresubmitPromptWarning(
365 if results:
368 results.append(self.output_api.PresubmitNotifyResult(
372 return results
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py 129 results = {}
132 results[metric.name()] = metric.grouped_iteration_values()
138 return results
293 results = {}
298 results[resultLine.group('name').replace(' ', '')] = float(resultLine.group('value'))
303 return results if results and not test_failed else None
  /external/chromium_org/tools/findit/
findit_for_crash.py 191 callstack_priority, results, results_lock):
201 results: A dictionary to store the result.
202 results_lock: A lock that guards results.
214 # For all the match results in a dictionary, add to the list so that it
219 results.append((callstack_priority, cl, match))
223 callstack, components, component_to_changelog_map, results,
228 and join the results at the end.
234 results: A list to aggregrate results from all stacktraces.
235 results_lock: A lock that guards results
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
analyzer.py 126 results):
128 _AddSources(action['inputs'], base_path, base_path_components, results)
154 results = []
157 results)
163 results)
166 _ExtractSourcesFromAction(rule, base_path, base_path_components, results)
168 return results
512 """Called by gyp as the final stage. Outputs results."""
  /external/chromium_org/tools/real_world_impact/
real_world_impact.py 241 results = multiprocessing.Pool(20).map(DownloadStaticCopyTask, new_urls)
242 failed_urls = [new_urls[i] for i,ret in enumerate(results) if not ret]
310 results = multiprocessing.Pool().map(RunDrtTask, urls, 1)
312 max_time, url = max(t for t in results if t)
362 results = multiprocessing.Pool().map(CompareResultsTask, urls)
363 results.sort(key=itemgetter(0), reverse=True)
482 for (diff_float, url, diff_path) in results:
510 This will open the results in your web browser.
522 compare - Compare before and after results.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ConfigResultsElement.java 11 package org.eclipse.test.internal.performance.results.model;
17 import org.eclipse.test.internal.performance.results.db.*;
18 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
19 import org.eclipse.test.internal.performance.results.utils.Util;
66 // Results category
68 CONFIG_NAME_DESCRIPTOR.setCategory("Results");
70 CONFIG_DESCRIPTION_DESCRIPTOR.setCategory("Results");
72 CONFIG_CURRENT_BUILD_DESCRIPTOR.setCategory("Results");
74 CONFIG_BASELINE_BUILD_DESCRIPTOR.setCategory("Results");
76 CONFIG_BASELINED_DESCRIPTOR.setCategory("Results");
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 64 * Internal class for containing info for an item in the auto-complete results.
295 // Add the matched recent locations to returned results. If a match exists in
305 Log.e(TAG, "Failed waiting for locations query results.", e);
307 Log.e(TAG, "Failed waiting for locations query results.", e);
310 // Add all the contacts matches to returned results.
321 msg.append("(").append(resultList.size()).append(" results)");
332 protected void publishResults(CharSequence constraint, FilterResults results) {
334 if (results != null && results.count > 0) {
335 mResultList.addAll((ArrayList<Result>) results.values)
466 List<Result> results = new ArrayList<Result>(); local
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
RationalTest.java 332 Rational results = serializeRoundTrip(badZero); local
333 fail("Deserializing " + results + " should not have succeeded");
340 Rational results = serializeRoundTrip(badPosInfinity); local
341 fail("Deserializing " + results + " should not have succeeded");
349 Rational results = serializeRoundTrip(badNegInfinity); local
350 fail("Deserializing " + results + " should not have succeeded");
357 Rational results = serializeRoundTrip(badReduced); local
358 fail("Deserializing " + results + " should not have succeeded");
365 Rational results = serializeRoundTrip(badReducedNeg); local
366 fail("Deserializing " + results + " should not have succeeded")
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
csrmbcs.cpp 271 UBool CharsetRecog_sjis::match(InputText* det, CharsetMatch *results) const {
273 results->set(det, this, confidence);
371 UBool CharsetRecog_euc_jp::match(InputText *det, CharsetMatch *results) const
374 results->set(det, this, confidence);
393 UBool CharsetRecog_euc_kr::match(InputText *det, CharsetMatch *results) const
396 results->set(det, this, confidence);
445 UBool CharsetRecog_big5::match(InputText *det, CharsetMatch *results) const
448 results->set(det, this, confidence);
521 UBool CharsetRecog_gb_18030::match(InputText *det, CharsetMatch *results) const
524 results->set(det, this, confidence)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
migrations.js 13 var results = [];
48 results[i] = use(objects[i], i);
72 results[i] = use(objects[i], i);
73 if (verbose >= 2) print(results[i]);
79 return results;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 11 package org.eclipse.test.internal.performance.results.ui;
36 import org.eclipse.test.internal.performance.results.model.BuildResultsElement;
37 import org.eclipse.test.internal.performance.results.model.ComponentResultsElement;
38 import org.eclipse.test.internal.performance.results.model.ConfigResultsElement;
39 import org.eclipse.test.internal.performance.results.model.DimResultsElement;
40 import org.eclipse.test.internal.performance.results.model.PerformanceResultsElement;
41 import org.eclipse.test.internal.performance.results.model.ResultsElement;
42 import org.eclipse.test.internal.performance.results.model.ScenarioResultsElement;
43 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
44 import org.eclipse.test.internal.performance.results.utils.Util
    [all...]
  /external/icu/icu4c/source/i18n/
csrmbcs.cpp 271 UBool CharsetRecog_sjis::match(InputText* det, CharsetMatch *results) const {
273 results->set(det, this, confidence);
371 UBool CharsetRecog_euc_jp::match(InputText *det, CharsetMatch *results) const
374 results->set(det, this, confidence);
393 UBool CharsetRecog_euc_kr::match(InputText *det, CharsetMatch *results) const
396 results->set(det, this, confidence);
445 UBool CharsetRecog_big5::match(InputText *det, CharsetMatch *results) const
448 results->set(det, this, confidence);
521 UBool CharsetRecog_gb_18030::match(InputText *det, CharsetMatch *results) const
524 results->set(det, this, confidence)
    [all...]
  /frameworks/base/location/java/android/location/
Location.java 289 double lat2, double lon2, float[] results) {
374 results[0] = distance;
375 if (results.length > 1) {
379 results[1] = initialBearing;
380 if (results.length > 2) {
384 results[2] = finalBearing;
395 * <p> The computed distance is stored in results[0]. If results has length
396 * 2 or greater, the initial bearing is stored in results[1]. If results ha
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
RationalTest.java 351 Rational results = serializeRoundTrip(badZero); local
352 fail("Deserializing " + results + " should not have succeeded");
359 Rational results = serializeRoundTrip(badPosInfinity); local
360 fail("Deserializing " + results + " should not have succeeded");
368 Rational results = serializeRoundTrip(badNegInfinity); local
369 fail("Deserializing " + results + " should not have succeeded");
376 Rational results = serializeRoundTrip(badReduced); local
377 fail("Deserializing " + results + " should not have succeeded");
384 Rational results = serializeRoundTrip(badReducedNeg); local
385 fail("Deserializing " + results + " should not have succeeded")
    [all...]
  /external/chromium_org/build/android/pylib/gtest/
setup.py 229 results = base_test_result.TestRunResults()
230 results.AddResult(result)
231 return results, None
234 results, _no_retry = test_dispatcher.RunTests(
237 for r in results.GetAll():
  /external/chromium_org/extensions/renderer/
script_injection.cc 280 scoped_ptr<blink::WebVector<v8::Local<v8::Value> > > results; local
282 results.reset(new blink::WebVector<v8::Local<v8::Value> >());
287 results.get());
288 if (expects_results && !results->isEmpty())
289 script_value = (*results)[0];
295 // Right now, we only support returning single results (per frame).

Completed in 1785 milliseconds

<<31323334353637383940>>