/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/ |
gthr-posix.h | 356 /* Backend initialization functions */ 392 /* Backend thread functions */ 531 /* Backend mutex functions */ 539 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 541 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 543 objc_free (mutex->backend); 544 mutex->backend = NULL; 567 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 573 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 576 objc_free (mutex->backend); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/ |
gthr-default.h | 337 /* Backend initialization functions */ 373 /* Backend thread functions */ 512 /* Backend mutex functions */ 520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 524 objc_free (mutex->backend); 525 mutex->backend = NULL; 548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 557 objc_free (mutex->backend); [all...] |
gthr-posix.h | 337 /* Backend initialization functions */ 373 /* Backend thread functions */ 512 /* Backend mutex functions */ 520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 524 objc_free (mutex->backend); 525 mutex->backend = NULL; 548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 557 objc_free (mutex->backend); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/ |
gthr-default.h | 337 /* Backend initialization functions */ 373 /* Backend thread functions */ 512 /* Backend mutex functions */ 520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 524 objc_free (mutex->backend); 525 mutex->backend = NULL; 548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 557 objc_free (mutex->backend); [all...] |
gthr-posix.h | 337 /* Backend initialization functions */ 373 /* Backend thread functions */ 512 /* Backend mutex functions */ 520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 524 objc_free (mutex->backend); 525 mutex->backend = NULL; 548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 557 objc_free (mutex->backend); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/ |
gthr-default.h | 337 /* Backend initialization functions */ 373 /* Backend thread functions */ 512 /* Backend mutex functions */ 520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 524 objc_free (mutex->backend); 525 mutex->backend = NULL; 548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 557 objc_free (mutex->backend); [all...] |
gthr-posix.h | 337 /* Backend initialization functions */ 373 /* Backend thread functions */ 512 /* Backend mutex functions */ 520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 524 objc_free (mutex->backend); 525 mutex->backend = NULL; 548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 557 objc_free (mutex->backend); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/ |
gthr-default.h | 337 /* Backend initialization functions */ 373 /* Backend thread functions */ 512 /* Backend mutex functions */ 520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 524 objc_free (mutex->backend); 525 mutex->backend = NULL; 548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 557 objc_free (mutex->backend); [all...] |
gthr-posix.h | 337 /* Backend initialization functions */ 373 /* Backend thread functions */ 512 /* Backend mutex functions */ 520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 524 objc_free (mutex->backend); 525 mutex->backend = NULL; 548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 557 objc_free (mutex->backend); [all...] |
/external/chromium/net/http/ |
http_cache.cc | 87 disk_cache::Backend** backend, 91 thread_, net_log, backend, callback); 113 // open cache entries or the backend itself. 115 PendingOp() : disk_entry(NULL), backend(NULL), writer(NULL), callback(NULL) {} 119 disk_cache::Backend* backend; member in struct:net::HttpCache::PendingOp 135 // A work item encapsulates a single request to the backend with all the 143 CompletionCallback* cb, disk_cache::Backend** backend) 1116 disk_cache::Backend* backend = pending_op->backend; local [all...] |
/development/sdk_overlay/frameworks/base/packages/SettingsProvider/res/values/ |
defaults.xml | 20 <!-- The SDK builds do not talk to a remote backend, and enabling by
|
/external/chromium/chrome/browser/history/ |
in_memory_history_backend.h | 5 // Contains the history backend wrapper around the in-memory URL database. This 11 // from the "regular" history backend and keeps itself in sync. 44 // Initializes the backend from the history database pointed to by the 61 // Returns the underlying database associated with this backend. The current
|
/external/chromium_org/chrome/browser/ |
chrome_net_benchmarking_message_filter.cc | 74 disk_cache::Backend* backend = request_context_->GetURLRequestContext()-> local 76 if (backend) { 79 rv = backend->DoomAllEntries(callback);
|
pref_service_flags_storage.h | 15 // Implements the FlagsStorage interface with a PrefService backend.
|
/external/chromium_org/chrome/browser/extensions/ |
install_signer.h | 61 // in |ids| will be successfully signed by the backend. Callers should always 72 // Begins the process of fetching a signature from the backend. This should 94 // Handles the result from a backend fetch. 110 // These are used to make the call to a backend server for a signature.
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
root_delete_helper.cc | 28 SyncFileSystemBackend* backend = local 30 DCHECK(backend); 31 DCHECK(backend->change_tracker()); 32 backend->change_tracker()->ResetForFileSystem(url.origin(), url.type());
|
/external/chromium_org/chrome/renderer/pepper/ |
pepper_shared_memory_message_filter.h | 24 // Implements the backend for shared memory messages from a plugin process.
|
/external/chromium_org/cloud_print/service/win/ |
service_listener.cc | 17 #include "printing/backend/print_backend.h" 18 #include "printing/backend/win_helper.h" 23 scoped_refptr<printing::PrintBackend> backend( 26 backend->EnumeratePrinters(&printer_list);
|
/external/chromium_org/content/renderer/ |
renderer_webapplicationcachehost_impl.h | 18 appcache::AppCacheBackend* backend);
|
/external/chromium_org/content/worker/ |
worker_webapplicationcachehost_impl.cc | 17 backend()->SelectCacheForSharedWorker(host_id(),
|
/external/chromium_org/printing/backend/ |
print_backend.h | 20 // This is the interface for platform-specific code for a print backend 66 // obtain available print backend. 100 // Allocate a print backend. If |print_backend_settings| is NULL, default 102 // Return NULL if no print backend available.
|
/external/chromium_org/sync/internal_api/test/ |
sync_manager_for_profile_sync_test.h | 17 // Those tests try to test sync without instantiating a real backend.
|
/external/chromium_org/sync/js/ |
js_backend.h | 21 // Interface representing the backend of chrome://sync-internals. A
|
/external/chromium_org/third_party/JSON/JSON-2.59/t/ |
e02_bool.t | 28 isa_ok(JSON::true, JSON->backend . '::Boolean');
|
xe11_conv_blessed_univ.t | 11 skip "can't use JSON::XS.", 3, unless( JSON->backend->is_xs );
|