Searched refs:structmember (Results 1 – 23 of 23) sorted by relevance
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/py/ |
D | BUILD | 150 "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/ |
D | makefile.omk | 510 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 \
|
D | makefile | 629 $(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/ |
D | BUILD | 169 "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/ |
D | BUILD | 191 "python_include/structmember.h", 206 …clude/sliceobject.h" && cp -f "c:/Python38/include/structmember.h" "$(@D)/python_include/structmem…
|
/external/python/cpython3/ |
D | Android.bp | 307 "Python/structmember.c",
|
D | Makefile.pre.in | 382 Python/structmember.o \ 1092 $(srcdir)/Include/structmember.h \
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1118 ; From python27_s.lib(structmember)
|
/external/python/cpython2/RISCOS/ |
D | Makefile | 104 @.^.Python.o.structmember\
|
/external/python/cpython3/Doc/extending/ |
D | newtypes.rst | 278 :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
|
D | newtypes_tutorial.rst | 243 #include <structmember.h>
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 2435 const char *structmember = "struct_value"; in start_value_object() local 2453 membername = structmember; in start_value_object()
|
/external/python/cpython2/PC/VC6/ |
D | pythoncore.dsp | 726 SOURCE=..\..\Python\structmember.c
|
/external/python/cpython2/ |
D | Android.bp | 251 "Python/structmember.c",
|
D | Makefile.pre.in | 329 Python/structmember.o \ 826 Include/structmember.h \
|
/external/python/cpython2/Doc/extending/ |
D | newtypes.rst | 250 #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/ |
D | 2.6a1.rst | 1101 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/ |
D | descriptor.rst | 1409 '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/ |
D | parser.rl | 2433 const char *structmember = "struct_value"; 2451 membername = structmember;
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 11217 const char *structmember = "struct_value"; in start_value_object() local 11235 membername = structmember; in start_value_object()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 15077 const char *structmember = "struct_value"; in start_value_object() local 15095 membername = structmember; in start_value_object()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 1318 - 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/ |
D | HISTORY | 17116 - 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
|