/external/chromium_org/webkit/browser/fileapi/ |
sandbox_context.cc | 387 base::PlatformFileError error_code) { 405 switch (error_code) {
|
/external/chromium_org/webkit/child/ |
resource_loader_bridge.h | 113 int error_code; member in struct:webkit_glue::ResourceLoaderBridge::SyncLoadResponse 174 int error_code,
|
/external/clang/unittests/Tooling/ |
RefactoringTest.cpp | 187 llvm::error_code EC = llvm::sys::fs::remove(Name); 196 llvm::error_code EC =
|
/external/llvm/lib/Support/ |
FileUtilities.cpp | 181 if (error_code ec = MemoryBuffer::getFile(NameA, F1)) { 187 if (error_code ec = MemoryBuffer::getFile(NameB, F2)) {
|
/external/qemu/target-mips/ |
machine.c | 83 qemu_put_sbe32s(f, &env->error_code); 234 qemu_get_sbe32s(f, &env->error_code);
|
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 192 llvm::error_code ec = 194 if (ec != llvm::error_code::success()) {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
ios.cpp | 72 ios_base::failure::failure(const string& msg, const error_code& ec) 77 ios_base::failure::failure(const char* msg, const error_code& ec)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
sync.h | 353 unsigned char error_code; /* error base + XSyncBadAlarm */ member in struct:__anon38984 363 unsigned char error_code; /* error base + XSyncBadCounter */ member in struct:__anon38985
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
sync.h | 353 unsigned char error_code; /* error base + XSyncBadAlarm */ member in struct:__anon40574 363 unsigned char error_code; /* error base + XSyncBadCounter */ member in struct:__anon40575
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
sync.h | 353 unsigned char error_code; /* error base + XSyncBadAlarm */ member in struct:__anon42089 363 unsigned char error_code; /* error base + XSyncBadCounter */ member in struct:__anon42090
|
/external/chromium/chrome/browser/autofill/ |
autofill_xml_parser.cc | 26 XML_Error error_code) {
|
/external/chromium/chrome/browser/extensions/ |
extension_webnavigation_api.h | 102 int error_code) OVERRIDE;
|
/external/chromium/chrome/browser/notifications/ |
balloon_host.cc | 118 int error_code) {
|
balloon_host.h | 58 int error_code);
|
/external/chromium/chrome/browser/sync/protocol/ |
sync.proto | 565 // none of the other fields (error_code and etc) will be set. 597 // the error_code will be UNKNOWN so that clients know when they're 601 optional ErrorType error_code = 4 [default = UNKNOWN]; 614 // error_code is MIGRATION_DONE.
|
/external/chromium/chrome/browser/tab_contents/ |
background_contents.h | 83 int error_code);
|
tab_contents_view_gtk.h | 57 int error_code);
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_gtk.h | 60 int error_code);
|
tab_contents_view_touch.h | 56 int error_code) OVERRIDE;
|
tab_contents_view_views.h | 53 int error_code) OVERRIDE;
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
status.h | 74 int error_code() const { return e_code_; } function in class:buzz::Status
|
/external/chromium/webkit/glue/ |
weburlloader_impl.cc | 649 int error_code; local 653 error_code = net::ERR_ABORTED; 655 error_code = status.os_error(); 659 error.reason = error_code;
|
/external/chromium_org/base/ |
file_util_win.cc | 390 DWORD error_code = ::GetLastError(); local 391 if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) { 399 *error = base::LastErrorToPlatformFileError(error_code); 401 << ", last error is " << error_code << "."; local
|
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_tab_helper.h | 91 int error_code,
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
web_auth_flow.cc | 225 int error_code,
|