/third_party/nghttp2/doc/_exts/rubydomain/ |
D | rubydomain.py | 114 if self.objtype == 'global': 126 separator = separators[self.objtype] 150 if self.objtype == 'global': 157 nodetext = modname + separators[self.objtype] 199 return self.objtype.endswith('method') or self.objtype.startswith('attr') 202 if self.objtype == 'global': 207 separator = separators[self.objtype] 230 objects[fullname] = (self.env.docname, self.objtype) 252 return self.objtype == 'function' 255 if self.objtype == 'function': [all …]
|
/third_party/node/deps/v8/third_party/ittapi/include/legacy/ |
D | ittnotify.h | 390 void ITTAPI __itt_sync_set_nameA(void *addr, const char *objtype, const char *objname, int at… 391 void ITTAPI __itt_sync_set_nameW(void *addr, const wchar_t *objtype, const wchar_t *objname, int at… 400 void ITTAPI __itt_sync_set_name(void *addr, const char* objtype, const char* objname, int attribute… 407 ITT_STUBV(ITTAPI, void, sync_set_nameA, (void *addr, const char *objtype, const char *objname… 408 ITT_STUBV(ITTAPI, void, sync_set_nameW, (void *addr, const wchar_t *objtype, const wchar_t *objname… 410 ITT_STUBV(ITTAPI, void, sync_set_name, (void *addr, const char *objtype, const char *objname… 423 #define __itt_sync_set_nameA(addr, objtype, objname, attribute) 425 #define __itt_sync_set_nameW(addr, objtype, objname, attribute) 428 #define __itt_sync_set_name(addr, objtype, objname, attribute) 458 int LIBITTAPI __itt_notify_sync_nameA(void *addr, const char *objtype, int typelen, const char … [all …]
|
/third_party/curl/plan9/src/ |
D | mkfile | 34 /$objtype/lib/ape/libcurl.a\ 35 /$objtype/lib/ape/libssl.a\ 36 /$objtype/lib/ape/libcrypto.a\ 37 /$objtype/lib/ape/libz.a\ 39 BIN=/$objtype/bin
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
D | ittnotify_static.h | 84 …c_createA, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMA… 85 …c_createW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute), (ITT_FORMA… 89 …c_create, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMA… 215 …set_nameA, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMA… 216 …set_nameW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute), (ITT_FORMA… 218 …set_name, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMA… 222 …A, (void *p, const char *objtype, int typelen, const char *objname, int namelen, int attribu… 223 …W, (void *p, const wchar_t *objtype, int typelen, const wchar_t *objname, int namelen, int attribu… 225 …, (void *p, const char *objtype, int typelen, const char *objname, int namelen, int attribu…
|
/third_party/openssl/providers/implementations/encode_decode/ |
D | decode_pem2der.c | 141 int objtype = OSSL_OBJECT_UNKNOWN; in pem2der_decode() local 185 objtype = pem_name_map[i].object_type; in pem2der_decode() 200 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype); in pem2der_decode()
|
D | decode_spki2typespki.c | 59 int objtype = OSSL_OBJECT_PKEY; in spki2typespki_decode() local 107 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype); in spki2typespki_decode()
|
D | decode_epki2pki.c | 133 int objtype = OSSL_OBJECT_PKEY; in epki2pki_decode() local 143 *p++ = OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype); in epki2pki_decode()
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
D | decode_pem2der.c | 141 int objtype = OSSL_OBJECT_UNKNOWN; in pem2der_decode() local 185 objtype = pem_name_map[i].object_type; in pem2der_decode() 200 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype); in pem2der_decode()
|
D | decode_spki2typespki.c | 59 int objtype = OSSL_OBJECT_PKEY; in spki2typespki_decode() local 107 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype); in spki2typespki_decode()
|
D | decode_epki2pki.c | 133 int objtype = OSSL_OBJECT_PKEY; in epki2pki_decode() local 143 *p++ = OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype); in epki2pki_decode()
|
/third_party/python/Doc/tools/extensions/ |
D | c_annotations.py | 98 objtype = par['objtype'] 105 if record['role'] != objtype: 128 if objtype != 'function':
|
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
D | file_store_any2obj.c | 57 static int any2obj_decode_final(void *provctx, int objtype, BUF_MEM *mem, in any2obj_decode_final() argument 70 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype); in any2obj_decode_final() 244 #define MAKE_DECODER(fromtype, objtype) \ argument
|
/third_party/openssl/providers/implementations/storemgmt/ |
D | file_store_any2obj.c | 57 static int any2obj_decode_final(void *provctx, int objtype, BUF_MEM *mem, in any2obj_decode_final() argument 70 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype); in any2obj_decode_final() 244 #define MAKE_DECODER(fromtype, objtype) \ argument
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/ |
D | ir.py | 33 objtype = None variable in IROpDirective
|
/third_party/curl/plan9/lib/ |
D | mkfile | 32 LIB=/$objtype/lib/ape/libcurl.a
|
/third_party/python/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): 352 def __get__(self, obj, objtype=None): 588 objtype = type(obj) 589 cls_var = getattr(objtype, name, null) 594 return descr_get(cls_var, obj, objtype) # data descriptor 598 return descr_get(cls_var, obj, objtype) # non-data descriptor [all …]
|
/third_party/mesa3d/docs/_exts/ |
D | nir.py | 83 desc = sphinx.addnodes.desc(domain='nir', objtype='aluop')
|
/third_party/node/deps/v8/third_party/ittapi/include/ |
D | ittnotify.h | 659 void ITTAPI __itt_sync_createA(void *addr, const char *objtype, const char *objname, int attr… 660 void ITTAPI __itt_sync_createW(void *addr, const wchar_t *objtype, const wchar_t *objname, int attr… 669 void ITTAPI __itt_sync_create (void *addr, const char *objtype, const char *objname, int attribute); 676 ITT_STUBV(ITTAPI, void, sync_createA, (void *addr, const char *objtype, const char *objname, … 677 ITT_STUBV(ITTAPI, void, sync_createW, (void *addr, const wchar_t *objtype, const wchar_t *objname, … 679 ITT_STUBV(ITTAPI, void, sync_create, (void *addr, const char* objtype, const char* objname, … 692 #define __itt_sync_createA(addr, objtype, objname, attribute) 694 #define __itt_sync_createW(addr, objtype, objname, attribute) 697 #define __itt_sync_create(addr, objtype, objname, attribute)
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-profile.c | 1254 common_creation (GType objtype, GstCaps * format, const gchar * preset, in common_creation() argument 1260 prof = (GstEncodingProfile *) g_object_new (objtype, NULL); in common_creation()
|
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/ |
D | ittnotify_bindings.rs | 408 objtype: *const ::std::os::raw::c_char, in __itt_sync_create() 416 objtype: *const ::std::os::raw::c_char,
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_cmd_buffer.c | 3392 ispa.objtype = obj_type; in pvr_setup_isp_faces_and_control() 3705 if (ispa->objtype == PVRX(TA_OBJTYPE_LINE) || in pvr_setup_triangle_merging_flag()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 3668 const void *objtype; member 3674 objtype = UniquePtrForType<T>(); in SetAttachedObject() 3679 return objtype == UniquePtrForType<T>() ? static_cast<const T *>(obj) in GetAttachedObject()
|
/third_party/python/Lib/test/ |
D | test_descr.py | 4664 def __get__(self, obj, objtype=None): argument
|