Home
last modified time | relevance | path

Searched refs:locations (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/host/commands/cvd_import_locations/unittest/
Dkml_parser_test.cc26 bool ParseKmlFile(GpsFixArray* locations, char* text, std::string* error) { in ParseKmlFile() argument
35 result = KmlParser::parseFile(path.c_str(), locations, error); in ParseKmlFile()
39 bool ParseKmlString(GpsFixArray* locations, char* text, std::string* error) { in ParseKmlString() argument
41 result = KmlParser::parseString(text, strlen(text), locations, error); in ParseKmlString()
47 GpsFixArray locations; in TEST() local
49 ASSERT_FALSE(KmlParser::parseFile("", &locations, &error)); in TEST()
50 ASSERT_EQ(0U, locations.size()); in TEST()
59 GpsFixArray locations; in TEST() local
61 ASSERT_TRUE(ParseKmlFile(&locations, kEmptyKmlText, &error)); in TEST()
62 EXPECT_EQ(0U, locations.size()); in TEST()
[all …]
Dgpx_parser_test.cc27 bool ParseGpxFile(GpsFixArray* locations, char* text, std::string* error) { in ParseGpxFile() argument
36 result = GpxParser::parseFile(path.c_str(), locations, error); in ParseGpxFile()
40 bool ParseGpxString(GpsFixArray* locations, char* text, std::string* error) { in ParseGpxString() argument
42 result = GpxParser::parseString(text, strlen(text), locations, error); in ParseGpxString()
49 GpsFixArray locations; in TEST() local
51 bool isOk = GpxParser::parseFile("i_dont_exist.gpx", &locations, &error); in TEST()
62 GpsFixArray locations; in TEST() local
63 isOk = ParseGpxFile(&locations, kEmptyText, &error); in TEST()
65 EXPECT_EQ(0U, locations.size()); in TEST()
71 GpsFixArray locations; in TEST() local
[all …]
/device/google/cuttlefish/host/commands/cvd_import_locations/
Dmain.cc33 const char* kUsageMessage = R""""(gps locations import commandline utility
45 gps locations input file path
49 delay between different gps locations ( double , default value is 1.0 second)
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp148 C2ChromaOffsetStruct locations[1] = { in IntfImpl() local
153 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp197 C2ChromaOffsetStruct locations[1] = { in IntfImpl() local
202 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
/device/linaro/hikey-kernel/hikey960/5.10/
Dmultiple.intoto.jsonl2 …n/vnd.in-toto+json","signatures":[{"keyid":"projects/android-build-farm/locations/global/keyRings/…
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp189 C2ChromaOffsetStruct locations[1] = { in IntfImpl() local
194 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/
DREADME.md4 clients that use this service to set either a sequence of locations or a new
Dgnss_grpc_proxy.proto63 // The request message containing array of gps locations