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

<<41424344454647484950>>

  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/chromium_org/ui/file_manager/file_manager/background/js/
device_handler.js 278 * This status shows what results are already obtained for the device.
283 // There is no mount results on the device.
287 // There is only parent errors, that can be overridden by child results.
291 // There is multiple child results and at least one is failure.
330 // message does not changed by the following mount results.
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 134 ArrayList<ResultInfo> results; // pending ActivityResult objs we have received field in class:ActivityRecord
228 if (results != null) {
229 pw.print(prefix); pw.print("results="); pw.println(results);
232 pw.print(prefix); pw.println("Pending Results:");
613 if (results == null) {
614 results = new ArrayList<ResultInfo>();
616 results.add(r);
621 if (results != null) {
622 for (int i=results.size()-1; i>=0; i--)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
csrsbcs.cpp 183 * of JDK can produce different results and therefore is also avoided.
    [all...]
  /external/icu/icu4c/source/i18n/
csrsbcs.cpp 183 * of JDK can produce different results and therefore is also avoided.
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 232 const float* another, Qfloat* results,
245 results[j] = (Qfloat)(s*alpha + beta);
251 const float* another, Qfloat* results )
253 calc_non_rbf_base( vcount, var_count, vecs, another, results, 1, 0 );
258 const float* another, Qfloat* results )
260 CvMat R = cvMat( 1, vcount, QFLOAT_TYPE, results );
261 calc_non_rbf_base( vcount, var_count, vecs, another, results, params->gamma, params->coef0 );
267 const float* another, Qfloat* results )
270 calc_non_rbf_base( vcount, var_count, vecs, another, results,
275 Qfloat t = results[j]
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
  /external/chromium_org/components/component_updater/
component_updater_service.cc 154 const UpdateResponse::Results& results);
155 void OnUpdateCheckSucceeded(const UpdateResponse::Results& results);
670 const UpdateResponse::Results& results) {
675 OnUpdateCheckSucceeded(results);
680 // Handles a valid Omaha update check response by matching the results with
686 const UpdateResponse::Results& results) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 31 import org.eclipse.test.internal.performance.results.db.ConfigResults;
32 import org.eclipse.test.internal.performance.results.db.DB_Results;
33 import org.eclipse.test.internal.performance.results.db.PerformanceResults;
34 import org.eclipse.test.internal.performance.results.db.ScenarioResults;
35 import org.eclipse.test.internal.performance.results.utils.Util;
39 * Main class to generate performance results of all scenarios matching a given pattern
62 * <pre>-output /releng/results/I20070615-1200/performance</pre>
100 * Scenario pattern used to generate performance results.
189 public GenerateResults(PerformanceResults results, String current, String baseline, boolean fingerprints, File data, File output) {
194 this.performanceResults = results;
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 630 Vector<CodecCapabilities> results; local
634 &results), (status_t)OK);
636 for (size_t i = 0; i < results.size(); ++i) {
638 codecType, results[i].mComponentName.string());
640 if (results[i].mProfileLevels.size() == 0) {
645 for (size_t j = 0; j < results[i].mProfileLevels.size(); ++j) {
647 results[i].mProfileLevels[j];
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 346 * Format of results:
358 * RANGE=ALL gets all scan results
359 * RANGE=ID- gets results from ID
    [all...]
  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 503 FilterResults results = new FilterResults(); field in class:PrintServiceSettingsFragment.PrintersAdapter
513 results.values = filteredPrinters;
514 results.count = filteredPrinters.size();
515 return results;
521 protected void publishResults(CharSequence constraint, FilterResults results) {
525 if (results == null) {
528 List<PrinterInfo> printers = (List<PrinterInfo>) results.values;
  /external/opencv/ml/include/
ml.h 250 virtual float predict( const CvMat* _samples, CvMat* results=0 ) const;
289 virtual float find_nearest( const CvMat* _samples, int k, CvMat* results=0,
344 const float* another, float* results );
351 virtual void calc( int vcount, int n, const float** vecs, const float* another, float* results );
357 const float* another, float* results,
361 const float* another, float* results );
363 const float* another, float* results );
365 const float* another, float* results );
367 const float* another, float* results );
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
gscan.cpp 44 GSCAN_ATTRIBUTE_SCAN_RESULTS_COMPLETE, /* indicates no more results */
237 static int parseScanResults(wifi_scan_result *results, int num, nlattr *attr)
239 memset(results, 0, sizeof(wifi_scan_result) * num);
247 wifi_scan_result *result = results + i;
272 ALOGE("Got too many results; skipping some");
324 ALOGD("Enabling Full scan results");
336 ALOGE("failed to enable full scan results; result = %d", result);
345 ALOGD("Disabling Full scan results");
354 ALOGE("failed to disable full scan results;result = %d", result);
369 ALOGI("Full scan results: Got an event")
891 wifi_scan_result *results = (wifi_scan_result *)it2.get_data(); local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /developers/build/prebuilts/gradle/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 323 HashSet<String> results = new HashSet<String>(); local
328 results.add(node.getId());
331 return results;
  /developers/samples/android/wearable/wear/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 323 HashSet<String> results = new HashSet<String>(); local
328 results.add(node.getId());
331 return results;
  /development/samples/browseable/DataLayer/Application/src/com.example.android.wearable.datalayer/
MainActivity.java 323 HashSet<String> results = new HashSet<String>(); local
328 results.add(node.getId());
331 return results;
  /external/chromium_org/chrome/browser/autocomplete/
zero_suggest_provider.cc 201 // Zero suggest provider should not receive keyword results.
262 // may be showing cached results that should not be shown.
278 const SearchSuggestionParser::SuggestResults& results,
280 for (size_t i = 0; i < results.size(); ++i)
281 AddMatchToMap(results[i], std::string(), i, false, false, map);
290 // Zero suggest results should always omit protocols and never appear bold.
363 // Show Most Visited results after ZeroSuggest response is received.
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc 113 FileBrowserHandlerList results; local
136 results.push_back(handler_iter->get());
139 return results;
  /external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
webrtc_audio_private_api.cc 221 std::vector<linked_ptr<wap::SinkInfo> > results; local
229 results.push_back(info);
232 // It's safe to directly set the results here (from a thread other
240 results_.reset(wap::GetSinks::Results::Create(results).release());
272 wap::GetActiveSink::Results::Create(std::string()).release());
296 results_.reset(wap::GetActiveSink::Results::Create(result).release());
476 results_.reset(wap::GetAssociatedSink::Results::Create("").release());
479 wap::GetAssociatedSink::Results::Create(associated_sink_id).release());
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 750 // Delete some rows and make sure the results are still correct.
858 std::vector<DownloadRow> results; local
859 db_->QueryDownloads(&results);
860 ASSERT_EQ(1u, results.size());
861 EXPECT_EQ(content::DownloadItem::INTERRUPTED, results[0].state);
863 results[0].interrupt_reason);
1866 std::vector<PageUsageData*> results; local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager_browsertest.cc 100 const std::vector<autofill::PasswordForm*>& results) OVERRIDE {
104 password_entries_.assign(results.begin(), results.end());
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.cc 8 // When spelling service returns spellcheck results, these results first arrive
267 std::vector<SpellCheckResult>* results) {
280 for (std::vector<SpellCheckResult>::iterator result_it = results->begin();
281 result_it != results->end();

Completed in 940 milliseconds

<<41424344454647484950>>