Home
last modified time | relevance | path

Searched refs:group (Results 2376 - 2400 of 4051) sorted by relevance

1...<<919293949596979899100>>...163

/kernel/linux/linux-6.6/virt/kvm/
H A Dvfio.c114 * 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 Dnft_log.c197 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 DMakefile153 $(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 Djsunit_parser_lite.py78 (year, re.match(self.pattern, message).group().strip())
81 self.last_line.strip()).group().strip())
/test/testfwk/xdevice/src/xdevice/_core/testkit/
H A Dkit.py280 "aapt".format(pkg_match.group(1)))
281 return pkg_match.group(1)
/third_party/elfutils/backends/
H A Dlinux-core-note.c143 .group = #igroup, \
157 /* Use different group name for a newline delimiter. */
179 .group = #igroup, \
/third_party/astc-encoder/Test/
H A Dastc_test_result_plot.py61 encoder = match.group(1)
62 quality = match.group(2)
/third_party/jerryscript/tools/
H A Dsrcmerger.py120 if match.group(1) == '<':
125 name = match.group(2)
/third_party/node/test/parallel/
H A Dtest-repl.js776 ' group: [Function: group],',
783 / {2}groupCollapsed: \[Function: (groupCollapsed|group)],/,
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtracing-controller.cc80 // 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 Detnaviv_perfmon.c491 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 Dsfn_instr_alu.h159 void set_parent_group(AluGroup *group) { m_parent_group = group;}
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_params.c247 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 Dreplace.py165 orig = m.group()
230 if m.group():
/third_party/python/Lib/distutils/
H A Dsysconfig.py92 n, v = m.group(1, 2)
120 n = m.group(1)
/third_party/python/Lib/multiprocessing/
H A Dprocess.py80 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 Dffc_params.c247 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 Dexport_targets.py137 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.py111 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2])
346 sdk = m.group(1)
/third_party/pulseaudio/src/pulsecore/
H A Ddevice-port.c57 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 Dencoder.py42 return ESCAPE_DCT[match.group(0)]
54 s = match.group(0)
/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.h253 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 DPRESUBMIT.py209 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 Dcrypto.h729 * @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 Dext4.h113 /* 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...]

Completed in 20 milliseconds

1...<<919293949596979899100>>...163