HomeSort by relevance Sort by last modified time
    Searched refs:error_string (Results 51 - 75 of 80) sorted by null

1 23 4

  /external/chromium_org/chrome/browser/policy/
policy_prefs_browsertest.cc 215 std::string error_string; local
218 json, base::JSON_PARSE_RFC, &error_code, &error_string));
220 ADD_FAILURE() << "Error parsing policy_test_cases.json: " << error_string;
  /bionic/libc/arch-arm/generic/bionic/
memcpy.S 399 .word error_string-(1b+8)
403 error_string: label
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_context.c 184 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error));
432 apple_cgl.error_string(cglerr));
  /external/mesa3d/src/glx/apple/
apple_glx_context.c 184 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error));
432 apple_cgl.error_string(cglerr));
  /external/chromium/net/base/
host_resolver_impl.cc 128 LPWSTR error_string = NULL; local
134 (LPWSTR)&error_string,
137 dict->SetString("os_error_string", WideToUTF8(error_string));
138 LocalFree(error_string);
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
gjslint.py 201 print record.error_string
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 45 const char* error_string = strerror(errno); local
50 if (HANDLE_EINTR(write(out_fd, msg, sizeof(msg) - 1)) > 0 && error_string &&
51 HANDLE_EINTR(write(out_fd, error_string, strlen(error_string))) > 0 &&
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
gjslint.py 201 print record.error_string
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.cc 395 base::string16 error_string = local
399 blink::WebIDBDatabaseExceptionUnknownError, error_string));
450 base::string16 error_string = local
454 blink::WebIDBDatabaseExceptionUnknownError, error_string));
1224 base::string16 error_string = local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc 141 LPCSTR error_string = WSAErrorToString(error, &description_string); local
143 << " (" << error_string << ":" << description_string << ") ["
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32socketserver.cc 142 LPCSTR error_string = WSAErrorToString(error, &description_string); local
144 << " (" << error_string << ":" << description_string << ") ["
  /external/chromium_org/v8/src/
messages.js     [all...]
factory.cc 912 Handle<String> error_string = NewStringFromUtf8(CStrVector(buffer), TENURED); local
913 return error_string;
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 264 assertEquals(errors.get(0), db.error_string(Constants.SQLITE_LOCKED));
338 // db.error_string(Constants.SQLITE_LOCKED));
369 // // db.error_string(Constants.SQLITE_LOCKED));
429 db.error_string(Constants.SQLITE_LOCKED));
682 String errorString = db.error_string(Constants.SQLITE_ERROR);
690 assertEquals("Unsupported Method (sqlite 3): error_string", db
691 .error_string(db.last_error()), errorString);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 855 error_string( GLenum error ) function
894 error_string(ctx->ErrorValue));
1028 len = _mesa_snprintf(s2, MAXSTRING, "%s in %s", error_string(error), s);
  /external/mesa3d/src/mesa/main/
errors.c 855 error_string( GLenum error ) function
894 error_string(ctx->ErrorValue));
1028 len = _mesa_snprintf(s2, MAXSTRING, "%s in %s", error_string(error), s);
  /system/core/adb/
sockets.c 783 char* error_string = "unknown failure"; local
785 kTransportAny, NULL, &error_string);
788 sendfailmsg(s->peer->fd, error_string);
adb.c 1409 char* error_string = "unknown failure"; local
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc     [all...]
  /external/chromium_org/net/dns/
host_resolver_impl.cc 301 LPWSTR error_string = NULL; local
307 (LPWSTR)&error_string,
310 dict->SetString("os_error_string", WideToUTF8(error_string));
311 LocalFree(error_string);
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 550 public static native String error_string(int error_code); method in class:Database
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 1579 PyObject* error_string = PyString_FromStringAndSize( local
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 878 ErrorStringType error_string; /* routine to supply error string */ member in struct:_XExten
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 878 ErrorStringType error_string; /* routine to supply error string */ member in struct:_XExten
    [all...]

Completed in 2340 milliseconds

1 23 4