OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ABI
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/asan/scripts/
asan_device_setup
94
local
_ABI
=$(adb_shell getprop ro.product.cpu.abi)
97
if [[ $
_ABI
== x86* ]]; then
99
elif [[ $
_ABI
== armeabi* ]]; then
101
elif [[ $
_ABI
== arm64-v8a* ]]; then
105
echo "Unrecognized device ABI: $
_ABI
"
/prebuilts/clang/host/darwin-x86/clang-2629532/bin/
asan_device_setup
94
local
_ABI
=$(adb_shell getprop ro.product.cpu.abi)
97
if [[ $
_ABI
== x86* ]]; then
99
elif [[ $
_ABI
== armeabi* ]]; then
101
elif [[ $
_ABI
== arm64-v8a* ]]; then
105
echo "Unrecognized device ABI: $
_ABI
"
/prebuilts/clang/host/darwin-x86/clang-2658975/bin/
asan_device_setup
94
local
_ABI
=$(adb_shell getprop ro.product.cpu.abi)
97
if [[ $
_ABI
== x86* ]]; then
99
elif [[ $
_ABI
== armeabi* ]]; then
101
elif [[ $
_ABI
== arm64-v8a* ]]; then
105
echo "Unrecognized device ABI: $
_ABI
"
/prebuilts/clang/host/darwin-x86/clang-2690385/bin/
asan_device_setup
94
local
_ABI
=$(adb_shell getprop ro.product.cpu.abi)
97
if [[ $
_ABI
== x86* ]]; then
99
elif [[ $
_ABI
== armeabi* ]]; then
101
elif [[ $
_ABI
== arm64-v8a* ]]; then
105
echo "Unrecognized device ABI: $
_ABI
"
/prebuilts/clang/host/linux-x86/clang-2629532/bin/
asan_device_setup
94
local
_ABI
=$(adb_shell getprop ro.product.cpu.abi)
97
if [[ $
_ABI
== x86* ]]; then
99
elif [[ $
_ABI
== armeabi* ]]; then
101
elif [[ $
_ABI
== arm64-v8a* ]]; then
105
echo "Unrecognized device ABI: $
_ABI
"
/prebuilts/clang/host/linux-x86/clang-2658975/bin/
asan_device_setup
94
local
_ABI
=$(adb_shell getprop ro.product.cpu.abi)
97
if [[ $
_ABI
== x86* ]]; then
99
elif [[ $
_ABI
== armeabi* ]]; then
101
elif [[ $
_ABI
== arm64-v8a* ]]; then
105
echo "Unrecognized device ABI: $
_ABI
"
/prebuilts/clang/host/linux-x86/clang-2690385/bin/
asan_device_setup
94
local
_ABI
=$(adb_shell getprop ro.product.cpu.abi)
97
if [[ $
_ABI
== x86* ]]; then
99
elif [[ $
_ABI
== armeabi* ]]; then
101
elif [[ $
_ABI
== arm64-v8a* ]]; then
105
echo "Unrecognized device ABI: $
_ABI
"
Completed in 41 milliseconds