Home
last modified time | relevance | path

Searched defs:groups (Results 1 – 25 of 186) sorted by relevance

12345678

/third_party/node/deps/npm/lib/commands/
Ddoctor.js37 groups: ['ping', 'registry'], property
41 groups: ['versions'], property
45 groups: ['versions'], property
49 groups: ['registry'], property
53 groups: ['environment'], property
57 groups: ['environment'], property
61 groups: ['permissions', 'cache'], property
66 groups: ['permissions'], property
71 groups: ['permissions'], property
76 groups: ['permissions'], property
[all …]
/third_party/vk-gl-cts/scripts/
Dtestset.py176 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/
Dmake_dist_html.py105 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/node/deps/uv/tools/
Dmake_dist_html.py105 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/
Dlib.es2018.regexp.d.ts22 groups?: { property
28 groups?: { property
/third_party/typescript/src/lib/
Des2018.regexp.d.ts2 groups?: { property
8 groups?: { property
/third_party/musl/Benchmark/musl/
Dlibc_grp.cpp37 int groups[NGROUPS]; in Bm_function_Getgrouplist() local
39 gid_t groups[NGROUPS]; in Bm_function_Getgrouplist() local
/third_party/node/test/parallel/
Dtest-process-getgroups.js34 const groups = unique(process.getgroups()); constant
50 function unique(groups) { argument
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dsetgroups.c30 gid_t groups[GROUPS_MAX]; in setgroups_0100() local
53 gid_t groups[GROUPS_MAX]; in setgroups_0200() local
/third_party/mesa3d/src/tool/pps/
Dpps_driver.h87 std::vector<CounterGroup> groups; variable
/third_party/musl/src/misc/
Dinitgroups.c7 gid_t groups[NGROUPS_MAX]; in initgroups() local
/third_party/vk-gl-cts/scripts/opengl/
Dgen_query_util.py65 def addNamePrefix (prefix, groups): argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DSchema.java41 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/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify17.c90 static void verify_user_limits(unsigned int init_flags, int groups, int marks) in verify_user_limits()
170 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/
Drpc_authunix_create.c59 gid_t groups[NGROUPS_MAX]; in main() local
/third_party/nghttp2/src/
Dshrpx_worker_test.cc42 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/
Dthread.cpp85 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/
Dsfn_ra.cpp91 group_allocation (LiveRangeMap& lrm, const Interference& interference, GroupRegisters& groups) in group_allocation()
229 std::map<int, Group> groups; in register_allocation() local
/third_party/node/deps/v8/src/objects/
Dcode.cc740 void PrintDependencyGroups(DependentCode::DependencyGroups groups) { in PrintDependencyGroups()
754 DependencyGroups groups) { in InstallDependency()
773 Isolate* isolate, Handle<DependentCode> entries, DependencyGroups groups, in InsertWeakCode()
790 DependencyGroups groups, in New()
836 IterateAndCompact([&](CodeT codet, DependencyGroups groups) { in MarkCodeForDeoptimization()
868 Isolate* isolate, DependentCode::DependencyGroups groups) { in DeoptimizeDependentCodeGroup()
/third_party/python/Tools/c-analyzer/c_parser/parser/
D_common.py25 def set_capture_groups(pattern, groups, *, strict=True): argument
/third_party/musl/src/passwd/
Dgetgrouplist.c12 int getgrouplist(const char *user, gid_t gid, gid_t *groups, int *ngroups) in getgrouplist()
/third_party/node/lib/internal/bootstrap/switches/
Ddoes_own_process_state.js63 function setgroups(groups) { argument
/third_party/pulseaudio/src/modules/gsettings/
Dgsettings-helper.c82 GPtrArray *groups; in main() local
/third_party/node/deps/npm/node_modules/which/node_modules/isexe/dist/mjs/
Dposix.js49 const groups = new Set([myGid, ...myGroups]); constant
/third_party/ltp/testcases/kernel/syscalls/getgroups/
Dgetgroups03.c52 static GID_T groups[NGROUPS]; variable

12345678