Searched refs:locations (Results 1 – 9 of 9) sorted by relevance
/device/google/cuttlefish/host/commands/cvd_import_locations/unittest/ |
D | kml_parser_test.cc | 26 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 …]
|
D | gpx_parser_test.cc | 27 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/ |
D | main.cc | 33 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/ |
D | C2GoldfishHevcDec.cpp | 148 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/ |
D | C2GoldfishVpxDec.cpp | 197 C2ChromaOffsetStruct locations[1] = { in IntfImpl() local 202 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
|
/device/linaro/hikey-kernel/hikey960/5.10/ |
D | multiple.intoto.jsonl | 2 …n/vnd.in-toto+json","signatures":[{"keyid":"projects/android-build-farm/locations/global/keyRings/…
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | C2GoldfishAvcDec.cpp | 189 C2ChromaOffsetStruct locations[1] = { in IntfImpl() local 194 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
|
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/ |
D | README.md | 4 clients that use this service to set either a sequence of locations or a new
|
D | gnss_grpc_proxy.proto | 63 // The request message containing array of gps locations
|