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

<<11121314151617181920>>

  /external/chromium_org/third_party/JSON/JSON-2.59/t/
xe12_boolean.t 18 skip "can't use JSON::XS.", 4, unless( JSON->backend->is_xs );
xe19_xs_and_suportbypp.t 13 skip "can't use JSON::XS.", 2, unless( JSON->backend->is_xs );
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
Makefile.am 20 # This is a hack until we can move the backend into the LLVM project.
  /external/chromium_org/ui/views/widget/
native_widget.h 24 // backend-specific native widget implementation. This is the only component of
  /external/clang/test/CodeGen/
branch-target-layout.c 5 // targets (basic blocks). However, the backend's basic block layout makes an
complex-indirect.c 6 // backend guarantee the alignment.
  /external/elfutils/tests/
run-native-test.sh 29 # This tests all the miscellaneous components of backend support
31 # this test if it is missing parts of the backend implementation.
33 # As new backend code is added to satisfy the test, be sure to update
34 # the fixed test cases (run-allregs.sh et al) to test that backend
  /external/llvm/test/CodeGen/Generic/
2011-07-07-ScheduleDAGCrash.ll 6 ; The ARM backend can't handle i256 math at the moment.
  /external/mesa3d/src/gallium/drivers/r600/
Makefile.am 20 # This is a hack until we can move the backend into the LLVM project.
  /external/qemu/android/
audio-test.h 17 * used to test that the audio backend works without having to boot
  /external/skia/tests/
GLInterfaceValidation.cpp 12 // This is a GPU-backend specific test
  /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/chrome/browser/sync/
sync_startup_tracker.cc 64 // If the sync backend has started up, notify the callback.
79 // No error detected yet, but the sync backend hasn't started up yet, so
sync_startup_tracker.h 33 // Sync backend is still starting up.
35 // An error has been detected that prevents the sync backend from starting
  /external/chromium_org/chrome/browser/ui/webui/
fileicon_source.h 21 // requests for favicons and the history backend that serves these.
60 // Called when favicon data is available from the history backend.
  /external/chromium_org/chrome/browser/value_store/
value_store_frontend.h 48 class Backend;
52 scoped_refptr<Backend> backend_;
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.h 70 class Backend;
72 scoped_refptr<Backend> backend_;
  /external/chromium_org/net/disk_cache/v3/
backend_worker.h 24 // This class implements the Backend interface. An object of this
26 class NET_EXPORT_PRIVATE BackendImpl : public Backend {
  /external/chromium_org/net/tools/dump_cache/
simple_cache_dumper.h 16 class Backend;
79 scoped_ptr<disk_cache::Backend> cache_;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendSync.h 37 // for the split out of the DatabaseSync backend to be done later. This
39 // DatabaseBackendSync to do so before the proper backend split is
SQLTransactionSync.cpp 53 SQLTransactionSync* SQLTransactionSync::from(SQLTransactionBackendSync* backend)
55 return static_cast<SQLTransactionSync*>(backend);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/TargetInfo/
AMDGPUTargetInfo.cpp 19 /// The target for the AMDGPU backend
22 /// Extern function to initialize the targets for the AMDGPU backend
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_credentials_unittest.py 46 # Should true because it has a password and a backend.
52 # Should fail because it has no backend.
  /external/chromium_org/webkit/browser/fileapi/quota/
quota_reservation_manager.cc 13 scoped_ptr<QuotaBackend> backend)
14 : backend_(backend.Pass()),
  /external/elfutils/backends/
arm_init.c 1 /* Initialization of Arm specific backend library.
31 #define BACKEND arm_

Completed in 3094 milliseconds

<<11121314151617181920>>