Home
last modified time | relevance | path

Searched defs:descr (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/python/Objects/
Ddescrobject.c19 descr_dealloc(PyDescrObject *descr) in descr_dealloc()
29 descr_name(PyDescrObject *descr) in descr_name()
37 descr_repr(PyDescrObject *descr, const char *format) in descr_repr()
47 method_repr(PyMethodDescrObject *descr) in method_repr()
54 member_repr(PyMemberDescrObject *descr) in member_repr()
61 getset_repr(PyGetSetDescrObject *descr) in getset_repr()
68 wrapperdescr_repr(PyWrapperDescrObject *descr) in wrapperdescr_repr()
75 descr_check(PyDescrObject *descr, PyObject *obj) in descr_check()
90 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in classmethod_get()
132 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in method_get()
[all …]
Dclassobject.c181 PyObject *descr = NULL; in method_getattro() local
428 PyObject *descr = NULL; in instancemethod_getattro() local
469 instancemethod_descr_get(PyObject *descr, PyObject *obj, PyObject *type) { in instancemethod_descr_get()
/third_party/ffmpeg/libavfilter/
Dasrc_sine.c53 #define OPT_GENERIC(name, field, def, min, max, descr, type, deffield, ...) \ argument
57 #define OPT_INT(name, field, def, min, max, descr, ...) \ argument
60 #define OPT_DBL(name, field, def, min, max, descr, ...) \ argument
63 #define OPT_DUR(name, field, def, min, max, descr, ...) \ argument
66 #define OPT_STR(name, field, def, min, max, descr, ...) \ argument
Daf_asetrate.c34 #define OPT_GENERIC(name, field, def, min, max, descr, type, deffield, ...) \ argument
38 #define OPT_INT(name, field, def, min, max, descr, ...) \ argument
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_function.c101 struct func_descr descr; member
114 const struct func_descr *descr = (const struct func_descr *)data; in func_compare_to_name_and_overload() local
144 struct func_descr descr = { name, overload }; in dxil_get_function() local
/third_party/typescript/tests/baselines/reference/
DdecoratorWithUnderscoreMethod.js20 return function (target, propKey, descr) { argument
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDrawTests.cpp126 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTes… in AttributeGroup()
297 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup()
380 FirstGroup::FirstGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in FirstGroup()
426 MethodGroup::MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec:… in MethodGroup()
495 RandomGroup::RandomGroup (Context& context, const char* name, const char* descr) in RandomGroup()
/third_party/libxml2/xstc/
Dxstc.py136 def __init__(self, name, schemaFileName, descr): argument
155 def __init__(self, isSchema, groupName, name, accepted, file, val, descr): argument
343 def __init__(self, groupName, name, accepted, file, val, descr): argument
379 def __init__(self, groupName, name, accepted, file, val, descr): argument
/third_party/libxml2/python/
Dsetup.py.in192 descr = "libxml2 package" variable
203 descr = "libxml2 and libxslt package" variable
/third_party/elfio/examples/writer/
Dwriter.cpp118 char descr[6] = { 0x31, 0x32, 0x33, 0x34, 0x35, 0x36 }; in main() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp461 BuiltInVariableGroup::BuiltInVariableGroup (Context& context, const char* name, const char* descr, … in BuiltInVariableGroup()
488 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup()
552 BaseVertexGroup::BaseVertexGroup (Context& context, const char* name, const char* descr, gls::DrawT… in BaseVertexGroup()
629 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTes… in AttributeGroup()
870 MethodGroup::MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec:… in MethodGroup()
/third_party/vk-gl-cts/modules/gles2/stress/
Des2sDrawTests.cpp95 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup()
168 MethodGroup::MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec:… in MethodGroup()
209 RandomGroup::RandomGroup (Context& context, const char* name, const char* descr) in RandomGroup()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDrawTests.cpp156 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTes… in AttributeGroup()
395 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup()
481 FirstGroup::FirstGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in FirstGroup()
527 MethodGroup::MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec:… in MethodGroup()
840 InstancingGroup::InstancingGroup (Context& context, const char* name, const char* descr) in InstancingGroup()
900 RandomGroup::RandomGroup (Context& context, const char* name, const char* descr) in RandomGroup()
/third_party/gstreamer/gstplugins_base/tests/examples/snapshot/
Dsnapshot.c33 gchar *descr; in main() local
/third_party/elfio/examples/write_obj/
Dwrite_obj.cpp126 char descr[6] = { 0x31, 0x32, 0x33, 0x34, 0x35, 0x36 }; in main() local
/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dcleanup.c40 run_pipeline (GstElement * pipeline, const gchar * descr, in run_pipeline()
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create02.c27 char *descr; member
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dsimple-launch-lines.c49 run_pipeline (GstElement * pipe, const gchar * descr, in run_pipeline()
/third_party/ltp/testcases/kernel/device-drivers/uaccess/
Duaccess.c48 static int set_ptr_to_sysfs(int id, const void *ptr, const char *descr) in set_ptr_to_sysfs()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
D5-2.c76 char *descr; /* Case description */ member
D2-2.c75 char *descr; /* Case description */ member
/third_party/gstreamer/gst_libav/tests/check/generic/
Dlibavcodec-locking.c49 run_pipeline (GstElement * pipe, const gchar * descr, in run_pipeline()
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sDrawTests.cpp276 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup()
357 MethodGroup::MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec:… in MethodGroup()
398 RandomGroup::RandomGroup (Context& context, const char* name, const char* descr) in RandomGroup()
/third_party/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi.c58 char descr[4096], sysfs_path[4096]; in tc_acpi_str() local
/third_party/python/Lib/test/
Dtest_pkg.py72 def mkhier(self, descr): argument

1234