Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 25 of 32) sorted by relevance

12

/device/google/cuttlefish/host/libs/location/
DGpxParser.cpp34 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 …]
DKmlParser.cpp165 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/
Ddumpstate_hal_configuration_V1_0.cpp55 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/
DREADME.md3 …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/
DRELEASE_CHECKLIST.txt47 git add -f doc
48 git commit doc
57 echo doc >> excludes
106 cp -R ../json-c-${release}/doc json-c-${release}/.
DMakefile.am3 EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
/device/google/redbull/json-c/
DRELEASE_CHECKLIST.txt47 git add -f doc
48 git commit doc
57 echo doc >> excludes
106 cp -R ../json-c-${release}/doc json-c-${release}/.
DMakefile.am3 EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
/device/google/sunfish/json-c/
DRELEASE_CHECKLIST.txt47 git add -f doc
48 git commit doc
57 echo doc >> excludes
106 cp -R ../json-c-${release}/doc json-c-${release}/.
DMakefile.am3 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/
Dlib.rs63 #![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/
Dflag_forwarder.cc210 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/
Dsim_service.cpp62 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()
Dnetwork_service.cpp201 XMLDocument doc; in InitializeSimOperator() local
202 auto err = doc.LoadFile(file.c_str()); in InitializeSimOperator()
208 XMLElement* resources = doc.RootElement(); in InitializeSimOperator()
Dsim_service.h186 XMLDocument doc; member
/device/google/cuttlefish/host/commands/run_cvd/
DREADME.md4 …linkage](./doc/linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/…
/device/google/cuttlefish/host/frontend/adb_connector/
DREADME.md6 …gram](./doc/linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/goo…
/device/google/cuttlefish/host/commands/console_forwarder/
DREADME.md7 …ge](./doc/linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/googl…
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/
DREADME.md7 …ram](./doc/linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/goog…
/device/generic/vulkan-cereal/
D.gitignore105 /qapi/qapi-doc.texi
106 /qemu-doc.html
107 /qemu-doc.info
108 /qemu-doc.txt
/device/google/cuttlefish/host/commands/assemble_cvd/
DREADME.md10 …iagram](./doc/disk.png)](https://cs.android.com/android/platform/superproject/+/master:device/goog…
/device/google/cuttlefish/host/commands/secure_env/
DREADME.md14 …inkage](./doc/linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/g…
/device/google/cuttlefish/common/libs/utils/
Dflag_parser_test.cpp84 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/
DCargo.toml6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
/device/google/cuttlefish_vmm/aarch64-linux-gnu/
Dbuilder-packages.txt22 dblatex-doc 0.3.10-2
401 libusb-1.0-doc 2:1.0.22-2

12