Home
last modified time | relevance | path

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

12345678

/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/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/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/test/parallel/
Dtest-process-getgroups.js34 const groups = unique(process.getgroups()); constant
50 function unique(groups) { argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dset_fracz_group_attr.cc37 AnfNodePtr GetOutputItem(const FuncGraphManagerPtr &manager, const CNodePtr &cnode, int64_t groups, in GetOutputItem()
63 bool HasFraczGroupAttrAndSet(const AnfNodePtr &node, size_t index, int64_t groups) { in HasFraczGroupAttrAndSet()
106 size_t index, int64_t groups) { in GetCNodeNeighborFraczNodes()
151 size_t index, int64_t groups) { in GetNeighborFraczNodes()
185 auto groups = AnfAlgo::GetNodeAttr<int64_t>(cnode, kAttrGroups); in SetAttrFraczGroup() local
/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.h81 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/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/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify17.c91 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/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/libnl/src/
Dnl-list-sockets.c34 unsigned int groups; in main() local
Dnf-monitor.c50 } groups[] = { in main() 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/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.js65 function setgroups(groups) { argument
/third_party/pulseaudio/src/modules/gsettings/
Dgsettings-helper.c82 GPtrArray *groups; in main() local
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pynative/
Dops_test.py55 dilation=1, groups=1, padding_mode='zeros'): argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dparallel_fusion.cc311std::vector<std::vector<AnfNodePtrList>> *groups, std::set<AnfNodePtr> *seen) { in SearchStreamFromMultiRelationNode()
334std::vector<std::vector<AnfNodePtrList>> *groups, std::set<AnfNodePtr> *seen) { in SearchStreamFromUnidirectionalNode()
356 void DumpParallelGroups(const std::vector<std::vector<AnfNodePtrList>> &groups) { in DumpParallelGroups()
431 std::vector<std::vector<AnfNodePtrList>> groups; in SearchParallelGroups() local
626 const std::vector<std::vector<AnfNodePtrList>> &groups) { in SearchFusableParallelCNodes()
709 auto groups = SearchParallelGroups(node_rels); in Run() local
/third_party/ltp/testcases/kernel/syscalls/getgroups/
Dgetgroups03.c52 static GID_T groups[NGROUPS]; variable
/third_party/toybox/toys/posix/
Did.c91 gid_t gid = getgid(), egid = getegid(), *groups; in do_id() local

12345678