/external/llvm/include/llvm/Object/ |
COFFYAML.h | 36 // to use yaml::IO, we use these structures which are closer to the source. 80 static void enumeration(IO &IO, COFF::MachineTypes &Value); 85 static void enumeration(IO &IO, COFF::SymbolBaseType &Value); 90 static void enumeration(IO &IO, COFF::SymbolStorageClass &Value); 95 static void enumeration(IO &IO, COFF::SymbolComplexType &Value); 100 static void enumeration(IO &IO, COFF::RelocationTypeX86 &Value) [all...] |
ELFYAML.h | 97 static void enumeration(IO &IO, ELFYAML::ELF_ET &Value); 102 static void enumeration(IO &IO, ELFYAML::ELF_EM &Value); 107 static void enumeration(IO &IO, ELFYAML::ELF_ELFCLASS &Value); 112 static void enumeration(IO &IO, ELFYAML::ELF_ELFDATA &Value); 117 static void enumeration(IO &IO, ELFYAML::ELF_ELFOSABI &Value) [all...] |
/external/llvm/lib/Object/ |
COFFYAML.cpp | 16 #define ECase(X) IO.enumCase(Value, #X, COFF::X); 27 IO &IO, COFF::MachineTypes &Value) { 52 IO &IO, COFF::SymbolBaseType &Value) { 72 IO &IO, COFF::SymbolStorageClass &Value) { 103 IO &IO, COFF::SymbolComplexType &Value) { 111 IO &IO, COFF::RelocationTypeX86 &Value) [all...] |
ELFYAML.cpp | 20 ScalarEnumerationTraits<ELFYAML::ELF_ET>::enumeration(IO &IO, 22 #define ECase(X) IO.enumCase(Value, #X, ELF::X); 32 ScalarEnumerationTraits<ELFYAML::ELF_EM>::enumeration(IO &IO, 34 #define ECase(X) IO.enumCase(Value, #X, ELF::X); 194 IO &IO, ELFYAML::ELF_ELFCLASS &Value) { 195 #define ECase(X) IO.enumCase(Value, #X, ELF::X); 204 IO &IO, ELFYAML::ELF_ELFDATA &Value) [all...] |
/external/chromium_org/content/browser/fileapi/ |
chrome_blob_storage_context.cc | 30 if (BrowserThread::IsMessageLoopValid(BrowserThread::IO)) { 32 BrowserThread::IO, FROM_HERE, 42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 49 if (BrowserThread::IsMessageLoopValid(BrowserThread::IO) && 50 !BrowserThread::CurrentlyOn(BrowserThread::IO)) { 51 BrowserThread::DeleteSoon(BrowserThread::IO, FROM_HERE, this);
|
/external/chromium_org/content/browser/streams/ |
stream_context.cc | 27 if (BrowserThread::IsMessageLoopValid(BrowserThread::IO)) { 29 BrowserThread::IO, FROM_HERE, 38 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 45 // In many tests, there isn't a valid IO thread. In that case, just delete on 49 if (BrowserThread::IsMessageLoopValid(BrowserThread::IO) && 50 !BrowserThread::CurrentlyOn(BrowserThread::IO)) { 51 BrowserThread::DeleteSoon(BrowserThread::IO, FROM_HERE, this);
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_context_wrapper.cc | 23 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) { 25 BrowserThread::IO, FROM_HERE, 38 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) { 40 BrowserThread::IO, FROM_HERE, 48 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
service_worker_registration.cc | 18 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 22 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
/external/chromium/chrome/browser/chromeos/login/ |
auth_attempt_state.cc | 57 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 67 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 73 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 80 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 87 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 92 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 97 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 102 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 107 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); [all...] |
/external/llvm/unittests/Object/ |
YAMLTest.cpp | 24 static void mapping(IO &IO, BinaryHolder &BH) { 25 IO.mapRequired("Binary", BH.Binary);
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
native_message_port.cc | 19 content::BrowserThread::IO, FROM_HERE, native_process_); 26 content::BrowserThread::IO, FROM_HERE,
|
/external/chromium_org/chrome/browser/net/ |
nss_context_linux.cc | 12 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); 19 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
|
nss_context_chromeos.cc | 19 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); 26 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
|
chrome_http_user_agent_settings.cc | 21 content::BrowserThread::IO)); 25 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); 34 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); 45 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
|
/external/chromium_org/content/browser/appcache/ |
chrome_appcache_service.cc | 29 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 55 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 63 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 71 if (BrowserThread::IsMessageLoopValid(BrowserThread::IO) && 72 !BrowserThread::CurrentlyOn(BrowserThread::IO)) { 73 BrowserThread::DeleteSoon(BrowserThread::IO, FROM_HERE, this);
|
/external/chromium_org/content/browser/speech/ |
speech_recognizer_impl_android.cc | 40 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 42 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, base::Bind( 65 if (BrowserThread::CurrentlyOn(BrowserThread::IO)) { 78 if (BrowserThread::CurrentlyOn(BrowserThread::IO)) { 90 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 95 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 101 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, base::Bind( 106 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 113 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, base::Bind( 118 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
sandboxed_zip_analyzer.cc | 48 // the UI or IO thread. 60 BrowserThread::IO, FROM_HERE, 69 BrowserThread::IO, FROM_HERE, 71 // The file will be closed on the IO thread once it has been handed 90 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 99 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 102 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO).get()) 110 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
policy_cert_verifier.cc | 21 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); 34 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); 49 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); 53 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); 68 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); 81 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); 95 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); 100 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
|
/external/chromium_org/content/browser/ |
browser_ipc_logging.cc | 19 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 36 // processes must be done on the IO thread. 38 BrowserThread::IO,
|
/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_host.cc | 44 BrowserThread::IO, FROM_HERE, 55 BrowserThread::IO, FROM_HERE, 64 BrowserThread::IO, FROM_HERE, 75 BrowserThread::IO, FROM_HERE, 84 BrowserThread::IO, FROM_HERE, 93 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 105 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 117 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 128 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 140 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); [all...] |
/external/chromium_org/chrome/browser/extensions/api/ |
api_resource.h | 31 content::BrowserThread::IO;
|
/external/chromium_org/content/browser/media/ |
media_devices_monitor.cc | 23 BrowserThread::IO, FROM_HERE,
|
/external/chromium_org/content/shell/browser/ |
shell_speech_recognition_manager_delegate.cc | 20 BrowserThread::IO, FROM_HERE, base::Bind(callback, false, true));
|
/external/chromium/chrome/browser/ssl/ |
ssl_error_handler.cc | 37 // This makes sure we don't disappear on the IO thread until we've given an 83 // We need to complete this task on the IO thread. 85 BrowserThread::IO, FROM_HERE, 93 // We need to complete this task on the IO thread. 95 BrowserThread::IO, FROM_HERE, 104 // We need to complete this task on the IO thread. 106 BrowserThread::IO, FROM_HERE, 113 // We need to complete this task on the IO thread. 115 BrowserThread::IO, FROM_HERE, 120 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); [all...] |
/external/chromium_org/content/browser/ssl/ |
ssl_error_handler.cc | 38 // This makes sure we don't disappear on the IO thread until we've given an 86 // We need to complete this task on the IO thread. 88 BrowserThread::IO, FROM_HERE, 96 // We need to complete this task on the IO thread. 98 BrowserThread::IO, FROM_HERE, 107 // We need to complete this task on the IO thread. 109 BrowserThread::IO, FROM_HERE, 116 // We need to complete this task on the IO thread. 118 BrowserThread::IO, FROM_HERE, 123 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); [all...] |