/device/google/cuttlefish/guest/hals/gps/ |
D | gps_thread.cpp | 41 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 …]
|
D | gps_thread.h | 51 GpsLocation fix; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_fpformat.py | 8 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/ |
D | main.py | 150 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/ |
D | support.py | 42 fixers = [fixer_pkg + ".fixes.fix_" + fix for fix in fixers]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | pathfix.py | 59 if fix(arg): bad = 1 83 if fix(fullname): bad = 1 88 def fix(filename): function
|
D | methfix.py | 50 if fix(arg): bad = 1 74 if fix(fullname): bad = 1 79 def fix(filename): function
|
D | classfix.py | 53 if fix(arg): bad = 1 77 if fix(fullname): bad = 1 82 def fix(filename): function
|
D | fixcid.py | 87 if fix(arg): bad = 1 112 if fix(fullname): bad = 1 117 def fix(filename): function
|
/device/mediatek/wembley-sepolicy/plat_private/ |
D | aee_core_forwarder.te | 44 # 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/ |
D | cpu-ops.mk | 164 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/ |
D | eqfix.py | 53 if fix(arg): bad = 1 77 if fix(fullname): bad = 1 82 def fix(filename): function
|
/device/mediatek/wembley-sepolicy/non_plat/ |
D | installd.te | 5 # Kernel-4.14 migration, fix boot fail.
|
D | lmkd.te | 7 # Operation : MT6735 SQC bug fix
|
/device/mediatek/wembley-sepolicy/r_non_plat/ |
D | installd.te | 5 # Kernel-4.14 migration, fix boot fail.
|
D | lmkd.te | 7 # Operation : MT6735 SQC bug fix
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | ChangeLog | 87 - 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/ |
D | zygote.te | 3 # TODO (b/63631799) fix this access
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ReadMe.txt | 21 would not fix. Just fix the case of the file to match its usage and you should be
|
/device/amlogic/yukawa/bootloader/ |
D | README | 12 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/ |
D | fpformat.py | 90 def fix(x, digs): function 143 print x, fix(x, digs), sci(x, digs)
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | init.te | 8 # TODO: continue to fix treble violation (b/112444108)
|
/device/generic/goldfish-opengl/ |
D | GNUmakefile | 31 $(error,Please fix the problem by reinstalling to a different location.)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | ChangeLog | 172 - 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/ |
D | README | 3 sometimes it may not be easy to fix the underlying cause and the bug is deemed
|