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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/net/disk_cache/
experiments.h 22 // backend only.
  /external/chromium_org/printing/backend/
print_backend.cc 5 #include "printing/backend/print_backend.h"
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
x16_tied.t 12 skip "can't use JSON::XS.", 2, unless( JSON->backend->is_xs );
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBOpenDBRequest.cpp 76 void IDBOpenDBRequest::onUpgradeNeeded(int64_t oldVersion, PassOwnPtr<WebIDBDatabase> backend, const IDBDatabaseMetadata& metadata, blink::WebIDBDataLoss dataLoss, String dataLossMessage)
80 OwnPtr<WebIDBDatabase> db = backend;
90 RefPtr<IDBDatabase> idbDatabase = IDBDatabase::create(executionContext(), backend, m_databaseCallbacks.release());
108 void IDBOpenDBRequest::onSuccess(PassOwnPtr<WebIDBDatabase> backend, const IDBDatabaseMetadata& metadata)
112 OwnPtr<WebIDBDatabase> db = backend;
122 // Previous onUpgradeNeeded call delivered the backend.
123 ASSERT(!backend.get());
128 ASSERT(backend.get());
130 idbDatabase = IDBDatabase::create(executionContext(), backend, m_databaseCallbacks.release());
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_credentials.py 27 for backend in backends:
28 self._backends[backend.credentials_type] = backend
30 def AddBackend(self, backend):
31 assert backend.credentials_type not in self._backends
32 self._backends[backend.credentials_type] = backend
79 for backend in self._backends.keys():
80 self._backends[backend]._ResetLoggedInState() # pylint: disable=W0212
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.h 53 // underlying disk_cache::Backend to be fully constructed. Early
54 // calls are queued up and serviced once the disk_cache::Backend is
82 disk_cache::Backend* disk_cache() { return disk_cache_.get(); }
95 scoped_ptr<disk_cache::Backend> disk_cache_;
  /external/clang/test/CodeGen/
2002-02-13-ReloadProblem.c 5 * the entire backend of GCC, even though it was unnecessary for LLVM output
  /external/iptables/extensions/
libxt_TRACE.man 4 A logging backend, such as ip(6)t_LOG or nfnetlink_log, must be loaded for this
  /external/libusb/
PORTING 12 libusb's internal "backend" API, which performs the appropriate operations on
15 In terms of USB I/O, your backend provides functionality to submit
17 layers, based on the async interface). Your backend must also provide
20 Your backend must also provide an event handling function to "reap" ongoing
23 The backend must also provide standard functions for other USB operations,
31 at various points in time. Your backend must provide a set of file descriptors
45 Documentation of the backend interface can be found in libusbi.h inside the
57 The Linux backend acts as a good example - view it as a reference
67 2. Implement your backend in the libusb/os/ directory, modifying
  /external/llvm/lib/Target/MSP430/
README.txt 2 // MSP430 backend.
5 DISCLAIMER: Thid backend should be considered as highly experimental. I never
7 only. The original intention of making this backend was to write documentation
8 of form "How to write backend for dummies" :) Thes notes hopefully will be
  /external/llvm/test/CodeGen/PowerPC/
2005-08-12-rlwimi-crash.ll 1 ; this should not crash the ppc backend
  /external/llvm/utils/
