Home
last modified time | relevance | path

Searched refs:sets (Results 51 - 75 of 134) sorted by relevance

123456

/third_party/gn/src/gn/
H A Dfunction_get_target_outputs.cc32 source sets and groups have no useful output file.
48 source sets and groups: this will return a list containing the path of the
H A Drust_variables.cc67 This field sets the `crate-type` attribute for the `rustc` tool on static
/third_party/icu/icu4c/source/common/
H A Drbbisetb.h50 // Unicode sets that include this range.
78 // to set numbers in the non-overlapping set of sets.
89 void addValToSets(UVector *sets, uint32_t val);
/third_party/node/deps/icu-small/source/common/
H A Drbbisetb.h50 // Unicode sets that include this range.
78 // to set numbers in the non-overlapping set of sets.
89 void addValToSets(UVector *sets, uint32_t val);
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbisetb.h50 // Unicode sets that include this range.
78 // to set numbers in the non-overlapping set of sets.
89 void addValToSets(UVector *sets, uint32_t val);
/third_party/node/deps/v8/tools/cppgc/
H A Dgen_cmake.py316 self._GenTargetString(target, sets)
317 for target, sets in self.source_sets.items())
/third_party/mesa3d/src/amd/registers/
H A Dregdb.py38 track of the sets that have been unified.
41 - union: unify the sets containing the two given elements
45 - sets: iterate over all sets (the sets form a partition of the set of all
79 def sets(self): member in UnionFind
579 # Walk over regtype sets that are to be merged and find enums that
581 for type_refs in regtypes_merge.sets():
597 # Merge all mergeable enum sets
599 for enum_refs in enums_merge.sets()
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_cmd_buffer.c132 descriptors_state->sets[idx] = set; in panvk_CmdBindDescriptorSets()
135 unsigned dyn_ubo_offset = playout->sets[idx].dyn_ubo_offset; in panvk_CmdBindDescriptorSets()
136 unsigned dyn_ssbo_offset = playout->sets[idx].dyn_ssbo_offset; in panvk_CmdBindDescriptorSets()
159 playout->sets[idx].dyn_ssbo_offset, in panvk_CmdBindDescriptorSets()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h339 } sets[MAX_SETS]; member
594 struct dzn_descriptor_set *sets; member
657 } sets[MAX_SETS]; member
751 } sets[MAX_SETS]; member
/third_party/googletest/googletest/scripts/
H A Dfuse_gtest_files.py64 from sets import Set as set # For Python 2.3 compatibility
/third_party/libunwind/libunwind/doc/
H A Dunw_set_cache_size.tex19 The \Func{unw\_set\_cache\_size}() routine sets the cache size of
H A Dunw_set_reg.tex19 The \Func{unw\_set\_reg}() routine sets the value of register
H A Dunw_set_caching_policy.tex19 The \Func{unw\_set\_caching\_policy}() routine sets the caching policy
H A Dunw_set_fpreg.tex19 The \Func{unw\_set\_fpreg}() routine sets the value of register
/third_party/node/lib/internal/main/
H A Dprint_help.js69 ['UV_THREADPOOL_SIZE', { helpText: 'sets the number of threads used in ' +
79 ['SSL_CERT_DIR', { helpText: 'sets OpenSSL\'s directory of trusted ' +
81 ['SSL_CERT_FILE', { helpText: 'sets OpenSSL\'s trusted certificate file ' +
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex2.h97 * Structure for [] character-set representation. Character sets are
101 * simplifies testing whether two sets could be identical.
135 cset *sets; /* -> cset [ncsets] */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex2.h100 * Structure for [] character-set representation. Character sets are
104 * simplifies testing whether two sets could be identical.
138 cset *sets; /* -> cset [ncsets] */ member
/third_party/python/PCbuild/
H A Denv.bat4 rem of the tools on PATH and use PlatformToolset instead. Ideally, both sets of
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp1800 de::MovePtr<tcu::TestCaseGroup> sets[] =
1874 sets[allocationKindNdx]->addChild(fullGroup.release());
1934 sets[allocationKindNdx]->addChild(subGroup.release());
1950 sets[static_cast<deUint32>(ALLOCATION_KIND_SUBALLOCATED)]->addChild(randomGroup.release());
1953 group->addChild(sets[0].release());
1954 dedicated->addChild(sets[1].release());
1955 dedicated->addChild(sets[2].release());
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBISetBuilder.java32 // set of input unicode sets.
36 // of these sets belong to the same set of the original
50 // Unicode sets that include this range.
162 // that is in no sets. in buildRanges()
211 // Add this unicode set to the list of sets for this rlRange in buildRanges()
277 // Handle input sets that contain the special string {eof}. in buildRanges()
391 // For each of the original Unicode sets - which correspond
395 // a list of sets.
401 void addValToSets(List<RBBINode> sets, int val) { in addValToSets() argument
402 for (RBBINode usetNode : sets) { in addValToSets()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBISetBuilder.java32 // set of input uniocde sets.
36 // of these sets belong to the same set of the original
48 // Unicode sets that include this range.
95 // (the range) includes, and sets the bit in fNum when
169 // that is in no sets. in buildRanges()
218 // Add this unicode set to the list of sets for this rlRange in buildRanges()
260 // Handle input sets that contain the special string {eof}. in buildRanges()
361 // For each of the original Unicode sets - which correspond
365 // a list of sets.
371 void addValToSets(List<RBBINode> sets, in argument
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c378 list_addtail(&set->link, &pool->sets); in lvp_AllocateDescriptorSets()
561 list_inithead(&pool->sets); in lvp_CreateDescriptorPool()
570 LIST_FOR_EACH_ENTRY_SAFE(set, tmp, &pool->sets, link) { in lvp_reset_descriptor_pool()
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py35 from sets import Set as set
125 # Cache various valid character sets for speed.
/third_party/libunwind/libunwind/tests/
H A Dx64-test-dwarf-expressions.S19 # Main calls DW_CFA_expression_testcase, which sets up known state in a
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.h259 zink_descriptor_util_alloc_sets(struct zink_screen *screen, VkDescriptorSetLayout dsl, VkDescriptorPool pool, VkDescriptorSet *sets, unsigned num_sets);

Completed in 15 milliseconds

123456