HomeSort by relevance Sort by last modified time
    Searched refs:error_string (Results 26 - 50 of 65) sorted by null

12 3

  /external/autotest/server/site_tests/platform_GCC/
platform_GCC.py 115 error_string = ('(%s) "%s" Expected: "%s" Actual: "%s"' %
118 error_messages.append(error_string)
  /external/chromium-trace/catapult/common/bin/
update_chrome_reference_binaries 30 def BuildNotFoundError(error_string):
31 raise ValueError(error_string)
  /external/mesa3d/src/glx/apple/
apple_glx_pixmap.c 69 apple_cgl.error_string(cglerr));
77 fprintf(stderr, "set off screen: %s\n", apple_cgl.error_string(cglerr));
apple_visual.c 173 ("Trying again without CoreProfile: error=%s, vsref=%d\n", apple_cgl.error_string(error), vsref);
186 "CGLChoosePixelFormat error: %s\n", apple_cgl.error_string(error));
apple_cgl.c 110 apple_cgl.error_string = sym(h, "CGLErrorString");
apple_glx_context.c 185 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error));
433 apple_cgl.error_string(cglerr));
  /external/google-breakpad/src/processor/
logging.h 139 // error_string, a required argument, to a string describing that error
141 int ErrnoString(string *error_string);
  /external/valgrind/exp-bbv/tests/x86/
rep_prefix.S 251 pushl $error_string
256 mov $error_string, %ecx # string to print
261 pushl $error_string
289 error_string: .ascii "Error detected!\n\0" label
  /external/tensorflow/tensorflow/core/kernels/
decode_image_op.cc 297 string error_string; local
325 &error_string),
327 error_string));
  /system/core/init/
subcontext.cpp 144 failure->set_error_string(result.error_string());
317 return ResultError(failure.error_string(), failure.error_errno());
341 return ResultError(failure.error_string(), failure.error_errno());
action.cpp 144 << (result ? "succeeded" : "failed: " + result.error_string());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
extutil.h 108 char *(*error_string)( member in struct:_XExtensionHooks
  /system/tpm/trunks/
session_manager_impl.cc 46 std::string error_string(data, data_len);
48 return error_string;
  /external/webrtc/webrtc/libjingle/xmpp/
presencestatus.h 45 const std::string& error_string() const { return e_str_; } function in class:buzz::PresenceStatus
  /libcore/ojluni/src/main/native/
net_util_md.c 471 const char *error_string = local
473 if (error_string == NULL)
474 error_string = "unknown error";
476 size = strlen(format) + strlen(hostname) + strlen(error_string) + 2;
480 snprintf(buf, size, format, hostname, error_string);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
obj-coff-seh.c 120 const char *error_string;
122 if ((error_string = hash_jam (seh_hash, name, (char *) item)))
124 name, error_string);
119 const char *error_string; local
  /external/syslinux/com32/lib/jpeg/
tinyjpeg.c 44 static char error_string[256]; variable
311 snprintf(error_string, sizeof(error_string), "Bad huffman data (buffer overflow)");
980 return error_string;
  /hardware/intel/common/libva/test/decode/
tinyjpeg.c 80 snprintf(error_string, sizeof(error_string), fmt, ## args); \
87 static char error_string[256]; variable
862 return error_string;
  /art/libdexfile/dex/
dex_file_verifier.cc 102 const char* DexFileVerifier::CheckLoadStringByIdx(dex::StringIndex idx, const char* error_string) {
103 if (UNLIKELY(!CheckIndex(idx.index_, dex_file_->NumStringIds(), error_string))) {
170 const char* error_string) {
171 if (UNLIKELY(!CheckIndex(type_idx.index_, dex_file_->NumTypeIds(), error_string))) {
174 return CheckLoadStringByIdx(dex_file_->GetTypeId(type_idx).descriptor_idx_, error_string);
177 const DexFile::FieldId* DexFileVerifier::CheckLoadFieldId(uint32_t idx, const char* error_string) {
178 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumFieldIds(), error_string))) {
213 #define LOAD_METHOD(var, idx, error_string, error_stmt) \
214 const DexFile::MethodId* (var) = CheckLoadMethodId(idx, error_string); \
    [all...]
  /external/webrtc/webrtc/base/
win32socketserver.cc 128 LPCSTR error_string = WSAErrorToString(error, &description_string); local
130 << " (" << error_string << ":" << description_string << ") ["
  /frameworks/rs/tests/lldb/
run_tests.py 761 error_string = 'Could not run lldb at %s: %s' % (lldb_path, str(err))
762 raise TestSuiteException(error_string)
  /system/tpm/attestation/common/
crypto_utility_impl.cc 47 std::string error_string(data, data_len);
49 return error_string;
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
mixture_test.py 216 error_string = r"Shapes of all inputs must match"
218 error_string = r"batch shape must match"
220 with self.assertRaisesOpError(error_string):
222 with self.assertRaisesOpError(error_string):
    [all...]
  /external/vboot_reference/cgpt/
cgpt_common.c 802 const char *error_string[] = { local
811 if (errnum < 0 || errnum >= ARRAY_COUNT(error_string))
813 return error_string[errnum];
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
symbols.c 488 const char *error_string;
495 error_string = hash_jam (local_hash, S_GET_NAME (symbolP),
497 if (error_string != NULL)
499 S_GET_NAME (symbolP), error_string);
503 if ((error_string = hash_jam (sy_hash, S_GET_NAME (symbolP), (void *) symbolP))) local
506 S_GET_NAME (symbolP), error_string);
485 const char *error_string; local
496 S_GET_NAME (symbolP), error_string); local
    [all...]

Completed in 2482 milliseconds

12 3