Home
last modified time | relevance | path

Searched refs:structmember (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/py/
DBUILD150 "python_include/structmember.h",
164 …e/stringobject.h" && cp -f "/usr/include/python2.7/structmember.h" "$(@D)/python_include/structmem…
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk510 structmember.h sysmodule.h traceback.h tupleobject.h
796 sliceobject.h stringobject.h structmember.h sysmodule.h \
877 structmember.h sysmodule.h traceback.h tupleobject.h
909 structmember.h sysmodule.h traceback.h tupleobject.h
925 rangeobject.h sliceobject.h stringobject.h structmember.h \
934 stringobject.h structmember.h sysmodule.h traceback.h \
1106 structmember.h sysmodule.h token.h traceback.h tupleobject.h
1245 structmember.obj: abstract.h ceval.h classobject.h cobject.h \
1251 stringobject.h structmember.h sysmodule.h traceback.h \
1270 rangeobject.h sliceobject.h stringobject.h structmember.h \
Dmakefile629 $(PY_INCLUDE)\structmember.h $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h \
1100 $(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\structmember.h \
1236 $(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\structmember.h \
1290 $(PY_INCLUDE)\structmember.h $(PY_INCLUDE)\sysmodule.h $(PY_INCLUDE)\traceback.h \
1319 $(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\structmember.h \
1333 $(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\structmember.h \
1610 $(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\structmember.h \
1836 structmember.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h \
1847 $(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\structmember.h \
1878 $(PY_INCLUDE)\stringobject.h $(PY_INCLUDE)\structmember.h \
/external/tensorflow/third_party/toolchains/preconfig/win_1803/py37/
DBUILD169 "python_include/structmember.h",
183 …clude/sliceobject.h" && cp -f "c:/python37/include/structmember.h" "$(@D)/python_include/structmem…
/external/tensorflow/third_party/toolchains/preconfig/win_1803/py38/
DBUILD191 "python_include/structmember.h",
206 …clude/sliceobject.h" && cp -f "c:/Python38/include/structmember.h" "$(@D)/python_include/structmem…
/external/python/cpython3/
DAndroid.bp307 "Python/structmember.c",
DMakefile.pre.in382 Python/structmember.o \
1092 $(srcdir)/Include/structmember.h \
/external/python/cpython2/PC/os2emx/
Dpython27.def1118 ; From python27_s.lib(structmember)
/external/python/cpython2/RISCOS/
DMakefile104 @.^.Python.o.structmember\
/external/python/cpython3/Doc/extending/
Dnewtypes.rst278 :file:`structmember.h` header; the value will be used to determine how to
282 The following flag constants are defined in :file:`structmember.h`; they may be
Dnewtypes_tutorial.rst243 #include <structmember.h>
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c2435 const char *structmember = "struct_value"; in start_value_object() local
2453 membername = structmember; in start_value_object()
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp726 SOURCE=..\..\Python\structmember.c
/external/python/cpython2/
DAndroid.bp251 "Python/structmember.c",
DMakefile.pre.in329 Python/structmember.o \
826 Include/structmember.h \
/external/python/cpython2/Doc/extending/
Dnewtypes.rst250 #include <structmember.h>
1206 :file:`structmember.h` header; the value will be used to determine how to
1212 The following flag constants are defined in :file:`structmember.h`; they may be
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst1101 Support long values in structmember, issue warnings if the assigned value
1102 for structmember fields gets truncated.
5310 add T_BOOL to the range of structmember types.
5361 Py_ssize_t fields work in structmember when HAVE_LONG_LONG is not defined.
/external/python/cpython3/Doc/howto/
Ddescriptor.rst1409 'Emulate PyMemberDef in Include/structmember.h'
1417 # Also see PyMember_GetOne() in Python/structmember.c
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl2433 const char *structmember = "struct_value";
2451 membername = structmember;
/external/protobuf/php/ext/google/protobuf/
Dupb.c11217 const char *structmember = "struct_value"; in start_value_object() local
11235 membername = structmember; in start_value_object()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c15077 const char *structmember = "struct_value"; in start_value_object() local
15095 membername = structmember; in start_value_object()
/external/python/cpython2/Misc/
DHISTORY1318 - Patch #1115086: Support PY_LONGLONG in structmember.
6826 - The "structmember" API now supports some new flag bits to deny read
16994 In structmember.[ch], new member types BYTE, CHAR and unsigned
/external/python/cpython3/Misc/
DHISTORY17116 - Renamed structmember.h WRITE_RESTRICTED to PY_WRITE_RESTRICTED to
18702 - Patch #1115086: Support PY_LONGLONG in structmember.
24205 - The "structmember" API now supports some new flag bits to deny read
34373 In structmember.[ch], new member types BYTE, CHAR and unsigned