OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_error
(Results
26 - 50
of
63
) sorted by null
1
2
3
/external/chromium_org/third_party/leveldatabase/
env_chromium.cc
270
bool ShouldKeepTrying(base::PlatformFileError
last_error
) {
271
DCHECK_NE(
last_error
, base::PLATFORM_FILE_OK);
272
last_error_ =
last_error
;
/external/javasqlite/src/main/java/SQLite/
Database.java
169
* the
last_error
() method.
200
* the
last_error
() method.
516
public int
last_error
() {
method in class:Database
/external/valgrind/main/coregrind/m_gdbserver/
server.c
166
" v.info
last_error
: show last error found\n"
241
("all_errors n_errs_found
last_error
gdbserver_status memory"
257
case 2: //
last_error
[
all
...]
/external/chromium_org/net/url_request/
url_request_test_util.h
228
int
last_error
() const { return last_error_; }
function in class:net::TestNetworkDelegate
/external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java
129
if (dbx.
last_error
() != SQLite.Constants.SQLITE_BUSY ||
/external/chromium_org/base/
file_util_win.cc
712
DWORD
last_error
= ::GetLastError();
local
724
::SetLastError(
last_error
);
logging.cc
798
DWORD
last_error
= err_;
local
799
base::debug::Alias(&
last_error
);
/external/chromium/third_party/libevent/
evdns.c
343
last_error
(int sock)
function
377
#define
last_error
(sock) (errno)
macro
[
all
...]
/external/chromium_org/third_party/libevent/
evdns.c
343
last_error
(int sock)
function
377
#define
last_error
(sock) (errno)
macro
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
1231
int
last_error
= INT_MAX;
local
[
all
...]
/external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_task.cc
363
<< "
last_error
=" << net::ErrorToString(result);
/external/chromium/net/spdy/
spdy_framer.h
123
LAST_ERROR
, // Must be the last entry in the enum.
/external/chromium_org/android_webview/renderer/
print_web_view_helper.h
439
int
last_error
() const;
/external/chromium_org/chrome/
chrome_renderer.gypi
201
'renderer/resources/extensions/
last_error
.js',
/external/chromium_org/chrome/common/metrics/proto/
system_profile.proto
298
optional int32
last_error
= 4;
/external/chromium_org/chrome/renderer/printing/
print_web_view_helper.h
442
int
last_error
() const;
/external/chromium/base/
file_util_win.cc
194
DWORD
last_error
= ::GetLastError();
local
206
::SetLastError(
last_error
);
[
all
...]
/external/chromium_org/chrome/app/
breakpad_win.cc
344
DWORD
last_error
= ::GetLastError();
local
345
base::SStringPrintf(&profile_type, L"error %u",
last_error
);
[
all
...]
/external/chromium/testing/gtest/src/
gtest-death-test.cc
287
const int
last_error
= errno;
local
289
<< GetLastErrnoDescription() << " [" <<
last_error
<< "]";
[
all
...]
/external/chromium_org/testing/gtest/src/
gtest-death-test.cc
325
const int
last_error
= errno;
local
327
<< GetLastErrnoDescription() << " [" <<
last_error
<< "]";
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc
287
const int
last_error
= errno;
local
289
<< GetLastErrnoDescription() << " [" <<
last_error
<< "]";
[
all
...]
/external/gtest/src/
gtest-death-test.cc
287
const int
last_error
= errno;
local
289
<< GetLastErrnoDescription() << " [" <<
last_error
<< "]";
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc
287
const int
last_error
= errno;
local
289
<< GetLastErrnoDescription() << " [" <<
last_error
<< "]";
[
all
...]
/external/llvm/utils/unittest/googletest/
gtest-death-test.cc
287
const int
last_error
= errno;
local
289
<< GetLastErrnoDescription() << " [" <<
last_error
<< "]";
[
all
...]
/external/mesa3d/src/gtest/src/
gtest-death-test.cc
287
const int
last_error
= errno;
local
289
<< GetLastErrnoDescription() << " [" <<
last_error
<< "]";
[
all
...]
Completed in 835 milliseconds
1
2
3