/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm.c | 699 substream->group = &substream->self_group; in snd_pcm_new_stream()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | kvm.h | 981 __u32 group; member
|
/kernel/linux/linux-6.6/sound/pci/mixart/ |
H A D | mixart.c | 313 pipe->group_uid = buf->sgroup_resp.group; /* id of the pipe, as returned by embedded */ in snd_mixart_add_ref_pipe() 361 request.data = &pipe->group_uid; /* the streaming group ! */ in snd_mixart_kill_ref_pipe()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | netlink.c | 255 ntohs(bat_priv->bla.claim_dest.group))) in batadv_netlink_mesh_fill()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | kvm.h | 981 __u32 group; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | kvm.h | 928 __u32 group; member
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | result_reporter.py | 438 device_log.setdefault(ret.group(1), file_link)
|
/third_party/eudev/src/shared/ |
H A D | util.c | 798 streq(filename, "aquota.group") || in hidden_file_allow_backup() 1237 struct group *g; in get_group_creds()
|
/third_party/glfw/src/ |
H A D | x11_platform.h | 779 unsigned int group; member
|
/third_party/curl/include/curl/ |
H A D | curl.h | 320 char *group; member
|
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
H A D | StableAPI.java | 256 return icuVersionMatcher.group(); in trimICU()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | EnumDirItems.cpp | 1393 const group *gr = getgrgid(OwnerGroupMap.Numbers[i]);
in FillDeviceSizes() 1436 const group *gr = getgrgid(i);
in FillDeviceSizes()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_ir_performance.cpp | 1332 const unsigned offset = (inst->group + i) * type_sz(tx) *
|
H A D | brw_vec4_visitor.cpp | 59 this->group = 0; in vec4_instruction()
|
/third_party/node/deps/v8/tools/mb/ |
H A D | mb.py | 120 '-m', '--builder-group', 121 help='builder group name to look up config from') 598 'Can not specific both -c/--config and -m/--builder-group or ' 605 '(-m/--builder-group and -b/--builder)') 733 isolate_map[target].get('label_type') == 'group'): 734 # For script targets, the build target is usually a group, 1252 arg = '"%s"' % (quote_re.sub(lambda mo: 2 * mo.group(1) + '\\"', arg))
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 41 arg = windows_quoter_regex.sub(lambda mo: 2 * mo.group(1) + '\\"', arg)
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.h | 536 // name of group which this address belongs to. 537 StringRef group; member 540 // weight of this address inside a weight group. Its range is [1, 543 // weight of the weight group. Its range is [1, 256], inclusive. 548 // Application protocol used in this group 593 // true if this group requires that client connection must be TLS, 1007 // group temporarily. 1012 // The index of catch-all group in downstream_addr_groups.
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 41 arg = windows_quoter_regex.sub(lambda mo: 2 * mo.group(1) + '\\"', arg)
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ssearch.cpp | 1424 UnicodeString breakType = m.group(1, status); in monkeyTest()
|
/third_party/rust/crates/clap/src/builder/ |
H A D | arg.rs | 2563 /// .group("mode") 2567 /// Multiple arguments can be a member of a single group and then the group checked as if it 2576 /// .group("mode")) 2580 /// .group("mode")) 2589 pub fn group(mut self, group_id: impl IntoResettable<Id>) -> Self { in group() functions 2611 /// Arguments can be members of multiple groups and then the group checked as if it 4073 // Bounded values are probably a group and the user should explicitly opt-in to
|
/third_party/pulseaudio/src/daemon/ |
H A D | ohos_pa_main.c | 260 struct group * gr; in change_user() 273 pa_log(_("Failed to find group '%s'."), PA_SYSTEM_GROUP); in change_user() 277 pa_log_info("Found user '%s' (UID %lu) and group '%s' (GID %lu).", in change_user() 282 pa_log(_("GID of user '%s' and of group '%s' don't match."), PA_SYSTEM_USER, PA_SYSTEM_GROUP); in change_user() 302 pa_log(_("Failed to change group list: %s"), pa_cstrerror(errno)); in change_user() 1017 /* We now are a session and process group leader. Let's fork in real_main() 1020 * process group without leader */ in real_main()
|
/third_party/python/Lib/ |
H A D | pathlib.py | 1025 def group(self): member in Path 1027 Return the group name of the file gid. 1034 raise NotImplementedError("Path.group() is unsupported on this system")
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | TextFormat.java | 986 currentToken = matcher.group(); in nextToken() 1847 // If the case-insensitive match worked but the field is NOT a group, in mergeField() 1852 // Again, special-case group names as described above. in mergeField()
|
/third_party/python/Lib/test/ |
H A D | test_fileinput.py | 167 self.assertEqual(int(m.group(1)), fi.filelineno())
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ctrl_iface_ap.c | 280 sta->sae->group); in hostapd_ctrl_iface_sta_mib()
|