HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 101 - 125 of 867) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/elfutils/libebl/
x86_64_destr.c 1 /* Destructor for x86_64 specific backend library.
  /external/llvm/lib/Target/CBackend/TargetInfo/
CBackendTargetInfo.cpp 18 RegisterTarget<> X(TheCBackendTarget, "c", "C backend");
  /external/llvm/test/CodeGen/Generic/
2011-07-07-ScheduleDAGCrash.ll 6 ; The ARM backend can't handle i256 math at the moment.
  /external/qemu/android/
audio-test.h 17 * used to test that the audio backend works without having to boot
  /external/webkit/Source/WebCore/storage/
IDBCursor.cpp 42 PassRefPtr<IDBCursor> IDBCursor::create(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
44 return adoptRef(new IDBCursor(backend, request, source, transaction));
47 IDBCursor::IDBCursor(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
48 : m_backend(backend)
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/iptables/extensions/
libxt_NFLOG.man 3 logging backend to log the packet. This is usually used in combination
4 with nfnetlink_log as logging backend, which will multicast the packet
  /external/llvm/lib/Target/CBackend/
CTargetMachine.h 1 //===-- CTargetMachine.h - TargetMachine for the C backend ------*- C++ -*-===//
10 // This file declares the TargetMachine that is used by the C backend.
  /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.
41 ARMDEBackend *Backend;
  /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") \

Completed in 1044 milliseconds

1 2 3 45 6 7 8 91011>>