HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 326 - 350 of 867) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 12 // in the backend.
74 /// MachineMemOperand - A description of a memory reference used in the backend.
  /external/qemu/android/
cmdline-options.h 107 OPT_PARAM( audio, "<backend>", "use specific audio backend" )
  /external/chromium/net/disk_cache/
eviction.cc 72 void Eviction::Init(BackendImpl* backend) {
73 // We grab a bunch of info from the backend to make the code a little cleaner
75 backend_ = backend;
76 rankings_ = &backend->rankings_;
79 new_eviction_ = backend->new_eviction_;
90 // It is possible for the backend initialization to fail, in which case this
entry_impl.cc 89 // zero. The buffer grows up to a size determined by the backend, to keep the
93 explicit UserBuffer(BackendImpl* backend)
94 : backend_(backend->GetWeakPtr()), offset_(0), grow_allowed_(true) {
294 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only)
295 : entry_(NULL, Addr(0)), node_(NULL, Addr(0)), backend_(backend),
297 entry_.LazyInit(backend->File(address), address);
664 // total size tracked by the backend.
752 // backend is disabled.
    [all...]
mem_entry_impl.cc 48 MemEntryImpl::MemEntryImpl(MemBackendImpl* backend) {
50 backend_ = backend;
131 // Perform internal doom from the backend if this is a parent entry.
134 // Manually detach from the backend and perform internal doom.
568 // Insert this to the backend's ranking list.
  /external/llvm/lib/Target/X86/
X86CallingConv.td 109 // This is the root return-value convention for the X86-32 backend.
117 // This is the root return-value convention for the X86-64 backend.
126 // This is the return-value convention used for the entire X86 backend.
375 // This is the root argument convention for the X86-32 backend.
386 // This is the root argument convention for the X86-64 backend.
397 // This is the argument convention used for the entire X86 backend.
  /external/llvm/tools/llvm-config/
llvm-config.in.in 37 # Must pretend x86_64 architecture is really x86, otherwise the native backend
199 backend Either a native backend or the C backend.
346 $NAME_MAP{'backend'} = have_native_backend() ? ['native'] : ['cbackend'];
352 # Return true if we have a native backend to use.
  /external/chromium/net/http/
http_cache_unittest.cc 369 class MockDiskCache : public disk_cache::Backend {
541 disk_cache::Backend** backend,
543 *backend = new MockDiskCache();
565 disk_cache::Backend* backend; local
566 int rv = http_cache_.GetBackend(&backend, &cb);
568 return (rv == net::OK) ? static_cast<MockDiskCache*>(backend) : NULL;
607 // Helper function to synchronously open a backend entry.
614 // Helper function to synchronously create a backend entry
677 disk_cache::Backend** backend() { return backend_; } function in class:__anon3700::MockBlockingBackendFactory
1053 disk_cache::Backend* backend; local
2109 disk_cache::Backend** backend = factory->backend(); local
2125 disk_cache::Backend* backend; local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 261 // runs. DoShutdown needs to run from core_thread_ because the sync backend
265 // virtually anything the sync backend does (or the post-back to
670 SyncBackendHost::Core::Core(SyncBackendHost* backend)
671 : host_(backend),
681 // backend for classifying client types when calculating statistics.
719 // Make sure that the directory exists before initializing the backend.
    [all...]
http_bridge.cc 98 // fields should probably just be settable by sync backend; though we should
178 // we hack this to support the sync backend.
  /external/llvm/lib/MC/
MCAssembler.cpp 1 //===- lib/MC/MCAssembler.cpp - Assembler Backend Implementation ----------===//
200 : Context(Context_), Backend(Backend_), Emitter(Emitter_), Writer(Writer_),
248 bool IsPCRel = Backend.getFixupKindInfo(
291 bool ShouldAlignPC = Backend.getFixupKindInfo(Fixup.getKind()).Flags &
566 llvm::errs() << "assembler backend - pre-layout\n--\n";
599 llvm::errs() << "assembler backend - post-relaxation\n--\n";
606 llvm::errs() << "assembler backend - final-layout\n--\n";
  /external/chromium/chrome/browser/history/
top_sites.h 189 // Enumeration of possible states the top sites backend can be in.
191 // We're waiting for the backend to finish loading.
194 // The backend finished loading, but we may need to migrate. This is true if
  /external/chromium/chrome/browser/policy/
device_management_backend_impl.cc 112 // A base class containing the common code for the jobs created by the backend
129 // Constructs a device management job running for the given backend.
171 // The backend this job is handling a request for.
  /external/kernel-headers/original/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
  /external/llvm/docs/
HowToSubmitABug.html 228 which code generator you wish to compile the program with (e.g. C backend, the
257 Backend, and then link in the shared object it generates.</p>
293 backend and the <em>test</em> file which either LLC or the JIT
  /external/wpa_supplicant/
defconfig 176 # Select control interface backend for external programs, e.g, wpa_cli:
211 # Select configuration backend:
214 # select the backend that allows configuration files to be used)
  /external/wpa_supplicant_6/wpa_supplicant/
.config 204 # Select control interface backend for external programs, e.g, wpa_cli:
250 # Select configuration backend:
253 # select the backend that allows configuration files to be used)
config.h 361 /* Prototypes for backend specific functions from the selected config_*.c */
373 * Each configuration backend needs to implement this function.
389 * Each configuration backend needs to implement this function.
defconfig 207 # Select control interface backend for external programs, e.g, wpa_cli:
253 # Select configuration backend:
256 # select the backend that allows configuration files to be used)
  /external/wpa_supplicant_8/wpa_supplicant/
.config 218 # Select control interface backend for external programs, e.g, wpa_cli:
259 # Select configuration backend:
262 # select the backend that allows configuration files to be used)
config.h 472 /* Prototypes for backend specific functions from the selected config_*.c */
484 * Each configuration backend needs to implement this function.
500 * Each configuration backend needs to implement this function.
  /frameworks/base/docs/html/guide/developing/tools/
emulator.jd 307 <td><code>-audio &lt;backend&gt;</code></td>
308 <td>Use the specified audio backend.</td>
312 <td><code>-audio-in &lt;backend&gt;</code></td>
313 <td>Use the specified audio-input backend.</td>
317 <td><code>-audio-out &lt;backend&gt;</code></td>
318 <td>Use the specified audio-output backend.</td>
  /external/chromium/chrome/browser/resources/
new_new_tab.html 26 * Registers a callback function so that if the backend calls it too early it
28 * @param {string} name The name of the global function that the backend calls.
new_new_tab.js 787 * This function is called by the backend whenever the sync status section
788 * needs to be updated to reflect recent sync state changes. The backend passes
802 * will result in sending a message to the backend (see
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 6 // backend that exposes (1) the core functionality of maintaining a consistent
15 // This interface is used as the entry point into the syncer backend
16 // when the backend is compiled as a library and embedded in another
18 // external types, so that an application can use the sync backend
22 // should ideally compile the syncer backend and this API as part of the
    [all...]

Completed in 789 milliseconds

<<11121314151617181920>>