Home
last modified time | relevance | path

Searched defs:doc (Results 101 - 125 of 147) sorted by relevance

123456

/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs24 let mut doc = Doc::new(); in bridge() variables
[all...]
/third_party/python/Lib/
H A Dpickletools.py228 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...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp379 const std::string doc = operand.get("name", "").asString(); in jsonToSpirv() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.cpp379 const std::string doc = operand.get("name", "").asString(); in jsonToSpirv() local
/third_party/skia/src/pdf/
H A DSkPDFDocument.cpp499 static SkPDFIndirectReference make_srgb_color_profile(SkPDFDocument* doc) { in make_srgb_color_profile() argument
138 generate_page_tree( SkPDFDocument* doc, std::vector<std::unique_ptr<SkPDFDict>> pages, const std::vector<SkPDFIndirectReference>& pageRefs) generate_page_tree() argument
297 append_destinations( SkPDFDocument* doc, const std::vector<SkPDFNamedDestination>& namedDestinations) append_destinations() argument
506 make_srgb_output_intents(SkPDFDocument* doc) make_srgb_output_intents() argument
[all...]
H A DSkPDFGradientShader.cpp587 static SkPDFIndirectReference make_function_shader(SkPDFDocument* doc, in make_function_shader() argument
816 static SkPDFIndirectReference create_smask_graphic_state(SkPDFDocument* doc, in create_smask_graphic_state() argument
576 make_ps_function(std::unique_ptr<SkStreamAsset> psCode, std::unique_ptr<SkPDFArray> domain, std::unique_ptr<SkPDFObject> range, SkPDFDocument* doc) make_ps_function() argument
842 make_alpha_function_shader(SkPDFDocument* doc, const SkPDFGradientShader::Key& state) make_alpha_function_shader() argument
894 find_pdf_shader(SkPDFDocument* doc, SkPDFGradientShader::Key key, bool keyHasAlpha) find_pdf_shader() argument
912 Make(SkPDFDocument* doc, SkShader* shader, const SkMatrix& canvasTransform, const SkIRect& bbox) Make() argument
[all...]
H A DSkPDFFont.cpp182 SkPDFFont* SkPDFFont::GetFontResource(SkPDFDocument* doc, in GetFontResource() argument
283 static void emit_subset_type0(const SkPDFFont& font, SkPDFDocument* doc) { in emit_subset_type0() argument
484 type3_descriptor(SkPDFDocument* doc, const SkTypeface* typeface, SkScalar xHeight) type3_descriptor() argument
529 emit_subset_type3(const SkPDFFont& pdfFont, SkPDFDocument* doc) emit_subset_type3() argument
685 CanEmbedTypeface(SkTypeface* typeface, SkPDFDocument* doc) CanEmbedTypeface() argument
[all...]
/third_party/python/Objects/
H A Dfuncobject.c72 PyObject *doc; in PyFunction_NewWithQualName() local
/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp755 xmlDocPtr doc = xmlParseFile(xmlPath); in ReadTimeZoneData() local
848 xmlDocPtr doc = xmlParseFile(xmlPath.c_str()); in FindCityDisplayNameFromXml() local
911 xmlDocPtr doc = xmlParseFile(xmlPath.c_str()); FindCityDisplayNameMap() local
[all...]
H A Dlocale_config.cpp526 xmlDocPtr doc = xmlParseFile(path); in GetListFromFile() local
603 xmlDocPtr doc = xmlParseFile(path); in LoadRegionsLanguages() local
706 xmlDocPtr doc = xmlParseFile(SUPPORT_LOCALES_PATH); ComputeLocale() local
756 xmlDocPtr doc = xmlParseFile(langDataPath); ReadLangData() local
815 xmlDocPtr doc = xmlParseFile(regionDataPath); ReadRegionData() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp1118 htmlDocPtr doc = htmlReadMemory(html.c_str(), html.length(), nullptr, "UTF-8", 0); in ToSpanString() local
/third_party/curl/tests/server/
H A Drtspd.c211 static char doc[MAXDOCNAMELEN]; in ProcessRequest() local
[all...]
H A Dsws.c484 static char doc[MAXDOCNAMELEN]; in ProcessRequest() local
/third_party/elfutils/src/
H A Delfcmp.c74 static const char doc[] = N_("\ variable
H A Dar.c97 static const char doc[] = N_("Create, modify, and extract from archives."); variable
/third_party/backends/backend/pixma/
H A Dpixma_common.c1284 xmlDoc *doc = NULL; in pixma_parse_xml_response() local
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H A DStableAPI.java754 Element toXml(Document doc) { in toXml() argument
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java541 private String getLanguageName(Document doc, Strin argument
[all...]
/third_party/mesa3d/src/freedreno/rnn/
H A Drnn.c868 static int validate_doc(struct rnndb *db, xmlDocPtr doc, xmlNodePtr database) in validate_doc() argument
931 xmlDocPtr doc = xmlParseFile(fname); in rnn_parsefile() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp137 bool WriteJsonFile(const std::string &outputFile, js::Document *doc) in WriteJsonFile() argument
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp285 std::string doc; in parse() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp285 std::string doc; in parse() local
[all...]
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp585 const std::string doc = operand.get("name", "").asString(); in jsonToSpirv() local
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp285 std::string doc; in parse() local
[all...]
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp248 void NetworkVpnService::ConvertStringToConfig(sptr<VpnConfig> &vpnCfg, const cJSON* const doc) in ConvertStringToConfig() argument
331 void NetworkVpnService::ConvertVecAddrToConfig(sptr<VpnConfig> &vpnCfg, const cJSON* const doc) in ConvertVecAddrToConfig() argument
393 void NetworkVpnService::ConvertVecRouteToConfig(sptr<VpnConfig> &vpnCfg, const cJSON* const doc) in ConvertVecRouteToConfig() argument
411 cJSON *doc in ParseJsonToConfig() local
[all...]

Completed in 41 milliseconds

123456