/kernel/linux/linux-6.6/virt/kvm/ |
H A D | vfio.c | 114 * then adding a new group/device may change the coherency of groups/devices 116 * that so we retest each group/device and bail as soon as we find one that's 303 switch (attr->group) { in kvm_vfio_set_attr() 315 switch (attr->group) { in kvm_vfio_has_attr()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_log.c | 197 li->u.ulog.group = ntohs(nla_get_be16(tb[NFTA_LOG_GROUP])); in nft_log_init() 265 if (nla_put_be16(skb, NFTA_LOG_GROUP, htons(li->u.ulog.group))) in nft_log_dump()
|
/kernel/liteos_a/ |
H A D | Makefile | 153 $(LD) $(LITEOS_LDFLAGS) $(LITEOS_TABLES_LDFLAGS) -Map=$@.map -o $@ --start-group $(LITEOS_LIBDEP) --end-group
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | jsunit_parser_lite.py | 78 (year, re.match(self.pattern, message).group().strip()) 81 self.last_line.strip()).group().strip())
|
/test/testfwk/xdevice/src/xdevice/_core/testkit/ |
H A D | kit.py | 280 "aapt".format(pkg_match.group(1))) 281 return pkg_match.group(1)
|
/third_party/elfutils/backends/ |
H A D | linux-core-note.c | 143 .group = #igroup, \ 157 /* Use different group name for a newline delimiter. */ 179 .group = #igroup, \
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_result_plot.py | 61 encoder = match.group(1) 62 quality = match.group(2)
|
/third_party/jerryscript/tools/ |
H A D | srcmerger.py | 120 if match.group(1) == '<': 125 name = match.group(2)
|
/third_party/node/test/parallel/ |
H A D | test-repl.js | 776 ' group: [Function: group],', 783 / {2}groupCollapsed: \[Function: (groupCollapsed|group)],/,
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | tracing-controller.cc | 80 // Free memory for category group names allocated via strdup. in ~TracingController() 83 const char* group = g_category_groups[i]; in ~TracingController() local 85 free(const_cast<char*>(group)); in ~TracingController() 167 // Calculate the index of the category group by finding in GetCategoryGroupName() 296 // Check that category group does not contain double quote in GetCategoryGroupEnabled() 302 // Search for pre-existing category group. in GetCategoryGroupEnabled() 321 // Create a new category group. in GetCategoryGroupEnabled() 333 // thereby enabling this category group. in GetCategoryGroupEnabled()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_perfmon.c | 491 unsigned query_count(unsigned group) in query_count() argument 496 if (query_config[i].group_id == group) in query_count()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_alu.h | 159 void set_parent_group(AluGroup *group) { m_parent_group = group;}
|
/third_party/node/deps/openssl/openssl/crypto/ffc/ |
H A D | ffc_params.c | 247 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ossl_ffc_params_todata() local 248 const char *name = ossl_ffc_named_group_get_name(group); in ossl_ffc_params_todata()
|
/third_party/python/Lib/idlelib/ |
H A D | replace.py | 165 orig = m.group() 230 if m.group():
|
/third_party/python/Lib/distutils/ |
H A D | sysconfig.py | 92 n, v = m.group(1, 2) 120 n = m.group(1)
|
/third_party/python/Lib/multiprocessing/ |
H A D | process.py | 80 def __init__(self, group=None, target=None, name=None, args=(), kwargs={}, 82 assert group is None, 'group argument must be None for now'
|
/third_party/openssl/crypto/ffc/ |
H A D | ffc_params.c | 247 const DH_NAMED_GROUP *group = ossl_ffc_uid_to_dh_named_group(ffc->nid); in ossl_ffc_params_todata() local 248 const char *name = ossl_ffc_named_group_get_name(group); in ossl_ffc_params_todata()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | export_targets.py | 137 EXPECTED_TYPES = LIBRARY_TYPES + ('source_set', 'group', 'action') 284 if m.group(1) == b'<': 286 include = m.group(2) 303 #print('Looks valid:', m.group())
|
/third_party/python/Lib/ |
H A D | _osx_support.py | 111 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2]) 346 sdk = m.group(1)
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | device-port.c | 57 void pa_device_port_new_data_set_availability_group(pa_device_port_new_data *data, const char *group) { in pa_device_port_new_data_set_availability_group() argument 61 data->availability_group = pa_xstrdup(group); in pa_device_port_new_data_set_availability_group()
|
/third_party/python/Lib/json/ |
H A D | encoder.py | 42 return ESCAPE_DCT[match.group(0)] 54 s = match.group(0)
|
/third_party/protobuf/src/google/protobuf/ |
H A D | unknown_field_set.h | 253 inline const UnknownFieldSet& group() const; 361 inline const UnknownFieldSet& UnknownField::group() const { in group() function in google::protobuf::UnknownField
|
/third_party/skia/third_party/externals/angle2/ |
H A D | PRESUBMIT.py | 209 if match == None or bug != match.group(0) or match.group(1) not in projects:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto.h | 729 * @group: Identifying number for the ECC group (IANA "Group Description" 733 struct crypto_ec * crypto_ec_init(int group); 744 * Returns: Length of the prime defining the group 751 * Returns: Length of the prime defining the group in bits 758 * Returns: Length of the order defining the group 763 * crypto_ec_get_prime - Get prime defining an EC group 765 * Returns: Prime (bignum) defining the group 770 * crypto_ec_get_order - Get order of an EC group 772 * Returns: Order (bignum) of the group [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | ext4.h | 113 /* data type for block offset of block group */ 122 /* data type for block group number */ 147 * suitable group that satisfies goal request. No disk IO 159 * Reads each block group sequentially, performing disk IO if 160 * necessary, to find find_suitable block group. Tries to 200 /* allocate for locality group */ 316 #define EXT4_RESIZE_INO 7 /* Reserved group descriptors inode */ 388 * Structure of a blocks group descriptor 403 __le16 bg_checksum; /* crc16(sb_uuid+group+desc) */ 425 * Structure of a flex block group inf 649 u32 group; global() member 661 __u32 group; global() member 3450 ext4_group_lock_ptr(struct super_block *sb, ext4_group_t group) ext4_group_lock_ptr() argument 3465 ext4_lock_group(struct super_block *sb, ext4_group_t group) ext4_lock_group() argument 3485 ext4_unlock_group(struct super_block *sb, ext4_group_t group) ext4_unlock_group() argument [all...] |