Home
last modified time | relevance | path

Searched refs:group (Results 1126 - 1150 of 2353) sorted by relevance

1...<<41424344454647484950>>...95

/third_party/rust/crates/syn/src/
H A Derror.rs312 let mut group = Group::new(Delimiter::Brace, { in to_compile_error() variables
319 group.set_span(end); in to_compile_error()
320 group in to_compile_error()
/third_party/selinux/libselinux/src/
H A Dseusers.c113 static int check_group(const char *group, const char *name, const gid_t gid) { in check_group() argument
117 struct group gbuf, *grent = NULL; in check_group()
128 int retval = getgrnam_r(group, &gbuf, rbuf, in check_group()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktApplicationParametersTests.cpp358 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "application_parameters", "Tests VK_EXT_application_parameters")); in createApplicationParametersTests()
397 group->addChild(createGroup.release()); in createApplicationParametersTests()
400 return group.release(); in createApplicationParametersTests()
H A DvktCommandPoolMemoryReservationTests.cpp279 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "command_pool_memory_reservation", "Tests verifying memory reservation for command pools in Vulkan SC")); in createCommandPoolMemoryReservationTests()
374 group->addChild(memConGroup.release()); in createCommandPoolMemoryReservationTests()
377 return group.release(); in createCommandPoolMemoryReservationTests()
H A DvktPipelineCacheSCTests.cpp380 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "pipeline_cache", "Tests verifying Vulkan SC pipeline cache")); in createPipelineCacheTests()
395 addFunctionCaseWithPrograms(group.get(), tests[testIdx].name, "", createShaders, createPipelineCacheTest, params); in createPipelineCacheTests()
398 return group.release(); in createPipelineCacheTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesQueueBindSparseTests.cpp333 void populateTestGroup(tcu::TestCaseGroup* group) in populateTestGroup() argument
367 group->addChild(new SparseQueueBindTest(group->getTestContext(), cases[caseNdx].name, cases[caseNdx].description, cases[caseNdx].params)); in populateTestGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmSpirvVersionTests.cpp378 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "spirv_version", "Test SPIR-V version is supported")); in createSpivVersionCheckTests()
397 group->addChild(new SpvAsmSpirvVersionsCase(testCtx, testName.c_str(), "", testParameters)); in createSpivVersionCheckTests()
402 return group.release(); in createSpivVersionCheckTests()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_js_affinity.c39 * all cores on slot 1 could be blocked by those using a coherent group in kbase_js_can_run_job_on_slot_no_lock()
127 /* js[0] and single-core-group systems just get in kbase_js_choose_affinity()
128 * the first core group */ in kbase_js_choose_affinity()
129 *affinity = kbdev->gpu_props.props.coherency_info.group[0].core_mask & core_availability_mask & in kbase_js_choose_affinity()
133 * dual-core-group systems */ in kbase_js_choose_affinity()
137 *affinity = kbdev->gpu_props.props.coherency_info.group[core_group_idx].core_mask & in kbase_js_choose_affinity()
141 * group 1 and the core availability policy is in kbase_js_choose_affinity()
142 * keeping that core group off, then fail */ in kbase_js_choose_affinity()
155 * If no cores are currently available in the desired core group(s) in kbase_js_choose_affinity()
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H A Dmpp_buffer_impl.h102 * used for buf on group reset mode
126 /* group status flag */
130 // is_misc: 0 - normal group 1 - misc group
132 // is_orphan: 0 - normal group 1 - orphan group
180 * group allocator.
196 MppBufferGroupImpl *group, MppBufferInfo *info, MppBufferImpl **buffer);
203 MPP_RET mpp_buffer_group_init(MppBufferGroupImpl **group, const char *tag, \
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_js_affinity.c41 * all cores on slot 1 could be blocked by those using a coherent group in kbase_js_can_run_job_on_slot_no_lock()
134 /* js[0] and single-core-group systems just get in kbase_js_choose_affinity()
135 * the first core group */ in kbase_js_choose_affinity()
137 kbdev->gpu_props.props.coherency_info.group[0].core_mask in kbase_js_choose_affinity()
142 * dual-core-group systems */ in kbase_js_choose_affinity()
148 kbdev->gpu_props.props.coherency_info.group[core_group_idx].core_mask in kbase_js_choose_affinity()
153 * group 1 and the core availability policy is in kbase_js_choose_affinity()
154 * keeping that core group off, then fail */ in kbase_js_choose_affinity()
170 * If no cores are currently available in the desired core group(s) in kbase_js_choose_affinity()
/third_party/icu/tools/scripts/
H A Duconfig_vars_test.py66 if uconfig_no_flag.group(0) not in uconfig_no_flags_all:
67 uconfig_no_flags_all.append(uconfig_no_flag.group(0))
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataCppFromXml.java103 Variant variant = Variant.parse(basenameMatcher.group(1)); in parse()
104 Type type = Type.parse(basenameMatcher.group(2)); in parse()
/third_party/mbedtls/tests/scripts/
H A Dset_psa_test_dependencies.py218 arguments = content_matches[-1].group(0).split(':')
234 old_dependencies = dependencies_match.group(0).split(':')
/third_party/jerryscript/tools/
H A Dgen-doctest.py130 decl, decl_lineno = self._process_decl(decl_match.group(1))
135 decl, decl_lineno = self._process_decl(decl_match.group(1))
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp169 then_mov[i]->group != else_mov[i]->group || in opt_peephole_sel()
/third_party/musl/src/passwd/
H A Dgetgr_a.c20 int __getgr_a(const char *name, gid_t gid, struct group *gr, char **buf, size_t *size, char ***mem, size_t *nmem, struct group **res) in __getgr_a()
29 f = fopen("/etc/group", "rbe"); in __getgr_a()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A D_manylinux.py159 return int(m.group("major")), int(m.group("minor"))
/third_party/mesa3d/src/intel/isl/
H A Dgen_format_layout.py160 self.type = self._types[grouped.group('type')].upper()
161 self.size = int(grouped.group('size'))
/third_party/libfuse/test/
H A Dutil.py30 proto = (int(hit.group(1)), int(hit.group(2)))
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dregexp_adapter_icu.cc160 UnicodeStringToUtf8String(matcher->group(group_index, status)); in Consume()
184 *matched_string = UnicodeStringToUtf8String(matcher->group(1, status)); in Match()
/third_party/python/Tools/c-analyzer/c_parser/
H A Dmatch.py175 group = _KIND.get_group(item.kind)
176 collated[group].append(item)
/third_party/python/Lib/ctypes/
H A D_aix.py146 return matches[0].group(1)
207 versions.append(m.group(0))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCaseUtil.cpp177 void createAmberTestsFromIndexFile (tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string filename, const char* category) in createAmberTestsFromIndexFile() argument
187 group->addChild(testCase); in createAmberTestsFromIndexFile()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcomment_convert.py81 content = match.group('content')
164 indent = def_match.group('indentation')
H A Dpromote.py100 type = matches.group('type')
101 name = matches.group('name')

Completed in 12 milliseconds

1...<<41424344454647484950>>...95