Home
last modified time | relevance | path

Searched refs:set (Results 3151 - 3175 of 5727) sorted by relevance

1...<<121122123124125126127128129130>>...230

/third_party/glslang/glslang/Public/
H A DShaderLang.h211 // Can override previous methods of setting, when items are set here.
445 // - optionally use setPreamble() to set a special shader string that will be
485 GLSLANG_EXPORT void setShiftBindingForSet(TResourceType res, unsigned int base, unsigned int set);
505 GLSLANG_EXPORT void setGlobalUniformSet(unsigned int set);
507 GLSLANG_EXPORT void setAtomicCounterBlockSet(unsigned int set);
577 // 1. Call setStringsWithNames to set the source strings and associated
776 // and descriptor set index respectively.
781 // 3) all uniforms with binding and set already defined
782 // 4) all uniforms with binding but no set defined
783 // 5) all uniforms with set bu
[all...]
/third_party/gn/src/base/files/
H A Dfile_util_posix.cc83 const std::set<gid_t>& group_gids) { in VerifySpecificPathControlledByUser()
146 // Appends |mode_char| to |mode| before the optional character set encoding; see
520 // macOS does not provide a mode character to set O_CLOEXEC; see in OpenFile()
617 const std::set<gid_t>& group_gids) { in VerifyPathControlledByUser()
661 std::set<gid_t> allowed_group_ids; in VerifyPathControlledByAdmin()
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h47 #include <set>
363 // environment variable or a command line flag. E.g. you can set the
700 std::set<std::string>* ignored_parameterized_test_suites() { in ignored_parameterized_test_suites()
746 // context of a test or a test suite, or to the global property set. If the
768 // Returns the vector of environments that need to be set-up/torn-down
867 // The vector of environments that need to be set-up/torn-down
887 // The set holding the name of parameterized
889 std::set<std::string> ignored_parameterized_test_suites_;
899 // When no test is running, this is set to NULL and Google Test
905 // no test is running, this is set t
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMap.java102 abstract void set(CharSequence string, int i); in set() method in TrieMap.Matcher
218 public void set(CharSequence text, int start) { in set() method in TrieMap.BytesTrieMap.BytesMatcher
283 // integers, and a mapping from those integers to a set of values in add()
401 public void set(CharSequence text, int start) { in set() method in TrieMap.CharsTrieMap.CharsMatcher
459 // integers, and a mapping from those integers to a set of values in add()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java101 abstract void set(CharSequence string, int i); in set() method in TrieMap.Matcher
217 public void set(CharSequence text, int start) { in set() method in TrieMap.BytesTrieMap.BytesMatcher
282 // integers, and a mapping from those integers to a set of values in add()
400 public void set(CharSequence text, int start) { in set() method in TrieMap.CharsTrieMap.CharsMatcher
458 // integers, and a mapping from those integers to a set of values in add()
/third_party/icu/icu4c/source/i18n/
H A Ducol.cpp281 // enum will not changes. They are set so that the enum value in ucol_getBound()
613 UnicodeSet *set = Collator::fromUCollator(coll)->getTailoredSet(*status); in ucol_getTailoredSet() local
615 delete set; in ucol_getTailoredSet()
618 return set->toUSet(); in ucol_getTailoredSet()
H A Dchnsecal.cpp131 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in ChineseCalendar()
141 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in ChineseCalendar()
259 * The DAY_OF_WEEK and DOW_LOCAL fields are already set when this
270 true); // set all fields in handleComputeFields()
659 * either set all relevant fields, as required by
660 * <code>handleComputeFields()</code>, or it can just set the MONTH and
669 * @param setAllFields if true, set the EXTENDED_YEAR, ERA, YEAR,
670 * DAY_OF_MONTH, and DAY_OF_YEAR fields. In either case set the MONTH
812 set(UCAL_JULIAN_DAY, jd-1); in offsetMonth()
821 set(UCAL_JULIAN_DA in offsetMonth()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_vars_to_ssa.c48 struct set *loads;
49 struct set *stores;
50 struct set *copies;
54 /* True if this node is fully direct. If set, it must be in the children
/third_party/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp31 #include <set>
438 std::set<Instruction*> vmem_clause; in collect_preasm_stats()
439 std::set<Instruction*> smem_clause; in collect_preasm_stats()
/third_party/mesa3d/src/broadcom/cle/
H A Dgen_pack_header.py234 relocs_emitted = set()
235 memcpy_fields = set()
409 self.enums = set()
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dcode_generator.py413 refs = set()
427 all_refs = set()
440 queue = set(all_refs)
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.py217 cancel_event.set()
333 self.gc_caused = collections.defaultdict(lambda: set())
357 self.funcs[name] = set()
/third_party/node/tools/inspector_protocol/
H A Dcode_generator.py398 refs = set()
412 all_refs = set()
426 queue = set(all_refs)
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h47 #include <set>
364 // environment variable or a command line flag. E.g. you can set the
701 std::set<std::string>* ignored_parameterized_test_suites() { in ignored_parameterized_test_suites()
747 // context of a test or a test suite, or to the global property set. If the
769 // Returns the vector of environments that need to be set-up/torn-down
868 // The vector of environments that need to be set-up/torn-down
888 // The set holding the name of parameterized
890 std::set<std::string> ignored_parameterized_test_suites_;
900 // When no test is running, this is set to NULL and Google Test
906 // no test is running, this is set t
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ducol.cpp281 // enum will not changes. They are set so that the enum value in ucol_getBound()
613 UnicodeSet *set = Collator::fromUCollator(coll)->getTailoredSet(*status); in ucol_getTailoredSet() local
615 delete set; in ucol_getTailoredSet()
618 return set->toUSet(); in ucol_getTailoredSet()
/third_party/node/deps/npm/node_modules/read-package-json/lib/
H A Dread-json.js172 var set = readJson.extraSet
173 var n = set.length
175 set.forEach(function (fn) {
/third_party/icu/icu4c/source/test/cintltst/
H A Dspooftest.c339 * get & set Checks in TestUSpoofCAPI()
411 * AllowedChars set/get the USet of allowed characters. in TestUSpoofCAPI()
414 const USet *set; in TestUSpoofCAPI() local
419 set = uspoof_getAllowedChars(sc, &status); in TestUSpoofCAPI()
422 TEST_ASSERT(uset_equals(tmpSet, set)); in TestUSpoofCAPI()
428 /* Remove a character that is in our good Latin test identifier from the allowed chars set. */ in TestUSpoofCAPI()
/third_party/python/Lib/
H A Dntpath.py10 # Should be set before imports for resolving cyclic dependency.
216 # set i to index beyond p's last slash
600 seen = set()
818 isabs, = set(p[:1] == sep for d, p in drivesplits)
825 if len(set(d for d, p in drivesplits)) != 1:
/third_party/python/Lib/idlelib/
H A Dconfig.py93 self.set(section, option, value)
98 self.set(section, option, value)
332 #cursor (only foreground can be set)
362 """Return the name of the currently active key set."""
387 'name2' may still be set, but it is ignored.
530 keySetName - name of key binding set (config-keys section).
559 extension binding is disabled by being set to ''
666 ' key set %r is not defined, using default bindings.' %
680 ' from key set %r.\n'
768 _warned = set()
[all...]
H A Ddebugger.py163 self.vstack.set(1)
174 self.vlocals.set(1)
289 self.root.tk.call('set', '::idledebugwait', '1')
483 canvas["yscrollcommand"] = vbar.set
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiMaintenance3Check.cpp37 #include <set>
52 using ::std::set;
73 using TypeSet = set<vk::VkDescriptorType>;
121 // Get the subset of alive types for a specific limit, among the set of types affected by the limit.
133 // Distribute descriptor counts as evenly as possible among the given set of types, taking into account the
344 // Removed from Vulkan SC test set: VK_EXT_inline_uniform_block extension removed from Vulkan SC in buildLimitsVector()
480 // set values to be a bit smaller than required minimum values in iterate()
639 // Create a vector of selectors with combSize elements set to true. in iterate()
857 // Verify we can create a descriptor set with the promised amount of descriptors. in testCountLayoutSupport()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp65 // Clear "do not change" set. in StartBlock()
220 // If this reg is tied and live (Classes[Reg] is set to -1), we can't change in PrescanInstruction()
234 KeepRegs.set(*SubRegs); in PrescanInstruction()
238 KeepRegs.set(*SuperRegs); in PrescanInstruction()
246 KeepRegs.set(*SubRegs); in PrescanInstruction()
551 // is an anti-dependence that we may be able to break. If it is, set in BreakAntiDependencies()
H A DScheduleDAG.cpp579 Visited.set(SU->NodeNum);
634 Visited.set(s);
667 VisitedBack.set(s);
/third_party/skia/src/core/
H A DSkPathRef.cpp517 dxdy.set(SkScalarAbs(v1_0.fX), SkScalarAbs(v2_1.fY));
520 dxdy.set(SkScalarAbs(v2_1.fX), SkScalarAbs(v2_1.fY));
523 dxdy.set(SkScalarAbs(v2_1.fX), SkScalarAbs(v1_0.fY));
633 // Currently we don't allow both of these to be set, even though ovals are ro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DSymbolTable.h49 #include <set>
466 return false; // Only set default precision for int/float in setDefaultPrecision()
468 return false; // Not allowed to set for aggregate types in setDefaultPrecision()
503 // if it is set as invariant during the varying variable
528 std::set<std::string> mUnmangledBuiltinNames;
530 std::set<std::string> mInvariantVaryings;

Completed in 29 milliseconds

1...<<121122123124125126127128129130>>...230