/toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/ |
app4b.s | 5 #APP 11 #APP
|
app1.s | 8 #APP
|
app2.s | 8 #APP
|
app1.d | 2 #name: APP with macro without NO_APP
|
app2.d | 2 #name: APP with macro then NO_APP
|
app3.s | 8 #APP
|
app3.d | 2 #name: APP with macro then NO_APP then more code
|
app4.d | 3 #name: included file with .if 0 wrapped in APP/NO_APP, no final NO_APP, macro in main file
|
/device/google/contexthub/util/nanoapp_postprocess/ |
Makefile | 17 APP = nanoapp_postprocess 22 $(APP): $(SRC) Makefile 23 $(CC) $(CC_FLAGS) -o $(APP) -O2 $(SRC) 26 rm -f $(APP
|
/device/google/contexthub/util/nanoapp_encr/ |
Makefile | 17 APP = nanoapp_encr 22 $(APP): $(SRC) Makefile 23 $(CC) $(CC_FLAGS) -o $(APP) -O2 $(SRC) \ 28 rm -f $(APP)
|
/device/google/contexthub/util/nanoapp_sign/ |
Makefile | 17 APP = nanoapp_sign 22 $(APP): $(SRC) Makefile 23 $(CC) $(CC_FLAGS) -o $(APP) -O2 $(SRC) \ 28 rm -f $(APP)
|
/external/libcap/contrib/ |
pcaps4convenience | 89 # convert a single app 90 # $1 is app name; $2 is POSIX Caps 92 APP=`which -a $1 2>/dev/null` 93 if [ "$APP" != "" ]; then 95 for i in $APP; do 116 # revert a singel app 117 # $1 is app name 118 APP=`which -a $1 2>/dev/null` 119 if [ "$APP" != "" ]; then 121 for i in $APP; d [all...] |
pcaps4suid0 | 104 # convert a single app 105 # $1 is app name; $2 is POSIX Caps 107 APP=`which -a $1 2>/dev/null` 108 if [ "$APP" != "" ]; then 110 for i in $APP; do 132 # revert a singel app 133 # $1 is app name 134 APP=`which -a $1 2>/dev/null` 135 if [ "$APP" != "" ]; then 137 for i in $APP; d [all...] |
/external/curl/packages/TPF/ |
maketpf.env_curl | 24 CFLAGS_$(APP) += -D TPF
|
curl.mak | 9 APP := CURL
|
maketpf.env_curllib | 56 CFLAGS_$(APP) += -D TPF
|
/external/compiler-rt/lib/msan/ |
msan.h | 37 INVALID, APP, SHADOW, ORIGIN 50 {0x00e000000000ULL, 0x010000000000ULL, MappingDesc::APP, "app"}}; 72 {0x05000000000ULL, 0x06000000000ULL, MappingDesc::APP, "app-1"}, 74 {0x07000000000ULL, 0x08000000000ULL, MappingDesc::APP, "app-2"}, 80 {0x0F000000000ULL, 0x10000000000ULL, MappingDesc::APP, "app-3"}, 82 {0x11000000000ULL, 0x12000000000ULL, MappingDesc::APP, "app-4"} [all...] |
/ndk/build/core/ |
main.mk | 60 # Check that APP is not empty 61 APP := $(strip $(APP)) 62 ifndef APP 64 The APP variable is undefined or empty.) 74 # Check that all apps listed in APP do exist 75 _bad_apps := $(strip $(filter-out $(NDK_ALL_APPS),$(APP))) 78 APP variable defined to unknown applications: $(_bad_apps)) 84 # Check that all apps listed in APP have an Application.mk 86 $(foreach _app,$(APP),\ [all...] |
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
main.py | 19 This module should be specified as a handler for mapreduce URLs in app.yaml: 105 APP = create_application() 109 util.run_wsgi_app(APP)
|
/device/google/contexthub/firmware/misc/platform/linux/ |
Makefile | 17 DELIVERABLES = $(APP).bin
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
asm_mov_no_instrumentation.s | 15 #APP
|
asm_mov.s | 23 #APP 52 #APP
|
/external/valgrind/VEX/test/ |
fpgames.s | 86 #APP 93 #APP
|
/external/conscrypt/ |
update_prebuilts.sh | 50 WITH_HOST_DALVIK=false make -j32 PRODUCT-$t-userdebug APP-conscrypt_unbundled-libconscrypt_jni || exit 1
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageSummary.java | 19 import android.app.Activity; 192 * exists for all users of the same app. We detect this case and merge the power use 193 * for dex2oat to the device OWNER's use of the app. 207 // actual app UID. 345 final String key = sipper.drainType == DrainType.APP ? sipper.getPackages() != null 365 if ((sipper.drainType != DrainType.APP || sipper.uidObj.getUid() == 0) 389 if (type == DrainType.APP) { 396 stats.add(new BatterySipper(DrainType.APP, 399 stats.add(new BatterySipper(DrainType.APP, 403 BatterySipper sipper = new BatterySipper(DrainType.APP, [all...] |