/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/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)
|
/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/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/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/net/http/ |
disk_cache_based_ssl_host_info.h | 62 disk_cache::Backend** backend_pointer() { return &backend_; } 64 disk_cache::Backend* backend() const { return backend_; } function in class:net::DiskCacheBasedSSLHostInfo::CallbackImpl 74 disk_cache::Backend* backend_; 112 disk_cache::Backend* backend_;
|
http_cache.h | 9 // The HttpCache takes a disk_cache::Backend as a parameter, and uses that for 39 class Backend; 78 // A BackendFactory creates a backend object to be used by the HttpCache. 83 // The actual method to build the backend. Returns a net error code. If 85 // operation completes, and |backend| must remain valid until the 90 disk_cache::Backend** backend, 94 // A default backend factory for the common use cases. 97 // |path| is the destination for any files used by the backend, and 109 disk_cache::Backend** backend [all...] |
/external/libusb/ |
configure.ac | 18 AC_DEFINE(OS_LINUX, [], [Linux backend]) 21 backend="linux" 26 AC_DEFINE(OS_DARWIN, [], [Darwin backend]) 28 AC_DEFINE(USBI_OS_HANDLES_TIMEOUT, [], [Backend handles timeout]) 30 backend="darwin" 37 AM_CONDITIONAL([OS_LINUX], [test "x$backend" == "xlinux"]) 38 AM_CONDITIONAL([OS_DARWIN], [test "x$backend" == "xdarwin"])
|
/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/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/ |
gthr-default.h | 338 /* Backend initialization functions */ 374 /* Backend thread functions */ 513 /* Backend mutex functions */ 521 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 523 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 525 objc_free (mutex->backend); 526 mutex->backend = NULL; 549 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 555 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 558 objc_free (mutex->backend); [all...] |
gthr-posix.h | 338 /* Backend initialization functions */ 374 /* Backend thread functions */ 513 /* Backend mutex functions */ 521 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 523 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 525 objc_free (mutex->backend); 526 mutex->backend = NULL; 549 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 555 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 558 objc_free (mutex->backend); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/ |
gthr-default.h | 338 /* Backend initialization functions */ 374 /* Backend thread functions */ 513 /* Backend mutex functions */ 521 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 523 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 525 objc_free (mutex->backend); 526 mutex->backend = NULL; 549 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 555 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 558 objc_free (mutex->backend); [all...] |
gthr-posix.h | 338 /* Backend initialization functions */ 374 /* Backend thread functions */ 513 /* Backend mutex functions */ 521 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 523 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 525 objc_free (mutex->backend); 526 mutex->backend = NULL; 549 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 555 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 558 objc_free (mutex->backend); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/ |
gthr-default.h | 338 /* Backend initialization functions */ 374 /* Backend thread functions */ 513 /* Backend mutex functions */ 521 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 523 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 525 objc_free (mutex->backend); 526 mutex->backend = NULL; 549 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 555 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 558 objc_free (mutex->backend); [all...] |
gthr-posix.h | 338 /* Backend initialization functions */ 374 /* Backend thread functions */ 513 /* Backend mutex functions */ 521 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 523 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 525 objc_free (mutex->backend); 526 mutex->backend = NULL; 549 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 555 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 558 objc_free (mutex->backend); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/ |
gthr-default.h | 338 /* Backend initialization functions */ 374 /* Backend thread functions */ 513 /* Backend mutex functions */ 521 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 523 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 525 objc_free (mutex->backend); 526 mutex->backend = NULL; 549 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 555 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 558 objc_free (mutex->backend); [all...] |
gthr-posix.h | 338 /* Backend initialization functions */ 374 /* Backend thread functions */ 513 /* Backend mutex functions */ 521 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 523 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 525 objc_free (mutex->backend); 526 mutex->backend = NULL; 549 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 555 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 558 objc_free (mutex->backend); [all...] |
/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...] |