HomeSort by relevance Sort by last modified time
    Searched full:error_msg (Results 101 - 125 of 280) sorted by null

1 2 3 45 6 7 8 91011>>

  /development/testrunner/test_defs/
test_defs.py 86 error_msg = "expected 1 and only one test-definitions tag"
87 raise errors.ParseError(msg=error_msg)
  /external/strace/linux/arm/
get_scno.c 53 error_msg("pid %d unknown syscall trap 0x%08lx",
77 error_msg("pid %d stray syscall exit:"
  /external/toybox/toys/other/
pmap.c 41 if (!line) error_msg("No %lu", (long)pid);
50 error_msg("No %ld\n", (long)pid);
sysctl.c 47 if (!(toys.optflags & FLAG_e)) error_msg("unknown key '%s'", key);
100 error_msg("'%s' not key=value", key);
136 error_msg("'%s' not key=value", line);
  /external/toybox/toys/pending/
ipcrm.c 45 error_msg("invalid number :%s", name);
51 error_msg("illegal key (%s)", name);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
plugin.h 80 // generation is successful. If the code geneartion fails, error_msg may be
84 string* error_msg);
  /external/harfbuzz_ng/win32/
hb-introspection-msvc.mak 41 !error $(ERROR_MSG)
  /art/runtime/arch/mips/
instruction_set_features_mips.cc 67 const std::string& variant, std::string* error_msg ATTRIBUTE_UNUSED) {
204 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const {
223 *error_msg = StringPrintf("Unknown instruction set feature: '%s'", feature.c_str());
  /art/runtime/gc/accounting/
card_table.cc 65 std::string error_msg; local
68 false, false, &error_msg));
69 CHECK(mem_map.get() != nullptr) << "couldn't allocate card table: " << error_msg;
  /art/runtime/jit/
jit.cc 150 Jit* Jit::Create(JitOptions* options, std::string* error_msg) {
154 if (jit_compiler_handle_ == nullptr && !LoadCompiler(error_msg)) {
161 error_msg));
187 bool Jit::LoadCompilerLibrary(std::string* error_msg) {
193 *error_msg = oss.str();
199 *error_msg = "JIT couldn't find jit_load entry point";
206 *error_msg = "JIT couldn't find jit_unload entry point";
213 *error_msg = "JIT couldn't find jit_compile_method entry point";
220 *error_msg = "JIT couldn't find jit_types_loaded entry point";
226 bool Jit::LoadCompiler(std::string* error_msg) {
    [all...]
jit.h 50 static Jit* Create(JitOptions* options, std::string* error_msg);
168 static bool LoadCompilerLibrary(std::string* error_msg);
173 static bool LoadCompiler(std::string* error_msg);
  /art/runtime/
thread_pool.cc 42 std::string error_msg; local
44 false, false, &error_msg));
45 CHECK(stack_.get() != nullptr) << error_msg;
dex_file_verifier_test.cc 138 std::string error_msg; local
143 &error_msg);
145 EXPECT_TRUE(success) << error_msg;
149 EXPECT_NE(error_msg.find(expected_error), std::string::npos) << error_msg;
157 std::string* error_msg) {
178 bool success = DexFile::Open(location, location, error_msg, &tmp);
179 CHECK(success) << error_msg;
210 std::string error_msg; local
212 &error_msg));
1377 std::string error_msg; local
1399 std::string error_msg; local
1483 std::string error_msg; local
    [all...]
runtime.cc 591 std::string error_msg; local
597 if (!jit::Jit::LoadCompilerLibrary(&error_msg)) {
599 LOG(WARNING) << "Failed to load JIT compiler with error " << error_msg;
853 std::string error_msg; local
858 &error_msg));
863 OatFile::OpenWithElfFile(elf_file.release(), oat_location, nullptr, &error_msg));
865 LOG(WARNING) << "Unable to use '" << oat_filename << "' because " << error_msg; local
874 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg);
912 std::string error_msg; local
917 if (!DexFile::Open(dex_filename, dex_location, &error_msg, dex_files))
918 LOG(WARNING) << "Failed to open .dex from file '" << dex_filename << "': " << error_msg; local
1158 std::string error_msg; local
1209 std::string error_msg; local
1336 std::string error_msg; local
1345 std::string error_msg; local
1347 LOG(FATAL) << "LoadNativeLibrary failed for \\"" << kOpenJdkLibrary << "\\": " << error_msg; local
1959 std::string error_msg; local
    [all...]
  /external/autotest/client/virt/
