/external/chromium/chrome/browser/sync/ |
profile_sync_service.h | 59 // and the sync backend. Each subsystem is logically thought of as being 93 // datatype, propagating such changes into and out of the sync backend 155 // available for the backend to start up. 269 // takes place, and the backend isn't initialized yet? 398 // the sync backend so that exactly these datatypes are actively synced. See 468 // Starts up the backend sync components. 470 // Shuts down the backend sync components. 485 // construct the backend outside this class and pass it in to the 500 // Our asynchronous backend to communicate with sync components living on 508 // backend, telling us that it is safe to send a passphrase down ASAP [all...] |
/external/chromium/net/disk_cache/ |
mem_entry_impl.h | 33 // registered in the backend's entry map. It is registered in the backend's 54 explicit MemEntryImpl(MemBackendImpl* backend);
|
/external/chromium_org/chrome/service/cloud_print/ |
print_system_cups.cc | 32 #include "printing/backend/cups_helper.h" 33 #include "printing/backend/print_backend.h" 34 #include "printing/backend/print_backend_consts.h" 67 scoped_refptr<printing::PrintBackend> backend; member in struct:cloud_print::PrintServerInfoCUPS 462 // Get Print backend for the specific print server. 469 // Set encryption for backend. 473 print_server.backend = 490 if (!it->backend->EnumeratePrinters(&it->printers)) 592 server_info->backend->GetPrinterDriverInfo(short_printer_name)); 593 if (!server_info->backend->GetPrinterCapsAndDefaults(short_printer_name [all...] |
/external/chromium_org/components/nacl/browser/ |
pnacl_host.cc | 25 // Delay to wait for initialization of the cache backend 38 // thread (it will hang shutdown). So just leak the cache backend. 115 // Initialize using the in-memory backend, and manually set the temporary file 186 // If the backend hasn't yet initialized, try the request again later. 575 // If the backend hasn't yet initialized, try the request again later. 603 // operations, and freeing the backend actually blocks the IO thread. So 611 // Destroying the cache backend causes it to post tasks to the cache thread to 618 // finish, and when backend operations complete. 620 // It is not safe to delete the backend while it is initializing, nor if it has 623 // inside PnaclTranslationCache, we do not delete the backend if there are an [all...] |
pnacl_translation_cache_unittest.cc | 33 // thread to close the backend cache entry. We want to make sure the entries 34 // are closed before we delete the backend (and in particular the destructor 35 // for the memory backend has a DCHECK to verify this), so we run the loop 185 // Test that a single store puts something in the mem backend 192 // Test that a single store puts something in the disk backend
|
/external/chromium_org/content/browser/gpu/ |
shader_disk_cache.h | 78 disk_cache::Backend* backend() { return backend_.get(); } function in class:content::ShaderDiskCache 90 scoped_ptr<disk_cache::Backend> backend_;
|
/external/chromium_org/net/disk_cache/ |
mem_entry_impl.h | 32 // registered in the backend's entry map. It is registered in the backend's 53 explicit MemEntryImpl(MemBackendImpl* backend);
|
/external/chromium_org/skia/ext/ |
vector_platform_device_emf_win.h | 18 // and is thus unreadable. This is because the backend is completely vectorial. 117 // The Windows Device Context handle. It is the backend used with GDI drawing. 118 // This backend is write-only and vectorial.
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseSync.cpp | 51 PassRefPtr<DatabaseSync> DatabaseSync::create(ExecutionContext*, PassRefPtr<DatabaseBackendBase> backend) 53 return static_cast<DatabaseSync*>(backend.get()); 70 PassRefPtr<DatabaseBackendSync> DatabaseSync::backend() function in class:WebCore::DatabaseSync
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
wince_usb.h | 2 * Windows CE backend for libusbx 1.0 4 * Portions taken from Windows backend, which is 36 // This backend dynamically loads ceusbkwrapper.dll and doesn't include
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
cros_browser_finder.py | 40 backend = cros_browser_backend.CrOSBrowserBackend( 45 return cros_browser_with_oobe.CrOSBrowserWithOOBE(backend, platform) 47 return browser.Browser(backend, platform)
|
/external/clang/include/clang/Frontend/ |
CodeGenOptions.h | 37 /// is optimized and passed to the backend. 115 /// in the backend for setting the name in the skeleton cu. 128 /// A list of command-line options to forward to the LLVM backend.
|
/external/elfutils/config/ |
elfutils.spec.in | 188 - libebl: backend fixes for i386 TLS relocs; backend support for 207 - elflint: backend improvements for sparc, alpha 229 - libebl: powerpc backend support for Altivec registers 245 - libebl: backend improvements for sparc, alpha, powerpc 265 - libebl: sparc backend support for return value location 266 - libebl, libdwfl: backend register name support extended with more info 271 - libebl: Backend build fixes, thanks to Stepan Kasal. 272 - libebl: ia64 backend support for register names, return value location 303 - libebl: New backend hook for register names [all...] |
/external/elfutils/ |
elfutils.spec | 188 - libebl: backend fixes for i386 TLS relocs; backend support for 207 - elflint: backend improvements for sparc, alpha 229 - libebl: powerpc backend support for Altivec registers 245 - libebl: backend improvements for sparc, alpha, powerpc 265 - libebl: sparc backend support for return value location 266 - libebl, libdwfl: backend register name support extended with more info 271 - libebl: Backend build fixes, thanks to Stepan Kasal. 272 - libebl: ia64 backend support for register names, return value location 303 - libebl: New backend hook for register names [all...] |
/external/llvm/include/llvm/MC/ |
MCAsmBackend.h | 1 //===-- llvm/MC/MCAsmBack.h - MC Asm Backend --------------------*- C++ -*-===// 48 /// assembler backend to emit the final object file. 55 "backend");
|
/external/llvm/lib/Target/Mips/ |
MipsOptimizeMathLibCalls.cpp | 10 // This pass does an IR transformation which enables the backend to emit native 128 // There is no need to change the IR, since backend will emit sqrt 160 // Add attribute "readnone" so that backend can use a native sqrt instruction
|
/external/skia/bench/ |
InterpBench.cpp | 25 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 26 return backend == kNonRendering_Backend;
|
/external/tremolo/Tremolo/ |
codec_internal.h | 77 /* Floor backend generic *****************************************/ 129 /* Residue backend generic *****************************************/ 159 /* Mapping backend generic *****************************************/
|
/frameworks/compile/slang/ |
slang_backend.h | 49 class Backend : public clang::ASTConsumer { 104 Backend(clang::DiagnosticsEngine *DiagEngine, 136 virtual ~Backend();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmdev.h | 98 /* set backend handler */ 100 /* use backend to make new if */ 107 * These are backend handkers that can be set via the ATM_SETBACKEND call
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmdev.h | 98 /* set backend handler */ 100 /* use backend to make new if */ 107 * These are backend handkers that can be set via the ATM_SETBACKEND call
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmdev.h | 98 /* set backend handler */ 100 /* use backend to make new if */ 107 * These are backend handkers that can be set via the ATM_SETBACKEND call
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
FBConfig.cpp | 79 // Query the set of configs in the EGL backend 158 // Query the num of configs in the EGL backend 166 // Query the max matching configs in the backend
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_impl.cc | 61 DataTypeManagerImpl::DataTypeManagerImpl(SyncBackendHost* backend, 63 : backend_(backend), 144 // Restart to start/stop data types and notify the backend that the 147 // started due to crypto errors but the backend host needs to know that we're 169 // Tell the backend about the new set of data types we wish to sync.
|
/external/chromium_org/net/disk_cache/simple/ |
simple_index_file_unittest.cc | 34 // The Simple Cache backend requires a few guarantees from the filesystem like 265 // Tests that after an upgrade the backend has the index file put in place. 299 // Create the backend and initiate index flush by destroying the backend. 316 // The backend flushes the index on destruction and does so on the cache
|