Home
last modified time | relevance | path

Searched refs:c (Results 1 – 12 of 12) sorted by relevance

/platform_testing/libraries/metrics-helper/tests/src/android/support/test/metricshelper/
DMetricsAssertsTest.java43 private LogMaker c; field in MetricsAssertsTest
61 c = new LogMaker(mActionView) in setUp()
78 .thenReturn(c) in setUp()
/platform_testing/libraries/automotive-helpers/lock-screen-helper/src/android/platform/helpers/
DLockScreenHelperImpl.java97 char c = pin.charAt(i); in selectPinOnPinPad() local
98 String resourceId = "key" + c; in selectPinOnPinPad()
/platform_testing/libraries/compatibility-common-util/tests/assets/
Dx86app_process64.txt2 Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
39 [ 7] .gnu.version VERSYM 000000000000104c 0000104c
56 000000000000011c 0000000000000000 A 0 0 4
74 000000000000001c 0000000000000000 0 0 4
75 [25] .gnu_debugdata PROGBITS 0000000000000000 0000501c
333 Addr: 000000000000104c Offset: 0x00104c Link: 4 (.dynsym)
337 00c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
341 01c: 2 (LIBC) 0 (*local*) 2 (LIBC) 0 (*local*)
345 02c: 0 (*local*) 2 (LIBC) 4 (LIBC) 2 (LIBC)
349 03c: 0 (*local*) 0 (*local*) 3 (LIBC_P) 1 (*global*)
[all …]
Dx86app_process32.txt2 Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
39 [15] .eh_frame_hdr PROGBITS 00003f64 003f64 00012c 00 A 0 0 4
41 [17] .init_array INIT_ARRAY 00005d3c 004d3c 00000c 04 WA 0 0 4
48 [24] .note.gnu.gold-ve NOTE 00000000 005000 00001c 00 0 0 4
49 [25] .gnu_debugdata PROGBITS 00000000 00501c 000540 00 0 0 1
50 [26] .shstrtab STRTAB 00000000 00555c 00011e 00 0 0 1
307 00c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
311 01c: 2 (LIBC) 2 (LIBC) 2 (LIBC) 0 (*local*)
315 02c: 2 (LIBC) 0 (*local*) 2 (LIBC) 0 (*local*)
319 03c: 0 (*local*) 0 (*local*) 3 (LIBC_P) 3 (LIBC_P)
[all …]
Darm64_libdl.txt2 Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
44 000000000000026c 0000000000000000 AX 0 0 4
58 000000000000001c 0000000000000000 0 0 4
59 [17] .gnu_debugdata PROGBITS 0000000000000000 0001001c
179 32: 000000000000107c 24 FUNC GLOBAL DEFAULT 9 __cfi_shadow_size@@LIBC_OMR1
204 00c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
208 01c: 2 (LIBC) 5 (LIBC_PLATFORM) 2 (LIBC) 2 (LIBC)
Darm32_libdl.txt2 Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
30 [ 6] .gnu.version VERSYM 00000a84 000a84 00005c 02 A 2 0 2
39 [15] .note.gnu.gold-ve NOTE 00000000 002000 00001c 00 0 0 4
40 [16] .ARM.attributes ARM_ATTRIBUTES 00000000 00201c 00004a 00 0 0 1
218 00c: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*)
222 01c: 5 (LIBC_PLATFORM) 2 (LIBC) 5 (LIBC_PLATFORM) 2 (LIBC)
226 02c: 3 (LIBC_N) 5 (LIBC_PLATFORM)
Dlogcat.txt155 09-23 01:55:43.081 546 546 F DEBUG : #04 pc 000000000000609c /system/lib64/libbase.so (_…
211 05-04 21:59:23.743 9363 9363 F DEBUG : #04 pc 000000000019984c /system/lib64/hw/bluetooth.…
241 11-25 19:47:35.577 940 940 F DEBUG : r4 eb23f980 r5 eb23f930 r6 00000009 r7 0000010c
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DDownloadAppTestHelper.java163 Calendar c = Calendar.getInstance(); in changeSystemTime() local
164 c.setTimeInMillis(timeToSet); in changeSystemTime()
166 am.setTime(c.getTimeInMillis()); in changeSystemTime()
167 return c.getTimeInMillis(); in changeSystemTime()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSecurityHelperImpl.java119 char c = pin.charAt(i); in selectPinOnPinPad() local
120 String numberText = "" + c; in selectPinOnPinPad()
/platform_testing/emu_test/
Drun_android_bridge_test.cmd59 cmd.exe /c %ANDROID_HOME%\platform-tools\adb.exe kill-server
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/
DREADME.md34 `blaze build -c opt java/com/google/wireless/android/stats/westworld:parse_definitions`
/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/
DStatsdListenerTest.java680 .allMatch(c -> f.getName().contains(c))); in getPartialFileNameMatcher()