HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 926 - 950 of 1941) sorted by null

<<31323334353637383940>>

  /external/elfutils/libebl/
eblopenbackend.c 1 /* Generate ELF backend handle.
273 /* Find an appropriate backend for the file associated with ELF. */
412 /* Find an appropriate backend for the file associated with ELF. */
433 /* Find backend without underlying ELF file. */
442 /* Find backend with given emulation name. */
  /external/harfbuzz_ng/
NEWS 71 - Updated graphite2 backend.
262 - Added ICU LayoutEngine backend for testing. Call it by the 'icu_le' name.
308 - New experimental Graphite2 backend.
310 - New Uniscribe backend (primarily for testing).
312 - New CoreText backend (primarily for testing).
  /external/libvorbis/doc/
stereo.html 99 residue backend type 2, and the second is <em>square polar
274 residue backend #0 or residue backend #1 will result in bitrate
281 this reason, Vorbis implements residue backend #2 which pre-interleaves
285 each vector to be coded by the vector quantization backend consists of
  /external/wpa_supplicant_8/wpa_supplicant/
android.config 235 # Select control interface backend for external programs, e.g, wpa_cli:
276 # Select configuration backend:
279 # select the backend that allows configuration files to be used)
528 # Password (and passphrase, etc.) backend for external storage
533 # External password backend for testing purposes (developer use)
defconfig 237 # Select control interface backend for external programs, e.g, wpa_cli:
278 # Select configuration backend:
281 # select the backend that allows configuration files to be used)
528 # Password (and passphrase, etc.) backend for external storage
533 # External password backend for testing purposes (developer use)
config.h 757 * ext_password_backend - External password backend or %NULL if none
759 * format: <backend name>[:<optional backend parameters>]
942 /* Prototypes for backend specific functions from the selected config_*.c */
955 * Each configuration backend needs to implement this function.
971 * Each configuration backend needs to implement this function.
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 41 # has a hierarchy of classes which implement the backend functionality for the
44 # SMTPServer - the base class for the backend. Raises NotImplementedError
51 # SMTP errors from the backend server at all. This should be fixed
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
70 # - handle error codes from the backend smtpd
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 41 # has a hierarchy of classes which implement the backend functionality for the
44 # SMTPServer - the base class for the backend. Raises NotImplementedError
51 # SMTP errors from the backend server at all. This should be fixed
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
70 # - handle error codes from the backend smtpd
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 41 # has a hierarchy of classes which implement the backend functionality for the
44 # SMTPServer - the base class for the backend. Raises NotImplementedError
51 # SMTP errors from the backend server at all. This should be fixed
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
70 # - handle error codes from the backend smtpd
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 41 # has a hierarchy of classes which implement the backend functionality for the
44 # SMTPServer - the base class for the backend. Raises NotImplementedError
51 # SMTP errors from the backend server at all. This should be fixed
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
70 # - handle error codes from the backend smtpd
  /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/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks.cc 94 fileapi::ExternalFileSystemBackend* backend = local
97 if (!backend)
106 !backend->IsAccessAllowed(files[i])) {
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.cpp 73 IDBDatabase::IDBDatabase(ExecutionContext* context, PassOwnPtr<WebIDBDatabase> backend, PassRefPtr<IDBDatabaseCallbacks> callbacks)
75 , m_backend(backend)
342 // connection. They would have been scheduled by the backend when another
IDBRequest.cpp 235 void IDBRequest::onSuccess(PassOwnPtr<blink::WebIDBCursor> backend, PassRefPtr<IDBKey> key, PassRefPtr<IDBKey> primaryKey, PassRefPtr<SharedBuffer> value)
245 cursor = IDBCursor::create(backend, m_cursorDirection, this, m_source.get(), m_transaction.get());
248 cursor = IDBCursorWithValue::create(backend, m_cursorDirection, this, m_source.get(), m_transaction.get());
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_curbe.c 213 /* When using the old VS backend, the clipplanes are actually delivered to
216 * When using the new VS backend, it is responsible for setting up its own
218 * of curbe space, but the advantage is that the new VS backend can use its
  /external/chromium_org/third_party/skia/include/gpu/
GrEffect.h 282 * from its constructor. Otherwise, when its generated backend-specific effect class attempts
288 * If the effect will generate a backend-specific effect that will read the fragment position
296 * call this function from its constructor. Otherwise, when its generated backend-specific code
  /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/mesa3d/src/mesa/drivers/dri/i965/
brw_curbe.c 213 /* When using the old VS backend, the clipplanes are actually delivered to
216 * When using the new VS backend, it is responsible for setting up its own
218 * of curbe space, but the advantage is that the new VS backend can use its
  /external/skia/bench/
MatrixBench.cpp 21 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
22 return backend == kNonRendering_Backend;
  /external/skia/include/gpu/
GrEffect.h 282 * from its constructor. Otherwise, when its generated backend-specific effect class attempts
288 * If the effect will generate a backend-specific effect that will read the fragment position
296 * call this function from its constructor. Otherwise, when its generated backend-specific code
  /frameworks/base/core/java/android/webkit/
WebViewProvider.java 47 * WebView backend provider interface: this interface is the abstract backend to a WebView
57 // Main interface for backend provider of the WebView class.
  /frameworks/base/docs/html/tools/help/
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...]

Completed in 1296 milliseconds

<<31323334353637383940>>