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

<<31323334353637383940>>

  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine_unittest.cc 30 const SpeechRecognitionResults& results) OVERRIDE {
31 results_ = results;
89 // Normal success case with multiple results.
101 // Zero results.
  /external/chromium_org/extensions/browser/guest_view/web_view/
web_view_find_helper.h 52 // A wrapper to store find results.
58 // Aggregate the find results.
64 // Stores find results into a DictionaryValue.
65 void PrepareResults(base::DictionaryValue* results);
78 // Stores and processes the results for the |findupdate| event.
84 // Aggregate the find results.
90 // Stores find results and other event info into a DictionaryValue.
91 void PrepareResults(base::DictionaryValue* results);
100 // Handles all information about a find request and its results.
114 // Aggregate the find results
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRTree.h 80 virtual void search(const SkRect& query, SkTDArray<void*>* results) const SK_OVERRIDE;
165 void search(Node* root, const SkIRect query, SkTDArray<void*>* results) const;
  /external/chromium_org/tools/json_schema_compiler/test/
enums_unittest.cc 40 EXPECT_TRUE(args.Equals(ReturnsEnumAsType::Results::Create(
98 ReturnsEnum::Results::State state = ReturnsEnum::Results::STATE_FOO;
100 new base::StringValue(ReturnsEnum::Results::ToString(state)));
105 ReturnsEnum::Results::State state = ReturnsEnum::Results::STATE_FOO;
106 scoped_ptr<base::ListValue> results = ReturnsEnum::Results::Create(state); local
109 EXPECT_TRUE(results->Equals(&expected));
115 scoped_ptr<base::ListValue> results = ReturnsTwoEnums::Results::Create local
    [all...]
functions_on_types_unittest.cc 52 StorageArea::Get::Results::Items items;
55 scoped_ptr<base::ListValue> results = local
56 StorageArea::Get::Results::Create(items);
58 ASSERT_TRUE(results->GetDictionary(0, &item_result));
  /external/chromium_org/ui/app_list/
app_list_model.h 120 // Filters the given |results| by |display_type|. The returned list is
123 SearchResults* results,
130 SearchResults* results() { return results_.get(); } function in class:app_list::AppListModel
  /external/chromium_org/v8/tools/
fuzz-harness.sh 88 tar -cjf fuzz-results-$(date +%Y%m%d%H%M%S).tar.bz2 err-* w*
  /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/
PerformanceResultsPreferenceInitializer.java 11 package org.eclipse.test.internal.performance.results.ui;
19 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
PerformancesView.java 11 package org.eclipse.test.internal.performance.results.ui;
47 import org.eclipse.test.internal.performance.results.db.DB_Results;
48 import org.eclipse.test.internal.performance.results.model.BuildResultsElement;
49 import org.eclipse.test.internal.performance.results.model.PerformanceResultsElement;
50 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
51 import org.eclipse.test.internal.performance.results.utils.Util;
68 * Abstract view for performance results.
142 // Results model information
143 PerformanceResultsElement results; field in class:PerformancesView
428 * Init results
    [all...]
  /external/icu/icu4c/source/i18n/
ucol_res.cpp 444 * -results hold the actual list used by the UEnumeration object
447 UList *results = ulist_createEmptyList(status); local
456 ulist_deleteList(results);
461 en->context = results;
478 /* If the key is default, get the string and store it in results list only
479 * if results list is empty.
482 if (ulist_getListSize(results) == 0) {
503 ulist_addItemBeginList(results, defcoll, TRUE, status);
528 if (!ulist_containsString(results, value, (int32_t)uprv_strlen(value))) {
529 ulist_addItemEndList(results, value, FALSE, status)
    [all...]
  /external/javassist/sample/vector/
VectorAssistant.java 67 CtClass[] results = { subclass, pool.get(vec) }; local
68 return results;
  /external/sepolicy/tools/
post_process_mac_perms 53 results = re.findall(PEM_CERT_RE, pem_string, re.DOTALL)
54 certs = [transform(i) for i in results]
  /external/skia/src/core/
SkRTree.h 80 virtual void search(const SkIRect& query, SkTDArray<void*>* results) SK_OVERRIDE;
165 void search(Node* root, const SkIRect query, SkTDArray<void*>* results) const;
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 61 * The preferred number of results to be retrieved. This number may be
126 /** Used to temporarily hold results in Cursor objects. */
177 * Used to pass results from {@link DefaultFilter#performFiltering(CharSequence)} to
213 final FilterResults results = new FilterResults(); local
219 // Return empty results.
220 return results;
256 results.values = new DefaultFilterResult(
259 results.count = 1;
269 return results;
273 protected void publishResults(final CharSequence constraint, FilterResults results) {
362 final FilterResults results = new FilterResults(); local
    [all...]
  /frameworks/support/v4/jellybean/android/support/v4/app/
RemoteInputCompatJellybean.java 26 public static final String RESULTS_CLIP_LABEL = "android.remoteinput.results";
28 /** Extra added to a clip data intent object to hold the results bundle. */
95 Bundle results) {
98 Object result = results.get(remoteInput.getResultKey());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 51 def transform(self, node, results):
54 imp = results['imp']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 51 def transform(self, node, results):
54 imp = results['imp']
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 961 xmlXPathObjectPtr *results = NULL; local
992 results = xmlMalloc(len * sizeof(xmlXPathObjectPtr));
993 if (results == NULL) {
1032 results[i] = res;
1038 results[i] = NULL;
1048 results[i] = res;
1054 results[i] = NULL;
1059 results[i] = NULL;
1069 return(results);
1090 xmlXPathObjectPtr *results = NULL, *res local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 118 struct wpa_scan_results *results; local
131 wpa_printf(MSG_DEBUG, "privsep: Received %lu bytes of scan results",
149 results = os_zalloc(sizeof(*results));
150 if (results == NULL) {
155 results->res = os_calloc(num, sizeof(struct wpa_scan_res *));
156 if (results->res == NULL) {
157 os_free(results);
162 while (results->num < (size_t) num && pos + sizeof(int) < end) {
179 results->res[results->num++] = r
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 222 public ParcelableScanResults(ScanResult[] results) {
223 mResults = results;
253 ScanResult results[] = new ScanResult[n];
255 results[i] = ScanResult.CREATOR.createFromParcel(in);
257 return new ParcelableScanResults(results);
276 * reports results retrieved from background scan
278 public void onResults(ScanResult[] results);
306 * retrieves currently available scan results
311 ScanResult[] results = (ScanResult[]) reply.obj; local
312 return results;
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
bn_test.c 119 static int results = 0; variable
141 results = 0;
146 if (strcmp(*argv, "-results") == 0)
147 results = 1;
176 if (!results)
317 if (!results) {
363 if (!results) {
407 if (!results) {
416 if (!results) {
454 if (!results) {
    [all...]
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 189 my $results;
196 $results = $4 || "";
201 # print STDERR "results: $results\n";
476 my @results;
479 foreach my $result (split(/\s+/, $results))
501 push @results, $result;
524 push @results, $result;
543 push @results, $result;
561 push @results, $result
    [all...]
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 167 my $results;
174 $results = $4 || "";
179 # print STDERR "results: $results\n";
453 my @results;
456 foreach my $result (split(/\s+/, $results))
478 push @results, $result;
501 push @results, $result;
520 push @results, $result;
538 push @results, $result
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
DnsTest.java 160 "search-results.com", "tribalfusion.com", "thefreedictionary.com", "isohunt.com",
174 ArrayList<String> results = new ArrayList<String>(); local
203 results.add(thisResult);
246 results.add(thisResult);
248 for (String result : results) Log.d(TAG, result);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ReceiveResult.java 39 the picking activity and receives its results; SendResult allows the user
87 // Retrieve the TextView widget that will display results.
88 mResults = (TextView)findViewById(R.id.results);

Completed in 1046 milliseconds

<<31323334353637383940>>