Home
last modified time | relevance | path

Searched defs:make_type (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/parse_type/parse_type/
Dcardinality_field.py65 def make_type(cls, basename, cardinality): member in CardinalityField
/aosp_15_r20/external/grpc-grpc/tools/codegen/core/
H A Dgen_stats_data.py33 def make_type(name, fields): function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_stats_data.py33 def make_type(name, fields): function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dexecute.py180 def make_type(v, arg_name): function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dlanghooks.h63 tree (*make_type) (enum tree_code); member
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c506 static PyTypeObject* make_type(char *type, PyTypeObject* base, char**fields, int num_fields) in make_type() function
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c928 make_type(struct ast_state *state, const char *type, PyObject* base, in make_type() function