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

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.h 44 class Backend;
46 scoped_refptr<Backend> backend_;
sqlite_persistent_cookie_store.cc 69 class SQLitePersistentCookieStore::Backend
70 : public base::RefCountedThreadSafe<SQLitePersistentCookieStore::Backend> {
72 explicit Backend(const FilePath& path)
110 friend class base::RefCountedThreadSafe<SQLitePersistentCookieStore::Backend>;
113 ~Backend() {
171 DISALLOW_COPY_AND_ASSIGN(Backend);
220 bool SQLitePersistentCookieStore::Backend::Load(
301 bool SQLitePersistentCookieStore::Backend::EnsureDatabaseVersion() {
375 void SQLitePersistentCookieStore::Backend::AddCookie(
380 void SQLitePersistentCookieStore::Backend::UpdateCookieAccessTime
    [all...]
  /external/chromium/chrome/browser/policy/
device_management_service_browsertest.cc 95 scoped_ptr<DeviceManagementBackend> backend(service.CreateBackend());
106 backend->ProcessRegisterRequest("token", "testid", request, &delegate);
121 backend->ProcessPolicyRequest(token_, "testid", request, &delegate);
133 backend->ProcessUnregisterRequest(token_, "testid", request, &delegate);
148 scoped_ptr<DeviceManagementBackend> backend(service.CreateBackend());
157 backend->ProcessRegisterRequest("token", "testid", request, &delegate);
171 backend->ProcessPolicyRequest(token_, "testid", request, &delegate);
181 backend->ProcessUnregisterRequest(token_, "testid", request, &delegate);
mock_device_management_service.cc 10 DeviceManagementBackend* backend)
11 : backend_(backend) {
  /external/chromium/chrome/browser/ui/webui/
favicon_source.h 20 // requests for favicons and the history backend that serves these.
36 // Called when favicon data is available from the history backend.
fileicon_source.h 22 // requests for favicons and the history backend that serves these.
35 // Called when favicon data is available from the history backend.
  /external/clang/test/Driver/
apple-kext-mkernel.c 14 // CHECK-ARM: "-backend-option" "-arm-long-calls"
15 // CHECK-ARM: "-backend-option" "-arm-strict-align"
  /external/iproute2/include/linux/
atmioc.h 30 #define ATMIOC_BACKEND 0x90 /* ATM generic backend ioctls, u. per backend */
  /external/kernel-headers/original/linux/
atmioc.h 30 #define ATMIOC_BACKEND 0x90 /* ATM generic backend ioctls, u. per backend */
  /external/llvm/lib/Target/X86/
README-UNIMPLEMENTED.txt 2 // Testcases that crash the X86 backend because they aren't implemented
5 These are cases we know the X86 backend doesn't handle. Patches are welcome
  /external/webkit/Source/WebCore/storage/
IDBObjectStore.cpp 73 m_objectStore->get(key, request, m_transaction->backend(), ec);
84 m_objectStore->put(value, key, IDBObjectStoreBackendInterface::AddOnly, request, m_transaction->backend(), ec);
95 m_objectStore->put(value, key, IDBObjectStoreBackendInterface::AddOrUpdate, request, m_transaction->backend(), ec);
106 m_objectStore->deleteFunction(key, request, m_transaction->backend(), ec);
117 m_objectStore->clear(request, m_transaction->backend(), ec);
130 RefPtr<IDBIndexBackendInterface> index = m_objectStore->createIndex(name, keyPath, unique, m_transaction->backend(), ec);
148 m_objectStore->deleteIndex(name, m_transaction->backend(), ec);
161 m_objectStore->openCursor(range, direction, request, m_transaction->backend(), ec);
IDBRequest.cpp 63 IDBPendingTransactionMonitor::removePendingTransaction(m_transaction->backend());
136 IDBPendingTransactionMonitor::removePendingTransaction(m_transaction->backend());
186 void IDBRequest::onSuccess(PassRefPtr<IDBCursorBackendInterface> backend)
191 m_result = IDBAny::create(IDBCursor::create(backend, this, m_source.get(), m_transaction.get()));
193 m_result = IDBAny::create(IDBCursorWithValue::create(backend, this, m_source.get(), m_transaction.get()));
197 void IDBRequest::onSuccess(PassRefPtr<IDBDatabaseBackendInterface> backend)
200 RefPtr<IDBDatabase> idbDatabase = IDBDatabase::create(scriptExecutionContext(), backend);
220 RefPtr<IDBTransactionBackendInterface> backend = prpBackend;
221 RefPtr<IDBTransaction> frontend = IDBTransaction::create(scriptExecutionContext(), backend, m_source->idbDatabase().get());
222 backend->setCallbacks(frontend.get())
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmioc.h 30 #define ATMIOC_BACKEND 0x90 /* ATM generic backend ioctls, u. per backend */
  /frameworks/compile/slang/
slang_backend.cpp 60 void Backend::CreateFunctionPasses() {
72 void Backend::CreateModulePasses() {
99 bool Backend::CreateCodeGenPasses() {
195 Backend::Backend(clang::Diagnostic *Diags,
220 void Backend::Initialize(clang::ASTContext &Ctx) {
228 void Backend::HandleTopLevelDecl(clang::DeclGroupRef D) {
233 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) {
239 // IR). Now, interact with LLVM backend to generate actual machine code (asm
345 void Backend::HandleTagDeclDefinition(clang::TagDecl *D)
    [all...]
  /external/chromium/chrome/browser/sessions/
session_service_test_helper.cc 51 backend()->ReadLastSessionCommandsImpl(&(read_commands.get()));
95 SessionBackend* SessionServiceTestHelper::backend() { function in class:SessionServiceTestHelper
96 return service_->backend();
  /external/chromium/net/proxy/
proxy_resolver.h 22 // to use for a particular URL. Generally the backend for a ProxyResolver is
51 // The PAC script backend can be specified to the ProxyResolver either via
64 // Called to set the PAC script backend to use.
  /external/skia/bench/
benchmain.cpp 158 enum Backend {
165 Backend backend, GrContext* context) {
170 switch (backend) {
190 Backend fBackend;
228 Backend backend = kRaster_Backend; // for warning local
327 backend = gConfigs[index].fBackend;
403 backend = gConfigs[configIndex].fBackend;
406 if (kGPU_Backend == backend && NULL == context)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h 49 Boolean eapResp; /* shared with EAPOL Backend Authentication */
58 Boolean eapReq; /* shared with EAPOL Backend Authentication */
59 Boolean eapNoReq; /* shared with EAPOL Backend Authentication */
  /external/wpa_supplicant_8/src/eap_server/
eap.h 49 Boolean eapResp; /* shared with EAPOL Backend Authentication */
58 Boolean eapReq; /* shared with EAPOL Backend Authentication */
59 Boolean eapNoReq; /* shared with EAPOL Backend Authentication */
  /external/chromium/chrome/browser/history/
history.cc 6 // database operations don't delay the browser. This backend processing is
65 // Sends messages from the backend to us on the main thread. This must be a
68 // Release when the Backend has a reference to us).
83 history::InMemoryHistoryBackend* backend) OVERRIDE {
84 // Send the backend to the history service on the main thread.
86 &HistoryService::SetInMemoryBackend, backend));
149 // Shutdown the backend. This does nothing if Cleanup was already invoked.
154 // NOTE: We start the backend loading even though it completes asynchronously
156 // callers of this assume that if the backend isn't yet loaded it will be
158 // later. If we've purged the backend, we haven't necessarily restarted i
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 365 /* Backend initialization functions */
401 /* Backend thread functions */
539 /* Backend mutex functions */
547 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
549 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
551 objc_free (mutex->backend);
552 mutex->backend = NULL;
575 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
584 objc_free (mutex->backend);
    [all...]
gthr-posix.h 365 /* Backend initialization functions */
401 /* Backend thread functions */
539 /* Backend mutex functions */
547 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
549 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
551 objc_free (mutex->backend);
552 mutex->backend = NULL;
575 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
584 objc_free (mutex->backend);
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 365 /* Backend initialization functions */
401 /* Backend thread functions */
539 /* Backend mutex functions */
547 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
549 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
551 objc_free (mutex->backend);
552 mutex->backend = NULL;
575 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
584 objc_free (mutex->backend);
    [all...]
gthr-posix.h 365 /* Backend initialization functions */
401 /* Backend thread functions */
539 /* Backend mutex functions */
547 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
549 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
551 objc_free (mutex->backend);
552 mutex->backend = NULL;
575 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
584 objc_free (mutex->backend);
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 365 /* Backend initialization functions */
401 /* Backend thread functions */
539 /* Backend mutex functions */
547 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
549 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
551 objc_free (mutex->backend);
552 mutex->backend = NULL;
575 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
581 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
584 objc_free (mutex->backend);
    [all...]

Completed in 546 milliseconds

1 23 4 5 6 7 8 91011>>