/third_party/nghttp2/doc/_exts/rubydomain/ |
H A 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 [all...] |
/third_party/node/deps/v8/third_party/ittapi/include/legacy/ |
H A D | ittnotify.h | 381 * @param[in] objtype - null-terminated object type string. If NULL is passed, the object will 390 void ITTAPI __itt_sync_set_nameA(void *addr, const char *objtype, const char *objname, int attribute); 391 void ITTAPI __itt_sync_set_nameW(void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute); 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, int attribute)) 408 ITT_STUBV(ITTAPI, void, sync_set_nameW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute)) 410 ITT_STUBV(ITTAPI, void, sync_set_name, (void *addr, const char *objtype, const char *objname, int attribute)) 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, objnam [all...] |
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_static.h | 84 ITT_STUBV(ITTAPI, void, sync_createA, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMAT addr, objtype, objname, attribute), sync_createA, __itt_group_sync | __itt_group_fsync, "%p, \"%s\", \"%s\", %x") 85 ITT_STUBV(ITTAPI, void, sync_createW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute), (ITT_FORMAT addr, objtype, objname, attribute), sync_createW, __itt_group_sync | __itt_group_fsync, "%p, \"%S\", \"%S\", %x") 89 ITT_STUBV(ITTAPI, void, sync_create, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMAT addr, objtype, objname, attribute), sync_create, __itt_group_sync | __itt_group_fsync, "%p, \"%s\", \"%s\", %x") 215 ITT_STUBV(ITTAPI, void, sync_set_nameA, (void *addr, const char *objtype, const char *objname, int attribute), (ITT_FORMAT addr, objtype, objname, attribute), sync_set_nameA, __itt_group_sync | __itt_group_fsync | __itt_group_legacy, "%p, \"%s\", \"%s\", %x") 216 ITT_STUBV(ITTAPI, void, sync_set_nameW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute), (ITT_FORMAT addr, objtype, objnam [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A 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()
|
H A 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()
|
H A 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()
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A 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()
|
H A 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()
|
H A 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()
|
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
H A 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) \
|
/third_party/openssl/providers/implementations/storemgmt/ |
H A 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) \
|
/third_party/python/Doc/tools/extensions/ |
H A D | c_annotations.py | 111 objtype = par['objtype'] 124 if record['role'] != objtype: 127 f"for {name}: {record['role']!r} != {objtype!r}") 159 if objtype != 'function':
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/ |
H A D | ir.py | 33 objtype = None variable in IROpDirective
|
/third_party/mesa3d/docs/_exts/ |
H A D | nir.py | 83 desc = sphinx.addnodes.desc(domain='nir', objtype='aluop')
|
/third_party/node/deps/v8/third_party/ittapi/include/ |
H A D | ittnotify.h | 651 @param[in] objtype null-terminated object type string. If NULL is 659 void ITTAPI __itt_sync_createA(void *addr, const char *objtype, const char *objname, int attribute); 660 void ITTAPI __itt_sync_createW(void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute); 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, int attribute)) 677 ITT_STUBV(ITTAPI, void, sync_createW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute)) 679 ITT_STUBV(ITTAPI, void, sync_create, (void *addr, const char* objtype, const char* objname, int attribute)) 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, objnam [all...] |
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/ |
H A 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/ |
H A D | pvr_cmd_buffer.c | 3392 ispa.objtype = obj_type; in pvr_setup_isp_faces_and_control() 3395 * objtype are needed by pvr_setup_triangle_merging_flag. 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/ |
H A 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/ |
H A D | test_descr.py | 4684 def __get__(self, obj, objtype=None):
|
H A D | test_typing.py | 2734 def __get__(self, obj, objtype=None):
|