/external/chromium_org/third_party/closure_linter/closure_linter/ |
gjslint.py | 108 for results in path_results: 109 for result in results: 134 results = _CheckPath(path) 135 for record in results:
|
/external/chromium_org/third_party/mesa/src/scons/ |
custom.py | 105 results = [] 110 results.append(env.File(file)) 114 results.append(env.File(file)) 116 return results
|
/external/chromium_org/tools/auto_bisect/ |
bisect_perf_regression_test.py | 94 """This method contains a set of data from actual bisect results. 97 results, so the purpose of this test method is mainly to show what the 98 results for real cases are, and compare when we change the confidence 145 results = results_template % {'value': result_string} 150 metric, results) 263 results = bisect_instance.Run(bisect_instance.opts.command, 267 bisect_instance.FormatAndPrintResults(results)
|
/external/chromium_org/tools/perf/measurements/ |
memory_pressure.py | 40 def ValidateAndMeasurePage(self, page, tab, results):
|
/external/chromium_org/tools/perf/metrics/ |
test_page_test_results.py | 6 from telemetry.results import page_test_results
|
/external/chromium_org/tools/telemetry/telemetry/results/ |
chart_json_output_formatter.py | 9 from telemetry.results import output_formatter 17 removes the page map, summarizes the raw values, and organizes the results
|
json_output_formatter.py | 7 from telemetry.results import output_formatter 12 To serialize results as JSON we first convert them to a dict that can be 14 for metadata to be integrated into the results (currently the benchmark
|
/external/chromium_org/v8/test/mjsunit/es6/ |
iteration-semantics.js | 58 function results(results) { function 61 return results[i++]; 193 results([{ done: false }, 202 // Results that are not objects. 205 results([10, "foo", /qux/, { value: 37, done: true }]))); 209 results([one_time_getter({ value: 1 }, 'done', false), 308 // Proxy results, with getters. 316 results([one_time_getter({ value: 1 }, 'done', false),
|
/external/deqp/modules/gles31/functional/ |
es31fNegativeTestShared.hpp | 53 NegativeTestContext (ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::TestLog& log, tcu::ResultCollector& results, bool enableLog);
|
/external/deqp/scripts/log/ |
log_to_xml.py | 122 results = parser.parseFile(inFile) 130 for result in results: 141 for result in results: 147 summaryElem.setAttribute('All', "%d" % len(results))
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrintGraph.java | 33 import org.eclipse.test.internal.performance.results.db.BuildResults; 34 import org.eclipse.test.internal.performance.results.db.ConfigResults; 35 import org.eclipse.test.internal.performance.results.db.DB_Results; 36 import org.eclipse.test.internal.performance.results.db.ScenarioResults; 37 import org.eclipse.test.internal.performance.results.utils.Util; 93 ConfigResults[] results = new ConfigResults[10]; field in class:FingerPrintGraph 107 * This area applies to a configuration results and is made of several zones. 150 BarGraphArea(ConfigResults results) { 151 this.configResults = results; 172 FingerPrintGraph(File dir, String fileName, int width, List results) { [all...] |
ScenarioStatusTable.java | 17 import org.eclipse.test.internal.performance.results.db.BuildResults; 18 import org.eclipse.test.internal.performance.results.db.ConfigResults; 19 import org.eclipse.test.internal.performance.results.db.PerformanceResults; 20 import org.eclipse.test.internal.performance.results.db.ScenarioResults; 58 // Print one line per scenario results 194 this.stream.print("The following table gives a complete but compact view of performance results for the component.<br>\n"); 195 this.stream.print("Each line of the table shows the results for one scenario on all machines.<br><br>\n"); 196 this.stream.print("The name of the scenario is in <b>bold</b> when its results are also displayed in the fingerprints<br>\n"); 197 this.stream.print("and starts with an '*' when the scenario has no results in the last baseline run.<br><br>\n"); 222 this.stream.print("<li>\"n/a\": mark a test for with <b>no</b> performance results</li>\n") [all...] |
/external/junit/src/org/junit/experimental/results/ |
PrintableResult.java | 1 package org.junit.experimental.results;
|
ResultMatchers.java | 1 package org.junit.experimental.results;
|
/external/mesa3d/scons/ |
custom.py | 105 results = [] 110 results.append(env.File(file)) 114 results.append(env.File(file)) 116 return results
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page_func.cpp | 447 virtual FX_BOOL v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const;
532 FX_BOOL CPDF_SampledFunc::v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const
575 results[j] = PDF_Interpolate(encoded, 0, (FX_FLOAT)m_SampleMax,
584 virtual FX_BOOL v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const;
594 FX_BOOL CPDF_PSFunc::v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const
607 results[m_nOutputs - i - 1] = PS.Pop();
617 virtual FX_BOOL v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const;
665 FX_BOOL CPDF_ExpIntFunc::v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const
669 results[i * m_nOrigOutputs + j] = m_pBeginValues[j] + (FX_FLOAT)FXSYS_pow(inputs[i], m_Exponent) *
680 virtual FX_BOOL v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const; [all...] |
/external/skia/src/core/ |
SkPathEffect.cpp | 20 bool SkPathEffect::asPoints(PointData* results, const SkPath& src,
|
/external/srec/srec/Recognizer/include/ |
SR_RecognizerResultImpl.h | 66 * The second ArrayList denotes the collection of semantic results per nbest list entry. 68 ArrayList* results; member in struct:SR_RecognizerResultImpl_t
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
fldcw_check.S | 9 # affect BBV results on such a system.
|
/external/valgrind/main/exp-bbv/tests/x86/ |
fldcw_check.S | 9 # affect BBV results on such a system.
|
/frameworks/ex/common/java/com/android/common/content/ |
SQLiteContentProvider.java | 212 final ContentProviderResult[] results = new ContentProviderResult[numOperations]; local 231 results[i] = operation.apply(this, results, i); 234 return results;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
results_collector.hpp | 13 // gathering test results and presenting this information to end-user 94 // results access 95 test_results const& results( test_unit_id ) const;
|
/packages/apps/Browser/src/com/android/browser/provider/ |
SQLiteContentProvider.java | 205 final ContentProviderResult[] results = new ContentProviderResult[numOperations]; local 223 results[i] = operation.apply(this, results, i); 226 return results;
|
/packages/apps/Browser/src/com/android/browser/search/ |
OpenSearchSearchEngine.java | 149 JSONArray results = new JSONArray(content); 150 JSONArray suggestions = results.getJSONArray(1); 152 if (results.length() > 2) { 153 descriptions = results.getJSONArray(2);
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
SQLiteContentProvider.java | 215 final ContentProviderResult[] results = new ContentProviderResult[numOperations]; local 233 results[i] = operation.apply(this, results, i); 236 return results;
|