HomeSort by relevance Sort by last modified time
    Searched refs:RESULTS (Results 1 - 25 of 26) sorted by null

1 2

  /external/pdfium/testing/tools/
make_expected.sh 14 RESULTS="$INFILE.*.png"
15 for RESULT in $RESULTS ; do
  /frameworks/rs/
run_rs_cts.sh 15 CTS_RESULTS=$ANDROID_BUILD_TOP/cts-results
16 RESULTS=$CTS_RESULTS/renderscript
18 rm -rf $RESULTS
19 mkdir $RESULTS
20 find $TMP_PATH -name 'testResult.xml' -exec cp {} $RESULTS/ \;
  /test/vti/dashboard/src/main/java/com/android/vts/entity/
TestCaseRunEntity.java 36 public static final String RESULTS = "results";
137 List<Integer> results = new ArrayList<>(); local
140 results.add(testCase.result);
143 testCaseRunEntity.setUnindexedProperty(RESULTS, results);
166 if (e.hasProperty(TEST_CASE_NAMES) && e.hasProperty(RESULTS)) {
168 List<Long> results = (List<Long>) e.getProperty(RESULTS); local
169 if (testCaseNames.size() == results.size())
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Instrument.java 109 Bundle results);
115 Bundle results);
150 Bundle results) {
153 if (!mRawMode && results != null) {
154 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
159 if (results != null) {
160 for (String key : sorted(results.keySet())) {
162 "INSTRUMENTATION_STATUS: " + key + "=" + results.get(key));
171 Bundle results) {
174 if (!mRawMode && results != null)
    [all...]
  /test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
VtsMultiDeviceTestResultParser.java 83 static final String RESULTS = "Results";
384 JSONArray results = null; local
387 results = object.getJSONArray(RESULTS);
389 if (results == null || results.length() < 1) {
394 beginTime = (long) results.getJSONObject(0).get(BEGIN_TIME);
395 endTime = (long) results.getJSONObject(results.length() - 1).get(END_TIME)
    [all...]
  /external/ltp/testscripts/
test_fs_bind.sh 36 ## Remove logged test state depending on results. 0 means do not remove,
74 # Results directory
75 resdir="${LTPROOT}/results/fs_bind"
90 tst_brkm TBROK true "$0: failed to make results directory"
511 RESULTS SUMMARY:
  /external/deqp/scripts/
run_nightly.py 80 ${RESULTS}
117 self.results = []
121 results = []
125 results.append(TestCaseResult(items[0], items[1]))
127 return results
134 batchResult.results = readTestCaseResultsFromCSV(filename)
161 for result in batchResult.results:
172 for result in batchResult.results:
178 results = []
188 results.append(MultiResult(caseName, statusCodes)
    [all...]
  /external/eigen/blas/testing/
dblat1.f 92 99999 FORMAT (' Real BLAS Test Program Results',/1X)
168 * TRUE RESULTS FOR MODIFIED GIVENS
456 * TRUE X RESULTS F0R ROTATIONS DROTM
524 * TRUE Y RESULTS FOR ROTATIONS DROTM
    [all...]
sblat1.f 92 99999 FORMAT (' Real BLAS Test Program Results',/1X)
168 * TRUE RESULTS FOR MODIFIED GIVENS
460 * TRUE X RESULTS F0R ROTATIONS DROTM
528 * TRUE Y RESULTS FOR ROTATIONS DROTM
    [all...]
cblat2.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]
sblat3.f     [all...]
zblat2.f     [all...]
cblat3.f     [all...]
  /external/cblas/testing/
c_cblat2.f     [all...]
c_cblat3.f     [all...]
c_dblat2.f     [all...]
c_dblat3.f     [all...]
c_sblat2.f     [all...]
c_sblat3.f     [all...]
c_zblat2.f     [all...]
c_zblat3.f     [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]

Completed in 759 milliseconds

1 2