Home
last modified time | relevance | path

Searched refs:errorMessage (Results 1 – 25 of 32) sorted by relevance

12

/hardware/interfaces/audio/aidl/default/include/core-impl/
DXmlConverter.h53 std::string errorMessage; in generateError() local
56 errorMessage = "No audio configuration files found"; in generateError()
58 errorMessage = std::string("Could not read requested XML config file: \"") in generateError()
62 errorMessage = std::string("Invalid XML config file: \"") in generateError()
67 return errorMessage; in generateError()
/hardware/google/aemu/base/
DThread_win32.cpp70 Win32UnicodeString errorMessage(e.ErrorMessage()); in start() local
71 if (errorMessage.size() != 0) { in start()
72 ss << errorMessage.toString().c_str() << "(" << res << ")"; in start()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dlunr.js3243 var errorMessage = "expected either a field or a term, found " + lexeme.type
3246 errorMessage += " with value '" + lexeme.str + "'"
3249 throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)
3268 var errorMessage = "unrecognised presence operator'" + lexeme.str + "'"
3269 throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)
3275 var errorMessage = "expecting term or field, found nothing"
3276 throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)
3285 var errorMessage = "expecting term or field, found '" + nextLexeme.type + "'"
3286 throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)
3299 errorMessage = "unrecognised field '" + lexeme.str + "', possible fields: " + possibleFields
[all …]
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/1/android/hardware/automotive/vehicle/
DUserIdentificationResponse.aidl40 @utf8InCpp String errorMessage;
DCreateUserResponse.aidl39 @utf8InCpp String errorMessage;
DSwitchUserResponse.aidl40 @utf8InCpp String errorMessage;
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/
DUserIdentificationResponse.aidl40 @utf8InCpp String errorMessage;
DCreateUserResponse.aidl39 @utf8InCpp String errorMessage;
DSwitchUserResponse.aidl40 @utf8InCpp String errorMessage;
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/
DUserIdentificationResponse.aidl40 @utf8InCpp String errorMessage;
DCreateUserResponse.aidl39 @utf8InCpp String errorMessage;
DSwitchUserResponse.aidl40 @utf8InCpp String errorMessage;
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/
DUserIdentificationResponse.aidl40 @utf8InCpp String errorMessage;
DCreateUserResponse.aidl39 @utf8InCpp String errorMessage;
DSwitchUserResponse.aidl40 @utf8InCpp String errorMessage;
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/
DUserIdentificationResponse.aidl48 @utf8InCpp String errorMessage;
DCreateUserResponse.aidl44 @utf8InCpp String errorMessage;
DSwitchUserResponse.aidl49 @utf8InCpp String errorMessage;
/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator_test.cpp71 std::string errorMessage; in get_input_combination() local
73 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in get_input_combination()
74 std::cout << "Failed to parse JSON config: " << errorMessage; in get_input_combination()
340 std::string errorMessage; in run_batch_process() local
342 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in run_batch_process()
343 LOG(ERROR) << "Failed to parse JSON config: " << errorMessage; in run_batch_process()
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc315 std::string errorMessage; in ParseGpuSysfsNode() local
316 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in ParseGpuSysfsNode()
317 LOG(ERROR) << "Failed to parse JSON config: " << errorMessage; in ParseGpuSysfsNode()
380 std::string errorMessage; in ParseNodes() local
382 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in ParseNodes()
383 LOG(ERROR) << "Failed to parse JSON config: " << errorMessage; in ParseNodes()
545 std::string errorMessage; in ParseActions() local
547 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in ParseActions()
710 std::string errorMessage; in ParseAdpfConfigs() local
711 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in ParseAdpfConfigs()
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DJsonFakeValueGenerator.cpp132 std::string errorMessage; in parseFakeValueJson() local
133 if (!Json::parseFromStream(builder, is, &rawEvents, &errorMessage)) { in parseFakeValueJson()
135 errorMessage.c_str()); in parseFakeValueJson()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/
DJsonFakeValueGenerator.cpp107 std::string errorMessage; in parseFakeValueJson() local
108 if (!Json::parseFromStream(builder, is, &rawEvents, &errorMessage)) { in parseFakeValueJson()
109 ALOGE("%s: Failed to parse fake data JSON file. Error: %s", __func__, errorMessage.c_str()); in parseFakeValueJson()
/hardware/google/gfxstream/common/opengl/include/EGL/
DPlatform.h70 using LogErrorFunc = void (*)(PlatformMethods *platform, const char *errorMessage);
71 inline void DefaultLogError(PlatformMethods *platform, const char *errorMessage) in DefaultLogError() argument
/hardware/interfaces/automotive/vehicle/2.0/utils/
DUserHalHelper.cpp329 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()
342 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()
361 if (!response.errorMessage.empty()) { in toVehiclePropValue()
362 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/
DUserHalHelper.cpp356 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()
371 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()
392 if (!response.errorMessage.empty()) { in toVehiclePropValue()
393 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()

12