Home
last modified time | relevance | path

Searched refs:DEFAULT (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/compatibility-common-util/tests/assets/
Darm64_libdl.txt147 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
148 1: 0000000000000000 0 FUNC WEAK DEFAULT UND __loader_android_create_n
149 2: 0000000000000000 0 FUNC WEAK DEFAULT UND __loader_android_dlopen_e
150 3: 0000000000000000 0 FUNC WEAK DEFAULT UND __loader_android_dlwarnin
151 4: 0000000000000000 0 FUNC WEAK DEFAULT UND __loader_android_get_LD_L
152 5: 0000000000000000 0 FUNC WEAK DEFAULT UND __loader_android_get_appl
153 6: 0000000000000000 0 FUNC WEAK DEFAULT UND __loader_android_get_expo
154 7: 0000000000000000 0 FUNC WEAK DEFAULT UND __loader_android_init_ano
155 8: 0000000000000000 0 FUNC WEAK DEFAULT UND __loader_android_link_nam
156 9: 0000000000000000 0 FUNC WEAK DEFAULT UND __loader_android_set_appl
[all …]
Darm32_libdl.txt150 0: 00000000 0 NOTYPE LOCAL DEFAULT UND
151 1: 00000000 0 FUNC WEAK DEFAULT UND __loader_android_create_n
152 2: 00000000 0 FUNC WEAK DEFAULT UND __loader_android_dlopen_e
153 3: 00000000 0 FUNC WEAK DEFAULT UND __loader_android_dlwarnin
154 4: 00000000 0 FUNC WEAK DEFAULT UND __loader_android_get_LD_L
155 5: 00000000 0 FUNC WEAK DEFAULT UND __loader_android_get_appl
156 6: 00000000 0 FUNC WEAK DEFAULT UND __loader_android_get_expo
157 7: 00000000 0 FUNC WEAK DEFAULT UND __loader_android_init_ano
158 8: 00000000 0 FUNC WEAK DEFAULT UND __loader_android_link_nam
159 9: 00000000 0 FUNC WEAK DEFAULT UND __loader_android_set_appl
[all …]
Dx86app_process32.txt215 0: 00000000 0 NOTYPE LOCAL DEFAULT UND
216 1: 00000000 0 FUNC GLOBAL DEFAULT UND __cxa_atexit@LIBC (2)
217 2: 00000000 0 FUNC GLOBAL DEFAULT UND sigemptyset@LIBC (2)
218 3: 00000000 0 FUNC GLOBAL DEFAULT UND __libc_init@LIBC (2)
219 4: 00000000 0 FUNC GLOBAL DEFAULT UND __register_atfork@LIBC (2)
220 5: 00000000 0 FUNC GLOBAL DEFAULT UND sigdelset@LIBC (2)
221 6: 00000000 0 FUNC GLOBAL DEFAULT UND __stack_chk_fail@LIBC (2)
222 7: 00000000 0 FUNC GLOBAL DEFAULT UND sigismember@LIBC (2)
223 8: 00000000 0 FUNC GLOBAL DEFAULT UND _ZN7android10VectorImpl13
224 9: 00000000 0 FUNC GLOBAL DEFAULT UND _ZN7android10VectorImpl3a
[all …]
Dx86app_process64.txt251 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
252 1: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __cxa_atexit@LIBC (2)
253 2: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __libc_init@LIBC (2)
254 3: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __register_atfork@LIBC (2)
255 4: 0000000000000000 0 FUNC GLOBAL DEFAULT UND _ZN7android10VectorImpl13
256 5: 0000000000000000 0 FUNC GLOBAL DEFAULT UND _ZN7android10VectorImpl3a
257 6: 0000000000000000 0 FUNC GLOBAL DEFAULT UND _ZN7android10VectorImplC2
258 7: 0000000000000000 0 FUNC GLOBAL DEFAULT UND _ZN7android10VectorImplD2
259 8: 0000000000000000 0 FUNC GLOBAL DEFAULT UND _ZN7android12ProcessState
260 9: 0000000000000000 0 FUNC GLOBAL DEFAULT UND _ZN7android12ProcessState
[all …]
/platform_testing/libraries/health/runners/longevity/host/src/android/host/test/longevity/listener/
DTimeoutTerminator.java30 protected static final long DEFAULT = MINUTES.toMillis(30L); field in TimeoutTerminator
38 mSuiteTimeout = args.containsKey(OPTION) ? Long.parseLong(args.get(OPTION)) : DEFAULT; in TimeoutTerminator()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/listener/
DBatteryTerminator.java36 private static final double DEFAULT = 0.05; // 5% battery field in BatteryTerminator
43 mMinBattery = args.containsKey(OPTION) ? Double.parseDouble(args.get(OPTION)) : DEFAULT; in BatteryTerminator()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DTvLauncherStrategy.java89 DEFAULT, enumConstant
108 DEFAULT, enumConstant
344 HomeRowState state = HomeRowState.DEFAULT; in getHomeRowState()
346 if (getHomeControllerState() != HomeControllerState.DEFAULT) { in getHomeRowState()
357 HomeControllerState state = HomeControllerState.DEFAULT; in getHomeControllerState()