llvm-native-gxx 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/skia/bench/
SkBenchmark.h 52 enum Backend {
61 virtual bool isSuitableFor(Backend backend) {
62 return backend != kNonRendering_Backend;
MathBench.cpp 34 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
35 return backend == kNonRendering_Backend;
288 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
289 return backend == kNonRendering_Backend;
356 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
357 return backend == kNonRendering_Backend;
417 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 1 //===-- llvm/Target/TargetLDBackend.h - Target LD Backend -----*- C++ -*-===//
80 /// preLayout - Backend can do any needed modification before layout
83 /// postLayout - Backend can do any needed modification after layout
86 /// postProcessing - Backend can do any needed modification in the final stage
101 /// then it will ask backend to finalize the symbol value.
102 /// @return ture - if backend set the symbol value sucessfully
103 /// @return false - if backend do not recognize the symbol
106 /// finalizeTLSSymbol - Linker asks backend to set the symbol value when it
144 /// mayRelax - return true if the backend needs to do relaxation
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmbr2684.h 40 * the first element of the structure is the backend number and the rest
41 * is per-backend specific
67 * the first element of the structure is the backend number and the rest
68 * is per-backend specific
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmbr2684.h 40 * the first element of the structure is the backend number and the rest
41 * is per-backend specific
67 * the first element of the structure is the backend number and the rest
68 * is per-backend specific
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmbr2684.h 40 * the first element of the structure is the backend number and the rest
41 * is per-backend specific
67 * the first element of the structure is the backend number and the rest
68 * is per-backend specific
  /external/chromium_org/net/http/
mock_http_cache.h 96 class MockDiskCache : public disk_cache::Backend {
161 scoped_ptr<disk_cache::Backend>* backend,
188 // Helper function to synchronously open a backend entry.
191 // Helper function to synchronously create a backend entry.
215 scoped_ptr<disk_cache::Backend>* backend,
219 // This backend factory allows us to control the backend instantiation.
226 scoped_ptr<disk_cache::Backend>* backend
233 scoped_ptr<disk_cache::Backend>* backend() { return backend_; } function in class:MockBlockingBackendFactory
    [all...]
  /external/chromium_org/net/tools/disk_cache_memory_test/
disk_cache_memory_test.cc 89 scoped_ptr<Backend> CreateAndInitBackend(const CacheSpec& spec) {
90 scoped_ptr<Backend> result;
91 scoped_ptr<Backend> backend; local
100 base::MessageLoopProxy::current(), NULL, &backend, callback);
106 LOG(ERROR) << "Could not initialize backend in "
118 static_cast<SimpleBackendImpl*>(backend.get());
131 DCHECK(backend);
132 result.swap(backend);
228 ScopedVector<Backend> backends
231 scoped_ptr<Backend> backend = CreateAndInitBackend(**it); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.h 60 // Set user-modified pref values directly in the C++ backend.
97 // change to a user-modified pref value in the C++ backend.
100 // user-modified pref value in the C++ backend.
104 // user-modified pref value in the C++ backend.
132 // respectively does not cause the change to be committed to the C++ backend.
144 // JavaScript and causes the change to be committed to the C++ backend.
149 // JavaScript and causes the change to be committed to the C++ backend.
155 // the C++ backend.
162 // Change the value of a sentinel pref in the C++ backend and finish observing
179 // made in the C++ backend by the JavaScript Preferences class
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.cpp 60 PassRefPtr<Database> Database::create(ExecutionContext*, PassRefPtr<DatabaseBackendBase> backend)
62 // FIXME: Currently, we're only simulating the backend by return the
63 // frontend database as its own the backend. When we split the 2 apart,
65 // instantiating the backend.
66 return static_cast<Database*>(backend.get());
118 Database* Database::from(DatabaseBackend* backend)
120 return static_cast<Database*>(backend->m_frontend);
123 PassRefPtr<DatabaseBackend> Database::backend() function in class:WebCore::Database
174 RefPtr<SQLTransactionBackend> transactionBackend = backend()->runTransaction(transaction, readOnly, changeVersionData);
267 backend()->reportStartTransactionResult(errorSite, webSqlErrorCode, sqliteErrorCode)
    [all...]
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 51 // delegates to Backend::Load, which posts a Backend::LoadAndNotifyOnDBThread
52 // task to the background runner. This task calls Backend::ChainLoadCookies(),
54 // in separate tasks. When this is complete, Backend::CompleteLoadOnIOThread is
59 // LoadCookiesForKey, it is delegated to Backend::LoadCookiesForKey, which posts
60 // Backend::LoadKeyAndNotifyOnDBThread to the BG runner. That routine loads just
61 // that single domain key (eTLD+1)'s cookies, and posts a Backend::
69 class SQLitePersistentCookieStore::Backend
70 : public base::RefCountedThreadSafe<SQLitePersistentCookieStore::Backend> {
72 Backend(
    [all...]
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 113 // BootTimesLoader calls into the Backend on the file thread to load
115 class Backend : public base::RefCountedThreadSafe<Backend> {
117 Backend() {}
122 friend class base::RefCountedThreadSafe<Backend>;
124 ~Backend() {}
126 DISALLOW_COPY_AND_ASSIGN(Backend);
162 scoped_refptr<Backend> backend_;
  /external/chromium/chrome/browser/history/
history_browsertest.cc 29 // and history backend thread because the history subsystem posts tasks back
34 // A task to be scheduled on the history backend thread.
35 // Notifies the main thread after all history backend thread tasks have run.
41 virtual bool RunOnDBThread(history::HistoryBackend* backend,
54 // Enumerates all history contents on the backend thread.
171 Checkpoint("After waiting for history backend to run", start_time);
191 Checkpoint("After waiting for history backend to run", start_time);
205 Checkpoint("After waiting for history backend to run (2nd time)", start_time);

Completed in 418 milliseconds

1 2 3 4 56 7 8 91011>>