HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 301 - 325 of 1044) sorted by null

<<11121314151617181920>>

  /external/chromium/net/disk_cache/
backend_impl.h 40 // This class implements the Backend interface. An object of this
42 class BackendImpl : public Backend {
52 // Returns a new backend with the desired flags. See the declaration of
57 net::NetLog* net_log, Backend** backend,
92 // Sets the cache type for this backend.
249 // Backend interface.
disk_cache_perftest.cc 44 int TimeWrite(int num_entries, disk_cache::Backend* cache,
95 int TimeRead(int num_entries, disk_cache::Backend* cache,
169 disk_cache::Backend* cache;
in_flight_backend_io.cc 16 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend,
18 : BackgroundIO(controller), backend_(backend), callback_(callback),
284 InFlightBackendIO::InFlightBackendIO(BackendImpl* backend,
286 : backend_(backend),
stats.h 55 bool Init(BackendImpl* backend, uint32* storage_addr);
  /external/libusb/libusb/
libusbi.h 259 * libusb_cancel_transfer() (allowing the OS backend to prevent duplicate
260 * cancellation, submission-during-cancellation, etc). the OS backend
263 * its completion (presumably there would be races within your OS backend
345 /* A human-readable name for your backend, e.g. "Linux usbfs" */
348 /* Perform initialization of your backend. You might use this function
390 * perform any other internal backend initialization you need to do. At
403 * note that reallocation can fail. Your backend should handle these
422 * Your backend should allocate any internal resources required for I/O
445 /* Close a device such that the handle cannot be used again. Your backend
767 by the backend: USBI_CLOCK_REALTIME, and USBI_CLOCK_MONOTONIC
    [all...]
  /external/skia/bench/
benchmain.cpp 189 enum Backend {
266 Backend backend, GLHelper* glHelper) {
271 switch (backend) {
293 Backend fBackend;
433 Backend backend = kRaster_Backend; // for warning local
759 backend = gConfigs[configIndex].fBackend;
763 if (kGPU_Backend == backend &&
768 SkDevice* device = make_device(outConfig, dim, backend, glHelper)
    [all...]
  /external/chromium/chrome/browser/history/
history_backend_unittest.cc 34 // backend directly. Most of the history backend functions are tested by the
57 virtual void SetInMemoryBackend(InMemoryHistoryBackend* backend) OVERRIDE;
168 void SetInMemoryBackend(InMemoryHistoryBackend* backend) {
169 mem_backend_.reset(backend);
178 // The backend passes ownership of the details pointer to us.
187 InMemoryHistoryBackend* backend) {
188 test_->SetInMemoryBackend(backend);
264 // The in-memory backend should have been set and it should have gotten the
408 // Tell the backend it was unstarred. We have to explicitly do this a
    [all...]
visit_tracker.h 17 // Tracks history transitions between pages. The history backend uses this to
  /external/llvm/docs/
TableGenFundamentals.rst 19 hands the result off to a domain-specific `TableGen backend`_ for processing.
39 backend`_, but the structure and format rules are taken care of and are fixed by
50 floating point instructions in the X86 backend). TableGen keeps track of all of
51 the classes that are used to build up a definition, so the backend can find all
129 record are specific to the needs of the X86 backend, and are only shown as an
192 The default backend prints out all of the records, as `described above`_.
194 If you plan to use TableGen, you will most likely have to `write a backend`_
203 TableGen doesn't care about the meaning of data (that is up to the backend to
538 backend.
777 Code Generator backend inf
    [all...]
ReleaseNotes.rst 116 R600 Backend
119 The R600 backend was added in this release, it supports AMD GPUs
120 (HD2XXX - HD7XXX). This backend is used in AMD's Open Source
  /external/qemu/
qemu-char.c     [all...]
  /external/elfutils/
NEWS 6 libebl: backend fixes for i386 TLS relocs; backend support for NT_386_IOPERM
33 elflint: backend improvements for sparc, alpha
66 libebl: powerpc backend support for Altivec registers
89 libebl: backend improvements for sparc, alpha, powerpc
124 libebl: sparc backend support for return value location
126 libebl, libdwfl: backend register name support extended with more info
134 libebl: Backend build fixes, thanks to Stepan Kasal.
136 libebl: ia64 backend support for register names, return value location
193 libebl: New backend hook for register names
    [all...]
  /external/elfutils/libasm/
libasmP.h 50 ASM_E_ENOSUP, /* No backend support. */
242 /* Handle for the backend library with the disassembler routine. */
301 // XXX Also, the format will change with the backend.
  /external/elfutils/libebl/
ebl-hooks.h 0 /* Backend hook signatures internal interface for libebl.
147 /* Check if backend uses a bss PLT in this file. */
171 /* Destructor for ELF backend handle. */
  /external/skia/include/core/
SkUserConfig.h 213 /* Determines whether to build code that supports the GPU backend. Some classes
215 that is used allows them to interact with the GPU backend. If you'd like to
218 backend. Defaults to 1 (build the GPU code).
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 30 * transport's off-device backend.
43 * describes the current backend destination. For example, a transport that
106 * {@link BackupConstants#TRANSPORT_NOT_INITIALIZED} (if the backend dataset has
  /external/chromium/chrome/browser/policy/
mock_device_management_backend.h 25 // Useful for unit testing when a server-based backend isn't
  /external/chromium/chrome/browser/resources/options/
certificate_backup_overlay.js 56 * The overlay will be left up with inputs disabled until the backend
  /external/chromium/chrome/browser/sync/engine/
http_post_provider_interface.h 14 // required HTTP POST functionality to the syncer backend. This interface is
  /external/chromium/chrome/browser/sync/glue/
change_processor.h 39 // Changes have been applied to the backend model and are ready to be
password_change_processor.h 27 // This class is responsible for taking changes from the password backend and
typed_url_data_type_controller.h 88 void StartImpl(history::HistoryBackend* backend);
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.h 66 // Backend for all scroll messages, the |message| parameter indicates which
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 124 void FlushQueue(disk_cache::Backend* cache) {
135 disk_cache::Backend* cache;
175 disk_cache::Backend* cache;
218 disk_cache::Backend* cache;
  /external/elfutils/backends/
alpha_corenote.c 36 #define BACKEND alpha_

Completed in 583 milliseconds

<<11121314151617181920>>