Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ndk
(Results
1 - 15
of
15
) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/
H
A
D
build-docker.sh
161
elif [ $TOOL = "cmake-android-
ndk
" ]; then
163
using
ndk
-r21d
182
elif [ $TOOL = "android-
ndk
-build" ]; then
183
using
ndk
-r21d
188
echo $(date): Starting
ndk
-build ...
189
$ANDROID_NDK_HOME/
ndk
-build \
196
echo $(date):
ndk
-build completed.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
H
A
D
build-docker.sh
161
elif [ $TOOL = "cmake-android-
ndk
" ]; then
163
using
ndk
-r21d
182
elif [ $TOOL = "android-
ndk
-build" ]; then
183
using
ndk
-r21d
188
echo $(date): Starting
ndk
-build ...
189
$ANDROID_NDK_HOME/
ndk
-build \
196
echo $(date):
ndk
-build completed.
/third_party/spirv-tools/kokoro/scripts/linux/
H
A
D
build-docker.sh
157
elif [ $TOOL = "cmake-android-
ndk
" ]; then
159
using
ndk
-r25c
178
elif [ $TOOL = "android-
ndk
-build" ]; then
179
using
ndk
-r25c
184
echo $(date): Starting
ndk
-build ...
185
$ANDROID_NDK_HOME/
ndk
-build \
192
echo $(date):
ndk
-build completed.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
H
A
D
build.sh
32
cp $ROOT_DIR/build/libwpa_client.so $1/
ndk
/sysroot/usr/lib
33
cp $ROOT_DIR/build/libwpa.so $1/
ndk
/sysroot/usr/lib
34
cp $ROOT_DIR/src/common/wpa_ctrl.h $1/
ndk
/sysroot/usr/include
/third_party/wpa_supplicant/wpa_supplicant-2.9/
H
A
D
build.sh
32
cp $ROOT_DIR/build/libwpa_client.so $1/
ndk
/sysroot/usr/lib
33
cp $ROOT_DIR/build/libwpa.so $1/
ndk
/sysroot/usr/lib
34
cp $ROOT_DIR/src/common/wpa_ctrl.h $1/
ndk
/sysroot/usr/include
/third_party/vk-gl-cts/scripts/android/
H
A
D
build_apk.py
169
def __init__(self, sdk,
ndk
):
171
self.
ndk
=
ndk
194
if not os.path.exists(self.env.
ndk
.path):
195
raise Exception("Android NDK not found at %s" % self.env.
ndk
.path)
197
if not NDKEnv.isHostOsSupported(self.env.
ndk
.hostOsName):
198
raise Exception("NDK '%s' is not supported on this machine" % self.env.
ndk
.hostOsName)
200
if self.env.
ndk
.version[0] < 15:
201
raise Exception("Android NDK version %d is not supported; build requires NDK version >= 15" % (self.env.
ndk
.version[0]))
358
'-DDEQP_TARGET_TOOLCHAIN=
ndk
[all...]
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H
A
D
Application.mk
8
NDK_ROOT := /opt/Android/Sdk/
ndk
-bundle
25
# http://stackoverflow.com/questions/28740315/android-
ndk
-getting-java-lang-unsatisfiedlinkerror-dlopen-failed-cannot-loca
H
A
D
NativeLibs.mk
56
NDK_ROOT := /opt/Android/SDK/
ndk
-bundle
136
# http://developer.android.com/
ndk
/guides/stable_apis.html
142
# http://stackoverflow.com/questions/28740315/android-
ndk
-getting-java-lang-unsatisfiedlinkerror-dlopen-failed-cannot-loca
601
clean-
ndk
\
628
# Default rule: build the libraries for all ABIs defined in NDK_APP_ABI then run
ndk
-build
630
$(NDK_ROOT)/
ndk
-build clean
631
$(NDK_ROOT)/
ndk
-build
646
# These rules are called from Android.mk when executing
ndk
-build
658
# (
ndk
-build creates ../libs but Gradle looks for ../jniLibs)
1225
clean-
ndk
[all...]
/third_party/libsnd/Scripts/
H
A
D
android-configure.sh
59
export ANDROID_NDK=${ANDROID_TOOLCHAIN_HOME}/android-
ndk
-${ANDROID_NDK_VER}
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H
A
D
config.h
275
// https://developer.android.com/
ndk
/downloads/revision_history.html
277
// <android/
ndk
-version.h>. For NDK < r16, users should define these macros,
280
#if __has_include(<android/
ndk
-version.h>)
281
#include <android/
ndk
-version.h>
282
#endif // __has_include(<android/
ndk
-version.h>)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/ubuntu/
H
A
D
docker.sh
55
if [ "$BUILD_TOOLCHAIN" == "
ndk
" ]; then
56
using
ndk
-r21d
60
else # !
ndk
112
if [ "$BUILD_TOOLCHAIN" != "
ndk
" ]; then
/third_party/skia/platform_tools/android/bin/
H
A
D
android_build_universal_viewer
12
ndk
= "$ANDROID_NDK"
/third_party/skia/third_party/externals/oboe/src/aaudio/
H
A
D
AAudioLoader.h
57
#include <android/
ndk
-version.h>
/third_party/musl/scripts/
H
A
D
runtest_Windows.bat
117
hdc shell cp %REMOTE%/src/libdlopen_ns_dso.so /system/lib64/
ndk
/libdlopen_ns_dso_ndk.so
118
hdc shell cp %REMOTE%/src/libdlopen_ns_dso.so /system/lib/
ndk
/libdlopen_ns_dso_ndk.so
H
A
D
runtest_linux.sh
136
${CMD} shell cp ${REMOTE}/src/libdlopen_ns_dso.so /system/lib64/
ndk
/libdlopen_ns_dso_ndk.so
138
${CMD} shell cp ${REMOTE}/src/libdlopen_ns_dso.so /system/lib/
ndk
/libdlopen_ns_dso_ndk.so
Completed in 7 milliseconds