HomeSort by relevance Sort by last modified time
    Searched refs:backend (Results 251 - 275 of 479) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/skia/bench/
GrResourceCacheBench.cpp 174 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
175 return backend == kGPU_Backend;
210 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
211 return backend == kGPU_Backend;
RTreeBench.cpp 39 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
40 return backend == kNonRendering_Backend;
93 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
94 return backend == kNonRendering_Backend;
RegionBench.cpp 102 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
103 return backend == kNonRendering_Backend;
146 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
147 return backend == kNonRendering_Backend;
nanobench.cpp 261 Benchmark::Backend backend; member in struct:Config
311 #define CPU_CONFIG(name, backend, color, alpha) \
313 Config config = { #name, Benchmark::backend, color, alpha, 0, kBogusGLContextType }; \
353 if (!bench->isSuitableFor(config.backend)) {
362 if (Benchmark::kRaster_Backend == config.backend) {
366 else if (Benchmark::kGPU_Backend == config.backend) {
373 if (Benchmark::kNonRendering_Backend != config.backend && !target->surface.get()) {
639 Benchmark::kGPU_Backend == targets[j]->config.backend
662 if (Benchmark::kGPU_Backend == targets[j]->config.backend) {
    [all...]
  /external/libselinux/src/
label_internal.h 49 unsigned int backend; member in struct:selabel_handle
63 /* supports backend-specific state information */
  /external/qemu/distrib/libselinux/src/
label_internal.h 49 unsigned int backend; member in struct:selabel_handle
59 /* supports backend-specific state information */
  /external/skia/bench/
GrResourceCacheBench.cpp 174 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
175 return backend == kGPU_Backend;
210 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
211 return backend == kGPU_Backend;
QuadTreeBench.cpp 35 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
36 return backend == kNonRendering_Backend;
83 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
84 return backend == kNonRendering_Backend;
RTreeBench.cpp 39 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
40 return backend == kNonRendering_Backend;
93 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
94 return backend == kNonRendering_Backend;
RegionBench.cpp 102 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
103 return backend == kNonRendering_Backend;
146 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
147 return backend == kNonRendering_Backend;
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h 67 inline const GNULDBackend &backend() const { return m_Backend; } function in class:mcld::ELFAttribute
  /hardware/qcom/audio/hal/
platform_api.h 59 int platform_set_snd_device_backend(snd_device_t snd_device, const char * backend);
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 237 DreamBackend backend = new DreamBackend(context);
238 boolean isEnabled = backend.isEnabled();
239 boolean activatedOnSleep = backend.isActivatedOnSleep();
240 boolean activatedOnDock = backend.isActivatedOnDock();
250 DreamBackend backend = new DreamBackend(context);
251 boolean isEnabled = backend.isEnabled();
255 return backend.getActiveDreamName();
  /external/chromium_org/net/http/
mock_http_cache.cc 468 scoped_ptr<disk_cache::Backend::Iterator> MockDiskCache::CreateIterator() {
495 scoped_ptr<disk_cache::Backend>* backend,
497 backend->reset(new MockDiskCache());
513 disk_cache::Backend* backend; local
514 int rv = http_cache_.GetBackend(&backend, cb.callback());
516 return (rv == net::OK) ? static_cast<MockDiskCache*>(backend) : NULL;
599 net::NetLog* net_log, scoped_ptr<disk_cache::Backend>* backend,
    [all...]
http_cache.cc 85 NetLog* net_log, scoped_ptr<disk_cache::Backend>* backend,
95 backend,
118 // open cache entries or the backend itself.
124 scoped_ptr<disk_cache::Backend> backend; member in struct:net::HttpCache::PendingOp
140 // A work item encapsulates a single request to the backend with all the
150 const net::CompletionCallback& cb, disk_cache::Backend** backend)
155 backend_(backend) {}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
gthr-default.h 92 /* Backend initialization functions */
114 /* Backend thread functions */
237 /* Backend mutex functions */
243 if ((mutex->backend = (void *) CreateMutex (NULL, 0, NULL)) == NULL)
253 CloseHandle ((HANDLE) (mutex->backend));
263 status = WaitForSingleObject ((HANDLE) (mutex->backend), INFINITE);
276 status = WaitForSingleObject ((HANDLE) (mutex->backend), 0);
287 if (ReleaseMutex ((HANDLE) (mutex->backend)) == 0)
293 /* Backend condition mutex functions */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
gthr-default.h 92 /* Backend initialization functions */
114 /* Backend thread functions */
237 /* Backend mutex functions */
243 if ((mutex->backend = (void *) CreateMutex (NULL, 0, NULL)) == NULL)
253 CloseHandle ((HANDLE) (mutex->backend));
263 status = WaitForSingleObject ((HANDLE) (mutex->backend), INFINITE);
276 status = WaitForSingleObject ((HANDLE) (mutex->backend), 0);
287 if (ReleaseMutex ((HANDLE) (mutex->backend)) == 0)
293 /* Backend condition mutex functions */
  /external/chromium_org/chrome/browser/resources/
crashes.js 9 * Requests the list of crashes from the backend.
16 * Callback from backend with the list of crashes. Builds the UI.
18 * @param {boolean} dynamicBackend Whether the crash backend is dynamic.
  /external/chromium_org/components/dom_distiller/webui/resources/
about_dom_distiller.js 7 * Callback from the backend with the list of entries to display.
34 * Callback from the backend when adding an article failed.
41 * Callback from the backend when viewing a URL failed.
  /external/chromium_org/content/browser/appcache/
appcache_host.cc 276 AppCacheBackendImpl* backend = service_->GetBackend(spawning_process_id_); local
277 return backend ? backend->GetHost(spawning_host_id_) : NULL;
282 AppCacheBackendImpl* backend = service_->GetBackend(parent_process_id_); local
283 return backend ? backend->GetHost(parent_host_id_) : NULL;
  /external/chromium_org/net/tools/crash_cache/
crash_cache.cc 130 void FlushQueue(disk_cache::Backend* cache) {
140 disk_cache::Backend** cache,
143 disk_cache::BackendImpl* backend = new disk_cache::BackendImpl( local
145 backend->SetMaxSize(size);
146 backend->SetType(net::DISK_CACHE);
147 backend->SetFlags(disk_cache::kNoRandom);
148 int rv = backend->Init(cb->callback());
149 *cache = backend;
157 disk_cache::Backend* cache;
194 disk_cache::Backend* cache
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
www_server.py 121 return _HTTP_OK, [], [backend.name for backend in backends.ListBackends()]
133 resp += [{'backend': device.backend.name,
490 backend = backends.GetBackend(args[0])
491 if not backend:
492 return _HTTP_GONE, [], 'Backend not found'
499 settings = backend.settings
511 backend = backends.GetBackend(args[0])
512 if not backend
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc 324 SyncFileSystemBackend* backend = local
326 DCHECK(backend);
327 DCHECK(backend->change_tracker());
329 origin, backend->change_tracker()->num_changes());
374 SyncFileSystemBackend* backend = local
376 DCHECK(backend);
377 DCHECK(backend->change_tracker());
379 app_origin, backend->change_tracker()->num_changes());
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 45 virtual bool RunOnDBThread(history::HistoryBackend* backend,
48 backend->GetAllTypedURLs(&rows);
  /external/chromium_org/content/browser/ssl/
ssl_policy.cc 29 SSLPolicy::SSLPolicy(SSLPolicyBackend* backend)
30 : backend_(backend) {

Completed in 1231 milliseconds

<<11121314151617181920