/external/curl/plan9/src/ |
D | mkfile | 32 /$objtype/lib/ape/libcurl.a\ 33 /$objtype/lib/ape/libssl.a\ 34 /$objtype/lib/ape/libcrypto.a\ 35 /$objtype/lib/ape/libz.a\ 37 BIN=/$objtype/bin
|
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/ |
D | ittnotify.h | 389 void ITTAPI __itt_sync_set_nameA(void *addr, const char *objtype, const char *objname, int at… 390 void ITTAPI __itt_sync_set_nameW(void *addr, const wchar_t *objtype, const wchar_t *objname, int at… 399 void ITTAPI __itt_sync_set_name(void *addr, const char* objtype, const char* objname, int attribute… 406 ITT_STUBV(ITTAPI, void, sync_set_nameA, (void *addr, const char *objtype, const char *objname… 407 ITT_STUBV(ITTAPI, void, sync_set_nameW, (void *addr, const wchar_t *objtype, const wchar_t *objname… 409 ITT_STUBV(ITTAPI, void, sync_set_name, (void *addr, const char *objtype, const char *objname… 422 #define __itt_sync_set_nameA(addr, objtype, objname, attribute) 424 #define __itt_sync_set_nameW(addr, objtype, objname, attribute) 427 #define __itt_sync_set_name(addr, objtype, objname, attribute) 457 int LIBITTAPI __itt_notify_sync_nameA(void *addr, const char *objtype, int typelen, const char … [all …]
|
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
D | ittnotify_static.h | 85 …c_createA, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMA… 86 …c_createW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute), (ITT_FORMA… 90 …c_create, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMA… 216 …set_nameA, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMA… 217 …set_nameW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute), (ITT_FORMA… 219 …set_name, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMA… 223 …A, (void *p, const char *objtype, int typelen, const char *objname, int namelen, int attribu… 224 …W, (void *p, const wchar_t *objtype, int typelen, const wchar_t *objname, int namelen, int attribu… 226 …, (void *p, const char *objtype, int typelen, const char *objname, int namelen, int attribu…
|
D | ittnotify.h | 577 void ITTAPI __itt_sync_createA(void *addr, const char *objtype, const char *objname, int attr… 578 void ITTAPI __itt_sync_createW(void *addr, const wchar_t *objtype, const wchar_t *objname, int attr… 587 void ITTAPI __itt_sync_create (void *addr, const char *objtype, const char *objname, int attribute); 594 ITT_STUBV(ITTAPI, void, sync_createA, (void *addr, const char *objtype, const char *objname, … 595 ITT_STUBV(ITTAPI, void, sync_createW, (void *addr, const wchar_t *objtype, const wchar_t *objname, … 597 ITT_STUBV(ITTAPI, void, sync_create, (void *addr, const char* objtype, const char* objname, … 610 #define __itt_sync_createA(addr, objtype, objname, attribute) 612 #define __itt_sync_createW(addr, objtype, objname, attribute) 615 #define __itt_sync_create(addr, objtype, objname, attribute)
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_memory_checker.py | 35 objtype = type(obj) 36 name = objtype.__name__ 37 module = getattr(objtype, '__module__', None)
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | transport.h | 69 #define GRPC_STREAM_REF_INIT(rc, ir, cb, cb_arg, objtype) \ argument 70 grpc_stream_ref_init(rc, ir, cb, cb_arg, objtype) 74 #define GRPC_STREAM_REF_INIT(rc, ir, cb, cb_arg, objtype) \ argument 77 (void)(objtype); \
|
/external/grpc-grpc/src/core/lib/transport/ |
D | transport.h | 68 #define GRPC_STREAM_REF_INIT(rc, ir, cb, cb_arg, objtype) \ argument 69 grpc_stream_ref_init(rc, ir, cb, cb_arg, objtype) 75 #define GRPC_STREAM_REF_INIT(rc, ir, cb, cb_arg, objtype) \ argument
|
/external/curl/plan9/lib/ |
D | mkfile | 30 LIB=/$objtype/lib/ape/libcurl.a
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.h | 121 const void *objtype; member 127 objtype = UniquePtrForType<T>(); in SetAttachedObject() 132 return objtype == UniquePtrForType<T>() ? static_cast<const T *>(obj) in GetAttachedObject()
|
/external/python/cpython3/Doc/howto/ |
D | descriptor.rst | 51 def __get__(self, obj, objtype=None): 99 def __get__(self, obj, objtype=None): 126 lets the :meth:`__get__` method learn the target directory. The *objtype* 151 def __get__(self, obj, objtype=None): 235 def __get__(self, obj, objtype=None): 350 def __get__(self, obj, objtype=None): 586 objtype = type(obj) 587 cls_var = getattr(objtype, name, null) 592 return descr_get(cls_var, obj, objtype) # data descriptor 596 return descr_get(cls_var, obj, objtype) # non-data descriptor [all …]
|
/external/python/cpython2/Doc/howto/ |
D | descriptor.rst | 163 def __get__(self, obj, objtype): 223 def __get__(self, obj, objtype=None): 289 def __get__(self, obj, objtype=None): 291 return types.MethodType(self, obj, objtype) 385 def __get__(self, obj, objtype=None):
|
/external/python/setuptools/setuptools/command/ |
D | test.py | 65 def __get__(self, obj, objtype=None): argument
|
/external/python/cpython2/Lib/test/ |
D | test_file2k.py | 888 for objtype in ('buffer', 'bytearray'): 891 r'sys.stdout.write(%s("\xe9"))' % objtype,
|
D | test_descr.py | 4756 def __get__(self, obj, objtype=None): argument
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 4107 const void *objtype; member 4113 objtype = UniquePtrForType<T>(); in SetAttachedObject() 4118 return objtype == UniquePtrForType<T>() ? static_cast<const T *>(obj) in GetAttachedObject()
|
/external/python/cpython3/Lib/test/ |
D | test_descr.py | 4605 def __get__(self, obj, objtype=None): argument
|