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

<<41424344454647484950>>

  /external/chromium_org/native_client_sdk/src/tools/
decode_dump.py 120 results = []
124 results.append({
129 return results
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider 81 my $resultDirectory = "${suite}-results";
125 my $resultsFile = "$resultDirectory/sunspider-results-$timeString.js";
186 my @results = ();
193 push @results, $result;
199 my $output = "var output = [\n" . join(",\n", @results) . "\n];\n";
203 system("$jsShellPath", "-f", $prefixFile, "-f", $resultsFile, "-f", "resources/sunspider-analyze-results.js");
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
build_jsdoc_validator_jar.py 129 results = []
133 results.append((name, expected_hash, actual_hash))
134 return results
  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
PerfFramework.pm 237 # Invoke program and capture results, passing it the given parameters.
245 # @return an array of results. Each result is an array REF
270 my @results;
291 push(@results, $data);
314 @results;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_fs.c 58 struct svga_shader_result *result = fs->base.results;
144 result->next = fs->base.results;
145 fs->base.results = result;
  /external/chromium_org/tools/perf/benchmarks/
blink_perf.py 63 """Tuns a blink performance test and reports the results."""
80 def ValidateAndMeasurePage(self, page, tab, results):
92 results.AddValue(list_of_scalar_values.ListOfScalarValues(
93 results.current_page, metric, units, values))
  /external/chromium_org/tools/perf/metrics/
speedindex.py 50 def AddResults(self, tab, results, chart_name=None):
51 """Calculate the speed index and add it to the results."""
55 results.AddValue(scalar.ScalarValue(
56 results.current_page, '%s.speed_index' % chart_name, 'ms', index))
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
mac_platform_backend.py 92 results = {'CpuProcessTime': cpu_time,
97 results.update({'IdleWakeupCount': self._GetIdleWakeupCount(pid)})
98 return results
  /external/chromium_org/tools/telemetry/telemetry/unittest/
run_tests.py 169 results = [result]
179 results.append(result)
184 full_results = json_results.FullResults(args, test_suite, results)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
FeatureUtil.java 315 Set<T> results = Helpers.copyToSet(sets[0]); local
318 results.retainAll(set);
320 return results;
  /external/icu/icu4c/source/i18n/
measfmt.cpp 604 UnicodeString *results = new UnicodeString[measureCount]; local
605 if (results == NULL) {
617 results[i],
621 listFormatter->format(results, measureCount, appendTo, status);
622 delete [] results;
909 UnicodeString *results = new UnicodeString[measureCount]; local
917 formatMeasure(measures[i], *nf, results[i], fpos, status);
919 delete [] results;
926 formatMeasure(measures[i], *nf, results[i], dontCare, status);
931 results,
    [all...]
  /external/icu/icu4c/source/test/perf/perldriver/
PerfFramework.pm 237 # Invoke program and capture results, passing it the given parameters.
245 # @return an array of results. Each result is an array REF
270 my @results;
291 push(@results, $data);
314 @results;
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 145 ExecutionResults results = func.ExecuteFunction (exe_ctx, local
154 if (results != eExecutionCompleted)
156 strm.Printf("Error evaluating Print Object function: %d.\n", results);
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 68 WriteResults (Results &results)
75 Results::Dictionary& results_dict = results.GetDictionary();
96 results.Write(m_out_path.c_str());
310 Runs a set of stepping operations, timing each step and outputs results
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_fs.c 58 struct svga_shader_result *result = fs->base.results;
144 result->next = fs->base.results;
145 fs->base.results = result;
  /external/skia/tools/
PictureResultsWriter.h 7 * Classes for writing out bench results in various formats.
22 * Base class for writing picture bench results.
134 SkString results = data->getResult(format, result, local
136 results.append("\n");
137 this->logProgress(results.c_str());
  /frameworks/base/core/java/android/speech/
RecognitionService.java 272 * The service should call this method when partial recognition results are available. This
274 * {@link #results(Bundle)} when partial results are ready. This method may be called zero,
278 * @param partialResults the returned results. To retrieve the results in
297 * The service should call this method when recognition results are ready.
299 * @param results the recognition results. To retrieve the results in {@code
303 public void results(Bundle results) throws RemoteException method in class:RecognitionService.Callback
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
SplitTest.java 33 String[] results = p.split("have/you/done/it/right"); local
35 assertEquals(expected.length, results.length);
37 assertEquals(results[i], expected[i]);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSuggestClient.java 124 JSONArray results = new JSONArray(EntityUtils.toString(response.getEntity())); local
125 JSONArray suggestions = results.getJSONArray(1);
126 JSONArray popularity = results.getJSONArray(2);
127 if (DBG) Log.d(LOG_TAG, "Got " + suggestions.length() + " results");
167 * i.e. 165,000 results. It's not related to sorting.
  /external/nanopb-c/generator/
nanopb_generator.py     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp     [all...]
  /external/skia/src/core/
SkMatrix.cpp     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 45 * results. What tests are shown can be customized by overriding
68 /** Mutable test results that will change as each test activity finishes. */
212 Map<String, Integer> results,
216 mResults = results;
233 Map<String, Integer> results = new HashMap<String, Integer>(); local
247 results.put(testName, testResult);
257 return new RefreshResult(items, results, details, reportLogs);
  /external/chromium_org/cc/resources/
picture_pile_impl.cc 136 PictureRegionMap* results) const {
137 DCHECK(results);
209 PictureRegionMap::iterator it = results->find(picture);
211 if (it == results->end()) {
215 clip_region = &(*results)[picture];
  /external/chromium_org/components/bookmarks/browser/
bookmark_index.cc 46 // count so that the best matches will always be added to the results.
138 std::vector<BookmarkMatch>* results) {
160 // The highest typed counts should be at the beginning of the results vector
161 // so that the best matches will always be included in the results. The loop
166 i != sorted_nodes.end() && results->size() < max_count;
168 AddMatchToResults(*i, &parser, query_nodes.get(), results);
204 std::vector<BookmarkMatch>* results) {
246 results->push_back(match);

Completed in 597 milliseconds

<<41424344454647484950>>