installer.py 150 error_msg = ('Invalid installer mode or name for "%s". Probably an '
153 error_msg += ' specifically for virt type "%s"' % virt
155 raise error.TestError(error_msg)
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_png.cpp 18 static void _png_error_data(png_structp png_ptr, png_const_charp error_msg) {
20 FXSYS_strncpy((char*)png_get_error_ptr(png_ptr), error_msg,
25 static void _png_warning_data(png_structp png_ptr, png_const_charp error_msg) {}
  /external/strace/linux/x86_64/
get_scno.c 98 error_msg("Unknown value CS=0x%08X while "
124 error_msg("Unknown syscall opcode (0x%04X) while "
138 error_msg("syscall_%lu(...) in unsupported "
  /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");
  /system/webservd/webservd/
config.cc 115 std::string error_msg; local
118 config_json, base::JSON_ALLOW_TRAILING_COMMAS, nullptr, &error_msg)
126 error_msg.c_str());
  /art/imgdiag/
imgdiag.cc 306 std::string error_msg; local
459 &error_msg));
461 os << error_msg; local
    [all...]
  /art/profman/
profman.cc 238 std::string error_msg; local
242 &error_msg));
244 LOG(WARNING) << "OpenFromFd failed for '" << dex_locations_[i] << "' " << error_msg; local
249 &error_msg,
252 LOG(WARNING) << "OpenFromZip failed for '" << dex_locations_[i] << "' " << error_msg; local
  /bionic/tests/
signal_test.cpp 385 static constexpr char error_msg[] = local
402 << "rt_tgsigqueueinfo failed: " << strerror(errno) << error_msg;
405 << error_msg;
409 << "rt_tgsigqueueinfo failed: " << strerror(errno) << error_msg;
412 << error_msg;
  /external/libdrm/freedreno/msm/
msm_ringbuffer.c 261 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno));
262 ERROR_MSG(" pipe: %u", req.pipe);
265 ERROR_MSG(" bos[%d]: handle=%u, flags=%x", i, bo->handle, bo->flags);
270 ERROR_MSG(" cmd[%d]: type=%u, submit_idx=%u, submit_offset=%u, size=%u",
274 ERROR_MSG(" reloc[%d]: submit_offset=%u, or=%08x, shift=%d, reloc_idx=%u"
376 ERROR_MSG("allocation failed");
385 ERROR_MSG("ringbuffer allocation failed");
  /external/strace/
strace.c 314 void error_msg(const char *fmt, ...) function
734 error_msg("new tcb for pid %d, active tcbs:%d",
756 error_msg("dropped tcb for pid %d, %d remain",
886 error_msg("detach wait: event:%d sig:%d",
940 error_msg("Process %u detached", tcp->pid);
1042 error_msg("attach to pid %d failed", tid);
1046 error_msg("attach to pid %d succeeded", tid);
1068 error_msg("Process %u attached"
1072 error_msg("Process %u attached",
1093 error_msg("attach to pid %d (main) succeeded", tcp->pid)
    [all...]
  /art/oatdump/
oatdump.cc 89 const DexFile* OpenDexFile(const OatFile::OatDexFile* oat_dex_file, std::string* error_msg) {
95 const DexFile* ret = oat_dex_file->OpenDexFile(error_msg).release();
182 std::string error_msg; local
183 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
493 std::string error_msg; local
494 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
497 << "': " << error_msg;
522 std::string error_msg; local
523 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
526 << "': " << error_msg;
587 std::string error_msg; local
590 os << "NOT FOUND: " << error_msg << "\\n\\n"; local
640 std::string error_msg; local
645 os << "Failed to open dex file '" << dex_file_location << "': " << error_msg; local
1370 std::string error_msg; local
1386 os << "OAT FILE NOT FOUND: " << error_msg << "\\n"; local
2223 std::string error_msg; local
2282 std::string error_msg; local
2317 std::string error_msg; local
2339 std::string error_msg; local
    [all...]

Completed in 341 milliseconds

1 2 3 45 6 7 8 91011>>