/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | XmlConverter.h | 53 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/ |
D | Thread_win32.cpp | 70 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/ |
D | lunr.js | 3243 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/ |
D | UserIdentificationResponse.aidl | 40 @utf8InCpp String errorMessage;
|
D | CreateUserResponse.aidl | 39 @utf8InCpp String errorMessage;
|
D | SwitchUserResponse.aidl | 40 @utf8InCpp String errorMessage;
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/ |
D | UserIdentificationResponse.aidl | 40 @utf8InCpp String errorMessage;
|
D | CreateUserResponse.aidl | 39 @utf8InCpp String errorMessage;
|
D | SwitchUserResponse.aidl | 40 @utf8InCpp String errorMessage;
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/ |
D | UserIdentificationResponse.aidl | 40 @utf8InCpp String errorMessage;
|
D | CreateUserResponse.aidl | 39 @utf8InCpp String errorMessage;
|
D | SwitchUserResponse.aidl | 40 @utf8InCpp String errorMessage;
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/ |
D | UserIdentificationResponse.aidl | 40 @utf8InCpp String errorMessage;
|
D | CreateUserResponse.aidl | 39 @utf8InCpp String errorMessage;
|
D | SwitchUserResponse.aidl | 40 @utf8InCpp String errorMessage;
|
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/ |
D | UserIdentificationResponse.aidl | 48 @utf8InCpp String errorMessage;
|
D | CreateUserResponse.aidl | 44 @utf8InCpp String errorMessage;
|
D | SwitchUserResponse.aidl | 49 @utf8InCpp String errorMessage;
|
/hardware/google/pixel/thermal/virtualtemp_estimator/ |
D | virtualtemp_estimator_test.cpp | 71 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/ |
D | HintManager.cc | 315 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/ |
D | JsonFakeValueGenerator.cpp | 132 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/ |
D | JsonFakeValueGenerator.cpp | 107 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/ |
D | Platform.h | 70 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/ |
D | UserHalHelper.cpp | 329 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/ |
D | UserHalHelper.cpp | 356 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()
|