Searched refs:err (Results 1 – 15 of 15) sorted by relevance
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 178 float err = ((float)output_raw[i]) - ((float)expected_data[i]); in getOutputError() local 179 if (err > max_error) max_error = err; in getOutputError() 180 err_sum += err * err; in getOutputError() 189 float err = output_raw[i] - expected[i]; in getOutputError() local 190 if (err > max_error) max_error = err; in getOutputError() 191 err_sum += err * err; in getOutputError()
|
/test/vts/utils/python/controllers/ |
D | fastboot.py | 36 (out, err) = proc.communicate() 37 if not err: 39 return err
|
D | adb.py | 149 out, err, ret = cmd_utils.ExecuteOneShellCommand(cmd, timeout) 151 err, ret) 155 const.STDERR: err, 162 raise AdbError(cmd=cmd, stdout=out, stderr=err, ret_code=ret)
|
/test/vts/utils/python/web/ |
D | dashboard_rest_client.py | 109 output, err = p.communicate() 112 if p.returncode or err: 113 logging.error("Row insertion failed: %s", err)
|
/test/vti/test_serving/gae/frontend/src/ |
D | main.ts | 12 .catch(err => console.log(err));
|
/test/vts/runners/host/ |
D | utils.py | 340 (out, err) = proc.communicate() 341 if not err: 343 raise OSError(err) 357 out, err = proc.communicate() 359 " stdout: %s" % (proc.pid, ret, err, out))
|
/test/vts/hals/light/bullhead/ |
D | lights.c | 120 int err = 0; in set_light_backlight() local 124 err = write_int(LCD_FILE, brightness); in set_light_backlight() 130 return err; in set_light_backlight()
|
/test/suite_harness/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/ |
D | ManifestGenerator.java | 87 System.err.println("Couldn't create manifest file"); in main() 144 System.err.println(message); in error() 145 System.err.println(USAGE); in error()
|
/test/vts-testcase/hal/treble/vintf/ |
D | utils.cpp | 111 string err = ""; in ReleasedHashes() local 114 auto hashes = Hash::lookupHash(file_path, fq_iface_name.string(), &err); in ReleasedHashes()
|
/test/vts/utils/python/systrace/ |
D | systrace_controller.py | 189 out, err = self._subprocess.communicate() 192 if err.strip(): 193 logging.error('Systrace stderr: %s', err)
|
/test/vts/utils/python/common/ |
D | cmd_utils.py | 60 out, err = proc.communicate() 61 result.append((out, err, proc.returncode))
|
/test/suite_harness/tools/dex-tools/src/dex/reader/ |
D | TypeFormatter.java | 75 System.err.println("Strange type in formatter: " + typeName); in format()
|
/test/vts/compilation_tools/vtsc/test/ |
D | test_vtsc.py | 281 except getopt.GetoptError, err:
|
/test/framework/harnesses/host_controller/ |
D | console.py | 176 sys.stderr = err
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | ReadElf.java | 1292 System.err.println( in readDynStr()
|