| /third_party/vk-gl-cts/scripts/ |
| D | testset.py | 176 def getNumCasesInGroups (groups): argument 189 def selectCasesInGroups (results, groups): argument 196 def selectRandomSubset (results, groups, limit, seed): argument 274 groups = createGroups(results, readGroupList(options.groups_file)) variable 276 groups = createLeafGroups(results) variable 279 groups = createGroups(results, readGroupList(options.groups_file)) variable
|
| /third_party/libuv/tools/ |
| D | make_dist_html.py | 105 def groups_for(groups, n=4): argument 118 groups = [group_for(list(g)) for _, g in itertools.groupby(tags, major_minor)] variable 119 groups = groups_for(groups) variable
|
| /third_party/typescript/lib/ |
| D | lib.es2018.regexp.d.ts | 22 groups?: { property 28 groups?: { property
|
| /third_party/typescript/src/lib/ |
| D | es2018.regexp.d.ts | 2 groups?: { property 8 groups?: { property
|
| /third_party/node/test/parallel/ |
| D | test-process-getgroups.js | 34 const groups = unique(process.getgroups()); constant 50 function unique(groups) { argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/linux/ |
| D | setgroups.c | 30 gid_t groups[GROUPS_MAX]; in setgroups_0100() local 53 gid_t groups[GROUPS_MAX]; in setgroups_0200() local
|
| /third_party/musl/src/misc/ |
| D | initgroups.c | 7 gid_t groups[NGROUPS_MAX]; in initgroups() local
|
| /third_party/mesa3d/src/tool/pps/ |
| D | pps_driver.h | 87 std::vector<CounterGroup> groups; variable
|
| D | pps_datasource.cc | 177 std::vector<CounterGroup> const &groups, in add_descriptors() 288 auto &groups = driver->groups; in trace() local
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
| D | Schema.java | 41 private final ImmutableMap.Builder<String, ColumnGroup<?, ?>> groups = ImmutableMap.builder(); field in Schema.Builder 84 abstract ImmutableMap<String, ColumnGroup<?, ?>> groups(); in groups() method in Schema
|
| /third_party/vk-gl-cts/scripts/opengl/ |
| D | gen_query_util.py | 65 def addNamePrefix (prefix, groups): argument
|
| /third_party/ltp/testcases/kernel/syscalls/fanotify/ |
| D | fanotify17.c | 91 static void verify_user_limits(unsigned int init_flags, int groups, int marks) in verify_user_limits() 172 int groups = max_groups; in test_fanotify() local
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/ |
| D | rpc_authunix_create.c | 59 gid_t groups[NGROUPS_MAX]; in main() local
|
| /third_party/nghttp2/src/ |
| D | shrpx_worker_test.cc | 42 auto groups = std::vector<std::shared_ptr<DownstreamAddrGroup>>(); in test_shrpx_worker_match_downstream_addr_group() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| D | thread.cpp | 85 std::array<ProcessorGroup, MaxGroupCount> groups; member 90 static ProcessorGroups groups = [] { in getProcessorGroups() local 137 const auto& groups = getProcessorGroups(); in all() local 350 const auto& groups = getProcessorGroups(); in numLogicalCPUs() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_ra.cpp | 91 group_allocation (LiveRangeMap& lrm, const Interference& interference, GroupRegisters& groups) in group_allocation() 229 std::map<int, Group> groups; in register_allocation() local
|
| /third_party/python/Tools/c-analyzer/c_parser/parser/ |
| D | _common.py | 25 def set_capture_groups(pattern, groups, *, strict=True): argument
|
| /third_party/musl/src/passwd/ |
| D | getgrouplist.c | 12 int getgrouplist(const char *user, gid_t gid, gid_t *groups, int *ngroups) in getgrouplist()
|
| /third_party/node/lib/internal/bootstrap/switches/ |
| D | does_own_process_state.js | 65 function setgroups(groups) { argument
|
| /third_party/pulseaudio/src/modules/gsettings/ |
| D | gsettings-helper.c | 82 GPtrArray *groups; in main() local
|
| /third_party/toybox/toys/posix/ |
| D | id.c | 91 gid_t gid = getgid(), egid = getegid(), *groups; in do_id() local
|
| /third_party/ltp/testcases/kernel/syscalls/getgroups/ |
| D | getgroups03.c | 52 static GID_T groups[NGROUPS]; variable
|
| /third_party/rust/crates/clap/tests/derive/ |
| D | main.rs | 18 mod groups; module
|
| /third_party/python/Modules/ |
| D | sre.h | 29 Py_ssize_t groups; /* must be first! */ member 51 Py_ssize_t groups; /* number of groups (start/end marks) */ member
|
| /third_party/node/src/ |
| D | node_credentials.cc | 297 std::vector<gid_t> groups(ngroups); in GetGroups() local 320 MaybeStackBuffer<gid_t, 64> groups(size); in SetGroups() local
|