/external/libdrm/etnaviv/ |
etnaviv-symbol-check | 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_etnaviv.so} | awk '{print $3}'| while read func; do
|
/external/libdrm/freedreno/ |
freedreno-symbol-check | 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_freedreno.so} | awk '{print $3}'| while read func; do
|
/external/libdrm/nouveau/ |
nouveau-symbol-check | 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_nouveau.so} | awk '{print $3}'| while read func; do
|
/external/libdrm/radeon/ |
radeon-symbol-check | 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_radeon.so} | awk '{print $3}'| while read func; do
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
kvm-find-errors.sh | 39 echo Build-only run, no console logs to check.
|
/external/mesa3d/src/egl/ |
egl-symbols-check | 11 FUNCS=$(nm -D --defined-only $LIB | grep -o "T .*" | cut -c 3- | while read func; do
|
/external/mesa3d/src/gbm/ |
gbm-symbols-check | 12 FUNCS=$(nm -D --defined-only $LIB | grep -o "T .*" | cut -c 3- | while read func; do
|
/external/syzkaller/vendor/github.com/googleapis/gax-go/ |
header.go | 5 // XGoogHeader is for use by the Google Cloud Libraries only.
|
/build/make/core/ |
executable_prefer_symlink.mk | 5 # Note: now only limited to the binaries that will be installed under system/bin directory 25 # We support only 64 bit apps. 28 # We support only 32 bit apps.
|
sdk_check.mk | 33 my_message += but should specify only one
|
/external/curl/docs/cmdline-opts/ |
proto.d | 20 Permit only this protocol (ignoring the list already permitted), though 32 only enables http and https 35 also only enables http and https
|
/external/u-boot/arch/arm/dts/ |
keystone-k2e-evm.dts | 104 read-only; 110 read-only; 134 read-only;
|
keystone-k2hk-evm.dts | 125 read-only; 131 read-only; 162 read-only;
|
keystone-k2l-evm.dts | 81 read-only; 87 read-only; 111 read-only;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
basic-thumb2-instructions-v8.s | 6 @ HLT (in ARMv8 only) 22 @ Can accept AL condition code (in ARMv8 only) 27 @ Can accept SP as rGPR (in ARMv8 only) 48 @ DCPS{1,2,3} (in ARMv8 only) 60 @ DMB (ARMv8-only barriers) 77 @ DSB (ARMv8-only barriers) 94 @ SEVL (in ARMv8 only)
|
/external/swiftshader/third_party/LLVM/ |
Makefile | 54 ifeq ($(MAKECMDGOALS),libs-only)
64 ifeq ($(MAKECMDGOALS),tools-only)
85 ifeq ($(MAKECMDGOALS),clang-only)
165 clang-only: all
166 tools-only: all
167 libs-only: all
239 $(Verb) $(MAKE) tools-only
|
/external/curl/ |
maketgz | 35 echo "Setup version number only!" 36 only=1 66 if test -z "$only"; then 99 if test -n "$only"; then
|
/frameworks/av/services/mediaanalytics/ |
MediaAnalyticsService.cpp | 87 // we'll lose some data on very very media-active devices, but only for 176 // trusted source, only override default values 264 String16 onlyOption("-only"); 265 std::string only; local 312 only = value.string(); 319 result.append("-only X process records for component X\n"); 338 dumpRecent(result, ts_since, only.c_str()); 394 void MediaAnalyticsService::dumpRecent(String8 &result, nsecs_t ts_since, const char * only) 399 if (only != NULL && *only == '\0') [all...] |
/build/soong/cc/ |
xom.go | 66 // Enable execute-only if none of the dependencies disable it, 69 // XOM is only supported on AArch64 when using lld. 71 flags.LdFlags = append(flags.LdFlags, "-Wl,-execute-only")
|
/build/soong/java/ |
jacoco_test.go | 44 name: "recursive wildcard only", 49 name: "single wildcard only", 80 name: "only include",
|
/external/python/cpython3/Tools/msi/ |
get_externals.bat | 19 if "%~1"=="--clean-only" (set DO_FETCH=false) & goto clean
74 echo.Valid options: -c, --clean, --clean-only, --organization, --python,
86 echo.Use the --clean-only option to do the same cleaning, without pulling in
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioRecordAppOpTest.java | 91 .only()).onOpActiveChanged(eq(OP_RECORD_AUDIO), 109 .only()).onOpActiveChanged(eq(OP_RECORD_AUDIO),
|
/development/tools/findunused/ |
findunusedstrings | 8 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
|
/device/generic/goldfish/ril/ |
Android.mk | 3 # XXX using libutils for simulator build only...
|
/external/conscrypt/srcgen/ |
generate_android_src.sh | 58 $(git diff --name-only HEAD | grep -E "^repackaged/")
|