HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 226 - 250 of 1044) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/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 */
  /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 grant 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/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/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...]
history_unittest.cc 8 // service. This spawns a background thread for the history backend, and
12 // 2. The simpler style is to create a history backend on this thread and
15 // the history backend (since there is a lot of logic) but gets can come
16 // directly from the HistoryDatabase. This is because the backend generally
84 // Delegate class for when we create a backend without a HistoryService.
92 virtual void SetInMemoryBackend(InMemoryHistoryBackend* backend) OVERRIDE;
122 DCHECK(in_mem_backend_.get()) << "Mem backend should have been set by "
179 // Wait for the backend class to terminate before deleting the files and
181 // probably leaking a reference to the history backend, so it never calls
250 // the backend thread has completed. This allows tests for the histor
    [all...]
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.h 37 // Takes ownership of |backend|; the other parameters are weak pointers.
113 // Sends a request to the device management backend to fetch policy if one
cloud_policy_controller_unittest.cc 96 // Takes ownership of |backend|.
236 // If the backend reports that the device token was invalid, the controller
251 // If the backend reports that the device is unknown to the server, the
266 // If the backend reports that the device is no longer managed, the controller
  /external/chromium/chrome/browser/resources/
crashes.js 8 * Requests the list of crashes from the backend.
15 * Callback from backend with the list of crashes. Builds the UI.
  /external/chromium/chrome/browser/resources/options/
certificate_edit_ca_trust_overlay.js 46 * The overlay will be left up with inputs disabled until the backend
71 * The overlay will be left up with inputs disabled until the backend
  /external/chromium/chrome/browser/ssl/
ssl_manager.h 78 SSLPolicyBackend* backend() { return &backend_; } function in class:SSLManager
116 // The backend for the SSLPolicy to actuate its decisions.
  /external/chromium/net/disk_cache/
disk_cache_test_base.h 25 class Backend;
123 disk_cache::Backend* cache_;
  /external/chromium/net/tools/dump_cache/
cache_dumper.h 49 explicit CacheDumper(disk_cache::Backend* cache) : cache_(cache) {}
60 disk_cache::Backend* cache_;
  /external/eigen/bench/
sparse_lu.cpp 45 template<int Backend>
50 SparseLU<EigenSparseMatrix,Backend> lu(sm1, flags);
  /external/elfutils/backends/
sparc_corenote.c 38 # define BACKEND sparc_
41 # define BACKEND sparc64_
  /external/elfutils/libebl/
eblbackendname.c 1 /* Return backend name.
63 return ebl != NULL ? ebl->emulation : gettext ("No backend");
libeblP.h 58 /* Backend handle. */
88 /* Type of the initialization functions in the backend modules. */
  /external/freetype/include/freetype/
ftadvanc.h 110 /* if the corresponding font backend doesn't have a quick way to */
157 /* if the corresponding font backend doesn't have a quick way to */
  /external/llvm/lib/Target/R600/
AMDILDeviceInfo.h 61 MacroDB = 0x1A, ///< Flag to specify that backend handles macrodb.
62 HW64BitDivMod = 0x1B, ///< Flag for backend to generate 64bit div/mod.
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 61 SafeInterpreterSel(cl::desc("Specify \"safe\" i.e. known-good backend:"),
72 cl::desc("Specify the path to the \"safe\" backend program"),
210 // In "llc-safe" mode, default to using LLC as the "safe" backend.
250 "\"safe\" backend right now!\n";
372 /// backend, if reference output is not provided.
385 // Using the known-good backend.
420 errs() << "*** There is a bug running the \"safe\" backend. Either"
422 << " if JIT is being used as the \"safe\" backend), or fix the"
  /external/qemu/android/utils/
debug.h 28 _VERBOSE_TAG(audioin, "audio input backend") \
29 _VERBOSE_TAG(audioout, "audio output backend") \
  /external/skia/include/core/
SkSurface.h 20 * SkSurface represents the backend/results of drawing to a canvas. For raster
33 * backend.
  /external/skia/include/gpu/
GrResource.h 77 * isWrapped indicates we have wrapped a client-created backend resource in a GrResource. If it
78 * is true then the client is responsible for the lifetime of the underlying backend resource.
  /frameworks/base/core/java/android/webkit/
WebViewFactoryProvider.java 23 * proxy class uses to instantiate all the other objects as needed. The backend must provide an
29 * This Interface provides glue for implementing the backend of WebView static methods which

Completed in 1232 milliseconds

1 2 3 4 5 6 7 8 91011>>