| /external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
| json_manifest.cc | 107 // Error messages will be placed in |error_string|, given that the dictionary 117 nacl::string* error_string) { 123 *error_string = error_stream.str(); 147 *error_string = error_stream.str(); 160 nacl::string* error_string) { 180 *error_string = error_stream.str(); 191 error_string)) { 201 *error_string = error_stream.str(); 210 *error_string = error_stream.str(); 222 nacl::string* error_string) { 292 nacl::string error_string; local 573 nacl::string error_string; local [all...] |
| /external/ppp/pppd/plugins/ |
| winbind.c | 261 char **error_string) 299 if (error_string) { 300 *error_string = strdup("fork failed!"); 428 if (error_string) 429 *error_string = strdup(parameter); 432 if (error_string) 433 *error_string = strdup(parameter); 555 char *error_string = NULL; local 594 &error_string) == AUTHENTICATED) { 600 if (error_string) { 616 char *error_string = NULL; local [all...] |
| /external/chromium/third_party/libjingle/source/talk/examples/call/ |
| status.h | 75 const std::string & error_string() const { return e_str_; } function in class:buzz::Status
|
| /external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
| presencestatus.h | 62 const std::string& error_string() const { return e_str_; } function in class:buzz::PresenceStatus
|
| /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/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/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;
|
| /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/libjingle/source/talk/base/ |
| win32socketserver.cc | 142 LPCSTR error_string = WSAErrorToString(error, &description_string); local 144 << " (" << error_string << ":" << description_string << ") ["
|
| /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/javasqlite/src/main/java/SQLite/ |
| Database.java | 550 public static native String error_string(int error_code); method in class:Database
|
| /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);
|
| /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_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_org/third_party/protobuf/python/google/protobuf/pyext/ |
| python-proto2.cc | 1579 PyObject* error_string = PyString_FromStringAndSize( local [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/chromium_org/v8/src/ |
| factory.cc | 912 Handle<String> error_string = NewStringFromUtf8(CStrVector(buffer), TENURED); local 913 return error_string; [all...] |
| jsregexp.cc | 430 Object* error_string = re->DataAt(JSRegExp::saved_code_index(is_ascii)); local 431 ASSERT(error_string->IsString()); 432 Handle<String> error_message(String::cast(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...] |
| /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...] |
| /prebuilts/gcc/linux-x86/host/x86_64-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...] |
| /external/chromium/chrome/browser/automation/ |
| testing_automation_provider.cc | 2289 std::string error_string = "Unknown command. Options: "; local [all...] |
| /external/v8/src/ |
| jsregexp.cc | 340 Object* error_string = re->DataAt(JSRegExp::saved_code_index(is_ascii)); local 341 ASSERT(error_string->IsString()); 342 Handle<String> error_message(String::cast(error_string)); [all...] |