Searched
full:backend (Results
251 -
275 of
2151) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/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...] |
/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-trace/catapult/telemetry/telemetry/internal/backends/ |
facebook_credentials_backend.py | 38 """ Facebook credential backend for https client. """
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
device.py | 9 a platform backend object for remote platforms.
|
/external/clang/include/clang/Basic/ |
DiagnosticCategories.td | 11 class CatBackend : DiagCategory<"Backend Issue">;
|
/external/clang/test/CodeGen/ |
branch-target-layout.c | 5 // targets (basic blocks). However, the backend's basic block layout makes an
|
complex-indirect.c | 6 // backend guarantee the alignment.
|
x86_64-atomic-128.c | 4 // backend can reform __sync_whatever calls if necessary (e.g. the CPU
|
/external/clang/test/Driver/ |
cl-pch-errorhandling.cpp | 6 // code generation, which makes this test require an x86 backend.
|
mglobal-merge.c | 13 // CHECK-NGM-ARM: "-backend-option" "-arm-global-merge=false" 14 // CHECK-NGM-AARCH64: "-backend-option" "-aarch64-global-merge=false" 28 // CHECK-GM-ARM: "-backend-option" "-arm-global-merge=true" 29 // CHECK-GM-AARCH64: "-backend-option" "-aarch64-global-merge=true"
|
/external/clang/test/Misc/ |
backend-optimization-failure-nodbg.cpp | 4 // Test verifies optimization failures generated by the backend are handled
|
backend-optimization-failure.cpp | 4 // Test verifies optimization failures generated by the backend are handled
|
backend-stack-frame-diagnostics-fallback.cpp | 5 // Until then, test that we fall back and display the LLVM backend diagnostic.
|
/external/elfutils/tests/ |
run-native-test.sh | 21 # This tests all the miscellaneous components of backend support 23 # this test if it is missing parts of the backend implementation. 25 # As new backend code is added to satisfy the test, be sure to update 26 # the fixed test cases (run-allregs.sh et al) to test that backend
|
/external/libcups/cups/ |
sidechannel.h | 64 CUPS_SC_CMD_GET_CONNECTED = 8, /* Return whether the backend is "connected" to the printer @since CUPS 1.5/macOS 10.7@ */ 72 CUPS_SC_NOT_CONNECTED = 0, /* Backend is not "connected" to printer */ 73 CUPS_SC_CONNECTED = 1 /* Backend is "connected" to printer */ 98 CUPS_SC_STATUS_TIMEOUT, /* The backend did not respond */
|
/external/linux-kselftest/tools/testing/selftests/pstore/ |
pstore_crash_test | 10 # exit if pstore backend is not registered
|
/external/llvm/test/CodeGen/AArch64/ |
rotate.ll | 3 ;; This used to cause a backend crash about not being able to
|
/external/llvm/test/CodeGen/ARM/ |
rotate.ll | 3 ;; This used to cause a backend crash about not being able to
|
/external/llvm/test/CodeGen/SystemZ/ |
int-cmp-52.ll | 1 ; This used to crash the backend due to a failed assertion.
|
/external/llvm/test/CodeGen/X86/ |
commuted-blend-mask.ll | 5 ; Before, when commuting the operands to the shuffle in function @test, the backend
|
pr23273.ll | 3 ; Verify that the backend doesn't crash during fast-isel with an assertion
|
/external/mesa3d/src/gallium/drivers/r600/ |
Makefile.am | 20 # This is a hack until we can move the backend into the LLVM project.
|
/external/selinux/libselinux/man/man3/ |
selabel_stats.3 | 17 causes zero or more messages to be printed containing backend-specific information about number of queries performed, number of unused entries, or other operational information.
|
/external/selinux/libsemanage/src/ |
user_internal.h | 42 /* USER BASE record, FILE backend */ 50 /* USER EXTRA record, FILE backend */ 58 /* USER BASE record, POLICYDB backend */ 64 /* USER record, JOIN backend */
|
Completed in 3204 milliseconds
<<11121314151617181920>>