/frameworks/compile/mclinker/lib/Target/X86/ |
X86LDBackend.h | 26 /// X86GNULDBackend - linker backend of X86 target of GNU ELF format 87 /// preLayout - Backend can do any needed modification before layout 90 /// postLayout -Backend can do any needed modification after layout 103 /// call back target backend to emit the data. 106 /// Backend can put the data of the tables in MCSectionData directly 108 /// Or, backend can put the data into special data structure 109 /// - backend can maintain its own map<LDSection, table> to get the table 192 /// doCreateProgramHdrs - backend can implement this function to create the 226 /// X86_32GNULDBackend - linker backend of X86-32 target of GNU ELF format 282 /// X86_64GNULDBackend - linker backend of X86-64 target of GNU ELF forma [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/webkit/Source/WebCore/storage/ |
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/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.rst | 158 **backend** 160 Includes either a native backend or the C backend.
|
/frameworks/compile/mclinker/include/mcld/Target/ |
GNULDBackend.h | 84 /// then it will ask backend to finalize the symbol value. 85 /// @return ture - if backend set the symbol value sucessfully 86 /// @return false - if backend do not recognize the symbol 191 /// Different concrete target backend may overlap this function. 234 /// maxBranchOffset - return the max (forward) branch offset of the backend. 301 /// doCreateProgramHdrs - backend can implement this function to create the 342 /// preLayout - Backend can do any needed modification before layout 345 /// postLayout -Backend can do any needed modification after layout 348 /// preLayout - Backend can do any needed modification before layout 351 /// postLayout -Backend can do any needed modification after layou [all...] |
/external/elfutils/backends/ |
alpha_init.c | 1 /* Initialization of Alpha specific backend library. 31 #define BACKEND alpha_
|
i386_init.c | 1 /* Initialization of i386 specific backend library. 31 #define BACKEND i386_
|
ia64_init.c | 1 /* Initialization of IA-64 specific backend library. 31 #define BACKEND ia64_
|
ppc64_init.c | 1 /* Initialization of PPC64 specific backend library. 31 #define BACKEND ppc64_
|
ppc64_symbol.c | 36 #define BACKEND ppc64_ 103 /* Check if backend uses a bss PLT in this file. */
|
ppc_init.c | 1 /* Initialization of PPC specific backend library. 31 #define BACKEND ppc_
|
s390_init.c | 1 /* Initialization of S/390 specific backend library. 30 #define BACKEND s390_
|
sparc_init.c | 1 /* Initialization of SPARC specific backend library. 30 #define BACKEND sparc_
|
x86_64_init.c | 1 /* Initialization of x86-64 specific backend library. 31 #define BACKEND x86_64_
|
/external/llvm/docs/tutorial/ |
index.rst | 28 `Tutorial: Creating an LLVM Backend for the Cpu0 Architecture <http://jonathan2251.github.com/lbd/>`_ 29 A step-by-step tutorial for developing an LLVM backend. Under
|
/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/skia/src/gpu/ |
GrGpu.h | 49 * Create an instance of GrGpu that matches the specified backend. If the requested backend is 442 // overridden by backend-specific derived class to create objects. 452 // overridden by backend-specific derived class to perform the clear and 456 // overridden by backend-specific derived class to perform the draw call. 465 // overridden by backend-specific derived class to perform the path stenciling. 468 // overridden by backend-specific derived class to perform flush 471 // overridden by backend-specific derived class to perform the read pixels. 479 // overridden by backend-specific derived class to perform the texture update 485 // overridden by backend-specific derived class to perform the resolv [all...] |
/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
|