/external/webkit/Source/WebCore/storage/ |
IDBCursorWithValue.cpp | 36 PassRefPtr<IDBCursorWithValue> IDBCursorWithValue::create(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) 38 return adoptRef(new IDBCursorWithValue(backend, request, source, transaction)); 41 IDBCursorWithValue::IDBCursorWithValue(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) 42 : IDBCursor(backend, request, source, transaction)
|
IDBIndex.cpp | 44 IDBIndex::IDBIndex(PassRefPtr<IDBIndexBackendInterface> backend, IDBObjectStore* objectStore, IDBTransaction* transaction) 45 : m_backend(backend) 68 m_backend->openCursor(keyRange, direction, request, m_transaction->backend(), ec); 86 m_backend->openKeyCursor(keyRange, direction, request, m_transaction->backend(), ec); 97 m_backend->get(key, request, m_transaction->backend(), ec); 108 m_backend->getKey(key, request, m_transaction->backend(), ec);
|
/external/chromium/chrome/browser/policy/ |
mock_device_management_service.h | 22 explicit ProxyDeviceManagementBackend(DeviceManagementBackend* backend); 53 void set_backend(DeviceManagementBackend* backend) { 54 backend_ = backend;
|
/external/wpa_supplicant/ |
config_none.c | 2 * WPA Supplicant / Configuration backend: empty starting point 14 * This file implements dummy example of a configuration backend. None of the 16 * compilation test or a starting point for a new configuration backend.
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config_none.c | 2 * WPA Supplicant / Configuration backend: empty starting point 14 * This file implements dummy example of a configuration backend. None of the 16 * compilation test or a starting point for a new configuration backend.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_none.c | 2 * WPA Supplicant / Configuration backend: empty starting point 14 * This file implements dummy example of a configuration backend. None of the 16 * compilation test or a starting point for a new configuration backend.
|
/external/chromium/net/http/ |
disk_cache_based_ssl_host_info.h | 62 disk_cache::Backend** backend_pointer() { return &backend_; } 64 disk_cache::Backend* backend() const { return backend_; } function in class:net::DiskCacheBasedSSLHostInfo::CallbackImpl 74 disk_cache::Backend* backend_; 112 disk_cache::Backend* backend_;
|
http_cache.h | 9 // The HttpCache takes a disk_cache::Backend as a parameter, and uses that for 39 class Backend; 78 // A BackendFactory creates a backend object to be used by the HttpCache. 83 // The actual method to build the backend. Returns a net error code. If 85 // operation completes, and |backend| must remain valid until the 90 disk_cache::Backend** backend, 94 // A default backend factory for the common use cases. 97 // |path| is the destination for any files used by the backend, and 109 disk_cache::Backend** backend [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
gthr-default.h | 352 /* Backend initialization functions */ 388 /* Backend thread functions */ 526 /* Backend mutex functions */ 534 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 536 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 538 objc_free (mutex->backend); 539 mutex->backend = NULL; 562 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 568 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 571 objc_free (mutex->backend); [all...] |
gthr-posix.h | 352 /* Backend initialization functions */ 388 /* Backend thread functions */ 526 /* Backend mutex functions */ 534 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 536 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 538 objc_free (mutex->backend); 539 mutex->backend = NULL; 562 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 568 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 571 objc_free (mutex->backend); [all...] |
/external/chromium/net/disk_cache/ |
stats.cc | 72 bool LoadStats(BackendImpl* backend, Addr address, OnDiskStats* stats) { 73 MappedFile* file = backend->File(address); 95 bool StoreStats(BackendImpl* backend, Addr address, OnDiskStats* stats) { 96 MappedFile* file = backend->File(address); 105 bool CreateStats(BackendImpl* backend, Addr* address, OnDiskStats* stats) { 106 if (!backend->CreateBlock(BLOCK_256, 2, address)) 116 return StoreStats(backend, *address, stats); 125 bool Stats::Init(BackendImpl* backend, uint32* storage_addr) { 129 if (!LoadStats(backend, address, &stats)) 132 if (!CreateStats(backend, &address, &stats) [all...] |
mem_backend_impl.h | 24 // This class implements the Backend interface. An object of this class handles 26 class MemBackendImpl : public Backend { 31 // Returns an instance of a Backend implemented only in memory. The returned 36 static Backend* CreateBackend(int max_bytes, net::NetLog* net_log); 65 // Backend interface. 87 // Old Backend interface.
|
/external/chromium/chrome/browser/sessions/ |
base_session_service.cc | 56 // backend. 81 // If backend_thread is non-null, backend will init itself as appropriate. 89 backend()->DeleteLastSession(); 92 backend(), &SessionBackend::DeleteLastSession)); 114 DCHECK(backend()); 120 backend()->AppendCommands( 124 backend(), &SessionBackend::AppendCommands, 128 // Backend took ownership of commands. 264 backend(), &SessionBackend::ReadLastSessionCommands, request_wrapper)); 266 backend()->ReadLastSessionCommands(request) [all...] |
/external/chromium/chrome/browser/ssl/ |
ssl_policy.h | 27 explicit SSLPolicy(SSLPolicyBackend* backend); 42 SSLPolicyBackend* backend() const { return backend_; } function in class:SSLPolicy 65 // The backend we use to enact our decisions.
|
/external/clang/test/CodeGen/ |
2002-02-13-ReloadProblem.c | 5 * the entire backend of GCC, even though it was unnecessary for LLVM output
|
/external/iptables/extensions/ |
libxt_TRACE.man | 4 A logging backend, such as ip(6)t_LOG or nfnetlink_log, must be loaded for this
|
/external/llvm/lib/Target/MSP430/ |
README.txt | 2 // MSP430 backend. 5 DISCLAIMER: Thid backend should be considered as highly experimental. I never 7 only. The original intention of making this backend was to write documentation 8 of form "How to write backend for dummies" :) Thes notes hopefully will be
|
/external/llvm/test/CodeGen/PowerPC/ |
2005-08-12-rlwimi-crash.ll | 1 ; this should not crash the ppc backend
|
/external/llvm/utils/ |
llvm-native-gxx | 10 $Backend = 'cbe'; 21 if ($ARGV[$i] =~ /-mllvm-backend=([a-z0-9]*)/) { 22 $Backend = $1; 75 $def =~ s/\.bc$/.$Backend/; 108 my ($BCFile, $Backend, $OutputFile) = @_; 111 if ($Backend eq 'cbe') { 118 } elsif ($Backend eq 'llc') { 134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_; 146 if ($Backend eq 'cbe') { 149 } elsif ($Backend eq 'llc') [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
IDBCallbacksProxy.cpp | 72 void IDBCallbacksProxy::onSuccess(PassRefPtr<IDBDatabaseBackendInterface> backend) 74 m_callbacks->onSuccess(new WebIDBDatabaseImpl(backend)); 82 void IDBCallbacksProxy::onSuccess(PassRefPtr<IDBTransactionBackendInterface> backend) 84 m_callbacks->onSuccess(new WebIDBTransactionImpl(backend));
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmbr2684.h | 40 * the first element of the structure is the backend number and the rest 41 * is per-backend specific 67 * the first element of the structure is the backend number and the rest 68 * is per-backend specific
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
MonkeyRunnerOptions.java | 33 private final String backend; field in class:MonkeyRunnerOptions 38 private MonkeyRunnerOptions(String hostname, int port, File scriptFile, String backend, 43 this.backend = backend; 62 return backend; 100 String backend = "adb"; local 134 printUsage("Missing backend name after -be"); 137 backend = args[index++]; 183 return new MonkeyRunnerOptions(hostname, port, scriptFile, backend, logLevel,
|
/external/llvm/ |
CREDITS.TXT | 15 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM 27 D: PowerPC backend developer 46 D: Portions of X86 and Sparc JIT compilers, PowerPC backend 92 D: The ARM backend 105 D: Portions of X86 static and JIT compilers; initial SparcV8 backend 112 D: PPC backend fixes for Linux 115 D: Portions of the PowerPC backend 197 D: Author of the original C backend 211 D: Improvements to the PPC backend, instruction scheduling 225 D: Modulo scheduling in the SparcV9 backend [all...] |
/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.h | 113 // BootTimesLoader calls into the Backend on the file thread to load 115 class Backend : public base::RefCountedThreadSafe<Backend> { 117 Backend() {} 122 friend class base::RefCountedThreadSafe<Backend>; 124 ~Backend() {} 126 DISALLOW_COPY_AND_ASSIGN(Backend); 162 scoped_refptr<Backend> backend_;
|
/external/chromium/chrome/browser/history/ |
history_browsertest.cc | 29 // and history backend thread because the history subsystem posts tasks back 34 // A task to be scheduled on the history backend thread. 35 // Notifies the main thread after all history backend thread tasks have run. 41 virtual bool RunOnDBThread(history::HistoryBackend* backend, 54 // Enumerates all history contents on the backend thread. 171 Checkpoint("After waiting for history backend to run", start_time); 191 Checkpoint("After waiting for history backend to run", start_time); 205 Checkpoint("After waiting for history backend to run (2nd time)", start_time);
|