/device/google/cuttlefish/host/libs/location/ |
D | KmlParser.cpp | 47 static bool parseCoordinates(xmlNode* current, GpsFixArray* fixes) { in parseCoordinates() argument 64 fixes->push_back(new_fix); in parseCoordinates() 76 static bool parseGxTrack(xmlNode* children, GpsFixArray* fixes) { in parseGxTrack() argument 88 fixes->push_back(new_fix); in parseGxTrack() 94 static bool parsePlacemark(xmlNode* current, GpsFixArray* fixes) { in parsePlacemark() argument 111 ind = (ind != string::npos ? ind : fixes->size()); in parsePlacemark() 112 if (!parseCoordinates(current->xmlChildrenNode, fixes)) { in parsePlacemark() 118 ind = (ind != string::npos ? ind : fixes->size()); in parsePlacemark() 119 if (!parseGxTrack(current->xmlChildrenNode, fixes)) { in parsePlacemark() 125 if (ind == string::npos || ind >= fixes->size()) { in parsePlacemark() [all …]
|
D | GpxParser.cpp | 143 static bool parse(xmlDoc *doc, GpsFixArray *fixes, string *error) { in parse() argument 156 fixes->push_back(location); in parse() 169 fixes->push_back(location); in parse() 188 fixes->push_back(location); in parse() 197 std::sort(fixes->begin(), fixes->end()); in parse() 203 bool GpxParser::parseFile(const char *filePath, GpsFixArray *fixes, in parseFile() argument 211 return parse(doc, fixes, error); in parseFile() 214 bool GpxParser::parseString(const char *str, int len, GpsFixArray *fixes, in parseString() argument 222 return parse(doc, fixes, error); in parseString()
|
D | GpxParser.h | 29 static bool parseFile(const char *filePath, GpsFixArray *fixes, 32 static bool parseString(const char *str, int len, GpsFixArray *fixes,
|
D | KmlParser.h | 29 static bool parseFile(const char* filePath, GpsFixArray* fixes, 31 static bool parseString(const char* str, int len, GpsFixArray* fixes,
|
/device/google/akita/location/gnssd/release/ |
D | gps.cfg | 141 # Min number of prior fixes needed for RTC time aiding 144 # increase rtc uncertainty from Host to hedge against bad fixes
|
/device/google/contexthub/firmware/lib/builtins/ |
D | CREDITS.TXT | 14 D: Code style and Readability fixes.
|
/device/google/coral/json-c/ |
D | RELEASE_CHECKLIST.txt | 12 Make any fixes/changes *before* branching.
|
/device/google/redbull/json-c/ |
D | RELEASE_CHECKLIST.txt | 12 Make any fixes/changes *before* branching.
|
/device/google/sunfish/json-c/ |
D | RELEASE_CHECKLIST.txt | 12 Make any fixes/changes *before* branching.
|
/device/google/caimito/location/ripcurrent24/userdebug/ |
D | gps.cfg | 155 # increase rtc uncertainty from Host to hedge against bad fixes
|
/device/google/comet/location/userdebug/ |
D | gps.cfg | 155 # increase rtc uncertainty from Host to hedge against bad fixes
|
/device/google/caimito/location/tokay/userdebug/ |
D | gps.cfg | 155 # increase rtc uncertainty from Host to hedge against bad fixes
|
/device/google/caimito/location/komodo/userdebug/ |
D | gps.cfg | 155 # increase rtc uncertainty from Host to hedge against bad fixes
|
/device/google/caimito/location/caiman/userdebug/ |
D | gps.cfg | 155 # increase rtc uncertainty from Host to hedge against bad fixes
|
/device/google/caimito/location/ripcurrentpro/userdebug/ |
D | gps.cfg | 155 # increase rtc uncertainty from Host to hedge against bad fixes
|
/device/generic/goldfish/fvpbase/ |
D | README.md | 162 version with bug fixes must be used. The instructions below check out a
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/ |
D | builder-packages.txt | 608 x11proto-fixes-dev 1:2018.4-4
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/ |
D | builder-packages.txt | 642 x11proto-fixes-dev 1:2018.4-4
|