/external/llvm/lib/Target/CppBackend/ |
CPPTargetMachine.h | 1 //===-- CPPTargetMachine.h - TargetMachine for the C++ backend --*- C++ -*-===// 10 // This file declares the TargetMachine that is used by the C++ backend.
|
/external/llvm/utils/TableGen/ |
ARMDecoderEmitter.h | 11 // It contains the tablegen backend declaration ARMDecoderEmitter. 42 ARMDEBackend *Backend;
|
LLVMCConfigurationEmitter.h | 10 // This tablegen backend is responsible for emitting LLVMCC configuration code. 21 /// LLVMCConfigurationEmitter - TableGen backend that generates
|
/external/webkit/Source/WebCore/storage/ |
IDBDatabase.cpp | 54 IDBDatabase::IDBDatabase(ScriptExecutionContext* context, PassRefPtr<IDBDatabaseBackendInterface> backend) 56 , m_backend(backend) 88 RefPtr<IDBObjectStoreBackendInterface> objectStore = m_backend->createObjectStore(name, keyPath, autoIncrement, m_setVersionTransaction->backend(), ec); 103 m_backend->deleteObjectStore(name, m_setVersionTransaction->backend(), ec); 132 // Also note that each backend object corresponds to exactly one IDBTransaction object. 151 // connection. They would have been scheduled by the backend when another
|
IDBTransaction.cpp | 44 PassRefPtr<IDBTransaction> IDBTransaction::create(ScriptExecutionContext* context, PassRefPtr<IDBTransactionBackendInterface> backend, IDBDatabase* db) 46 return adoptRef(new IDBTransaction(context, backend, db)); 49 IDBTransaction::IDBTransaction(ScriptExecutionContext* context, PassRefPtr<IDBTransactionBackendInterface> backend, IDBDatabase* db) 51 , m_backend(backend) 64 IDBTransactionBackendInterface* IDBTransaction::backend() const function in class:WebCore::IDBTransaction
|
IDBIndex.h | 44 static PassRefPtr<IDBIndex> create(PassRefPtr<IDBIndexBackendInterface> backend, IDBObjectStore* objectStore, IDBTransaction* transaction) 46 return adoptRef(new IDBIndex(backend, objectStore, transaction));
|
/external/webkit/Source/autotools/ |
webkit.m4 | 121 dnl determine the Unicode backend 122 AC_MSG_CHECKING([which Unicode backend to use]) 124 AC_HELP_STRING([--with-unicode-backend=@<:@icu/glib@:>@], 125 [Select Unicode backend (WARNING: the glib-based backend is slow, and incomplete) [default=icu]]), 130 *) AC_MSG_ERROR([Invalid Unicode backend: must be icu or glib.]) ;;
|
/external/wpa_supplicant/ |
ctrl_iface.h | 58 /* Functions that each ctrl_iface backend must implement */ 68 * Required to be implemented in each control interface backend. 80 * Required to be implemented in each control interface backend. 93 * Required to be implemented in each control interface backend. 105 * Required to be implemented in each control interface backend. 117 * Required to be implemented in each control interface backend.
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface.h | 58 /* Functions that each ctrl_iface backend must implement */ 68 * Required to be implemented in each control interface backend. 80 * Required to be implemented in each control interface backend. 93 * Required to be implemented in each control interface backend. 105 * Required to be implemented in each control interface backend. 117 * Required to be implemented in each control interface backend.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface.h | 58 /* Functions that each ctrl_iface backend must implement */ 68 * Required to be implemented in each control interface backend. 80 * Required to be implemented in each control interface backend. 93 * Required to be implemented in each control interface backend. 105 * Required to be implemented in each control interface backend. 117 * Required to be implemented in each control interface backend.
|
/external/chromium/net/disk_cache/ |
disk_cache.h | 34 class Backend; 37 // Returns an instance of a Backend of the given |type|. |path| points to a 46 // any backend that performs operations on a disk. The returned pointer can be 49 // be invoked when a backend is available or a fatal error condition is reached. 50 // The pointer to receive the |backend| must remain valid until the operation 54 net::NetLog* net_log, Backend** backend, 58 class Backend { 60 // If the backend is destroyed when there are operations in progress (any 64 // for a given Entry (as opposed to the Backend) will still generate [all...] |
/external/chromium/chrome/browser/chromeos/ |
version_loader.cc | 31 VersionLoader::VersionLoader() : backend_(new Backend()) { 62 NewRunnableMethod(backend_.get(), &Backend::GetVersion, request, format)); 80 NewRunnableMethod(backend_.get(), &Backend::GetFirmware, request)); 135 void VersionLoader::Backend::GetVersion( 181 void VersionLoader::Backend::GetFirmware(
|
/external/chromium/net/url_request/ |
view_cache_helper_unittest.cc | 23 // Gets a pointer to the cache backend. 24 disk_cache::Backend* GetBackend(); 68 void WriteToEntry(disk_cache::Backend* cache, const std::string key, 89 disk_cache::Backend* cache; 184 disk_cache::Backend* cache;
|
view_cache_helper.h | 15 class Backend; 97 disk_cache::Backend* disk_cache_;
|
/external/chromium/chrome/browser/policy/ |
device_management_service.h | 55 // Constructs a device management backend for use by client code. Ownership of 56 // the returned backend object is transferred to the caller. 60 // Provides the backend with a request context so it can make actual network
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
proxy_rules_list.js | 46 * Adds given exception to model and update backend. 55 * Removes given exception from model and update backend. 92 * Updates backend.
|
/external/chromium/chrome/browser/sync/ |
README.js | 5 about:sync) interacts with the sync service/backend. 8 sync backend and the sync backend asynchronously raises events to
|
/external/llvm/docs/CommandGuide/ |
llvm-config.pod | 112 =item B<backend> 114 Includes either a native backend or the C backend.
|
/external/qemu/android/utils/ |
debug.h | 28 _VERBOSE_TAG(audioin, "audio input backend") \ 29 _VERBOSE_TAG(audioout, "audio output backend") \
|
/external/webkit/Source/WebKit/chromium/src/ |
WebIDBIndexImpl.cpp | 42 WebIDBIndexImpl::WebIDBIndexImpl(PassRefPtr<IDBIndexBackendInterface> backend) 43 : m_backend(backend)
|
WebIDBTransactionImpl.cpp | 40 WebIDBTransactionImpl::WebIDBTransactionImpl(PassRefPtr<IDBTransactionBackendInterface> backend) 41 : m_backend(backend)
|
/external/bluetooth/bluez/cups/ |
cups.h | 24 enum { /**** Backend exit codes ****/
|
/external/bluetooth/glib/gio/tests/ |
live-g-file.txt | 26 - locatest:// gvfs backend (localtest:///tmp/...)
|
/external/chromium/chrome/browser/chromeos/login/ |
client_login_response_handler.h | 43 // A string that tells the Accounts backend to which service we're trying to
|
/external/chromium/chrome/browser/sessions/ |
session_service_test_helper.h | 68 SessionBackend* backend();
|