HomeSort by relevance Sort by last modified time
    Searched refs:APP (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /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) -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_chre_executable.mk 27 # mark the app as CHRE nanoapp
30 # add app-side CHRE implementation
40 $(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);
MiscLogcatItem.java 34 public static final String APP = "APP";
47 EVENT_TIME, PID, TID, APP, TAG, LAST_PREAMBLE, PROCESS_PREAMBLE, CATEGORY, STACK));
108 * Get the app or package name of the event.
111 return (String) getAttribute(APP);
115 * Set the app or package name of the event.
117 public void setApp(String app) {
118 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 67 mBatterySipper.drainType = BatterySipper.DrainType.APP;
75 mBatterySipper.drainType = BatterySipper.DrainType.APP;
83 mBatterySipper.drainType = BatterySipper.DrainType.APP;
91 mBatterySipper.drainType = BatterySipper.DrainType.APP;
99 mBatterySipper.drainType = BatterySipper.DrainType.APP;
107 mBatterySipper.drainType = BatterySipper.DrainType.APP;
115 mBatterySipper.drainType = BatterySipper.DrainType.APP;
123 mBatterySipper.drainType = BatterySipper.DrainType.APP;
  /tools/loganalysis/src/com/android/loganalysis/parser/
NativeCrashParser.java 32 private static final Pattern APP = Pattern.compile(
53 m = APP.matcher(line);
TracesParser.java 40 * Matches: Cmd line: APP
42 private static final Pattern APP = Pattern.compile("^Cmd ?line: (\\S+).*$");
65 m = APP.matcher(line);
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_mov_no_instrumentation.s 15 #APP

Completed in 1274 milliseconds

1 2 3 4