Home
last modified time | relevance | path

Searched refs:set (Results 951 - 975 of 6201) sorted by relevance

1...<<31323334353637383940>>...249

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFence.cpp35 angle::Result FenceNV::set(const Context *context, GLenum condition) in set() function in gl::FenceNV
37 ANGLE_TRY(mFence->set(context, condition)); in set()
95 angle::Result Sync::set(const Context *context, GLenum condition, GLbitfield flags) in set() function in gl::Sync
97 ANGLE_TRY(mFence->set(context, condition, flags)); in set()
/third_party/skia/third_party/externals/angle2/infra/specs/
H A Dgenerate_test_spec_json.py114 seen_mixins = set()
116 seen_mixins = seen_mixins.union(waterfall.get('mixins', set()))
118 seen_mixins = seen_mixins.union(tester.get('mixins', set()))
126 seen_mixins = seen_mixins.union(test.get('mixins', set()))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcheck_spec_links.py48 SYSTEM_TYPES = set(('void', 'char', 'float', 'size_t', 'uintptr_t',
54 DEFAULT_DISABLED_MESSAGES = set((
72 self._conditionally_recognized = set(('fname', 'sname'))
172 default_enabled_messages = set(MessageId).difference(
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddataflow.cpp18 #include <set>
48 // For each block, stores the set of blocks it can be preceded by.
61 std::map<uint32_t, std::set<uint32_t>> reachable_from;
73 std::set<uint32_t>& precedents = reachable_from[id];
214 std::map<uint32_t, std::set<uint32_t>> expected_result; in TEST_F()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DDisplay.h27 #include <set>
101 typedef std::set<Surface*> SurfaceSet;
106 typedef std::set<Context*> ContextSet;
109 typedef std::set<FenceSync*> SyncSet;
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DGlyphGroup.java21 super.set(glyph); in GlyphGroup()
26 super.set(glyph); in GlyphGroup()
40 this.set(glyph); in add()
45 super.set(glyph); in addAll()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dcall_graph.cpp27 call_graph_edges_[function.result_id()] = std::set<uint32_t>(); in CallGraph()
53 std::set<uint32_t> known_callees; in BuildGraphAndGetDepthOfFunctionCalls()
165 std::set<uint32_t> CallGraph::GetIndirectCallees(uint32_t function_id) const { in GetIndirectCallees()
166 std::set<uint32_t> result; in GetIndirectCallees()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dcall_graph.cpp27 call_graph_edges_[function.result_id()] = std::set<uint32_t>(); in CallGraph()
53 std::set<uint32_t> known_callees; in BuildGraphAndGetDepthOfFunctionCalls()
165 std::set<uint32_t> CallGraph::GetIndirectCallees(uint32_t function_id) const { in GetIndirectCallees()
166 std::set<uint32_t> result; in GetIndirectCallees()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddataflow.cpp18 #include <set>
48 // For each block, stores the set of blocks it can be preceded by.
61 std::map<uint32_t, std::set<uint32_t>> reachable_from;
73 std::set<uint32_t>& precedents = reachable_from[id];
214 std::map<uint32_t, std::set<uint32_t>> expected_result; in TEST_F()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-input.cc28 #include "hb-set.hh"
48 for (auto& set : input->sets_iter ()) in hb_subset_input_create_or_fail()
49 set = hb_set_create (); in hb_subset_input_create_or_fail()
231 for (hb_set_t* set : input->sets_iter ()) in hb_subset_input_destroy()
232 hb_set_destroy (set); in hb_subset_input_destroy()
241 * Gets the set of Unicode code points to retain, the caller should modify the
242 * set as needed.
259 * Gets the set of glyph IDs to retain, the caller should modify the set as
275 * @set_type: a #hb_subset_sets_t set typ
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h20 #include <set>
45 std::set<DieRangeInfo> Children;
56 typedef std::set<DieRangeInfo>::const_iterator die_range_info_iterator;
97 std::map<uint64_t, std::set<uint64_t>> ReferenceToDIEOffsets;
/third_party/spirv-tools/source/fuzz/
H A Dcall_graph.cpp27 call_graph_edges_[function.result_id()] = std::set<uint32_t>(); in CallGraph()
53 std::set<uint32_t> known_callees; in BuildGraphAndGetDepthOfFunctionCalls()
165 std::set<uint32_t> CallGraph::GetIndirectCallees(uint32_t function_id) const { in GetIndirectCallees()
166 std::set<uint32_t> result; in GetIndirectCallees()
/third_party/typescript/tests/baselines/reference/
H A DsuperInObjectLiterals_ES5.js14 set prop(value) {
46 set prop(value) {
91 set prop(value) {
129 set prop(value) {
H A DsuperPropertyAccessNoError.js4 //super.publicInstanceMemberFunction in instance member accessor(get and set) of derived class
7 //super.publicStaticMemberFunction in static member accessor(get and set) of derived class
43 set a(n) {
59 static set a(n) {
76 //super.publicInstanceMemberFunction in instance member accessor(get and set) of derived class
79 //super.publicStaticMemberFunction in static member accessor(get and set) of derived class
129 set: function (n) {
146 set: function (n) {
H A DsuperPropertyAccess_ES5.js22 set property(value: string) { this._property = value }
26 set property(value: string) {
75 set: function (value) { this._property = value; },
87 set: function (value) {
H A DtopLevelAwait.1(module=es2022,target=es2015).js28 set await(value) { }
38 set await(value) { }
129 set await(value) { }
141 set await(value) { }
H A DtopLevelAwait.1(module=es2022,target=es2017).js28 set await(value) { }
38 set await(value) { }
129 set await(value) { }
141 set await(value) { }
H A DtopLevelAwait.1(module=esnext,target=es2015).js28 set await(value) { }
38 set await(value) { }
129 set await(value) { }
141 set await(value) { }
H A DtopLevelAwait.1(module=esnext,target=es2017).js28 set await(value) { }
38 set await(value) { }
129 set await(value) { }
141 set await(value) { }
H A DtopLevelAwait.1(module=system,target=es2015).js28 set await(value) { }
38 set await(value) { }
144 set await(value) { }
156 set await(value) { }
H A DtopLevelAwait.1(module=system,target=es2017).js28 set await(value) { }
38 set await(value) { }
144 set await(value) { }
156 set await(value) { }
H A DcollisionSuperAndParameter.js13 set c(_super: number) { // No error
27 set z(_super: number) { // Error
97 set: function (_super) {
127 set: function (_super) {
H A DderivedClassIncludesInheritedMembers.js6 set c(v) { }
11 static set t(v) { }
65 set: function (v) { },
72 set: function (v) { },
H A DprotectedClassPropertyAccessibleWithinNestedSubclass.js9 protected set y(x) { this.y = this.x; }
13 protected static set y(x) { this.y = this.x; }
68 set: function (x) { this.y = this.x; },
75 set: function (x) { this.y = this.x; },
H A DinferringClassMembersFromAssignments.js45 set() {
86 static set() {
186 C.prototype.set = function () {
219 C.set = function () {

Completed in 7 milliseconds

1...<<31323334353637383940>>...249