HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 276 - 300 of 2740) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/
story_test.py 31 def Measure(self, platform, results):
37 results: The results of running the story.
  /external/dagger2/producers/src/test/java/dagger/producers/internal/
SetOfProducedProducerTest.java 68 Results<Integer> results = Results.create(producer.get().get()); local
69 assertThat(results.successes).isEmpty();
70 assertThat(results.failures).hasSize(1);
71 assertThat(Iterables.getOnlyElement(results.failures).getCause())
81 Results<Integer> results = Results.create(producer.get().get()); local
82 assertThat(results.successes).containsExactly(3, 7)
93 Results<Integer> results = Results.create(producer.get().get()); local
105 Results<Integer> results = Results.create(producer.get().get()); local
    [all...]
  /external/easymock/src/org/easymock/internal/
Results.java 23 public class Results implements Serializable {
31 private final List<Result> results = new ArrayList<Result>(); field in class:Results
42 results.add(result);
51 return results.get(i);
56 return results.get(i);
  /external/icu/icu4c/source/test/intltest/
allcoll.h 50 static const Collator::EComparisonResult results[]; member in class:CollationDummyTest
decoll.h 43 static const Collator::EComparisonResult results[][2]; member in class:CollationGermanTest
escoll.h 42 static const Collator::EComparisonResult results[]; member in class:CollationSpanishTest
ficoll.h 41 static const Collator::EComparisonResult results[]; member in class:CollationFinnishTest
lcukocol.h 33 static const Collator::EComparisonResult results[]; member in class:LotusCollationKoreanTest
trcoll.h 42 static const Collator::EComparisonResult results[]; member in class:CollationTurkishTest
  /external/opencv3/modules/python/test/
goodfeatures.py 15 results = dict([(t, cv.GoodFeaturesToTrack(arr, eig_image, temp_image, 20000, t, 2, useHarris = 1)) for t in threshes])
23 self.assert_(results == results2)
26 r0 = results[t0]
27 r1 = results[t1]
  /frameworks/base/core/java/android/bluetooth/le/
ScanCallback.java 22 * Bluetooth LE scan callbacks. Scan results are reported using these callbacks.
66 * Callback when batch results are delivered.
68 * @param results List of scan results that are previously scanned.
70 public void onBatchScanResults(List<ScanResult> results) {
  /frameworks/base/core/java/android/speech/
RecognitionListener.java 69 * Called when recognition results are ready.
71 * @param results the recognition results. To retrieve the results in {@code
76 void onResults(Bundle results);
79 * Called when partial recognition results are available. The callback might be called at any
81 * results are ready. This method may be called zero, one or multiple times for each call to
83 * service implementation. To request partial results, use
86 * @param partialResults the returned results. To retrieve the results i
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Visibility.java 86 * @param results an integer array containing the indices of the spheres
88 * @param resultsOffset an offset into the results array where the results
91 * results.
94 * results are written into the results array.
99 * results is null, resultsOffset < 0, resultsOffset > results.length -
104 int[] results, int resultsOffset, int resultsCapacity);
  /frameworks/base/services/core/java/com/android/server/pm/
CrossProfileIntentResolver.java 40 protected void sortResults(List<CrossProfileIntentFilter> results) {
41 //We don't sort the results
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_basestring.py 13 def transform(self, node, results):
fix_future.py 19 def transform(self, node, results):
fix_long.py 16 def transform(self, node, results):
fix_reduce.py 34 def transform(self, node, results):
fix_standarderror.py 17 def transform(self, node, results):
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_basestring.py 13 def transform(self, node, results):
fix_future.py 19 def transform(self, node, results):
fix_long.py 16 def transform(self, node, results):
fix_reduce.py 34 def transform(self, node, results):
fix_standarderror.py 17 def transform(self, node, results):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_basestring.py 13 def transform(self, node, results):

Completed in 333 milliseconds

<<11121314151617181920>>