HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 51 - 75 of 260) sorted by null

1 23 4 5 6 7 8 91011

  /external/elfutils/libebl/
eblopenbackend.c 1 /* Generate ELF backend handle.
156 /* Find an appropriate backend for the file associated with ELF. */
284 /* Find an appropriate backend for the file associated with ELF. */
305 /* Find backend without underlying ELF file. */
314 /* Find backend with given emulation name. */
arm_symbol.c 25 /* Return of the backend. */
sh_symbol.c 25 /* Return of the backend. */
x86_64_symbol.c 26 /* Return of the backend. */
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. */
  /frameworks/base/location/java/android/location/
Geocoder.java 41 * The Geocoder class requires a backend service that is not included in
43 * empty list if there no backend service in the platform.
95 * found or there is no backend service available.
144 * found or there is no backend service available.
194 * found or there is no backend service available.
  /external/webkit/WebKit/chromium/src/
WebDevToolsAgentImpl.cpp 100 InspectorBackend* backend = static_cast<InspectorBackend*>(parameter); local
101 backend->deref();
339 // Call custom code to create inspector backend wrapper in the utility context
361 InspectorBackend* backend = m_webViewImpl->page()->inspectorController()->inspectorBackend(); local
362 V8DOMWrapper::setDOMWrapper(instance, V8ClassIndex::ToInt(descriptorType), backend);
365 backend->ref();
367 weakHandle.MakeWeak(backend, &InspectorBackendWeakReferenceCallback);
  /external/qemu/
CHANGES.TXT 86 - Fixed a nasty race condition in the Linux EsounD audio backend which resulted
177 - Fixed one minor crash when the Linux OSS audio backend was used with the
413 - the number of audio buffers in the Windows backend has been incremented.
426 - fixed the -audio, -audio-in and -audio-out options (the <backend> values
462 different audio backend by defining QEMU_AUDIO_DRV to an appropriate
487 - '-audio-in <backend>' allows you to select the audio input backend from the
488 command line. this is equivalent to defining QEMU_AUDIO_IN_DRV=<backend>
490 '-audio-out <backend>' works for the audio output, and '-audio <backend>'
    [all...]
buffered_file.c 90 dprintf("backend not ready, freezing\n");
136 dprintf("backend not ready, freezing\n");
  /external/v8/src/
flag-definitions.h 147 DEFINE_bool(full_compiler, true, "enable dedicated backend for run-once code")
148 DEFINE_bool(fast_compiler, false, "enable speculative optimizing backend")
150 "try to use the dedicated run-once backend for all code")
152 "try to use the speculative optimizing backend for all code")
154 "print reasons for falling back to using the classic V8 backend")
305 DEFINE_bool(print_ir, false, "print the AST as seen by the backend")
  /external/tremolo/Tremolo/
treminfo.c 255 /* time backend settings, not actually used */
260 /* floor backend settings */
274 /* residue backend settings */
280 /* map backend settings */
  /external/bluetooth/glib/gio/inotify/
inotify-helper.c 67 * Initializes the inotify backend. This must be called before
96 IH_W ("started gvfs inotify backend\n");
  /external/webkit/WebCore/platform/
KURLGooglePrivate.h 52 // Initializes the object. This will call through to one of the backend
58 // Backend initializers. The query encoding parameters are optional and can
  /external/webkit/WebKit/wx/
Bakefiles.bkgen 58 <!-- testing XCode backend
104 <!-- testing XCode backend
  /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/qemu/android/
help.c 760 " the '-audio <backend>' option allows you to select a specific backend\n"
763 " this is equivalent to calling both '-audio-in <backend>' and\n"
764 " '-audio-out <backend>' at the same time.\n\n"
766 " use '-help-audio-out' to see a list of valid output <backend> values.\n"
767 " use '-help-audio-in' to see a list of valid input <backend> values.\n"
778 " the '-audio-out <backend>' option allows you to select a specific\n"
779 " backend to play audio in the Android emulator. this is mostly useful\n"
782 " on this system, output <backend> can be one of the following:\n\n"
800 " the '-audio-in <backend>' option allows you to select a specific\n
    [all...]
  /external/dbus/dbus/
dbus-transport-protected.h 77 * and is the backend for a #DBusConnection.
  /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/grub/stage2/
iso9660.h 2 * ISO 9660 filesystem backend for GRUB (GRand Unified Bootloader)

Completed in 244 milliseconds

1 23 4 5 6 7 8 91011