Home
last modified time | relevance | path

Searched refs:DEFAULT (Results 1 – 21 of 21) 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/flicker/src/android/tools/flicker/config/
DTransitionHandler.kt20 const val DEFAULT = "com.android.wm.shell.transition.DefaultTransitionHandler" constant
DFlickerServiceConfig.kt39 val DEFAULT = constant
DTransitionFilters.kt109 transition.handler == TransitionHandler.DEFAULT && in <lambda>()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/listener/
DBatteryTerminator.java37 private static final double DEFAULT = 0.05; // 5% battery field in BatteryTerminator
44 mMinBattery = args.containsKey(OPTION) ? Double.parseDouble(args.get(OPTION)) : DEFAULT; in BatteryTerminator()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/
DFlickerServiceDecoratorTest.kt63 .thenReturn(FlickerConfig().use(FlickerServiceConfig.DEFAULT)) in sendsInstrumentationUpdatesOWhenComputingTestMethods()
127 .thenReturn(FlickerConfig().use(FlickerServiceConfig.DEFAULT)) in failsTestAndNotModuleOnFlickerServiceMethodComputeError()
176 .thenReturn(FlickerConfig().use(FlickerServiceConfig.DEFAULT)) in handleDuplicateFlickerMethods()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DTvLauncherStrategy.java87 DEFAULT, enumConstant
100 DEFAULT, enumConstant
315 HomeRowState state = HomeRowState.DEFAULT; in getHomeRowState()
317 if (getHomeControllerState() != HomeControllerState.DEFAULT) { in getHomeRowState()
328 HomeControllerState state = HomeControllerState.DEFAULT; in getHomeControllerState()
/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()
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DLegacyFlickerServiceDecorator.kt53 return FlickerConfig().use(FlickerServiceConfig.DEFAULT) in getFlickerConfig()
/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
DFlickerServiceRule.kt54 config: FlickerConfig = FlickerConfig().use(FlickerServiceConfig.DEFAULT),
/platform_testing/libraries/flicker/test/src/android/tools/integration/
DFullTestRun.kt76 FlickerConfig().use(FlickerServiceConfig.DEFAULT).use(CUSTOM_CONFIG) in flickerConfigProvider()
/platform_testing/tests/bettertogether/quickstart/performance_test/
Dnc_constants.py142 DEFAULT = 0 variable in MediumUpgradeType
Dnearby_connection_wrapper.py303 medium_upgrade_type: nc_constants.MediumUpgradeType = nc_constants.MediumUpgradeType.DEFAULT,
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java87 DEFAULT, enumConstant
505 swipe(swipeDirection, numOfSteps, SwipeFraction.DEFAULT); in swipe()
/platform_testing/libraries/flicker/src/android/tools/flicker/
DFlickerServiceResultsCollector.kt46 FlickerService(FlickerConfig().use(FlickerServiceConfig.DEFAULT)), in <lambda>()
/platform_testing/tests/bettertogether/betocq/
Dnc_constants.py227 DEFAULT = 0 variable in MediumUpgradeType
Dnearby_connection_wrapper.py307 medium_upgrade_type: nc_constants.MediumUpgradeType = nc_constants.MediumUpgradeType.DEFAULT,