Searched
full:backend (Results
276 -
300 of
867) sorted by null
<<11121314151617181920>>
/external/llvm/lib/Target/X86/ |
X86ELFWriterInfo.cpp | 1 //===-- X86ELFWriterInfo.cpp - ELF Writer Info for the X86 backend --------===// 10 // This file implements ELF writer information for the X86 backend.
|
/external/qemu/ |
buffered_file.c | 89 DPRINTF("backend not ready, freezing\n"); 135 DPRINTF("backend not ready, freezing\n");
|
CHANGES.TXT | 67 - Add a PulseAudio audio backend on Linux. It will be used by default 149 - Fixed a nasty race condition in the Linux EsounD audio backend which resulted 240 - Fixed one minor crash when the Linux OSS audio backend was used with the 476 - the number of audio buffers in the Windows backend has been incremented. 489 - fixed the -audio, -audio-in and -audio-out options (the <backend> values 525 different audio backend by defining QEMU_AUDIO_DRV to an appropriate 550 - '-audio-in <backend>' allows you to select the audio input backend from the 551 command line. this is equivalent to defining QEMU_AUDIO_IN_DRV=<backend> 553 '-audio-out <backend>' works for the audio output, and '-audio <backend> [all...] |
/external/llvm/lib/MC/ |
WinCOFFStreamer.cpp | 194 : true) && "Got non COFF section in the COFF backend!"); 238 : true) && "Got non COFF section in the COFF backend!"); 265 : true) && "Got non COFF section in the COFF backend!"); 304 : true) && "Got non COFF section in the COFF backend!"); 312 : true) && "Got non COFF section in the COFF backend!");
|
/external/chromium/chrome/browser/autocomplete/ |
history_url_provider.cc | 153 void HistoryURLProvider::ExecuteWithDB(history::HistoryBackend* backend, 163 DoAutocomplete(backend, db, params); 176 void HistoryURLProvider::DoAutocomplete(history::HistoryBackend* backend, 214 kMaxMatches * 2, (backend == NULL), &url_matches); 239 (!backend || !params->dont_suggest_exact_input) && 257 if (!backend) 263 CullRedirects(backend, &history_matches, kMaxMatches + exact_suggestion); 629 // someone unloads the history backend, we'll get inconsistent inline 713 void HistoryURLProvider::CullRedirects(history::HistoryBackend* backend, 721 backend->GetMostRecentRedirectsFrom(url, &redirects) [all...] |
history_url_provider.h | 165 void ExecuteWithDB(history::HistoryBackend* backend, 171 void DoAutocomplete(history::HistoryBackend* backend, 270 void CullRedirects(history::HistoryBackend* backend, 297 // instead, it is passed as a parameter through the history backend, and the
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host.h | 63 // The backend has completed initialization and it is now ready to accept and 67 // The backend queried the server recently and received some updates. 70 // The backend encountered an authentication problem and requests new 110 // A UI-thread safe API into the sync backend that "hosts" the top-level 250 // service). Must be called only after the sync backend has been 265 explicit Core(SyncBackendHost* backend); 391 // Delete the sync data folder to cleanup backend data. Happens the first
|
/external/grub/docs/ |
internals.texi | 182 The variables which can be read by the filesystem backend are: 214 filesystem backend desires. 217 The variables which need to be written by a filesystem backend are: 225 it being the same for later calls into the backend code! 238 The functions expected to be used by the filesystem backend are: 246 If the backend uses the block list code, then @code{grub_read} can be 254 The functions expected to be defined by the filesystem backend are
|
/external/wpa_supplicant/ |
config.h | 307 /* Prototypes for backend specific functions from the selected config_*.c */ 319 * Each configuration backend needs to implement this function. 335 * Each configuration backend needs to implement this function.
|
/external/chromium/net/disk_cache/ |
backend_impl.cc | 186 // This class takes care of building an instance of the backend. 192 disk_cache::Backend** backend, 195 type_(type), flags_(flags), thread_(thread), backend_(backend), 202 // Creates the backend. 218 disk_cache::Backend** backend_; 273 explicit FinalCleanup(disk_cache::BackendImpl* backend) : backend_(backend) {} 294 net::NetLog* net_log, Backend** backend, [all...] |
/dalvik/vm/compiler/codegen/arm/armv5te-vfp/ |
ArchVariant.cpp | 84 /* No method JIT for Thumb backend */
|
/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.cc | 69 : backend_(new Backend()), 103 NewRunnableMethod(backend_.get(), &Backend::GetBootTimes, request)); 172 void BootTimesLoader::Backend::GetBootTimes( 192 NewRunnableMethod(this, &Backend::GetBootTimes, request),
|
/external/chromium/chrome/browser/ |
favicon_service.h | 22 // backend behind the scenes.
|
/external/chromium/chrome/browser/policy/ |
cloud_policy_subsystem.h | 31 // policy. It glues together the backend, the policy controller and manages the
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_typed_url_unittest.cc | 100 RunOnDBThreadTask(HistoryBackend* backend, HistoryDBTask* task) 101 : backend_(backend), task_(task) {} 111 ACTION_P2(RunTaskOnDBThread, thread, backend) { 114 new RunOnDBThreadTask(backend, arg0));
|
/external/chromium/chrome/browser/tab_contents/ |
tab_contents_view_mac.h | 81 // Backend implementation of RenderViewHostDelegate::View.
|
/external/chromium/chrome/common/ |
important_file_writer.h | 83 // Serialize data pending to be saved and execute write on backend thread.
|
/external/elfutils/libasm/ |
asm_addint8.c | 54 // XXX Needs to use backend specified pseudo-ops
|
asm_begin.c | 109 /* First order of business: find the appropriate backend. If it
|
asm_newsym.c | 55 // XXX This requires getting the format from the machine backend. */
|
/external/elfutils/libebl/ |
i386_symbol.c | 26 /* Return of the backend. */
|
ia64_symbol.c | 25 /* Return of the backend. */
|
ppc_symbol.c | 26 /* Return of the backend. */
|
sparc_symbol.c | 25 /* Return of the backend. */
|
/external/grub/stage2/ |
iso9660.h | 2 * ISO 9660 filesystem backend for GRUB (GRand Unified Bootloader)
|
Completed in 2372 milliseconds
<<11121314151617181920>>