Searched refs:fix (Results 1 - 25 of 26) sorted by relevance

12

/device/google/cuttlefish_common/guest/hals/gps/
H A Dgps_thread.cpp41 if (!r->fix.flags) {
42 ALOGW("%s: no GPS fix", __FUNCTION__);
47 r->fix.timestamp = (long long)secs * 1000;
51 if (r->fix.flags & GPS_LOCATION_HAS_LAT_LONG) {
52 D(" - latitude = %g", r->fix.latitude);
53 D(" - longitude = %g", r->fix.longitude);
55 if (r->fix.flags & GPS_LOCATION_HAS_ALTITUDE)
56 D(" - altitude = %g", r->fix.altitude);
57 if (r->fix.flags & GPS_LOCATION_HAS_SPEED) D(" - speed = %g", r->fix
[all...]
H A Dgps_thread.h51 GpsLocation fix; member in struct:__anon370
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_fpformat.py8 fix, sci, NotANumber = fpformat.fix, fpformat.sci, fpformat.NotANumber
14 # (It's obsolescent because fix(n,d) == "%.*f"%(d,n) and
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))
60 # This behavior is inconsistent. sci raises an exception; fix doesn't.
62 self.assertEqual(fix(yacht, 10), yacht)
H A Dtest_ssl.py138 major, minor, fix, patch, status = t
143 self.assertGreaterEqual(fix, 0)
144 self.assertLess(fix, 256)
150 self.assertTrue(s.startswith("OpenSSL {:d}.{:d}.{:d}".format(major, minor, fix)),
/device/generic/goldfish/gps/
H A Dgps_qemu.c186 GpsLocation fix; member in struct:__anon6
230 r->fix.size = sizeof(r->fix);
240 if (cb != NULL && r->fix.flags != 0) {
241 D("%s: sending latest fix to new callback", __FUNCTION__);
242 r->callback( &r->fix );
287 r->fix.timestamp = (long long)fix_time * 1000;
357 r->fix.flags |= GPS_LOCATION_HAS_LAT_LONG;
358 r->fix.latitude = lat;
359 r->fix
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
H A Dsupport.py42 fixers = [fixer_pkg + ".fixes.fix_" + fix for fix in fixers]
H A Dtest_refactor.py277 for fix in rt.post_order:
278 if isinstance(fix, FixExplicit):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
H A Dmain.py99 parser.add_option("-f", "--fix", action="append", default=[],
127 print "Available transformations for the -f/--fix option:"
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/arm-trusted-firmware/lib/cpus/
H A 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/
H A Deqfix.py53 if fix(arg): bad = 1
77 if fix(fullname): bad = 1
82 def fix(filename): function
83 ## dbg('fix(%r)\n' % (dirname,))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dclassfix.py53 if fix(arg): bad = 1
77 if fix(fullname): bad = 1
82 def fix(filename): function
83 ## dbg('fix(%r)\n' % (filename,))
H A Dmethfix.py50 if fix(arg): bad = 1
74 if fix(fullname): bad = 1
79 def fix(filename): function
80 ## dbg('fix(%r)\n' % (filename,))
H A Dpathfix.py59 if fix(arg): bad = 1
83 if fix(fullname): bad = 1
88 def fix(filename): function
89 ## dbg('fix(%r)\n' % (filename,))
H A Dfixcid.py87 if fix(arg): bad = 1
112 if fix(fullname): bad = 1
117 def fix(filename): function
118 ## dbg('fix(%r)\n' % (filename,))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dfpformat.py4 fix(x, digits_behind)
19 __all__ = ["fix","sci","NotANumber"]
90 def fix(x, digs): function
143 print x, fix(x, digs), sci(x, digs)
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
H A DPeiCoreEntry.S80 # So we fix up the processor count
H A DPeiCoreEntry.asm87 ; So we fix up the processor count
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
H A DPeiCoreEntry.asm88 ; So we fix up the processor count
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_ssl.c1652 unsigned int major, minor, fix, patch, status; local
1740 fix = libver & 0xFF;
1745 r = Py_BuildValue("IIIII", major, minor, fix, patch, status);
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
H A DSmiEntry.S71 # fix GDT descriptor
H A DSmiEntry.asm75 ; fix GDT descriptor
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
H A DSmiEntry.S70 # fix GDT descriptor
H A DSmiEntry.asm74 ; fix GDT descriptor
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
H A DScanMem.asm45 ; Import endianness fix from local git ea786f1b
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
H A DFlat32.asm200 ; So we fix up the processor count

Completed in 221 milliseconds

12