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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/net/base/
cache_type.h 20 // The types of disk cache backend, only used at backend instantiation.
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
xe02_bool.t 14 skip "can't use JSON::XS.", 11, unless( JSON->backend->is_xs );
30 isa_ok(JSON::true, JSON->backend . '::Boolean');
xe10_bignum.t 14 skip "can't use JSON::XS.", 6, unless( JSON->backend->is_xs );
18 print $json->backend, "\n";
xe04support_by_pp.t 10 skip "can't use JSON::XS.", 3, unless( JSON->backend->is_xs );
xe20_croak_message.t 14 skip "can't use JSON::XS.", 1, unless( JSON->backend->is_xs );
  /external/chromium_org/third_party/skia/src/gpu/
GrGpuFactory.cpp 17 GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrContext* context) {
22 if (kOpenGL_GrBackend == backend) {
  /external/skia/src/gpu/
GrGpuFactory.cpp 17 GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrContext* context) {
22 if (kOpenGL_GrBackend == backend) {
  /external/chromium/chrome/browser/sync/
js_event_handler_list.cc 26 // We connect to the backend only when necessary, i.e. when there is
43 void JsEventHandlerList::SetBackend(JsBackend* backend) {
45 DCHECK(backend);
46 backend_ = backend;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursorWithValue.cpp 33 PassRefPtr<IDBCursorWithValue> IDBCursorWithValue::create(PassOwnPtr<blink::WebIDBCursor> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
35 return adoptRef(new IDBCursorWithValue(backend, direction, request, source, transaction));
38 IDBCursorWithValue::IDBCursorWithValue(PassOwnPtr<blink::WebIDBCursor> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
39 : IDBCursor(backend, direction, request, source, transaction)
  /external/clang/test/CodeGen/
2002-04-08-LocalArray.c 3 /* GCC is not outputting the static array to the LLVM backend, so bad things
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_LOG.h 9 #define IPT_LOG_NFLOG 0x10 /* Log using nf_log backend */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_LOG.h 9 #define IP6T_LOG_NFLOG 0x10 /* Log using nf_log backend */
  /external/llvm/test/CodeGen/Generic/
2006-01-18-InvalidBranchOpcodeAssert.ll 2 ; This crashed the PPC backend.
  /external/llvm/utils/
llvm-native-gcc 10 $Backend = 'cbe';
21 if ($ARGV[$i] =~ /-mllvm-backend=([a-z0-9]*)/) {
22 $Backend = $1;
75 $def =~ s/\.bc$/.$Backend/;
108 my ($BCFile, $Backend, $OutputFile) = @_;
111 if ($Backend eq 'cbe') {
118 } elsif ($Backend eq 'llc') {
134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_;
146 if ($Backend eq 'cbe') {
149 } elsif ($Backend eq 'llc')
    [all...]
  /external/sepolicy/tools/
checkfc.c 38 // Default backend unless changed by input argument.
39 unsigned int backend = SELABEL_CTX_FILE; local
48 backend = SELABEL_CTX_ANDROID_PROP;
82 sehnd = selabel_open(backend, opts, 2);
  /external/wpa_supplicant_8/src/utils/
ext_password_i.h 2 * External password backend - internal definitions
  /external/chromium/chrome/browser/policy/
mock_device_management_service.h 22 explicit ProxyDeviceManagementBackend(DeviceManagementBackend* backend);
53 void set_backend(DeviceManagementBackend* backend) {
54 backend_ = backend;
  /external/chromium_org/net/disk_cache/simple/
simple_backend_version.h 13 // * All cache Upgrades are performed on backend start, must be finished
14 // before the new backend starts processing any incoming operations.
22 // entry format changes with the overall backend version update.
simple_version_upgrade.h 9 // Backend on disk. Assumes no backend operations are running simultaneously.
38 // Must be equal kSimpleVersion when the cache backend is instantiated.
  /external/clang/test/Driver/
apple-kext-mkernel.c 14 // CHECK-ARM: "-backend-option" "-arm-long-calls"
15 // CHECK-ARM: "-backend-option" "-arm-strict-align"
16 // CHECK-ARM-NOT: "-backend-option" "-arm-strict-align"
  /external/skia/bench/
DecodeBench.cpp 34 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
35 return backend == kNonRendering_Backend;
RegionContainBench.cpp 48 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
49 return backend == kNonRendering_Backend;
  /external/wpa_supplicant_8/wpa_supplicant/
config_none.c 2 * WPA Supplicant / Configuration backend: empty starting point
8 * This file implements dummy example of a configuration backend. None of the
10 * compilation test or a starting point for a new configuration backend.
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x_unittest.cc 398 NativeBackendGnome backend(42, profile_.GetPrefs());
399 backend.Init();
404 base::Unretained(&backend), form_google_));
417 NativeBackendGnome backend(42, profile_.GetPrefs());
418 backend.Init();
423 base::Unretained(&backend), form_google_));
430 base::Unretained(&backend), &form_list));
447 NativeBackendGnome backend(42, profile_.GetPrefs());
448 backend.Init();
453 base::Unretained(&backend), form_google_))
    [all...]
  /external/chromium_org/google_apis/gcm/engine/
rmq_store.cc 64 class RMQStore::Backend : public base::RefCountedThreadSafe<RMQStore::Backend> {
66 Backend(const base::FilePath& path,
86 friend class base::RefCountedThreadSafe<Backend>;
87 ~Backend();
100 RMQStore::Backend::Backend(
107 RMQStore::Backend::~Backend() {
110 void RMQStore::Backend::Load(const LoadCallback& callback)
    [all...]

Completed in 1696 milliseconds

1 23 4 5 6 7 8 91011>>