HomeSort by relevance Sort by last modified time
    Searched refs:error_msg (Results 151 - 175 of 405) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/tools/aidl/
type_namespace.h 136 const AidlType& type, std::string* error_msg,
189 const AidlType& type, std::string* error_msg,
388 const AidlType& aidl_type, std::string* error_msg,
394 *error_msg = "unknown type";
400 *error_msg = "void type cannot be an array";
405 *error_msg = "void type cannot be annotated";
414 *error_msg = StringPrintf("Type cannot be marked as both %s and %s.",
436 *error_msg = StringPrintf("type '%s' may not be annotated as %s.",
452 *error_msg = StringPrintf(
459 *error_msg = "type cannot be marshalled"
    [all...]
  /art/runtime/
oat_file_manager.cc 281 std::string* error_msg /*out*/) {
307 error_msg->clear();
319 error_msg->append(
360 std::string* error_msg /*out*/) const {
362 DCHECK(error_msg != nullptr);
391 return CollisionCheck(dex_files_loaded, dex_files_unloaded, error_msg);
428 std::string error_msg; local
429 if (!oat_file_assistant.Lock(/*out*/&error_msg)) {
432 VLOG(class_linker) << "OatFileAssistant::Lock: " << error_msg;
453 /*out*/ &error_msg)) {
    [all...]
aot_class_linker.cc 76 std::string* error_msg) {
92 return ClassLinker::PerformClassVerification(self, klass, log_level, error_msg);
mem_map.cc 149 bool MemMap::ContainedWithinExistingMap(uint8_t* ptr, size_t size, std::string* error_msg) {
168 if (error_msg != nullptr) {
169 *error_msg = StringPrintf("Failed to build process map");
182 if (error_msg != nullptr) {
184 *error_msg = StringPrintf("Requested region 0x%08" PRIxPTR "-0x%08" PRIxPTR " does not overlap "
193 std::string* error_msg) {
196 *error_msg = StringPrintf("Failed to build process map");
207 *error_msg = StringPrintf("Requested region 0x%08" PRIxPTR "-0x%08" PRIxPTR " overlaps with "
221 // reason in error_msg.
226 // and if not, report in error_msg what the conflict mapping was i
    [all...]
jni_env_ext.cc 66 JNIEnvExt* JNIEnvExt::Create(Thread* self_in, JavaVMExt* vm_in, std::string* error_msg) {
67 std::unique_ptr<JNIEnvExt> ret(new JNIEnvExt(self_in, vm_in, error_msg));
74 JNIEnvExt::JNIEnvExt(Thread* self_in, JavaVMExt* vm_in, std::string* error_msg)
78 locals_(kLocalsInitial, kLocal, IndirectReferenceTable::ResizableCapacity::kYes, error_msg),
101 std::string error_msg; local
102 jobject ref = reinterpret_cast<jobject>(locals_.Add(local_ref_cookie_, obj, &error_msg));
105 LOG(FATAL) << error_msg;
oat_file.h 82 std::string* error_msg);
95 std::string* error_msg);
109 std::string* error_msg);
120 std::string* error_msg);
126 std::string* error_msg);
267 // If error_msg is non-null and no OatDexFile is returned, error_msg will
271 /*out*/std::string* error_msg = nullptr) const
438 std::unique_ptr<const DexFile> OpenDexFile(std::string* error_msg) const;
  /art/dex2oat/
dex2oat_options.h 63 std::string* error_msg);
dex2oat_image_test.cc 68 std::string error_msg; local
74 &error_msg,
76 << error_msg;
125 std::string error_msg; local
126 if (!CompileBootImage(extra_args, scratch.GetFilename(), &error_msg)) {
127 LOG(ERROR) << "Failed to compile image " << scratch.GetFilename() << error_msg;
150 std::string* error_msg) {
186 return RunDex2Oat(argv, error_msg);
189 int RunDex2Oat(const std::vector<std::string>& args, std::string* error_msg) {
222 *error_msg += std::string(buffer, bytes_read)
    [all...]
  /art/openjdkjvmti/
transform.h 70 /*out*/std::string* error_msg);
  /external/autotest/client/cros/chameleon/
chameleon_video_capturer.py 80 error_msg = "Expected current time to be > 1 seconds"
85 exception=error.TestError(error_msg))
87 error_msg = "Couldn't get the right number of frames"
92 error.TestError(error_msg),
  /external/toybox/toys/android/
log.c 50 error_msg("log cut at 1024 bytes");
  /external/toybox/toys/other/
factor.c 35 error_msg("%s: not integer", err);
pmap.c 41 if (!line) error_msg("No %lu", (long)pid);
50 error_msg("No %ld\n", (long)pid);
  /frameworks/base/core/jni/
android_content_res_ApkAssets.cpp 53 std::string error_msg = base::StringPrintf("Failed to load asset path %s", path.c_str()); local
54 jniThrowException(env, "java/io/IOException", error_msg.c_str());
85 std::string error_msg = base::StringPrintf("Failed to load asset path %s from fd %d", local
87 jniThrowException(env, "java/io/IOException", error_msg.c_str());
  /system/core/libnativeloader/include/nativeloader/
native_loader.h 48 std::string* error_msg);
  /external/autotest/client/site_tests/crosvm_Sanity/
crosvm_Sanity.py 56 error_msg, warning_msg = func()
57 errors += error_msg
  /external/autotest/client/site_tests/platform_Firewall/
platform_Firewall.py 39 def _check(expected_rule, actual_rules, error_msg, executable, check):
42 raise error.TestFail(error_msg % executable)
46 def _check_included(expected_rule, actual_rules, error_msg, executable):
49 expected_rule, actual_rules, error_msg, executable,
54 def _check_not_included(expected_rule, actual_rules, error_msg, executable):
57 expected_rule, actual_rules, error_msg, executable,
  /system/extras/perfprofd/
perfprofd_io.cc 64 std::string* error_msg);
126 std::string* error_msg) {
149 *error_msg = StringPrintf("Could not initialize compression: %d (%s)",
270 std::string error_msg; local
271 gzip = GzipOutputStream::Create(&cosa, &error_msg);
273 LOG(ERROR) << error_msg;
  /system/media/camera/docs/
metadata_validate.py 213 error_msg = ("Did not find corresponding clone entry '%s' " + \
215 validate_error(error_msg)
220 error_msg = ("Clone entry target '%s' did not match fully qualified " + \
222 validate_error(error_msg)
243 error_msg = ("Clone '%s' HAL version '%d.%d' is older than entry target HAL version '%d.%d'" \
245 validate_error(error_msg)
  /art/tools/veridex/
veridex.cc 139 std::string error_msg; local
146 if (!Load(str, boot_content[i++], &boot_dex_files, &error_msg)) {
147 LOG(ERROR) << error_msg;
157 if (!Load(str, app_content[i++], &app_dex_files, &error_msg)) {
158 LOG(ERROR) << error_msg;
259 std::string* error_msg) {
261 *error_msg = "Missing file name";
267 *error_msg = "ReadFileToString failed for " + filename;
279 error_msg,
  /external/protobuf/conformance/
conformance_test_runner.cc 113 string error_msg; local
115 StringAppendF(&error_msg,
118 StringAppendF(&error_msg,
121 GOOGLE_LOG(INFO) << error_msg;
125 response_obj.set_runtime_error(error_msg);
  /art/libdexfile/dex/
code_item_accessors_test.cc 44 std::string error_msg; local
52 &error_msg));
53 CHECK(dex != nullptr) << error_msg;
  /bionic/linker/
linker_config.cpp 69 * kError: error_msg is set.
71 int next_token(std::string* name, std::string* value, std::string* error_msg) {
100 *error_msg = std::string("invalid format: ") +
183 std::string* error_msg) {
187 *error_msg = std::string("error reading file \"") +
257 *error_msg = create_error_msg(ld_config_file_path,
424 std::string* error_msg) {
428 if (!parse_config_file(ld_config_file_path, binary_realpath, &property_map, error_msg)) {
452 *error_msg = std::string("error reading version file \"") +
466 *error_msg = std::string("invalid version \"") + version_file + "\": \"" + content +"\""
    [all...]
  /external/autotest/client/tests/xfstests/
xfstests.py 58 error_msg = match.groups()[2]
60 error_msg = 'Test dependency failed, test not run'
61 raise error.TestNAError(error_msg)
  /external/toybox/toys/lsb/
passwd.c 98 else error_msg("Passwords do not match.\n");
189 if (!ret) error_msg("Success");
190 else error_msg("Failure");

Completed in 652 milliseconds

1 2 3 4 5 67 8 91011>>