HomeSort by relevance Sort by last modified time
    Searched refs:CheckError (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/components/nacl/loader/nonsfi/
irt_util.h 21 // return CheckError(syscall(...));
22 inline int CheckError(int result) {
irt_fdio.cc 23 return CheckError(close(fd));
31 return CheckError(dup2(fd, newfd));
irt_memory.cc 70 return CheckError(munmap(addr, len));
74 return CheckError(mprotect(addr, len, NaClProtToProt(prot)));
irt_basic.cc 56 return CheckError(sched_yield());
irt_futex.cc 56 return CheckError(
  /external/chromium_org/sql/
statement.h 156 int CheckError(int err);
statement.cc 61 return CheckError(sqlite3_step(ref_->stmt())) == SQLITE_DONE;
70 return CheckError(sqlite3_step(ref_->stmt())) == SQLITE_ROW;
76 // We don't call CheckError() here because sqlite3_reset() returns
321 int Statement::CheckError(int err) {
  /external/chromium_org/components/wifi/
wifi_service_win.cc 259 bool CheckError(DWORD error_code,
512 if (CheckError(error_code, kErrorWiFiService, error))
536 CheckError(error_code, kErrorWiFiService, error);
543 CheckError(ERROR_CALL_NOT_IMPLEMENTED, kErrorWiFiService, error);
549 CheckError(ERROR_CALL_NOT_IMPLEMENTED, kErrorWiFiService, error);
583 if (CheckError(error_code, kErrorWiFiService, error))
588 CheckError(ERROR_INVALID_DATA, kErrorWiFiService, error);
595 CheckError(ERROR_INVALID_DATA, kErrorWiFiService, error);
600 if (CheckError(error_code, kErrorWiFiService, error)) {
612 CheckError(ERROR_INVALID_DATA, kErrorWiFiService, error)
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 594 int CheckError() {
    [all...]
gles2_implementation_unittest_autogen.h 226 EXPECT_EQ(GL_INVALID_VALUE, CheckError());
445 EXPECT_EQ(GL_INVALID_VALUE, CheckError());
    [all...]
  /external/chromium_org/chrome/browser/extensions/error_console/
error_console_browsertest.cc 69 void CheckError(const ExtensionError* error,
92 CheckError(error,
110 CheckError(error,
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 442 milliseconds