/external/elfutils/backends/ |
ppc_corenote.c | 38 # define BACKEND ppc_ 41 # define BACKEND ppc64_
|
ppc_symbol.c | 36 #define BACKEND ppc_ 152 /* Check if backend uses a bss PLT in this file. */
|
/external/elfutils/tests/ |
allregs.c | 194 result ? dwfl_errmsg (-1) : "no backend registers known"); 222 result ? dwfl_errmsg (-1) : "no backend registers known");
|
/external/llvm/include/llvm/CodeGen/ |
GCStrategy.h | 71 bool CustomRoots; ///< Default is to pass through to backend. 75 bool UsesMetadata; ///< If set, backend must emit metadata tables.
|
RuntimeLibcalls.h | 11 // the backend may emit during code generation, and also some helper functions. 23 /// the backend can emit. The various long double types cannot be merged,
|
/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/skia/include/core/ |
SkAdvancedTypefaceMetrics.h | 22 The SkAdvancedTypefaceMetrics class is used by the PDF backend to correctly 140 /** Retrieve advance data for glyphs. Used by the PDF backend. It calls
|
/external/skia/legacy/include/core/ |
SkAdvancedTypefaceMetrics.h | 22 The SkAdvancedTypefaceMetrics class is used by the PDF backend to correctly 135 /** Retrieve advance data for glyphs. Used by the PDF backend. It calls
|
/frameworks/compile/mclinker/include/mcld/Object/ |
ObjectLinker.h | 103 /// prelayout - help backend to do some modification before layout 113 /// postlayout - help backend to do some modification after layout
|
/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
|
/frameworks/base/core/java/android/webkit/ |
WebViewProvider.java | 45 * WebView backend provider interface: this interface is the abstract backend to a WebView 55 // Main interface for backend provider of the WebView class.
|
/frameworks/base/docs/html/training/location/ |
display-address.jd | 55 <strong>Note:</strong> Address lookup requires a backend service that is not included in the 56 core Android framework. If this backend service is not available, 59 in API level 9 and later, checks to see if the backend service is available.
|
/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/ |
ArchVariant.cpp | 86 /* No method JIT for Thumb backend */
|
/dalvik/vm/compiler/codegen/arm/armv5te-vfp/ |
ArchVariant.cpp | 86 /* 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.
|