/toolchain/binutils/binutils-2.27/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) -lelf 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) -std=c99 -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)
|
/device/google/contexthub/firmware/build/ |
app_executable.mk | 27 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
|
app_chre10_executable.mk | 27 # mark the app as CHRE 1.0 nanoapp 30 # add app-side CHRE implementation 43 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
|
app_chre11_executable.mk | 27 # mark the app as CHRE 1.1 nanoapp 30 # add app-side CHRE implementation 43 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
|
app_chre_executable.mk | 27 # mark the app as CHRE 1.2 nanoapp 30 # add app-side CHRE implementation 44 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
|
app_config.mk | 25 LOCAL_NANO_MODULE_TYPE := APP
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
TracesItem.java | 37 public static final String APP = "APP"; 42 PID, APP, STACK)); 66 * Get the app or package name of the event. 69 return (String) getAttribute(APP); 73 * Set the app or package name of the event. 75 public void setApp(String app) { 76 setAttribute(APP, 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
|
/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...] |
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
PowerUsageFeatureProviderImplTest.java | 71 mBatterySipper.drainType = BatterySipper.DrainType.APP; 79 mBatterySipper.drainType = BatterySipper.DrainType.APP; 87 mBatterySipper.drainType = BatterySipper.DrainType.APP; 95 mBatterySipper.drainType = BatterySipper.DrainType.APP; 103 mBatterySipper.drainType = BatterySipper.DrainType.APP; 111 mBatterySipper.drainType = BatterySipper.DrainType.APP; 119 mBatterySipper.drainType = BatterySipper.DrainType.APP; 127 mBatterySipper.drainType = BatterySipper.DrainType.APP;
|
/external/skia/tools/skqp/ |
make_universal_apk | 59 APP=skqp 62 find platform_tools/android/apps/$APP -name $LIB -exec rm {} + 85 DST=platform_tools/android/apps/$APP/src/main/libs/$NATIVE 92 apps/gradlew -p apps/$APP -P suppressNativeBuild :$APP:assembleUniversalDebug 96 cp platform_tools/android/apps/$APP/build/outputs/apk/$APP-universal-debug.apk out/skqp/
|
/external/skqp/tools/skqp/ |
make_universal_apk | 54 APP=skqp 57 find platform_tools/android/apps/$APP -name $LIB -exec rm {} + 75 DST=platform_tools/android/apps/$APP/src/main/libs/$NATIVE 82 apps/gradlew --daemon -p apps/$APP -P suppressNativeBuild :$APP:assembleUniversalDebug 86 cp platform_tools/android/apps/$APP/build/outputs/apk/$APP-universal-debug.apk out/skqp/
|