| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | geo.cpp | 74 bool containsUnwrapped = area.east() <= east() && area.west() >= west(); in contains() 81 return (other.east() <= util::LONGITUDE_MAX && other.west() >= wrapped.west()) || in contains() 82 (other.east() <= wrapped.east() && other.west() >= -util::LONGITUDE_MAX); in contains() 84 return other.east() <= wrapped.east() && other.west() >= wrapped.west(); in contains() 96 bool longitudeIntersects = area.east() > west() && area.west() < east(); in intersects() 104 other.east() > wrapped.west() || in intersects() 105 other.west() < wrapped.east(); in intersects() 107 return other.east() > wrapped.west() || in intersects() 108 other.west() < wrapped.east(); in intersects() 110 return other.east() > wrapped.west() && in intersects() [all …]
|
| H A D | tile_cover.cpp | 150 { std::max(bounds_.south(), -util::LATITUDE_MAX), bounds_.west() }, in tileCover() 218 { std::max(bounds_.south(), -util::LATITUDE_MAX), bounds_.west() }, in TileCover()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/qcom/ |
| H A D | pinctrl-msm8998.c | 14 #define WEST 0x100000 macro 1354 PINGROUP(4, WEST, blsp_spi8, blsp_uart8_a, blsp_uim8_a, _, qdss_cti0_b, _, _, _, _), 1355 PINGROUP(5, WEST, blsp_spi8, blsp_uart8_a, blsp_uim8_a, _, qdss_cti0_b, _, _, _, _), 1356 PINGROUP(6, WEST, blsp_spi8, blsp_uart8_a, blsp_i2c8, _, _, _, _, _, _), 1357 PINGROUP(7, WEST, blsp_spi8, blsp_uart8_a, blsp_i2c8, ddr_bist, _, atest_tsens2, atest_usb1, _, _), 1388 PINGROUP(38, WEST, usb_phy, _, _, _, _, _, _, _, _), 1389 PINGROUP(39, WEST, lpass_slimbus, _, _, _, _, _, _, _, _), 1403 PINGROUP(53, WEST, blsp_spi7, blsp_uart7_a, blsp_uim7_a, _, _, _, _, _, _), 1404 PINGROUP(54, WEST, blsp_spi7, blsp_uart7_a, blsp_uim7_a, _, _, _, _, _, _), 1405 PINGROUP(55, WEST, blsp_spi7, blsp_uart7_a, blsp_i2c7, _, _, _, _, _, _), [all …]
|
| H A D | pinctrl-sm8250.c | 14 "west", 20 WEST, enumerator 1263 [133] = PINGROUP(133, WEST, mi2s2_sck, _, _, _, _, _, _, _, _), 1264 [134] = PINGROUP(134, WEST, mi2s2_data0, _, _, _, _, _, _, _, _), 1265 [135] = PINGROUP(135, WEST, mi2s2_ws, _, _, _, _, _, _, _, _), 1266 [136] = PINGROUP(136, WEST, pri_mi2s, gcc_gp1, _, _, _, _, _, _, _), 1267 [137] = PINGROUP(137, WEST, sec_mi2s, audio_ref, mi2s2_data1, gcc_gp2, _, _, _, _, _), 1268 [138] = PINGROUP(138, WEST, mi2s0_sck, gcc_gp3, _, _, _, _, _, _, _), 1269 [139] = PINGROUP(139, WEST, mi2s0_data0, _, _, _, _, _, _, _, _), 1270 [140] = PINGROUP(140, WEST, mi2s0_data1, _, _, _, _, _, _, _, _), [all …]
|
| H A D | pinctrl-sc7180.c | 14 "west", 20 WEST enumerator 1042 [49] = PINGROUP(49, WEST, mi2s_1, btfm_slimbus, _, _, _, _, _, _, _), 1043 [50] = PINGROUP(50, WEST, mi2s_1, btfm_slimbus, gp_pdm1, _, _, _, _, _, _), 1044 [51] = PINGROUP(51, WEST, mi2s_1, btfm_slimbus, atest_usb2, _, _, _, _, _, _), 1045 [52] = PINGROUP(52, WEST, mi2s_1, btfm_slimbus, atest_usb23, _, _, _, _, _, _), 1046 [53] = PINGROUP(53, WEST, mi2s_0, qup15, qdss, atest_usb22, _, _, _, _, _), 1047 [54] = PINGROUP(54, WEST, mi2s_0, qup15, qdss, atest_usb21, _, _, _, _, _), 1048 [55] = PINGROUP(55, WEST, mi2s_0, qup15, qdss, atest_usb20, _, _, _, _, _), 1049 [56] = PINGROUP(56, WEST, mi2s_0, qup15, gcc_gp1, _, phase_flag, qdss, _, _, _), [all …]
|
| H A D | pinctrl-sm8150.c | 15 "west" 22 WEST enumerator 1427 [105] = PINGROUP(105, WEST, uim2, _, _, _, _, _, _, _, _), 1428 [106] = PINGROUP(106, WEST, uim2, _, _, _, _, _, _, _, _), 1429 [107] = PINGROUP(107, WEST, uim2, _, _, _, _, _, _, _, _), 1430 [108] = PINGROUP(108, WEST, uim2, _, _, _, _, _, _, _, _), 1431 [109] = PINGROUP(109, WEST, uim1, _, _, _, _, _, _, _, _), 1432 [110] = PINGROUP(110, WEST, uim1, _, _, _, _, _, _, _, _), 1433 [111] = PINGROUP(111, WEST, uim1, _, _, _, _, _, _, _, _), 1434 [112] = PINGROUP(112, WEST, uim1, _, _, _, _, _, _, _, _), [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | qcom,sm8150-pinctrl.txt | 14 Definition: the base address and size of the north, south, west 21 "west" and "east". 182 reg-names = "west", "east", "north", "south";
|
| H A D | qcom,sc7180-pinctrl.txt | 14 Definition: the base address and size of the north, south and west 21 and "west". 179 reg-names = "west", "north", "south";
|
| H A D | qcom,sm8250-pinctrl.yaml | 26 - const: "west" 139 reg-names = "west", "south", "north";
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qquickgeocoordinateanimation.cpp | 64 in both west and east directions. 253 \li CoordinateAnimation.West - the longitude animation always goes into western direction 276 case West: in setDirection()
|
| H A D | qquickgeocoordinateanimation_p.h | 73 West, enumerator
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | vdso_datapage.h | 67 __u32 tz_minuteswest; /* Minutes west of Greenwich 0x58 */ 102 __u32 tz_minuteswest; /* Minutes west of Greenwich 0x58 */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | pl-Wroclaw | 1 # Wroclaw / Zorawina, South-West Poland
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/ |
| H A D | struct_timeb.h | 11 short int timezone; /* Minutes west of GMT. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/ |
| H A D | struct_timeb.h | 11 short int timezone; /* Minutes west of GMT. */
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/parsedate/ |
| H A D | parsedate.cpp | 255 {"WAT", 60}, /* West Africa */ 273 {"IDLW", 720}, /* International Date Line West */ 283 {"WAST", -420}, /* West Australian Standard */ 284 {"WADT", -420 tDAYZONE}, /* West Australian Daylight */
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | geo.hpp | 116 double west() const { return sw.longitude(); } in west() function in mbgl::LatLngBounds 123 LatLng northwest() const { return LatLng(north(), west()); } in northwest()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | time.h | 34 int tz_minuteswest; /* minutes west of Greenwich */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | time.h | 22 int tz_minuteswest; /* minutes west of Greenwich */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | time.h | 22 int tz_minuteswest; /* minutes west of Greenwich */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | fy_NL | 126 lang_name "West-Frysk"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | fy_NL | 126 lang_name "West-Frysk"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/ |
| H A D | org.freedesktop.GeoClue2.Location.xml | 61 South: 180 degrees, West: 270 degrees and so on. When unknown,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_coordinate.qml | 250 coordinateAnimation.direction = CoordinateAnimation.West 340 coordinateAnimation.direction = CoordinateAnimation.West
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/keymaps/ |
| H A D | rc-technisat-usb2.c | 7 * registered office is Witan Gate House 500 - 600 Witan Gate West,
|