/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/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/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/node/test/parallel/ |
D | test-process-getgroups.js | 34 const groups = unique(process.getgroups()); constant 50 function unique(groups) { argument
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/ |
D | set_fracz_group_attr.cc | 37 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/ |
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/mesa3d/src/tool/pps/ |
D | pps_driver.h | 81 std::vector<CounterGroup> groups; variable
|
/third_party/musl/src/misc/ |
D | initgroups.c | 7 gid_t groups[NGROUPS_MAX]; in initgroups() local
|
/third_party/vk-gl-cts/scripts/opengl/ |
D | gen_query_util.py | 65 def addNamePrefix (prefix, groups): argument
|
/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/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/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/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/libnl/src/ |
D | nl-list-sockets.c | 34 unsigned int groups; in main() local
|
D | nf-monitor.c | 50 } groups[] = { in main() 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/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/mindspore/tests/ut/cpp/python_input/gtest_input/pynative/ |
D | ops_test.py | 55 dilation=1, groups=1, padding_mode='zeros'): argument
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | parallel_fusion.cc | 311 … std::vector<std::vector<AnfNodePtrList>> *groups, std::set<AnfNodePtr> *seen) { in SearchStreamFromMultiRelationNode() 334 … std::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/ |
D | getgroups03.c | 52 static GID_T groups[NGROUPS]; variable
|
/third_party/toybox/toys/posix/ |
D | id.c | 91 gid_t gid = getgid(), egid = getegid(), *groups; in do_id() local
|