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

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr-single.h 48 /* Backend initialization functions */
66 /* Backend thread functions */
131 /* Backend mutex functions */
170 /* Backend condition mutex functions */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr-single.h 48 /* Backend initialization functions */
66 /* Backend thread functions */
131 /* Backend mutex functions */
170 /* Backend condition mutex functions */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
gthr-single.h 48 /* Backend initialization functions */
66 /* Backend thread functions */
131 /* Backend mutex functions */
170 /* Backend condition mutex functions */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
gthr-single.h 48 /* Backend initialization functions */
66 /* Backend thread functions */
131 /* Backend mutex functions */
170 /* Backend condition mutex functions */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
gthr-single.h 48 /* Backend initialization functions */
66 /* Backend thread functions */
131 /* Backend mutex functions */
170 /* Backend condition mutex functions */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
gthr-single.h 48 /* Backend initialization functions */
66 /* Backend thread functions */
131 /* Backend mutex functions */
170 /* Backend condition mutex functions */
  /external/chromium_org/chrome/browser/history/
history_service.h 109 // Triggers the backend to load if it hasn't already, and then returns whether
114 // Returns true if the backend has finished loading.
117 // Unloads the backend without actually shutting down the history service.
122 // Called on shutdown, this will tell the history backend to complete and
141 // Triggers the backend to load if it hasn't already, and then returns the
525 // Schedules a HistoryDBTask for running on the history backend thread. See
542 // backend to be called once the history backend has terminated. This allows
633 // that is only set by unittests which causes the backend to not init its DB.
644 // Broadcasts the given notification. This is called by the backend so tha
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 86 // and the sync backend. Each subsystem is logically thought of as being
120 // datatype, propagating such changes into and out of the sync backend
188 // Sync server connection status reported by sync backend.
296 // Return whether OAuth2 refresh token is loaded and available for the backend
415 // Initializes a struct of status indicators with data from the backend.
416 // Returns false if the backend was not available for querying; in that case
445 // takes place, and the backend isn't initialized yet?
467 // Returns a human readable string describing backend initialization state.
573 // the sync backend so that exactly these datatypes are actively synced. See
595 // legal to call this method before the backend is initialized
    [all...]
profile_sync_service_unittest.cc 57 // that could happen while backend init is in progress.
232 // Verify that disable by enterprise policy works even after the backend has
253 // before the backend initialize call returns.
265 // Test StopAndSuppress() before we've initialized the backend.
286 // Test StopAndSuppress() after we've initialized the backend.
  /external/chromium_org/webkit/browser/fileapi/
file_system_context.h 94 // |additional_backends| are added to the internal backend map
141 // Returns the file system backend instance for the given |type|.
212 // FileSystemBackend for the URL and call the backend's CreateFileReader.
293 // FileSystemBackend for |url| and calling the backend's corresponding
314 void RegisterBackend(FileSystemBackend* backend);
351 // This map itself doesn't retain each backend's ownership; ownerships
353 // backend fields.
  /frameworks/base/docs/html/google/play/billing/
gp-purchase-status-api.jd 25 backend servers as a way of securely managing in-app products and
116 to your backend servers, which verifies them directly with Google Play using the
120 <p>If the backend server determines that the purchase is valid, it notifies the
121 app and grants access to the content. For improved performance, the backend servers
138 purchase, your app can pass the purchase token and other details to your backend
141 cache the purchase details for in-app products and subscriptions on your backend
142 servers. If your app contacts your backend servers at runtime to verify purchase
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 238 DreamBackend backend = new DreamBackend(context);
239 boolean isEnabled = backend.isEnabled();
240 boolean activatedOnSleep = backend.isActivatedOnSleep();
241 boolean activatedOnDock = backend.isActivatedOnDock();
251 DreamBackend backend = new DreamBackend(context);
252 boolean isEnabled = backend.isEnabled();
256 return backend.getActiveDreamName();
  /external/chromium_org/third_party/sqlite/src/test/
