Home
last modified time | relevance | path

Searched defs:doc (Results 1 - 25 of 153) sorted by relevance

1234567

/third_party/json/docs/examples/
H A Dpatch_inplace.cpp11 json doc = R"( in main() local
H A Dpatch.cpp11 json doc = R"( in main() local
/third_party/rust/crates/serde/serde/src/private/
H A Dmod.rs7 pub mod doc; modules
/third_party/protobuf/php/tests/
H A DGeneratedPhpdocTest.php15 $doc = $class->getDocComment(); variable
22 $doc = $class->getMethod('__construct')->getDocComment(); variable
34 $doc = $class->getMethod($method)->getDocComment(); variable
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Ddoc.rs29 let mut doc = String::new(); in to_string() variables
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Ddoc.rs29 let mut doc = String::new(); in to_string() variables
/third_party/rust/crates/cxx/macro/src/syntax/
H A Ddoc.rs29 let mut doc = String::new(); in to_string() variables
/third_party/rust/crates/cxx/syntax/
H A Ddoc.rs29 let mut doc = String::new(); in to_string() variables
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Ddoc.rs29 let mut doc = String::new(); in to_string() variables
/third_party/python/Include/
H A Ddescrobject.h15 const char *doc; member
H A Dstructseq.h12 const char *doc; member
17 const char *doc; member
/third_party/skia/tests/
H A DPDFMetadataAttributeTest.cpp26 auto doc = SkPDF::MakeDocument(&pdf, metadata); in DEF_TEST() local
H A DAnnotationTest.cpp56 auto doc = SkPDF::MakeDocument(&outStream); in DEF_TEST() local
75 auto doc = SkPDF::MakeDocument(&outStream); in DEF_TEST() local
/third_party/skia/src/pdf/
H A DSkPDFFormXObject.cpp12 SkPDFIndirectReference SkPDFMakeFormXObject(SkPDFDocument* doc, in SkPDFMakeFormXObject() argument
/third_party/skia/bench/
H A DJSONBench.cpp91 rapidjson::Document doc; variable
145 pjson::document doc; variable
/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
38 rapidjson::Document doc; in LoadTraceNamesFromJSON() local
75 rapidjson::Document doc; in LoadTraceInfoFromJSON() local
[all...]
/third_party/python/Objects/clinic/
H A Dmoduleobject.c.h27 PyObject *doc = Py_None; in module___init__() local
H A Ddescrobject.c.h84 PyObject *doc = NULL; in property_init() local
/third_party/python/Modules/clinic/
H A D_collectionsmodule.c.h44 PyObject *doc; in tuplegetter_new() local
/third_party/json/tests/src/
H A Dunit-json_patch.cpp80 json doc = {1, 2, 3, 4}; variable
88 json doc = R"( variable
117 json doc = R"( variable
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/clap/clap_bench/benches/
H A D05_ripgrep.rs477 macro_rules! doc { macros
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_volume_parser.cpp55 xmlDoc *doc = nullptr; in ParseVolumeConfig() local
H A Daudio_tone_parser.cpp35 xmlDoc *doc = nullptr; in LoadConfig() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/xml/
H A Dxml_parser.cpp35 xmlDocPtr doc = xmlParseMemory(buf, length); in ParseFromBuffer() local
59 xmlDocPtr doc = xmlParseDoc(docData); in ParseFromString() local
77 xmlDocPtr doc = xmlParseFile(filePath.c_str()); in ParseFromFile() local
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_pattern.cpp85 xmlDocPtr doc = htmlReadMemory(html_str.c_str(), html_str.size(), nullptr, nullptr, 0); in ExtractHtmlContent() local

Completed in 7 milliseconds

1234567