Home
last modified time | relevance | path

Searched refs:doc (Results 1 - 25 of 700) sorted by relevance

12345678910>>...28

/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Djitprofiling_bindings.rs3 #[doc = "<\\brief Send this to shutdown the agent."]
4 #[doc = " Use NULL for event data."]
6 #[doc = "<\\brief Send when dynamic code is"]
7 #[doc = " JIT compiled and loaded into"]
8 #[doc = " memory by the JIT engine, but"]
9 #[doc = " before the code is executed."]
10 #[doc = " Use iJIT_Method_Load as event"]
11 #[doc = " data."]
13 #[doc = "<\\brief Send when compiled dynamic"]
14 #[doc
[all...]
H A Dittnotify_bindings.rs255 #[doc = " @defgroup control Collection Control"]
256 #[doc = " @ingroup public"]
257 #[doc = " General behavior: application continues to run, but no profiling information is being collected"]
258 #[doc = ""]
259 #[doc = " Pausing occurs not only for the current thread but for all process as well as spawned processes"]
260 #[doc = " - Intel(R) Parallel Inspector and Intel(R) Inspector XE:"]
261 #[doc = " - Does not analyze or report errors that involve memory access."]
262 #[doc = " - Other errors are reported as usual. Pausing data collection in"]
263 #[doc = " Intel(R) Parallel Inspector and Intel(R) Inspector XE"]
264 #[doc
[all...]
/third_party/ffmpeg/doc/
H A DMakefile17 MANPAGES1 = $(AVPROGS-yes:%=doc/%.1) $(AVPROGS-yes:%=doc/%-all.1) $(COMPONENTS-yes:%=doc/%.1)
18 MANPAGES3 = $(LIBRARIES-yes:%=doc/%.3)
20 PODPAGES = $(AVPROGS-yes:%=doc/%.pod) $(AVPROGS-yes:%=doc/%-all.pod) $(COMPONENTS-yes:%=doc/%.pod) $(LIBRARIES-yes:%=doc/%.pod)
21 HTMLPAGES = $(AVPROGS-yes:%=doc/%.html) $(AVPROGS-yes:%=doc/
[all...]
/third_party/rust/crates/syn/src/
H A Dexport.rs0 #[doc(hidden)]
3 #[doc(hidden)]
5 #[doc(hidden)]
7 #[doc(hidden)]
9 #[doc(hidden)]
11 #[doc(hidden)]
13 #[doc(hidden)]
15 #[doc(hidden)]
17 #[doc(hidden)]
19 #[doc(hidde
[all...]
H A Dlib.rs252 #![doc(html_root_url = "https://docs.rs/syn/2.0.48")]
319 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
325 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
335 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
341 #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))]
352 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
355 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
361 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
370 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
376 #[cfg_attr(doc_cfg, doc(cf
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DGatherAPIData.java208 private void doDoc(ProgramElementDoc doc) { in doDoc() argument
209 if (ignore(doc)) return; in doDoc()
211 if (doc.isClass() || doc.isInterface()) { in doDoc()
212 ClassDoc cdoc = (ClassDoc)doc; in doDoc()
222 APIInfo info = createInfo(doc); in doDoc()
233 private boolean isIgnoredEnumMethod(ProgramElementDoc doc) { in isIgnoredEnumMethod() argument
234 if (doc.isMethod() && doc.containingClass().isEnum()) { in isIgnoredEnumMethod()
235 // System.out.println("*** " + doc in isIgnoredEnumMethod()
261 isAbstractClassDefaultConstructor(ProgramElementDoc doc) isAbstractClassDefaultConstructor() argument
269 ignore(ProgramElementDoc doc) ignore() argument
330 createInfo(ProgramElementDoc doc) createInfo() argument
477 tagStatus(final ProgramElementDoc doc, String[] version) tagStatus() argument
[all...]
H A DGatherAPIDataOld.java199 private void doDoc(ProgramElementDoc doc) { in doDoc() argument
200 if (ignore(doc)) return; in doDoc()
202 if (doc.isClass() || doc.isInterface()) { in doDoc()
203 ClassDoc cdoc = (ClassDoc)doc; in doDoc()
210 APIInfo info = createInfo(doc); in doDoc()
216 private boolean ignore(ProgramElementDoc doc) { in ignore() argument
217 if (doc == null) return true; in ignore()
218 if (doc.isPrivate() || doc in ignore()
254 createInfo(ProgramElementDoc doc) createInfo() argument
373 tagStatus(final Doc doc, String[] version) tagStatus() argument
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs26 #[cfg_attr(docsrs, doc(cfg(all())))]
30 #[cfg_attr(docsrs, doc(cfg(all())))]
48 #[cfg_attr(docsrs, doc(cfg(all())))]
53 #[cfg_attr(docsrs, doc(cfg(all())))]
64 #[cfg_attr(docsrs, doc(cfg(all())))]
68 #[cfg_attr(docsrs, doc(cfg(all())))]
72 #[cfg_attr(docsrs, doc(cfg(all())))]
76 #[cfg_attr(docsrs, doc(cfg(all())))]
80 #[cfg_attr(docsrs, doc(cfg(all())))]
86 #[cfg_attr(docsrs, doc(cf
[all...]
H A Dtermios.rs97 doc = " ```rust,ignore"
108 doc = " ```rust"
130 doc = " ```rust"
141 doc = " ```rust,ignore"
163 doc = " ```rust"
174 doc = " ```rust,ignore"
197 doc = " ```rust"
208 doc = " ```rust,ignore"
381 #[cfg_attr(docsrs, doc(cfg(all())))]
389 #[cfg_attr(docsrs, doc(cf
[all...]
/third_party/rust/crates/syn/src/gen/
H A Deq.rs8 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
11 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
18 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
21 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
28 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
31 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
39 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
42 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
50 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
53 #[cfg_attr(doc_cfg, doc(cf
[all...]
H A Dvisit_mut.rs33 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
38 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
46 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
51 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
56 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
61 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
66 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
71 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
76 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
81 #[cfg_attr(doc_cfg, doc(cf
[all...]
H A Dclone.rs7 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
17 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
29 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
43 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
55 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
67 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
70 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
77 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
89 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
100 #[cfg_attr(doc_cfg, doc(cf
[all...]
H A Dvisit.rs32 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
37 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
45 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
50 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
55 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
60 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
65 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
70 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
75 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
80 #[cfg_attr(doc_cfg, doc(cf
[all...]
/third_party/rust/crates/nix/src/net/
H A Dif_.rs50 #[cfg_attr(docsrs, doc(cfg(all())))]
54 #[cfg_attr(docsrs, doc(cfg(all())))]
69 #[cfg_attr(docsrs, doc(cfg(all())))]
83 #[cfg_attr(docsrs, doc(cfg(all())))]
91 #[cfg_attr(docsrs, doc(cfg(all())))]
95 #[cfg_attr(docsrs, doc(cfg(all())))]
100 #[cfg_attr(docsrs, doc(cfg(all())))]
108 #[cfg_attr(docsrs, doc(cfg(all())))]
120 #[cfg_attr(docsrs, doc(cfg(all())))]
124 #[cfg_attr(docsrs, doc(cf
[all...]
/third_party/python/Lib/test/
H A Dtest_minidom.py19 "<!DOCTYPE doc PUBLIC 'http://xml.python.org/public'"
23 "]><doc attr='value'> text\n"
24 "<?pi sample?> <!-- comment --> <e/> </doc>")
30 return getDOMImplementation().createDocument(None, "doc", doctype)
33 doctype = getDOMImplementation().createDocumentType("doc", None, None)
50 doc = create_doc_without_doctype(doctype)
51 doctype.entities.item(0).ownerDocument = doc
52 doctype.notations.item(0).ownerDocument = doc
53 return doc
64 doc
[all...]
/third_party/python/Lib/
H A Dpickletools.py190 'doc',
193 def __init__(self, name, n, reader, doc):
207 assert isinstance(doc, str)
208 self.doc = doc
228 doc="One-byte unsigned integer.") variable
249 doc="Two-byte unsigned integer, little-endian.") variable
270 doc="Four-byte signed integer, little-endian, 2's complement.") variable
291 doc="Four-byte unsigned integer, little-endian.") variable
312 doc variable
981 doc="A Python integer object.") global() variable
986 doc="A Python integer or boolean object.") global() variable
991 doc="A Python boolean object.") global() variable
996 doc="A Python float object.") global() variable
1001 doc="A Python bytes or (Unicode) string object.") global() variable
1006 doc="A Python bytes object.") global() variable
1011 doc="A Python bytearray object.") global() variable
1016 doc="A Python (Unicode) string object.") global() variable
1021 doc="The Python None object.") global() variable
1026 doc="A Python tuple object.") global() variable
1031 doc="A Python list object.") global() variable
1036 doc="A Python dict object.") global() variable
1041 doc="A Python set object.") global() variable
1046 doc="A Python frozenset object.") global() variable
1051 doc="A Python buffer-like object.") global() variable
1056 doc="Any kind of object whatsoever.") global() variable
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Ddiskonchip.c85 #define DoC_is_MillenniumPlus(doc) ((doc)->ChipID == DOC_ChipID_DocMilPlus16 || (doc)->ChipID == DOC_ChipID_DocMilPlus32)
86 #define DoC_is_Millennium(doc) ((doc)->ChipID == DOC_ChipID_DocMil)
87 #define DoC_is_2000(doc) ((doc)->ChipID == DOC_ChipID_Doc2k)
217 static void DoC_Delay(struct doc_priv *doc, unsigned short cycles) in DoC_Delay() argument
223 if (DoC_is_Millennium(doc)) in DoC_Delay()
224 dummy = ReadDOC(doc in DoC_Delay()
236 _DoC_WaitReady(struct doc_priv *doc) _DoC_WaitReady() argument
267 DoC_WaitReady(struct doc_priv *doc) DoC_WaitReady() argument
294 struct doc_priv *doc = nand_get_controller_data(this); doc2000_write_byte() local
306 struct doc_priv *doc = nand_get_controller_data(this); doc2000_writebuf() local
322 struct doc_priv *doc = nand_get_controller_data(this); doc2000_readbuf() local
365 struct doc_priv *doc = nand_get_controller_data(this); doc200x_ident_chip() local
396 struct doc_priv *doc = nand_get_controller_data(this); doc2000_count_chips() local
417 struct doc_priv *doc = nand_get_controller_data(this); doc2001_write_byte() local
427 struct doc_priv *doc = nand_get_controller_data(this); doc2001_writebuf() local
439 struct doc_priv *doc = nand_get_controller_data(this); doc2001_readbuf() local
455 struct doc_priv *doc = nand_get_controller_data(this); doc2001plus_writebuf() local
472 struct doc_priv *doc = nand_get_controller_data(this); doc2001plus_readbuf() local
503 doc200x_write_control(struct doc_priv *doc, u8 value) doc200x_write_control() argument
513 struct doc_priv *doc = nand_get_controller_data(this); doc200x_exec_instr() local
567 struct doc_priv *doc = nand_get_controller_data(this); doc200x_exec_op() local
591 doc2001plus_write_pipe_term(struct doc_priv *doc) doc2001plus_write_pipe_term() argument
600 struct doc_priv *doc = nand_get_controller_data(this); doc2001plus_exec_instr() local
642 struct doc_priv *doc = nand_get_controller_data(this); doc2001plus_exec_op() local
665 struct doc_priv *doc = nand_get_controller_data(this); doc200x_enable_hwecc() local
683 struct doc_priv *doc = nand_get_controller_data(this); doc2001plus_enable_hwecc() local
703 struct doc_priv *doc = nand_get_controller_data(this); doc200x_calculate_ecc() local
763 struct doc_priv *doc = nand_get_controller_data(this); doc200x_correct_data() local
865 struct doc_priv *doc = nand_get_controller_data(this); find_media_headers() local
908 struct doc_priv *doc = nand_get_controller_data(this); nftl_partscan() local
1014 struct doc_priv *doc = nand_get_controller_data(this); inftl_partscan() local
1134 struct doc_priv *doc = nand_get_controller_data(this); nftl_scan_bbt() local
1169 struct doc_priv *doc = nand_get_controller_data(this); inftl_scan_bbt() local
1222 struct doc_priv *doc = nand_get_controller_data(this); doc2000_init() local
1235 struct doc_priv *doc = nand_get_controller_data(this); doc2001_init() local
1261 struct doc_priv *doc = nand_get_controller_data(this); doc2001plus_init() local
1302 struct doc_priv *doc = NULL; doc_probe() local
1526 struct doc_priv *doc; release_nanddoc() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Ddiskonchip.c85 #define DoC_is_MillenniumPlus(doc) ((doc)->ChipID == DOC_ChipID_DocMilPlus16 || (doc)->ChipID == DOC_ChipID_DocMilPlus32)
86 #define DoC_is_Millennium(doc) ((doc)->ChipID == DOC_ChipID_DocMil)
87 #define DoC_is_2000(doc) ((doc)->ChipID == DOC_ChipID_Doc2k)
217 static void DoC_Delay(struct doc_priv *doc, unsigned short cycles) in DoC_Delay() argument
223 if (DoC_is_Millennium(doc)) in DoC_Delay()
224 dummy = ReadDOC(doc in DoC_Delay()
236 _DoC_WaitReady(struct doc_priv *doc) _DoC_WaitReady() argument
267 DoC_WaitReady(struct doc_priv *doc) DoC_WaitReady() argument
294 struct doc_priv *doc = nand_get_controller_data(this); doc2000_write_byte() local
306 struct doc_priv *doc = nand_get_controller_data(this); doc2000_writebuf() local
322 struct doc_priv *doc = nand_get_controller_data(this); doc2000_readbuf() local
365 struct doc_priv *doc = nand_get_controller_data(this); doc200x_ident_chip() local
396 struct doc_priv *doc = nand_get_controller_data(this); doc2000_count_chips() local
417 struct doc_priv *doc = nand_get_controller_data(this); doc2001_write_byte() local
427 struct doc_priv *doc = nand_get_controller_data(this); doc2001_writebuf() local
439 struct doc_priv *doc = nand_get_controller_data(this); doc2001_readbuf() local
455 struct doc_priv *doc = nand_get_controller_data(this); doc2001plus_writebuf() local
472 struct doc_priv *doc = nand_get_controller_data(this); doc2001plus_readbuf() local
503 doc200x_write_control(struct doc_priv *doc, u8 value) doc200x_write_control() argument
513 struct doc_priv *doc = nand_get_controller_data(this); doc200x_exec_instr() local
567 struct doc_priv *doc = nand_get_controller_data(this); doc200x_exec_op() local
591 doc2001plus_write_pipe_term(struct doc_priv *doc) doc2001plus_write_pipe_term() argument
600 struct doc_priv *doc = nand_get_controller_data(this); doc2001plus_exec_instr() local
642 struct doc_priv *doc = nand_get_controller_data(this); doc2001plus_exec_op() local
665 struct doc_priv *doc = nand_get_controller_data(this); doc200x_enable_hwecc() local
683 struct doc_priv *doc = nand_get_controller_data(this); doc2001plus_enable_hwecc() local
703 struct doc_priv *doc = nand_get_controller_data(this); doc200x_calculate_ecc() local
763 struct doc_priv *doc = nand_get_controller_data(this); doc200x_correct_data() local
865 struct doc_priv *doc = nand_get_controller_data(this); find_media_headers() local
908 struct doc_priv *doc = nand_get_controller_data(this); nftl_partscan() local
1014 struct doc_priv *doc = nand_get_controller_data(this); inftl_partscan() local
1134 struct doc_priv *doc = nand_get_controller_data(this); nftl_scan_bbt() local
1169 struct doc_priv *doc = nand_get_controller_data(this); inftl_scan_bbt() local
1222 struct doc_priv *doc = nand_get_controller_data(this); doc2000_init() local
1235 struct doc_priv *doc = nand_get_controller_data(this); doc2001_init() local
1261 struct doc_priv *doc = nand_get_controller_data(this); doc2001plus_init() local
1302 struct doc_priv *doc = NULL; doc_probe() local
1526 struct doc_priv *doc; release_nanddoc() local
[all...]
/third_party/rust/crates/nix/src/sys/ioctl/
H A Dlinux.rs3 #[doc(hidden)]
6 #[doc(hidden)]
9 #[doc(hidden)]
12 #[doc(hidden)]
14 #[doc(hidden)]
25 #[doc(hidden)]
27 #[doc(hidden)]
29 #[doc(hidden)]
31 #[doc(hidden)]
33 #[doc(hidde
[all...]
/third_party/rust/crates/rustix/src/net/
H A Dsockopt.rs6 #![doc(alias = "getsockopt")]
7 #![doc(alias = "setsockopt")]
33 #[doc(alias = "SO_TYPE")]
55 #[doc(alias = "SO_REUSEADDR")]
77 #[doc(alias = "SO_BROADCAST")]
99 #[doc(alias = "SO_BROADCAST")]
121 #[doc(alias = "SO_LINGER")]
143 #[doc(alias = "SO_LINGER")]
158 #[doc(alias = "SO_PASSCRED")]
173 #[doc(alia
[all...]
/third_party/skia/tests/
H A DPDFDocumentTest.cpp23 auto doc = SkPDF::MakeDocument(&stream); in test_empty() local
25 doc->close(); in test_empty()
32 auto doc = SkPDF::MakeDocument(&stream); in test_abort() local
34 SkCanvas* canvas = doc->beginPage(100, 100); in test_abort()
36 doc->endPage(); in test_abort()
38 doc->abort(); in test_abort()
58 // Make sure doc's destructor is called to flush. in test_abortWithFile()
61 auto doc = SkPDF::MakeDocument(&stream); in test_abortWithFile() local
63 SkCanvas* canvas = doc->beginPage(100, 100); in test_abortWithFile()
65 doc in test_abortWithFile()
92 auto doc = SkPDF::MakeDocument(&stream); test_file() local
110 auto doc = SkPDF::MakeDocument(&stream); test_close() local
133 auto doc = SkPDF::MakeDocument(&stream); DEF_TEST() local
163 auto doc = SkPDF::MakeDocument(&buffer, pdfMetadata); DEF_TEST() local
208 auto doc = SkPDF::MakeDocument(&wStream, pdfMetadata); DEF_TEST() local
236 auto doc = SkPDF::MakeDocument(&wStream); DEF_TEST() local
254 auto doc = SkPDF::MakeDocument(&dst, metadata); DEF_TEST() local
[all...]
/third_party/json/tests/src/
H A Dunit-json_patch.cpp80 json doc = {1, 2, 3, 4}; variable
82 CHECK(doc.patch(patch) == json({1, 3, 4}));
88 json doc = R"( variable
108 CHECK(doc.patch(patch) == expected);
111 CHECK(doc.patch(json::diff(doc, expected)) == expected);
117 json doc = R"( variable
134 CHECK(doc.patch(patch) == expected);
137 CHECK(doc.patch(json::diff(doc, expecte
143 json doc = R"( global() variable
172 json doc = R"( global() variable
198 json doc = R"( global() variable
229 json doc = R"( global() variable
271 json doc = R"( global() variable
297 json doc = R"( global() variable
321 json doc = R"( global() variable
344 json doc = R"( global() variable
376 json doc = R"( global() variable
404 json doc = R"( global() variable
430 json doc = R"( global() variable
461 json doc = R"( global() variable
487 json doc = R"( global() variable
522 json doc = 17; global() variable
548 json doc = {0, 1, 2}; global() variable
571 json doc = R"( global() variable
1023 json doc = R"( global() variable
1057 json doc = R"( global() variable
1305 const auto& doc = test["doc"]; global() variable
[all...]
/third_party/rust/crates/nix/src/
H A Dtime.rs38 #[cfg_attr(docsrs, doc(cfg(all())))]
46 #[cfg_attr(docsrs, doc(cfg(all())))]
63 #[cfg_attr(docsrs, doc(cfg(all())))]
79 #[cfg_attr(docsrs, doc(cfg(all())))]
87 #[cfg_attr(docsrs, doc(cfg(all())))]
97 #[cfg_attr(docsrs, doc(cfg(all())))]
101 #[cfg_attr(docsrs, doc(cfg(all())))]
105 #[cfg_attr(docsrs, doc(cfg(all())))]
114 #[cfg_attr(docsrs, doc(cfg(all())))]
127 #[cfg_attr(docsrs, doc(cf
[all...]
/third_party/skia/third_party/externals/angle2/util/capture/
H A Dframe_capture_test_utils.cpp22 bool LoadJSONFromFile(const std::string &fileName, rapidjson::Document *doc) in LoadJSONFromFile() argument
31 doc->ParseStream(inWrapper); in LoadJSONFromFile()
32 return !doc->HasParseError(); in LoadJSONFromFile()
38 rapidjson::Document doc; in LoadTraceNamesFromJSON() local
39 if (!LoadJSONFromFile(jsonFilePath, &doc)) in LoadTraceNamesFromJSON()
44 if (!doc.IsObject() || !doc.HasMember("traces") || !doc["traces"].IsArray()) in LoadTraceNamesFromJSON()
52 rapidjson::Document::Array traceArray = doc["traces"].GetArray(); in LoadTraceNamesFromJSON()
75 rapidjson::Document doc; in LoadTraceInfoFromJSON() local
[all...]
/third_party/lame/ACM/tinyxml/
H A Dxmltest.cpp84 TiXmlDocument doc( "demotest.xml" ); in main()
85 doc.Parse( demoStart ); in main()
87 if ( doc.Error() ) in main()
89 printf( "Error in %s: %s\n", doc.Value().c_str(), doc.ErrorDesc().c_str() ); in main()
92 doc.SaveFile(); in main()
95 TiXmlDocument doc( "demotest.xml" ); in main()
96 bool loadOkay = doc.LoadFile(); in main()
100 printf( "Could not load test file 'demotest.xml'. Error='%s'. Exiting.\n", doc.ErrorDesc().c_str() ); in main()
104 printf( "** Demo doc rea in main()
204 outputStream << doc; main() local
[all...]

Completed in 30 milliseconds

12345678910>>...28