Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 25 of 68) sorted by relevance

123

/device/google/cuttlefish/guest/hals/gps/
Dgps_thread.cpp41 if (!r->fix.flags) { in reader_call_callback()
47 r->fix.timestamp = (long long)secs * 1000; in reader_call_callback()
51 if (r->fix.flags & GPS_LOCATION_HAS_LAT_LONG) { in reader_call_callback()
52 D(" - latitude = %g", r->fix.latitude); in reader_call_callback()
53 D(" - longitude = %g", r->fix.longitude); in reader_call_callback()
55 if (r->fix.flags & GPS_LOCATION_HAS_ALTITUDE) in reader_call_callback()
56 D(" - altitude = %g", r->fix.altitude); in reader_call_callback()
57 if (r->fix.flags & GPS_LOCATION_HAS_SPEED) D(" - speed = %g", r->fix.speed); in reader_call_callback()
58 if (r->fix.flags & GPS_LOCATION_HAS_BEARING) in reader_call_callback()
59 D(" - bearing = %g", r->fix.bearing); in reader_call_callback()
[all …]
Dgps_thread.h51 GpsLocation fix; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_fpformat.py8 fix, sci, NotANumber = fpformat.fix, fpformat.sci, fpformat.NotANumber variable
24 result = fix(n, digits)
45 self.assertEqual(fix(100.0/3, 3), '33.333')
57 self.assertEqual(fix(1.0, 1000), '1.'+('0'*1000))
62 self.assertEqual(fix(yacht, 10), yacht)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dmain.py150 unwanted_fixes = set(fixer_pkg + ".fix_" + fix for fix in options.nofix)
152 if options.fix:
154 for fix in options.fix:
155 if fix == "all":
158 explicit.add(fixer_pkg + ".fix_" + fix)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dsupport.py42 fixers = [fixer_pkg + ".fixes.fix_" + fix for fix in fixers]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpathfix.py59 if fix(arg): bad = 1
83 if fix(fullname): bad = 1
88 def fix(filename): function
Dmethfix.py50 if fix(arg): bad = 1
74 if fix(fullname): bad = 1
79 def fix(filename): function
Dclassfix.py53 if fix(arg): bad = 1
77 if fix(fullname): bad = 1
82 def fix(filename): function
Dfixcid.py87 if fix(arg): bad = 1
112 if fix(fullname): bad = 1
117 def fix(filename): function
/device/mediatek/wembley-sepolicy/plat_private/
Daee_core_forwarder.te44 # Operation : selinux waring fix
61 # Operation : fix sys_ptrace selinux warning
68 # Operation : fix media_rw_data_file access selinux warning
90 # Operation : fix sys_nice selinux warning
/device/linaro/bootloader/arm-trusted-firmware/lib/cpus/
Dcpu-ops.mk164 TF_LDFLAGS_aarch64 += --fix-cortex-a53-843419
169 TF_LDFLAGS_aarch64 += --fix-cortex-a53-835769
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Deqfix.py53 if fix(arg): bad = 1
77 if fix(fullname): bad = 1
82 def fix(filename): function
/device/mediatek/wembley-sepolicy/non_plat/
Dinstalld.te5 # Kernel-4.14 migration, fix boot fail.
Dlmkd.te7 # Operation : MT6735 SQC bug fix
/device/mediatek/wembley-sepolicy/r_non_plat/
Dinstalld.te5 # Kernel-4.14 migration, fix boot fail.
Dlmkd.te7 # Operation : MT6735 SQC bug fix
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DChangeLog87 - Avoid warning under NO_GZCOMPRESS in gzio.c; fix typo [Truta]
213 and fix some method prototypes [Truta]
386 of 256 bytes. (A complete fix will be available in 1.1.5).
389 - fix "an inflate input buffer bug that shows up on rare but persistent
391 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
392 - fix gzseek(..., SEEK_SET) in write mode
393 - fix crc check after a gzeek (Frank Faubert)
394 - fix miniunzip when the last entry in a zip file is itself a zip file
408 - fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant)
414 - fix maketree.c compilation error (Glenn, Mark)
[all …]
/device/generic/goldfish/sepolicy/common/
Dzygote.te3 # TODO (b/63631799) fix this access
/device/linaro/bootloader/edk2/EdkShellPkg/
DReadMe.txt21 would not fix. Just fix the case of the file to match its usage and you should be
/device/amlogic/yukawa/bootloader/
DREADME12 actual tag : u-boot/v2019.10/sei610-20190905-fix
24 git checkout u-boot/v2019.10/sei610-20190905-fix
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfpformat.py90 def fix(x, digs): function
143 print x, fix(x, digs), sci(x, digs)
/device/google/bonito-sepolicy/vendor/qcom/common/
Dinit.te8 # TODO: continue to fix treble violation (b/112444108)
/device/generic/goldfish-opengl/
DGNUmakefile31 $(error,Please fix the problem by reinstalling to a different location.)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog172 - fix ld error: unable to find version dependency 'ZLIB_1.2.5'
213 - Add deflateResetKeep and fix inflateResetKeep to retain dictionary
288 - Remove attempt to run under bash or ksh since have better NetBSD fix
704 - Avoid warning under NO_GZCOMPRESS in gzio.c; fix typo [Truta]
830 and fix some method prototypes [Truta]
1003 of 256 bytes. (A complete fix will be available in 1.1.5).
1006 - fix "an inflate input buffer bug that shows up on rare but persistent
1008 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
1009 - fix gzseek(..., SEEK_SET) in write mode
1010 - fix crc check after a gzeek (Frank Faubert)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
DREADME3 sometimes it may not be easy to fix the underlying cause and the bug is deemed

123