/device/google/cuttlefish/host/libs/location/ |
D | GpxParser.cpp | 34 static void cleanupXmlDoc(xmlDoc *doc) { in cleanupXmlDoc() argument 35 xmlFreeDoc(doc); in cleanupXmlDoc() 39 static bool parseLocation(xmlNode *ptNode, xmlDoc *doc, GpsFix *result, in parseLocation() argument 87 if ((tmpStr = xmlNodeListGetString(doc, field->children, 1))) { in parseLocation() 111 if ((tmpStr = xmlNodeListGetString(doc, field->children, 1))) { in parseLocation() 121 if ((tmpStr = xmlNodeListGetString(doc, field->children, 1))) { in parseLocation() 127 if ((tmpStr = xmlNodeListGetString(doc, field->children, 1))) { in parseLocation() 143 static bool parse(xmlDoc *doc, GpsFixArray *fixes, string *error) { in parse() argument 144 xmlNode *root = xmlDocGetRootElement(doc); in parse() 151 isOk = parseLocation(child, doc, &location, error); in parse() [all …]
|
D | KmlParser.cpp | 165 xmlDocPtr doc = xmlReadFile(filePath, nullptr, 0); in parseFile() local 166 if (doc == nullptr) { in parseFile() 168 xmlFreeDoc(doc); in parseFile() 172 xmlNodePtr cur = xmlDocGetRootElement(doc); in parseFile() 175 xmlFreeDoc(doc); in parseFile() 181 xmlFreeDoc(doc); in parseFile() 193 xmlDocPtr doc = xmlReadMemory(str, len, NULL, NULL, 0); in parseString() local 194 if (doc == nullptr) { in parseString() 196 xmlFreeDoc(doc); in parseString() 200 xmlNodePtr cur = xmlDocGetRootElement(doc); in parseString() [all …]
|
/device/google/trout/hal/dumpstate/1.1/config/ |
D | dumpstate_hal_configuration_V1_0.cpp | 55 auto doc = make_xmlUnique(xmlParseMemory(xml.data(), xml.size())); in readBuffer() local 56 if (doc == nullptr) { in readBuffer() 59 xmlNodePtr child = xmlDocGetRootElement(doc.get()); in readBuffer() 72 auto doc = make_xmlUnique(xmlParseFile(configFile)); in readFile() local 73 if (doc == nullptr) { in readFile() 76 xmlNodePtr child = xmlDocGetRootElement(doc.get()); in readFile()
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | README.md | 3 …diagram](./doc/interface.png)](https://cs.android.com/android/platform/superproject/+/master:devic… 8 …diagram](./doc/graphics.png)](https://cs.android.com/android/platform/superproject/+/master:device…
|
/device/google/coral/json-c/ |
D | RELEASE_CHECKLIST.txt | 47 git add -f doc 48 git commit doc 57 echo doc >> excludes 106 cp -R ../json-c-${release}/doc json-c-${release}/.
|
D | Makefile.am | 3 EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
|
/device/google/redbull/json-c/ |
D | RELEASE_CHECKLIST.txt | 47 git add -f doc 48 git commit doc 57 echo doc >> excludes 106 cp -R ../json-c-${release}/doc json-c-${release}/.
|
D | Makefile.am | 3 EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
|
/device/google/sunfish/json-c/ |
D | RELEASE_CHECKLIST.txt | 47 git add -f doc 48 git commit doc 57 echo doc >> excludes 106 cp -R ../json-c-${release}/doc json-c-${release}/.
|
D | Makefile.am | 3 EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/ |
D | lib.rs | 63 #![doc(html_root_url = "https://docs.rs/pkg-config/0.3")] 146 #[doc(hidden)] 247 #[doc(hidden)] 257 #[doc(hidden)] 376 #[doc(hidden)] 438 #[doc(hidden)]
|
/device/google/cuttlefish/host/commands/start/ |
D | flag_forwarder.cc | 210 xmlDocPtr doc = xmlReadMemory(helpxml_output.c_str(), helpxml_output.size(), in FlagsForSubprocess() local 212 if (doc == NULL) { in FlagsForSubprocess() 215 xmlNodePtr root_element = xmlDocGetRootElement(doc); in FlagsForSubprocess() 230 xmlFree(doc); in FlagsForSubprocess()
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | sim_service.cpp | 62 return doc.RootElement(); in GetRootElement() 164 auto element = doc.NewElement(name); in AppendNewElement() 171 auto element = doc.NewElement(name); in AppendNewElementWithText() 172 auto xml_text = doc.NewText(text); in AppendNewElementWithText() 408 auto err = sim_file_system_.doc.LoadFile(file.c_str()); in InitializeSimFileSystemAndSimState() 640 sim_file_system_.doc.SaveFile(sim_file_system_.file_path.c_str()); in SavePinStateToIccProfile() 673 sim_file_system_.doc.SaveFile(sim_file_system_.file_path.c_str()); in SaveFacilityLockToIccProfile() 793 sim_file_system_.doc.SaveFile(sim_file_system_.file_path.c_str()); in SetPhoneNumber() 1023 sim_file_system_.doc.SaveFile(sim_file_system_.file_path.c_str()); in HandleSIM_IO()
|
D | network_service.cpp | 201 XMLDocument doc; in InitializeSimOperator() local 202 auto err = doc.LoadFile(file.c_str()); in InitializeSimOperator() 208 XMLElement* resources = doc.RootElement(); in InitializeSimOperator()
|
D | sim_service.h | 186 XMLDocument doc; member
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | README.md | 4 …linkage](./doc/linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/…
|
/device/google/cuttlefish/host/frontend/adb_connector/ |
D | README.md | 6 …gram](./doc/linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/goo…
|
/device/google/cuttlefish/host/commands/console_forwarder/ |
D | README.md | 7 …ge](./doc/linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/googl…
|
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/ |
D | README.md | 7 …ram](./doc/linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/goog…
|
/device/generic/vulkan-cereal/ |
D | .gitignore | 105 /qapi/qapi-doc.texi 106 /qemu-doc.html 107 /qemu-doc.info 108 /qemu-doc.txt
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | README.md | 10 …iagram](./doc/disk.png)](https://cs.android.com/android/platform/superproject/+/master:device/goog…
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | README.md | 14 …inkage](./doc/linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/g…
|
/device/google/cuttlefish/common/libs/utils/ |
D | flag_parser_test.cpp | 84 std::unique_ptr<xmlDoc, xmlFreeFunc> doc( in flagXml() local 86 if (!doc) { in flagXml() 89 xmlNodePtr root_element = xmlDocGetRootElement(doc.get()); in flagXml()
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/winapi/ |
D | Cargo.toml | 6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/ |
D | builder-packages.txt | 22 dblatex-doc 0.3.10-2 401 libusb-1.0-doc 2:1.0.22-2
|