Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 110) sorted by relevance

12345

/test/vti/test_serving/gae/frontend/src/app/shared/
Dservicebase.ts23 protected handleError(error: HttpErrorResponse) {
24 if (error.error instanceof ErrorEvent) {
26 console.error('An error occurred:', error.error.message);
30 console.error(
31 `Backend returned code ${error.status}, ` +
32 `body was: ${error.error}`);
35 return throwError(error);
/test/vts-testcase/hal/treble/vintf/
DSystemVendorTest.cpp42 string error; in TEST_F() local
43 EXPECT_TRUE(device_manifest->checkCompatibility(*fwk_matrix, &error)) in TEST_F()
44 << error; in TEST_F()
55 string error; in TEST_F() local
56 EXPECT_TRUE(fwk_manifest->checkCompatibility(*device_matrix, &error)) in TEST_F()
57 << error; in TEST_F()
69 string error; in TEST_F() local
71 *fwk_matrix, &error, in TEST_F()
74 << error; in TEST_F()
86 string error; in TEST_F() local
[all …]
DDeviceManifestTest.cpp55 std::string error; in TEST_F() local
56 Level kernel_fcm_version = VintfObject::GetInstance()->getKernelLevel(&error); in TEST_F()
59 << shipping_fcm_version << "': " << error; in TEST_F()
69 string error; in TEST_F() local
72 HidlInterfaceMetadata::all(), &error)) in TEST_F()
73 << error; in TEST_F()
/test/vts/utils/python/systrace/
Dsystrace_controller.py55 logging.error('invalid systrace script path: %s',
95 logging.error('systrace output file does not exist: %s',
112 logging.error(
155 logging.error('Failed to start systrace on process %s',
158 logging.error('stdout: %s', line + stdout)
159 logging.error('stderr: %s', stderr)
160 logging.error('ret_code: %s', process.returncode)
193 logging.error('Systrace stderr: %s', err)
212 logging.error(
223 logging.error('Cannot read output: file open failed, %s', e)
[all …]
/test/vts/utils/python/gcs/
Dgcs_api_utils.py109 logging.error('This GcsApiUtils object is not enabled.')
130 logging.error('This GcsApiUtils object is not enabled.')
148 logging.error('This GcsApiUtils object is not enabled.')
161 logging.error('This GcsApiUtils object is not enabled.')
180 logging.error('This GcsApiUtils object is not enabled.')
201 logging.error('This GcsApiUtils object is not enabled.')
224 logging.error('This GcsApiUtils object is not enabled.')
240 logging.error('download failed for file: %s',
244 logging.error('requested GCS directory does not exist.')
255 logging.error('This GcsApiUtils object is not enabled.')
[all …]
Dgcs_utils.py63 logging.error(stderr)
73 logging.error("`gcloud` doesn't exist on the host; "
85 logging.error("`gsutil` doesn't exist on the host; "
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py78 self.error = None
109 res = self.error is None
112 logging.error('Self diagnosis found problems in TCP client: %s', self.error)
141 logging.error("ip %s, command_port %s, callback_port %s invalid",
151 except socket.error as e:
354 logging.error("Paring error\n%s", resp.result)
374 logging.error("NOTICE - Likely a crash discovery!")
375 logging.error("SysMsg_pb2.SUCCESS is %s", SysMsg_pb2.SUCCESS)
393 logging.error("Paring error\n%s", resp.result)
403 logging.error("NOTICE - Likely a crash discovery!")
[all …]
/test/vts/utils/python/mirror/
Dpy2pb.py184 logging.error("PyDict2PbStruct: substruct not found.")
191 logging.error("PyDict2PbStruct: subunion not found.")
194 logging.error("PyDict2PbStruct: unsupported type %s",
200 logging.error("PyDict2PbStruct: attr %s not provided", attr.name)
203 logging.error("PyDict2PbStruct: provided dictionary included elements" +
222 logging.error("PyDict2PbUnion: Union only allows specifying " +
252 logging.error("PyDict2PbStruct: substruct not found.")
259 logging.error("PyDict2PbUnion: subunion not found.")
262 logging.error("PyDict2PbStruct: unsupported type %s",
272 logging.error("PyDict2PbUnion: specified field is not in the union " +
[all …]
Dresource_mirror.py90 logging.error("Failed to create a new queue object.")
354 logging.error("Need to provide VariableSpecificationMessage " +
424 logging.error("Failed to allocate memory region.")
441 logging.error("Failed to find memory region with id %d",
469 logging.error("Failed to find memory region with id %d",
489 logging.error("Failed to find memory region with id %d",
517 logging.error("Failed to find memory region with id %d",
547 logging.error("Failed to find memory region with id %d",
577 logging.error("Failed to find memory region with id %d",
596 logging.error("Failed to find memory region with id %d",
[all …]
Dmirror_tracker.py106 logging.error('Self diagnosis found problems in mirror_tracker.')
147 logging.error("Queue name already exists in tracker.")
172 logging.error("Nonexisting queue name in mirror_tracker.")
180 logging.error(
216 logging.error("Memory name already exists in tracker.")
269 logging.error("Handle name already exists in tracker.")
409 raise error.ComponentLoadingError("instance_name is None")
411 raise error.ComponentLoadingError(
438 logging.error("mirror object is not a shell mirror")
586 logging.error("No mirror found with name: %s", name)
Dpb2py.py87 logging.error("unsupported type %s", curr_value.type)
108 logging.error("unsupported type %s", curr_value.type)
137 logging.error("PyDict2PbStruct: unsupported type %s",
179 logging.error("Got unsupported callback arg type %s" % var.type)
/test/vti/test_serving/gae/frontend/src/app/menu/dashboard/
Ddashboard.component.ts57 (error) => this.showSnackbar(`[${error.status}] ${error.name}`)
71 (error) => this.showSnackbar(`[${error.status}] ${error.name}`)
/test/vts/utils/python/instrumentation/
Dtest_framework_instrumentation_event.py88 error = None variable in TestFrameworkInstrumentationEvent
137 self.error = 'Tried to Begin but already began'
142 self.error = 'Tried to Begin but already ended'
147 self.error = 'Tried to Begin but already been removed'
166 self.error = 'Tried to End but have not began'
171 self.error = 'Tried to End but already ended'
176 self.error = 'Tried to End but already been removed'
230 self.error = remove_reason
249 self._Log(logging.error, *args)
/test/vts/utils/python/coverage/
Dcoverage_utils.py136 logging.error("Missing serial information in device: %s",
140 logging.error(
177 logging.error("Error parsing gcno for gcda %s", gcda_file_path)
222 logging.error("Archive could not be parsed: %s", name)
269 logging.error("failed to get pid entries")
342 logging.error(
439 logging.error("No gcno file found for gcda %s.", gcda_name)
446 logging.error("Error parsing gcda file %s", gcda_name)
527 logging.error(
533 logging.error("Project name and path not specified: %s",
[all …]
Dparser.py79 except (TypeError, ValueError, struct.error) as error:
114 except (TypeError, ValueError, struct.error):
/test/vts/utils/python/controllers/
Dandroid_device.py244 logging.error('Required value %s is missing in '
547 logging.error(error_msg)
560 logging.error(error_msg)
650 logging.error('Cannot get memory information. %s', out)
658 logging.error('Unrecognized total memory value: %s', value_unit)
669 logging.error('Unrecognized total memory unit: %s', value_unit)
828 logging.error("Cannot stop adb logcat. %s", e)
869 logging.error("Timeout while waiting for boot completion.")
1016 logging.error("Timeout while waiting for framework to start.")
1043 logging.error("ps command failed (exit code: %s",
[all …]
/test/vts/drivers/hal/common/component_loader/
DDllLoader.cpp89 const char* error = dlerror(); in LoadSymbol() local
90 if (error != NULL) { in LoadSymbol()
91 LOG(ERROR) << "Existing error message " << error << "before loading " in LoadSymbol()
95 if ((error = dlerror()) != NULL) { in LoadSymbol()
96 LOG(ERROR) << "Can't find " << symbol_name << " error: " << error; in LoadSymbol()
/test/vti/test_serving/gae/frontend/src/app/menu/schedule/
Dschedule.component.ts122 (error) => this.showSnackbar(`[${error.status}] ${error.name}`)
141 (error) => this.showSnackbar(`[${error.status}] ${error.name}`)
/test/vti/test_serving/gae/frontend/src/app/menu/
Dmenu_base.ts50 error: (error) => this.showSnackbar(`[${error.status}] ${error.name}`)
/test/vts/runners/host/
Drecords.py242 self.error = []
293 def getNonPassingRecords(self, non_executed=True, failed=True, skipped=False, error=True): argument
306 + (self.error if error else []))
335 self.error.append(requested)
351 self.skipped, self.error
381 self.error.append(record)
442 self.executed, self.failed, self.passed, self.skipped, self.error)
497 d["Error"] = len(self.error)
Dtest_runner.py67 logging.error("Expected 1 test class per file, found %s (%s).",
101 logging.error("No valid config file found.")
104 logging.error("Unexpected exception")
126 logging.error("Abort all test")
128 logging.error("Unexpected exception")
334 logging.error(msg)
458 logging.error("Unexpected exception")
/test/vti/test_serving/gae/frontend/src/app/menu/job/
Djob.component.ts151 (error) => this.showSnackbar(`[${error.status}] ${error.name}`)
179 (error) => this.showSnackbar(`[${error.status}] ${error.name}`)
/test/vts/utils/python/precondition/
Dprecondition_utils.py62 logging.error("The given hwbinder service name %s is invalid.",
160 logging.error("Cannot parse first API level precondition: %s",
169 logging.error("Cannot read first API level from device. "
200 logging.error("precondition-sysprop value is invalid.")
210 logging.error('Failed to read sysprop:\n%s', sysprop_key)
/test/vts/utils/python/profiling/
Dprofiling_utils.py178 logging.error(results[const.STDERR][0])
179 logging.error("Fail to execute command: %s" % file_cmd)
200 logging.error('Unknown abi bitness "%s". Using 64bit hal '
260 logging.error("Fail to execute command: %s" % trace_processor_cmd)
261 logging.error("stdout: %s" % results[const.STDOUT])
262 logging.error("stderr: %s" % results[const.STDERR])
356 logging.error("profiling point %s is already active.", name)
376 logging.error("profiling point %s is not active.", name)
/test/vts/utils/python/web/
Ddashboard_rest_client.py54 logging.error("Error reading service json keyfile: %s", e)
57 logging.error("Invalid service json keyfile: %s", e)
113 logging.error("Row insertion failed: %s", err)

12345