Home
last modified time | relevance | path

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

123456

/third_party/elfutils/src/
H A Dstrip.c97 static const char doc[] = N_("Discard symbols from object files."); variable
H A Dnm.c104 static const char doc[] = N_("List symbols from FILEs (a.out by default)."); variable
H A Delflint.c72 static const char doc[] = N_("\ variable
H A Dreadelf.c156 static const char doc[] = N_("\ variable
/third_party/cups-filters/filter/
H A Dpdftoraster.cxx1554 static void writePageImage(cups_raster_t *raster, poppler::document *doc, in writePageImage() argument
1652 static void outPage(poppler::document *doc, int pageNo, in outPage() argument
1975 poppler::document *doc; in main() local
[all...]
/third_party/python/Python/
H A Derrors.c1184 PyErr_NewExceptionWithDoc(const char *name, const char *doc, in PyErr_NewExceptionWithDoc() argument
H A DPython-ast.c928 make_type(struct ast_state *state, const char *type, PyObject* base, const char* const* fields, int num_fields, const char *doc) make_type() argument
/third_party/python/Objects/
H A Ddescrobject.c1696 PyObject *new, *type, *doc; property_copy() local
1771 property_init_impl(propertyobject *self, PyObject *fget, PyObject *fset, PyObject *fdel, PyObject *doc) property_init_impl() argument
[all...]
H A Dtypeobject.c77 find_signature(const char *name, const char *doc) in find_signature() argument
108 skip_signature(const char *doc) in skip_signature() argument
158 const char *doc = find_signature(name, internal_doc); _PyType_DocWithoutSignature() local
171 const char *doc = _PyType_DocWithoutSignature(name, internal_doc); _PyType_GetDocFromInternalDoc() local
2876 PyObject *doc = PyDict_GetItemWithError(type->tp_dict, &_Py_ID(__doc__)); type_new_set_doc() local
6170 PyObject *doc = PyUnicode_FromString(doc_str); type_dict_set_doc() local
[all...]
/third_party/python/Lib/
H A Dpydoc.py1780 def doc(thing, title='Python Library Documentation: %s', forceload=0, global() function
[all...]
/third_party/python/Modules/
H A D_collectionsmodule.c2395 PyObject* doc; member
2408 tuplegetter_new_impl(PyTypeObject *type, Py_ssize_t index, PyObject *doc) in tuplegetter_new_impl() argument
[all...]
H A D_testcapimodule.c1199 char *doc = NULL; in test_type_from_ephemeral_spec() local
3627 const char *doc in make_exception_with_doc() local
[all...]
/third_party/skia/dm/
H A DDMSrcSink.cpp1968 static Result draw_skdocument(const Src& src, SkDocument* doc, SkWStream* dst) { in draw_skdocument() argument
2003 auto doc = SkPDF::MakeDocument(dst, metadata); in draw() local
2033 auto doc = SkXPS::MakeDocument(dst, factory.get()); in draw() local
[all...]
/third_party/ffmpeg/libavformat/
H A Ddashdec.c1206 xmlDoc *doc = NULL; in parse_manifest() local
1244 doc = xmlReadMemory(buf.str, buf.len, c->base_url, NULL, 0); in parse_manifest() local
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs2820 let mut doc = quote! {}; in with_variant() variables
[all...]
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp300 std::string doc; in parse() local
[all...]
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp308 SkPDFDevice::SkPDFDevice(SkISize pageSize, SkPDFDocument* doc, const SkMatrix& transform) in SkPDFDevice() argument
1139 populate_graphic_state_entry_from_paint( SkPDFDocument* doc, const SkMatrix& matrix, const SkClipStack* clipStack, SkIRect deviceBounds, const SkPaint& paint, const SkMatrix& initialTransform, SkScalar textScale, SkPDFGraphicStackState::Entry* entry, SkTHashSet<SkPDFIndirectReference>* shaderResources, SkTHashSet<SkPDFIndirectReference>* graphicStateResources) populate_graphic_state_entry_from_paint() argument
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp217 bool WriteJsonFile(const std::string &outputFile, js::Document *doc) in WriteJsonFile() argument
252 js::Document doc; in WriteResultsFile() local
387 js::Document doc; WriteHistogramJson() local
[all...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx393 static const char doc[] = "Serve debuginfo-related content across HTTP from files under PATHs."; variable
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c3742 const char *const doc = "<root/>"; START_TEST() local
3766 const char *const doc = "<root/>"; START_TEST() local
11790 const char doc[] = "<!ENTITY % p1 '123456789_123456789_1234567'>"; START_TEST() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp7467 MyDocument* doc = &app.Documents[doc_n]; global() local
7502 MyDocument* doc = &app.Documents[doc_n]; global() local
7521 MyDocument* doc = &app.Documents[doc_n]; global() local
7558 MyDocument* doc = &app.Documents[doc_n]; global() local
7591 MyDocument* doc = &app.Documents[doc_n]; global() local
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c2457 const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc); in SWIG_Python_ConvertFunctionPtr() local

Completed in 122 milliseconds

123456