/external/skqp/bench/ |
SwizzleBench.cpp | 15 bool isSuitableFor(Backend backend) override { return backend == kNonRendering_Backend; }
|
AndroidCodecBench.h | 28 bool isSuitableFor(Backend backend) override;
|
CodecBench.h | 28 bool isSuitableFor(Backend backend) override;
|
GMBench.h | 29 bool isSuitableFor(Backend backend) override;
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/ |
UsbDetailsController.java | 40 public UsbDetailsController(Context context, UsbDetailsFragment fragment, UsbBackend backend) { 44 mUsbBackend = backend;
|
/packages/apps/Settings/src/com/android/settings/notification/ |
DeletedChannelsPreferenceController.java | 30 public DeletedChannelsPreferenceController(Context context, NotificationBackend backend) { 31 super(context, backend);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
gthr-default.h | 324 /* Backend initialization functions */ 360 /* Backend thread functions */ 499 /* Backend mutex functions */ 507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 511 objc_free (mutex->backend); 512 mutex->backend = NULL; 535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 544 objc_free (mutex->backend); [all...] |
gthr-posix.h | 324 /* Backend initialization functions */ 360 /* Backend thread functions */ 499 /* Backend mutex functions */ 507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 511 objc_free (mutex->backend); 512 mutex->backend = NULL; 535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 544 objc_free (mutex->backend); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
gthr-default.h | 324 /* Backend initialization functions */ 360 /* Backend thread functions */ 499 /* Backend mutex functions */ 507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 511 objc_free (mutex->backend); 512 mutex->backend = NULL; 535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 544 objc_free (mutex->backend); [all...] |
gthr-posix.h | 324 /* Backend initialization functions */ 360 /* Backend thread functions */ 499 /* Backend mutex functions */ 507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 511 objc_free (mutex->backend); 512 mutex->backend = NULL; 535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 544 objc_free (mutex->backend); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
gthr-default.h | 324 /* Backend initialization functions */ 360 /* Backend thread functions */ 499 /* Backend mutex functions */ 507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 511 objc_free (mutex->backend); 512 mutex->backend = NULL; 535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 544 objc_free (mutex->backend); [all...] |
gthr-posix.h | 324 /* Backend initialization functions */ 360 /* Backend thread functions */ 499 /* Backend mutex functions */ 507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 511 objc_free (mutex->backend); 512 mutex->backend = NULL; 535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 544 objc_free (mutex->backend); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
gthr-default.h | 324 /* Backend initialization functions */ 360 /* Backend thread functions */ 499 /* Backend mutex functions */ 507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 511 objc_free (mutex->backend); 512 mutex->backend = NULL; 535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 544 objc_free (mutex->backend); [all...] |
gthr-posix.h | 324 /* Backend initialization functions */ 360 /* Backend thread functions */ 499 /* Backend mutex functions */ 507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t)); 509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL)) 511 objc_free (mutex->backend); 512 mutex->backend = NULL; 535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); 541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend)) 544 objc_free (mutex->backend); [all...] |
/external/skia/bench/ |
AndroidCodecBench.h | 28 bool isSuitableFor(Backend backend) override;
|
CodecBench.h | 28 bool isSuitableFor(Backend backend) override;
|
GMBench.h | 29 bool isSuitableFor(Backend backend) override;
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
execution_tracker.cc | 27 AsyncExecution::AsyncExecution(Backend* backend, 28 std::vector<Backend::StreamPtr> streams, 31 : backend_(CHECK_NOTNULL(backend)), 50 Backend* backend, std::vector<Backend::StreamPtr> streams, 56 MakeUnique<AsyncExecution>(backend, std::move(streams), profile, result));
|
local_service.h | 22 #include "tensorflow/compiler/xla/service/backend.h" 62 std::unique_ptr<Backend> backend);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/ |
LTOBackend.h | 1 //===-LTOBackend.h - LLVM Link Time Optimizer Backend ---------------------===// 10 // This file implements the "backend" phase of LTO, i.e. it performs 13 // to implement a standalone ThinLTO backend. 37 /// Runs a regular LTO backend. The regular LTO backend can also act as the 39 Error backend(Config &C, AddStreamFn AddStream, 43 /// Runs a ThinLTO backend.
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/ |
LTOBackend.h | 1 //===-LTOBackend.h - LLVM Link Time Optimizer Backend ---------------------===// 10 // This file implements the "backend" phase of LTO, i.e. it performs 13 // to implement a standalone ThinLTO backend. 37 /// Runs a regular LTO backend. The regular LTO backend can also act as the 39 Error backend(Config &C, AddStreamFn AddStream, 43 /// Runs a ThinLTO backend.
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/ |
LTOBackend.h | 1 //===-LTOBackend.h - LLVM Link Time Optimizer Backend ---------------------===// 10 // This file implements the "backend" phase of LTO, i.e. it performs 13 // to implement a standalone ThinLTO backend. 37 /// Runs a regular LTO backend. The regular LTO backend can also act as the 39 Error backend(Config &C, AddStreamFn AddStream, 43 /// Runs a ThinLTO backend.
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/ |
LTOBackend.h | 1 //===-LTOBackend.h - LLVM Link Time Optimizer Backend ---------------------===// 10 // This file implements the "backend" phase of LTO, i.e. it performs 13 // to implement a standalone ThinLTO backend. 37 /// Runs a regular LTO backend. The regular LTO backend can also act as the 39 Error backend(Config &C, AddStreamFn AddStream, 43 /// Runs a ThinLTO backend.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/ |
LTOBackend.h | 1 //===-LTOBackend.h - LLVM Link Time Optimizer Backend ---------------------===// 10 // This file implements the "backend" phase of LTO, i.e. it performs 13 // to implement a standalone ThinLTO backend. 37 /// Runs a regular LTO backend. The regular LTO backend can also act as the 39 Error backend(Config &C, AddStreamFn AddStream, 43 /// Runs a ThinLTO backend.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/ |
LTOBackend.h | 1 //===-LTOBackend.h - LLVM Link Time Optimizer Backend ---------------------===// 10 // This file implements the "backend" phase of LTO, i.e. it performs 13 // to implement a standalone ThinLTO backend. 37 /// Runs a regular LTO backend. The regular LTO backend can also act as the 39 Error backend(Config &C, AddStreamFn AddStream, 43 /// Runs a ThinLTO backend.
|