Searched refs:group (Results 476 - 500 of 949) sorted by relevance

<<11121314151617181920>>

/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h113 __u32 group; member in struct:nl_pktinfo
/external/libxml2/include/libxml/
H A Dchvalid.h55 xmlCharInRange(unsigned int val, const xmlChRangeGroup *group);
/external/linux-tools-perf/src/tools/perf/
H A Dperf.h216 bool group; member in struct:perf_record_opts
/external/linux-tools-perf/src/tools/perf/util/
H A Dparse-events.l76 group [^,{}/]*[{][^}]*[}][^,{}/]*
111 {group} {
/external/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/
H A DTestDataFormatterSkipSummary.py144 gcc_build = int(m.group(1))
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
H A DTestWatchLocation.py72 expected_wp_id = int(match.group(1), 0)
/external/lldb/test/help/
H A DTestHelp.py45 version = m.group(1)
/external/lldb/test/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py88 function = match.group(1)
/external/lldb/test/lang/cpp/stl/
H A DTestStdCXXDisassembly.py94 LA = match.group(1)
/external/mesa3d/scons/
H A Dllvm.py81 llvm_version = mo.group(1)
/external/skia/
H A DPRESUBMIT.py308 tbr_entries = match.group(1).strip().split(',')
454 old_values = match.group(1).split(';')
461 match.group(0), "%s;%s" % (match.group(0), new_value))
/external/skia/platform_tools/android/bin/
H A Dadb_list_devices.py47 value = match.group(1)
/external/v8/test/mjsunit/
H A Dtestcfg.py70 files_list += files_match.group(1).strip().split()
/external/v8/tools/push-to-trunk/
H A Dauto_push.py91 last_push_be = PUSH_MESSAGE_RE.match(last_push_title).group(1)
H A Dreleases.py110 return match.group(1)
325 v8_rev = ConvertToCommitNumber(self, match.group(1))
366 branches = map(lambda r: int(re.match(r"branch-heads/(\d+)", r).group(1)),
381 v8_rev = ConvertToCommitNumber(self, match.group(1))
/external/valgrind/callgrind/
H A Devents.h43 * A group can appear at most once in a event set.
54 /* return 0 if event group can not be registered */
109 Int group; member in struct:EventMappingEntry
/external/vogar/src/vogar/
H A DSshTarget.java77 return m.matches() ? m.group(1) : "root";
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_eke_common.h84 int eap_eke_dh_init(u8 group, u8 *ret_priv, u8 *ret_pub);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.h84 int eap_eke_dh_init(u8 group, u8 *ret_priv, u8 *ret_pub);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_eke_common.h84 int eap_eke_dh_init(u8 group, u8 *ret_priv, u8 *ret_pub);
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp967 REGEX_ASSERT(matcher->group(status) == "0123456789");
968 REGEX_ASSERT(matcher->group(0, status) == "0123456789");
969 REGEX_ASSERT(matcher->group(1, status) == "234567" );
970 REGEX_ASSERT(matcher->group(2, status) == "45" );
971 REGEX_ASSERT(matcher->group(3, status) == "89" );
973 REGEX_ASSERT_FAIL(matcher->group(-1, status), U_INDEX_OUTOFBOUNDS_ERROR);
974 REGEX_ASSERT_FAIL(matcher->group( 4, status), U_INDEX_OUTOFBOUNDS_ERROR);
976 REGEX_ASSERT_FAIL(matcher->group( 0, status), U_REGEX_INVALID_STATE);
1440 dest = matcher2->replaceFirst("$ by itself, no group number $$$", status);
1450 REGEX_ASSERT_FAIL(matcher2->replaceFirst("bad capture group numbe
5230 int32_t group = pat->groupNumberFromName("five", -1, status); local
[all...]
/external/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h822 #define __sanitizer_syscall_pre_chown(filename, user, group) \
824 (long)(group))
825 #define __sanitizer_syscall_post_chown(res, filename, user, group) \
827 (long)(group))
828 #define __sanitizer_syscall_pre_lchown(filename, user, group) \
830 (long)(group))
831 #define __sanitizer_syscall_post_lchown(res, filename, user, group) \
833 (long)(group))
834 #define __sanitizer_syscall_pre_fchown(fd, user, group) \
835 __sanitizer_syscall_pre_impl_fchown((long)(fd), (long)(user), (long)(group))
[all...]
/external/bison/darwin-lib/
H A Dunistd.h573 /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE
738 /* Like access(), except that it uses the effective user id and group id of
817 uid_t owner, gid_t group, int flag)
820 uid_t owner, gid_t group, int flag));
824 uid_t owner, gid_t group, int flag)
828 uid_t owner, gid_t group, int flag));
993 It is unspecified whether the effective group id is in the list.
994 If N is 0, return the group count; otherwise, N describes how many
1256 /* Determine whether group id is in calling user's group lis
[all...]
/external/bison/lib/
H A Dunistd.in.h261 /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE
426 /* Like access(), except that it uses the effective user id and group id of
505 uid_t owner, gid_t group, int flag)
508 uid_t owner, gid_t group, int flag));
512 uid_t owner, gid_t group, int flag)
516 uid_t owner, gid_t group, int flag));
681 It is unspecified whether the effective group id is in the list.
682 If N is 0, return the group count; otherwise, N describes how many
944 /* Determine whether group id is in calling user's group lis
[all...]
/external/bison/linux-lib/
H A Dunistd.h573 /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE
738 /* Like access(), except that it uses the effective user id and group id of
817 uid_t owner, gid_t group, int flag)
820 uid_t owner, gid_t group, int flag));
824 uid_t owner, gid_t group, int flag)
828 uid_t owner, gid_t group, int flag));
993 It is unspecified whether the effective group id is in the list.
994 If N is 0, return the group count; otherwise, N describes how many
1256 /* Determine whether group id is in calling user's group lis
[all...]

Completed in 742 milliseconds

<<11121314151617181920>>