HomeSort by relevance Sort by last modified time
    Searched refs:backend (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/WebCore/storage/
IDBCursorWithValue.cpp 36 PassRefPtr<IDBCursorWithValue> IDBCursorWithValue::create(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
38 return adoptRef(new IDBCursorWithValue(backend, request, source, transaction));
41 IDBCursorWithValue::IDBCursorWithValue(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
42 : IDBCursor(backend, request, source, transaction)
IDBIndex.cpp 44 IDBIndex::IDBIndex(PassRefPtr<IDBIndexBackendInterface> backend, IDBObjectStore* objectStore, IDBTransaction* transaction)
45 : m_backend(backend)
68 m_backend->openCursor(keyRange, direction, request, m_transaction->backend(), ec);
86 m_backend->openKeyCursor(keyRange, direction, request, m_transaction->backend(), ec);
97 m_backend->get(key, request, m_transaction->backend(), ec);
108 m_backend->getKey(key, request, m_transaction->backend(), ec);
  /external/chromium/chrome/browser/ui/webui/
sync_internals_ui.cc 27 browser_sync::JsFrontend* backend = GetJsFrontend(); local
28 if (backend) {
29 backend->AddHandler(this);
39 browser_sync::JsFrontend* backend = GetJsFrontend(); local
40 if (backend) {
41 backend->RemoveHandler(this);
62 browser_sync::JsFrontend* backend = GetJsFrontend(); local
63 if (backend) {
64 backend->ProcessMessage(name, args, this);
  /external/chromium/chrome/browser/sessions/
session_backend_unittest.cc 54 scoped_refptr<SessionBackend> backend(
59 backend->AppendCommands(new SessionCommands(commands), false);
63 backend = NULL;
64 backend = new SessionBackend(BaseSessionService::SESSION_RESTORE, path_);
65 backend->ReadLastSessionCommandsImpl(&commands);
72 backend = NULL;
73 backend = new SessionBackend(BaseSessionService::SESSION_RESTORE, path_);
74 backend->ReadLastSessionCommandsImpl(&commands);
79 backend->DeleteLastSession();
80 backend->ReadLastSessionCommandsImpl(&commands)
    [all...]
  /external/wpa_supplicant_8/src/utils/
ext_password.c 2 * External password backend
31 const struct ext_password_backend *backend; member in struct:ext_password_data
36 struct ext_password_data * ext_password_init(const char *backend,
47 if (os_strcmp(backends[i]->name, backend) == 0) {
48 data->backend = backends[i];
53 if (!data->backend) {
58 data->priv = data->backend->init(params);
70 if (data && data->backend && data->priv)
71 data->backend->deinit(data->priv);
81 return data->backend->get(data->priv, name)
    [all...]
ext_password.h 2 * External password backend
16 struct ext_password_data * ext_password_init(const char *backend,
  /external/chromium/chrome/browser/sync/
js_event_handler_list_unittest.cc 21 // |backend| must outlive |event_handlers|.
22 StrictMock<MockJsBackend> backend; local
34 EXPECT_CALL(backend, SetParentJsEventRouter(&event_handlers)).Times(2);
36 EXPECT_CALL(backend, RemoveParentJsEventRouter()).Times(2);
37 EXPECT_CALL(backend, ProcessMessage("test1", HasArgs(args2), &handler1));
38 EXPECT_CALL(backend, ProcessMessage("test2", HasArgs(args1), &handler2));
48 event_handlers.SetBackend(&backend);
77 // |backend| must outlive |event_handlers|.
78 StrictMock<MockJsBackend> backend; local
90 EXPECT_CALL(backend, SetParentJsEventRouter(&event_handlers))
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
IDBCallbacksProxy.cpp 72 void IDBCallbacksProxy::onSuccess(PassRefPtr<IDBDatabaseBackendInterface> backend)
74 m_callbacks->onSuccess(new WebIDBDatabaseImpl(backend));
82 void IDBCallbacksProxy::onSuccess(PassRefPtr<IDBTransactionBackendInterface> backend)
84 m_callbacks->onSuccess(new WebIDBTransactionImpl(backend));
WebIDBTransactionImpl.cpp 40 WebIDBTransactionImpl::WebIDBTransactionImpl(PassRefPtr<IDBTransactionBackendInterface> backend)
41 : m_backend(backend)
  /sdk/chimpchat/src/com/android/chimpchat/
ChimpChat.java 37 private ChimpChat(IChimpBackend backend) {
38 this.mBackend = backend;
48 IChimpBackend backend = createBackendByName(options.get("backend")); local
49 if (backend == null) {
52 ChimpChat chimpchat = new ChimpChat(backend);
61 options.put("backend", "adb");
67 * Creates a specific backend by name.
69 * @param backendName the name of the backend to create
70 * @return the new backend, or null if none were found
    [all...]
  /external/chromium/chrome/browser/policy/
mock_device_management_service.h 22 explicit ProxyDeviceManagementBackend(DeviceManagementBackend* backend);
53 void set_backend(DeviceManagementBackend* backend) {
54 backend_ = backend;
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/libselinux/src/
label.c 66 struct selabel_handle *selabel_open(unsigned int backend,
72 if (backend >= ARRAY_SIZE(initfuncs)) {
77 if (initfuncs[backend] == NULL)
85 rec->backend = backend;
88 if ((*initfuncs[backend])(rec, opts, nopts)) {
  /external/linux-tools-perf/Documentation/
asciidoc.conf 21 ifdef::backend-docbook[]
27 endif::backend-docbook[]
29 ifdef::backend-docbook[]
67 endif::backend-docbook[]
70 ifdef::backend-docbook[]
85 endif::backend-docbook[]
88 ifdef::backend-xhtml11[]
91 endif::backend-xhtml11[]
  /external/chromium/net/disk_cache/
stats.cc 72 bool LoadStats(BackendImpl* backend, Addr address, OnDiskStats* stats) {
73 MappedFile* file = backend->File(address);
95 bool StoreStats(BackendImpl* backend, Addr address, OnDiskStats* stats) {
96 MappedFile* file = backend->File(address);
105 bool CreateStats(BackendImpl* backend, Addr* address, OnDiskStats* stats) {
106 if (!backend->CreateBlock(BLOCK_256, 2, address))
116 return StoreStats(backend, *address, stats);
125 bool Stats::Init(BackendImpl* backend, uint32* storage_addr) {
129 if (!LoadStats(backend, address, &stats))
132 if (!CreateStats(backend, &address, &stats)
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_policy.h 27 explicit SSLPolicy(SSLPolicyBackend* backend);
42 SSLPolicyBackend* backend() const { return backend_; } function in class:SSLPolicy
65 // The backend we use to enact our decisions.
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunnerOptions.java 33 private final String backend; field in class:MonkeyRunnerOptions
38 private MonkeyRunnerOptions(String hostname, int port, File scriptFile, String backend,
43 this.backend = backend;
62 return backend;
100 String backend = "adb"; local
134 printUsage("Missing backend name after -be");
137 backend = args[index++];
183 return new MonkeyRunnerOptions(hostname, port, scriptFile, backend, logLevel,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 352 /* Backend initialization functions */
388 /* Backend thread functions */
526 /* Backend mutex functions */
534 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
536 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
538 objc_free (mutex->backend);
539 mutex->backend = NULL;
562 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
568 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
571 objc_free (mutex->backend);
    [all...]
gthr-posix.h 352 /* Backend initialization functions */
388 /* Backend thread functions */
526 /* Backend mutex functions */
534 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
536 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
538 objc_free (mutex->backend);
539 mutex->backend = NULL;
562 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
568 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
571 objc_free (mutex->backend);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-default.h 325 /* Backend initialization functions */
361 /* Backend thread functions */
500 /* Backend mutex functions */
508 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
510 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
512 objc_free (mutex->backend);
513 mutex->backend = NULL;
536 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
542 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
545 objc_free (mutex->backend);
    [all...]
gthr-posix.h 325 /* Backend initialization functions */
361 /* Backend thread functions */
500 /* Backend mutex functions */
508 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
510 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
512 objc_free (mutex->backend);
513 mutex->backend = NULL;
536 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
542 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
545 objc_free (mutex->backend);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-default.h 325 /* Backend initialization functions */
361 /* Backend thread functions */
500 /* Backend mutex functions */
508 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
510 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
512 objc_free (mutex->backend);
513 mutex->backend = NULL;
536 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
542 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
545 objc_free (mutex->backend);
    [all...]
gthr-posix.h 325 /* Backend initialization functions */
361 /* Backend thread functions */
500 /* Backend mutex functions */
508 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
510 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
512 objc_free (mutex->backend);
513 mutex->backend = NULL;
536 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
542 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
545 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/5/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 1266 milliseconds

1 2 3 4 5 6