main.test 131 CREATE TRIGGER xyz AFTER DELETE backend BEGIN
164 CREATE TRIGGER xyz AFTER DELETE backend BEGIN
171 TRIGGER exy AFTER DELETE backend BEGIN
178 TRIGGERX tangentxx AFTER DELETE backend BEGIN
184 CREATE/**/TRIGGER tiger00 AFTER DELETE backend BEGIN
192 CREATE/**/TRIGGER ezxyz12 AFTER DELETE backend BEGIN
200 CREATE TRIGGER xyz AFTER DELETE backend BEGIN
208 CREATE TEMP TRIGGER xyz AFTER DELETE backend BEGIN
215 CREATE TEMPORARY TRIGGER xyz AFTER DELETE backend BEGIN
221 CREATE TRIGGER xyz AFTER DELETE backend BEGI
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_x.cc 22 NativeBackend* backend)
24 backend_(backend), migration_checked_(!backend), allow_fallback_(false) {
204 // We add all the passwords (and blacklist entries) to the native backend
233 // should prefer the native backend to the now-incomplete login
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 116 // backend might be recreated later because otherwise:
118 // * new/old backend may interfere with each other if new backend is created
121 STOP, // Stop syncing and let backend stop sync thread.
127 // Removes all current registrations from the backend on the
non_ui_data_type_controller_unittest.cc 81 // Prevent tasks from being posted on the backend thread until
87 // Post pending tasks on the backend thread and start allowing tasks
88 // to be posted on the backend thread again.
401 // Start the DTC while the backend tasks are blocked. Then stop the DTC before
402 // the backend tasks get a chance to run. The DTC should have no interaction
444 // Start the DTC then block its backend tasks. While its backend
446 // backend tasks. The (delayed) running of the backend tasks from the
  /external/chromium_org/third_party/libusb/src/libusb/
libusbi.h 57 /* Backend specific capabilities */
363 * libusb_cancel_transfer() (allowing the OS backend to prevent duplicate
364 * cancellation, submission-during-cancellation, etc). the OS backend
367 * its completion (presumably there would be races within your OS backend
376 /* Set by backend submit_transfer() if the OS handles timeout */
385 /* Set by backend submit_transfer() if the fds in use have been updated */
496 /* A human-readable name for your backend, e.g. "Linux usbfs" */
499 /* Binary mask for backend specific capabilities */
502 /* Perform initialization of your backend. You might use this function
544 * perform any other internal backend initialization you need to do. A
    [all...]
  /external/qemu/docs/
AUDIO.TXT 10 HWVoiceOut: models an audio output (backend) on the host.
11 HWVoiceIn: models an audio input (backend) on the host.
62 - A 'run_out' method that is called each time to tell the output backend to
72 a backend to use a platform-specific function to do the same thing if available.
137 backend-specific sound buffers
  /external/chromium/chrome/browser/history/
history.h 65 // HistoryDBTask can be used to process arbitrary work on the history backend
77 virtual bool RunOnDBThread(history::HistoryBackend* backend,
120 // Triggers the backend to load if it hasn't already, and then returns whether
124 // Returns true if the backend has finished loading.
127 // Unloads the backend without actually shutting down the history service.
132 // Called on shutdown, this will tell the history backend to complete and
151 // Triggers the backend to load if it hasn't already, and then returns the
525 // Schedules a HistoryDBTask for running on the history backend thread. See
537 // backend to be called once the history backend has terminated. This allow
    [all...]
  /external/chromium_org/net/disk_cache/
disk_cache.h 33 class Backend;
35 // Returns an instance of a Backend of the given |type|. |path| points to a
44 // any backend that performs operations on a disk. The returned pointer can be
47 // be invoked when a backend is available or a fatal error condition is reached.
48 // The pointer to receive the |backend| must remain valid until the operation
57 scoped_ptr<Backend>* backend,
61 class NET_EXPORT Backend {
65 // If the backend is destroyed when there are operations in progress (any
69 // for a given Entry (as opposed to the Backend) will still generate
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 144 ComPtr<IGalliumDXGIBackend> backend; member in struct:GalliumDXGIFactory
151 backend = p_backend;
153 backend.reset(new GalliumDXGIX11IdentityBackend((Display*)display));
155 backend.reset(new GalliumDXGIIdentityBackend());
1413 IGalliumDXGIBackend* backend; member in struct:dxgi_binding
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 144 ComPtr<IGalliumDXGIBackend> backend; member in struct:GalliumDXGIFactory
151 backend = p_backend;
153 backend.reset(new GalliumDXGIX11IdentityBackend((Display*)display));
155 backend.reset(new GalliumDXGIIdentityBackend());
1413 IGalliumDXGIBackend* backend; member in struct:dxgi_binding
    [all...]
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache.cc 82 // Try to open an existing entry in the backend
84 // Create a new entry in the backend (for writes)
86 // Write |len| bytes to the backend, starting at |offset|
88 // Read |len| bytes from the backend, starting at |offset|
95 // Used as the callback for all operations to the backend. Handle state
173 int rv = cache_->backend()->OpenEntry(
182 int rv = cache_->backend()->CreateEntry(
328 // Construction and cache backend initialization
355 LOG(ERROR) << "Backend init failed:" << net::ErrorToString(rv);
  /external/chromium_org/net/http/
mock_http_cache.cc 491 scoped_ptr<disk_cache::Backend>* backend,
493 backend->reset(new MockDiskCache());
509 disk_cache::Backend* backend; local
510 int rv = http_cache_.GetBackend(&backend, cb.callback());
512 return (rv == net::OK) ? static_cast<MockDiskCache*>(backend) : NULL;
587 net::NetLog* net_log, scoped_ptr<disk_cache::Backend>* backend,
589 backend->reset(new MockDiskCacheNoCB())
    [all...]
  /external/skia/bench/
benchmain.cpp 162 SkBenchmark::Backend backend, int sampleCount, GrContext* context) {
167 switch (backend) {
220 SkBenchmark::Backend backend; member in struct:Config
358 if (SkBenchmark::kNonRendering_Backend == config.backend) {
373 if (SkBenchmark::kGPU_Backend == config.backend) {
438 if (SkBenchmark::kGPU_Backend != config.backend) {
479 if (!bench->isSuitableFor(config.backend)) {
486 if (SkBenchmark::kGPU_Backend == config.backend) {
    [all...]

Completed in 679 milliseconds

<<11121314151617181920>>