Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 11 of 11) sorted by relevance

/cts/tests/input/res/raw/
Dkeyboard_layout_english_us.kcm28 shift: '~'
34 shift: '!'
40 shift: '@'
46 shift: '#'
52 shift: '$'
58 shift: '%'
64 shift: '^'
70 shift: '&'
76 shift: '*'
82 shift: '('
[all …]
/cts/tests/tests/hardware/res/raw/
Dkeyboard_layout_english_us.kcm28 shift: '~'
34 shift: '!'
40 shift: '@'
46 shift: '#'
52 shift: '$'
58 shift: '%'
64 shift: '^'
70 shift: '&'
76 shift: '*'
82 shift: '('
[all …]
Dkeyboard_layout_german.kcm32 shift: '\u00b0'
38 shift: '!'
44 shift: '"'
51 shift: '\u00a7'
58 shift: '$'
64 shift: '%'
70 shift: '&'
76 shift: '/'
83 shift: '('
90 shift: ')'
[all …]
Dkeyboard_layout_french.kcm40 shift: '1'
46 shift: '2'
53 shift: '3'
60 shift: '4'
67 shift: '5'
74 shift: '6'
81 shift: '7'
88 shift: '8'
95 shift: '9'
102 shift: '0'
[all …]
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_MediaVulkanGpuTest.cpp40 size_t shift = 8 * i; in fuzzyMatch() local
41 uint32_t mask = 0x000000FF << shift; in fuzzyMatch()
43 int32_t value1Masked = static_cast<int32_t>((value1 & mask) >> shift); in fuzzyMatch()
44 int32_t value2Masked = static_cast<int32_t>((value2 & mask) >> shift); in fuzzyMatch()
/cts/tests/vr/jni/
DVrExtensionsJni.cpp94 for (int shift = 0; shift < 32; shift += 8) { in areNearRgba() local
95 if (std::abs((actual >> shift & 0xFF) - (expected >> shift & 0xFF)) > delta) { in areNearRgba()
/cts/apps/CameraITS/tests/scene1_3/
Dtest_ev_compensation.py366 expected_lumas = [min(1.0, luma_normal*shift) for shift in ev_shifts]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dlocal_poc.h241 __u32 shift; member
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dlocal_poc.h241 __u32 shift; member
/cts/apps/CameraITS/utils/
Dsensor_fusion_utils.py737 for shift in shift_candidates:
738 shifted_cam_times = cam_times + shift*_MSEC_TO_NSEC
741 logging.debug('shift %.1fms spatial distance: %.5f', shift,
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/
Dlocal_poc.h299 __u32 shift; member