/external/chromium-trace/catapult/telemetry/telemetry/internal/ |
story_runner_unittest.py | 16 from telemetry.internal.results import results_options 66 def RunStory(self, results): 69 def DidRunStory(self, results): 77 def RunStory(self, results): 78 self._test.RunPage(self._current_story, None, results) 93 def ValidateAndMeasurePage(self, page, tab, results): 146 def GetNumberOfSuccessfulPageRuns(results): 147 return len([run for run in results.all_page_runs if run.ok or run.skipped]) 161 self.results = results_options.CreateResults( 213 test, s, self.options, self.results) [all...] |
/frameworks/base/core/java/android/os/ |
PerformanceCollector.java | 24 * outputs the results using writer of type {@link PerformanceResultsWriter}. 54 * Structure of results output is up to implementor of 81 * @param results memory and runtime metrics stored as key/value pairs, 86 public void writeEndSnapshot(Bundle results); 104 * @param results runtime metrics of code block between calls to 109 public void writeStopTiming(Bundle results); 143 * In a results Bundle, this key references a List of iteration Bundles. 151 * In a results Bundle, this key reports the cpu time of the code block 156 * In a results Bundle, this key reports the execution time of the code 564 * Returns a bundle with the current results from the allocation counting 567 Bundle results = new Bundle(); local 582 Bundle results = new Bundle(); local [all...] |
/packages/apps/TV/src/com/android/tv/search/ |
TvProviderSearch.java | 83 List<SearchResult> results = new ArrayList<>(); local 86 return results; 90 results.addAll(searchChannels(query, channelsFound, limit)); 92 results.addAll(searchInputs(query, limit)); 95 results.addAll(searchChannels(query, channelsFound, limit)); 96 if (results.size() >= limit) { 97 return results; 103 results.addAll(searchInputs(query, limit)); 104 if (!results.isEmpty()) { 105 return results; 162 List<SearchResult> results = new ArrayList<>(); local 429 List<SearchResult> results = new ArrayList<>(); local [all...] |
/external/libunwind_llvm/src/ |
DwarfParser.hpp | 108 PrologInfo *results); 117 PrologInfo *results); 348 PrologInfo *results) { 349 // clear results 350 memset(results, '\0', sizeof(PrologInfo)); 356 (pint_t)(-1), rememberStack, results) && 359 upToPC - fdeInfo.pcStart, rememberStack, results); 368 PrologInfo *results) { 372 PrologInfo initialState = *results; 428 results->savedRegisters[reg].location = kRegisterInCFA [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
DwarfParser.hpp | 108 PrologInfo *results); 117 PrologInfo *results); 348 PrologInfo *results) { 349 // clear results 350 memset(results, '\0', sizeof(PrologInfo)); 356 (pint_t)(-1), rememberStack, results) && 359 upToPC - fdeInfo.pcStart, rememberStack, results); 368 PrologInfo *results) { 372 PrologInfo initialState = *results; 428 results->savedRegisters[reg].location = kRegisterInCFA [all...] |
/external/autotest/frontend/afe/json_rpc/ |
serviceHandler.py | 96 results = self.blank_result_dict() 99 results['id'] = self._getRequestId(request) 114 results['result'] = self.invokeServiceEndpoint(meth, args) 116 results['err_traceback'] = traceback.format_exc() 117 results['err'] = err 121 return results 133 results = self.dispatchRequest(request) 134 return self.translateResult(results)
|
/external/autotest/site_utils/bootperf-bin/ |
resultsdir.py | 5 """Routines for reading performance results from a directory. 22 def _ReadKeyvalFile(results, file_): 23 """Read an autotest keyval file, and process the results. 30 including the last iteration. Each iteration's results are added 31 to the `results` parameter, which should be an instance of 34 @param results A TestResultSet where the result data will be 36 @param file_ File object for the results file to be read. 42 results.AddIterationResults(kvd) 51 _RESULTS_PATH = "summary/platform_BootPerfServer/results/keyval" 55 """Process results from a 'bootperf' output directory [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
results_options.py | 12 from telemetry.internal.results import buildbot_output_formatter 13 from telemetry.internal.results import chart_json_output_formatter 14 from telemetry.internal.results import csv_pivot_table_output_formatter 15 from telemetry.internal.results import gtest_progress_reporter 16 from telemetry.internal.results import html_output_formatter 17 from telemetry.internal.results import json_output_formatter 18 from telemetry.internal.results import page_test_results 19 from telemetry.internal.results import progress_reporter 28 'html': 'results.html', 29 'json': 'results.json' [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
timeline_based_metric.py | 54 def AddResults(self, model, renderer_thread, interaction_records, results): 57 The override of this method should compute results on the data **only** 65 results: An instance of page.PageTestResults. 70 def AddWholeTraceResults(self, model, results): 73 Override this method to compute results that correspond to the whole trace. 77 results: An instance of page.PageTestResults.
|
/external/cmockery/cmockery_0_1_2/src/example/ |
customer_database_test.c | 29 void *** const results) { 30 *results = (void**)mock();
|
/external/icu/icu4c/source/test/intltest/ |
listformattertest.h | 48 UnicodeString results[4]); 55 UnicodeString results[4]);
|
/external/skia/src/core/ |
SkRTree.h | 45 void search(const SkRect& query, SkTDArray<int>* results) const override; 79 void search(Node* root, const SkRect& query, SkTDArray<int>* results) const;
|
/external/v8/test/mjsunit/es6/ |
debug-liveedit-new-target-2.js | 12 var results = []; variable 19 results.push(true); 57 assertEquals([LogNewTarget], results); 63 assertEquals([LogNewTarget, true], results);
|
/frameworks/base/services/core/java/com/android/server/am/ |
InstrumentationReporter.java | 91 + rep.mName + " results=" + rep.mResults); 106 Bundle results) { 111 mResults = results; 116 Bundle results) { 119 + " code=" + resultCode + " result=" + results); 120 report(new Report(REPORT_TYPE_STATUS, watcher, name, resultCode, results)); 124 Bundle results) { 127 + " code=" + resultCode + " result=" + results); 128 report(new Report(REPORT_TYPE_FINISHED, watcher, name, resultCode, results));
|
/frameworks/support/v4/java/android/support/v4/app/ |
RemoteInput.java | 34 /** Extra added to a clip data intent object to hold the results bundle. */ 181 * Get the remote input results bundle from an intent. The returned Bundle will 192 * Populate an intent object with the results gathered from remote input. This method 193 * should only be called by remote input collection services when sending results to a 195 * @param remoteInputs The remote inputs for which results are being provided 197 * field of the intent will be modified to contain the results. 198 * @param results A bundle holding the remote input results. This bundle should 203 Bundle results) { 204 IMPL.addResultsToIntent(remoteInputs, intent, results); [all...] |
/packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
TotalCaptureResultResponseListener.java | 37 public TotalCaptureResultResponseListener(Updatable<TotalCaptureResultProxy> results) { 38 mResults = results;
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
Group.java | 71 protected void doAddMailboxesTo(ArrayList<Address> results) { 73 results.add(mailboxList.get(i));
|
Mailbox.java | 113 protected final void doAddMailboxesTo(ArrayList<Address> results) { 114 results.add(this);
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/ |
Group.java | 71 protected void doAddMailboxesTo(ArrayList<Address> results) { 73 results.add(mailboxList.get(i));
|
Mailbox.java | 113 protected final void doAddMailboxesTo(ArrayList<Address> results) { 114 results.add(this);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
btm_matcher.py | 100 results = defaultdict(list) 120 if not fixer in results: 121 results[fixer] = [] 122 results[fixer].append(current_ast_node) 137 if not fixer in results.keys(): 138 results[fixer] = [] 139 results[fixer].append(current_ast_node) 142 return results
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
btm_matcher.py | 100 results = defaultdict(list) 120 if not fixer in results: 121 results[fixer] = [] 122 results[fixer].append(current_ast_node) 137 if not fixer in results.keys(): 138 results[fixer] = [] 139 results[fixer].append(current_ast_node) 142 return results
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_matcher.py | 100 results = defaultdict(list) 120 if not fixer in results: 121 results[fixer] = [] 122 results[fixer].append(current_ast_node) 137 if not fixer in results.keys(): 138 results[fixer] = [] 139 results[fixer].append(current_ast_node) 142 return results
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_matcher.py | 100 results = defaultdict(list) 120 if not fixer in results: 121 results[fixer] = [] 122 results[fixer].append(current_ast_node) 137 if not fixer in results.keys(): 138 results[fixer] = [] 139 results[fixer].append(current_ast_node) 142 return results
|
/tools/test/connectivity/acts/framework/tests/ |
acts_unittest_suite.py | 48 results = runner.run(compile_suite()) variable 49 sys.exit(not results.wasSuccessful())
|