/external/chromium/net/disk_cache/ |
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/llvm/ |
CODE_OWNERS.TXT | 44 D: Hexagon Backend 52 D: Sparc Backend (lib/Target/Sparc/*) 95 D: AArch64 backend 102 D: XCore Backend 110 D: X86 Backend, Loop Vectorizer 123 D: R600 Backend
|
CREDITS.TXT | 15 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM 31 D: PowerPC backend developer 50 D: Portions of X86 and Sparc JIT compilers, PowerPC backend 108 D: The ARM backend 116 D: Basic-block autovectorization, PowerPC backend improvements 125 D: Portions of X86 static and JIT compilers; initial SparcV8 backend 132 D: PPC backend fixes for Linux 135 D: Portions of the PowerPC backend 219 D: Author of the original C backend 237 D: Improvements to the PPC backend, instruction schedulin [all...] |
/external/webkit/Source/WebCore/storage/ |
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/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/libusb_aah/ |
NEWS | 6 * Backend for Windows, for devices using the WinUSB.sys driver 7 * Backend for OpenBSD and NetBSD, for devices using the ugen driver 43 * Darwin backend
|
RELEASE-NOTES | 6 Perhaps the most exciting improvement is the addition of the backend for 14 this first release with the Windows backend. In that case, please get in 19 Another exciting improvement is the new OpenBSD backend, which also works
|
PORTING | 12 libusb's internal "backend" API, which performs the appropriate operations on 15 In terms of USB I/O, your backend provides functionality to submit 17 layers, based on the async interface). Your backend must also provide 20 Your backend must also provide an event handling function to "reap" ongoing 23 The backend must also provide standard functions for other USB operations, 31 at various points in time. Your backend must provide a set of file descriptors 45 Documentation of the backend interface can be found in libusbi.h inside the 57 The Linux backend acts as a good example - view it as a reference 67 2. Implement your backend in the libusb/os/ directory, modifying
|
/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/libusb/ |
PORTING | 12 libusb's internal "backend" API, which performs the appropriate operations on 15 In terms of USB I/O, your backend provides functionality to submit 17 layers, based on the async interface). Your backend must also provide 20 Your backend must also provide an event handling function to "reap" ongoing 23 The backend must also provide standard functions for other USB operations, 31 at various points in time. Your backend must provide a set of file descriptors 45 Documentation of the backend interface can be found in libusbi.h inside the 57 The Linux backend acts as a good example - view it as a reference 67 2. Implement your backend in the libusb/os/ directory, modifying
|
/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));
|
/prebuilts/gcc/linux-x86/host/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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
|
/frameworks/compile/mclinker/include/mcld/Target/ |
TargetLDBackend.h | 1 //===-- llvm/Target/TargetLDBackend.h - Target LD Backend -----*- C++ -*-===// 68 /// scanRelocation - When read in relocations, backend can do any modification 80 /// partialScanRelocation - When doing partial linking, backend can do any 102 /// preLayout - Backend can do any needed modification before layout 105 /// postLayout - Backend can do any needed modification after layout 108 /// postProcessing - Backend can do any needed modification in the final stage 123 /// then it will ask backend to finalize the symbol value. 124 /// @return ture - if backend set the symbol value sucessfully 125 /// @return false - if backend do not recognize the symbol 128 /// finalizeTLSSymbol - Linker asks backend to set the symbol value when i [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);
|
/external/chromium/chrome/browser/net/ |
sqlite_persistent_cookie_store.h | 51 class Backend; 53 scoped_refptr<Backend> backend_;
|
/external/chromium/chrome/browser/policy/ |
device_management_service_browsertest.cc | 95 scoped_ptr<DeviceManagementBackend> backend(service.CreateBackend()); 106 backend->ProcessRegisterRequest("token", "testid", request, &delegate); 121 backend->ProcessPolicyRequest(token_, "testid", request, &delegate); 133 backend->ProcessUnregisterRequest(token_, "testid", request, &delegate); 148 scoped_ptr<DeviceManagementBackend> backend(service.CreateBackend()); 157 backend->ProcessRegisterRequest("token", "testid", request, &delegate); 171 backend->ProcessPolicyRequest(token_, "testid", request, &delegate); 181 backend->ProcessUnregisterRequest(token_, "testid", request, &delegate);
|
mock_device_management_service.cc | 10 DeviceManagementBackend* backend) 11 : backend_(backend) {
|