Home
last modified time | relevance | path

Searched refs:typenames (Results 1 – 17 of 17) sorted by relevance

/external/python/cffi/c/
Dcdlopen.c125 PyObject *typenames = NULL, *includes = NULL; in ffiobj_init() local
133 &PyTuple_Type, &typenames, in ffiobj_init()
310 if (typenames != NULL) { in ffiobj_init()
314 Py_ssize_t i, n = PyTuple_GET_SIZE(typenames); in ffiobj_init()
324 char *t = PyBytes_AS_STRING(PyTuple_GET_ITEM(typenames, i)); in ffiobj_init()
329 ffi->types_builder.ctx.typenames = ntypenames; in ffiobj_init()
Drealize_c_type.c69 builder->ctx.typenames}; in free_builder_c()
636 int type_index = builder->ctx.typenames[_CFFI_GETARG(op)].type_index; in realize_c_type_or_func()
Dparse_c_type.c480 MAKE_SEARCH_FUNC(typenames) in MAKE_SEARCH_FUNC()
Dffi_obj.c915 o = PyText_FromString(self->types_builder.ctx.typenames[i].name); in ffi_list_types()
/external/elfutils/tests/
Dshowptable.c78 static const char *typenames[] = in main() local
91 const char *p_type = typenames[phdr->p_type]; in main()
/external/python/cffi/cffi/
Dcparser.py272 typenames = []
276 typenames.append(name)
278 typenames += sorted(ctn)
282 for typename in typenames:
901 typenames = decl.type.type.names
902 if typenames == ['__dotdotdot__']:
905 if typenames == ['__dotdotdotint__']:
910 if typenames == ['__dotdotdotfloat__']:
Dparse_c_type.h151 const struct _cffi_typename_s *typenames; member
/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/lunit/
Dlunit.lua76 local typenames = { "nil", "boolean", "number", "string", "table", "function", "thread", "userdata"… function
139 for _, typename in ipairs(typenames) do
340 for _, typename in ipairs(typenames) do
355 for _, typename in ipairs(typenames) do
/external/skia/bench/
DPathOpsBench.cpp157 const char* typenames[] = { "path", "snapshot", "detach", "arrays" }; in PathBuilderBench() local
159 fName.printf("makepath_%s_%s", typenames[(int)mt], reserve ? "reserve" : "noreserve"); in PathBuilderBench()
/external/llvm-project/lldb/examples/python/
Dtypes.py306 if options.typenames:
307 for typename in options.typenames:
/external/openscreen/tools/cddl/
DREADME.md211 these do not correspond to valid C++ identifiers or typenames. As a result, we
213 C++ identifiers and typenames. We chose the latter, since CDDL prefers '-' over
215 mapping to C++ typenames is done by converting to camel case on words delimited
/external/python/cffi/testing/cffi1/
Dtest_verify1.py231 typenames = []
238 typenames.append(typename)
242 for tp in typenames]))
245 for tp in typenames]))
246 for typename in typenames:
Dtest_parse_c_type.py70 ctx.typenames = ctx_identifiers
/external/python/cffi/testing/cffi0/
Dtest_verify.py250 typenames = []
257 typenames.append(typename)
261 for tp in typenames]))
264 for tp in typenames]))
265 for typename in typenames:
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-tuple.h.pump78 // GTEST_n_TYPENAMES_(T) declares a list of n typenames.
/external/llvm/docs/
DProgrammersManual.rst688 42 deadtypeelim - Number of unused typenames removed from symtab
/external/llvm-project/llvm/docs/
DProgrammersManual.rst1264 42 deadtypeelim - Number of unused typenames removed from symtab