/third_party/node/deps/npm/lib/commands/ |
D | doctor.js | 37 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/ |
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/node/deps/uv/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/musl/Benchmark/musl/ |
D | libc_grp.cpp | 37 int groups[NGROUPS]; in Bm_function_Getgrouplist() local 39 gid_t groups[NGROUPS]; in Bm_function_Getgrouplist() local
|
/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/mesa3d/src/tool/pps/ |
D | pps_driver.h | 87 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/kernel/syscalls/fanotify/ |
D | fanotify17.c | 90 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/ |
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/node/deps/v8/src/objects/ |
D | code.cc | 740 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.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 | 63 function setgroups(groups) { argument
|
/third_party/pulseaudio/src/modules/gsettings/ |
D | gsettings-helper.c | 82 GPtrArray *groups; in main() local
|
/third_party/node/deps/npm/node_modules/which/node_modules/isexe/dist/mjs/ |
D | posix.js | 49 const groups = new Set([myGid, ...myGroups]); constant
|
/third_party/ltp/testcases/kernel/syscalls/getgroups/ |
D | getgroups03.c | 52 static GID_T groups[NGROUPS]; variable
|