/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | dataflow.cpp | 18 #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 D | Display.h | 27 #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 D | GlyphGroup.java | 21 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 D | call_graph.cpp | 27 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 D | call_graph.cpp | 27 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 D | dataflow.cpp | 18 #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 D | hb-subset-input.cc | 28 #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 D | DWARFVerifier.h | 20 #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 D | call_graph.cpp | 27 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 D | superInObjectLiterals_ES5.js | 14 set prop(value) { 46 set prop(value) { 91 set prop(value) {
129 set prop(value) {
|
H A D | superPropertyAccessNoError.js | 4 //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 D | superPropertyAccess_ES5.js | 22 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 D | topLevelAwait.1(module=es2022,target=es2015).js | 28 set await(value) { } 38 set await(value) { } 129 set await(value) { }
141 set await(value) { }
|
H A D | topLevelAwait.1(module=es2022,target=es2017).js | 28 set await(value) { } 38 set await(value) { } 129 set await(value) { }
141 set await(value) { }
|
H A D | topLevelAwait.1(module=esnext,target=es2015).js | 28 set await(value) { } 38 set await(value) { } 129 set await(value) { }
141 set await(value) { }
|
H A D | topLevelAwait.1(module=esnext,target=es2017).js | 28 set await(value) { } 38 set await(value) { } 129 set await(value) { }
141 set await(value) { }
|
H A D | topLevelAwait.1(module=system,target=es2015).js | 28 set await(value) { } 38 set await(value) { } 144 set await(value) { }
156 set await(value) { }
|
H A D | topLevelAwait.1(module=system,target=es2017).js | 28 set await(value) { } 38 set await(value) { } 144 set await(value) { }
156 set await(value) { }
|
H A D | collisionSuperAndParameter.js | 13 set c(_super: number) { // No error 27 set z(_super: number) { // Error 97 set: function (_super) {
127 set: function (_super) {
|
H A D | derivedClassIncludesInheritedMembers.js | 6 set c(v) { } 11 static set t(v) { } 65 set: function (v) { },
72 set: function (v) { },
|
H A D | protectedClassPropertyAccessibleWithinNestedSubclass.js | 9 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 D | inferringClassMembersFromAssignments.js | 45 set() { 86 static set() { 186 C.prototype.set = function () {
219 C.set = function () {
|
H A D | instancePropertiesInheritedIntoClassType.js | 8 set y(v) { } 30 set y(v: U) { } 72 set: function (v) { },
104 set: function (v) { },
|
H A D | typeOfThisInStaticMembers10(target=es2022).js | 23 static set fa (v: number) { 45 static set fa (v: number) { 77 static set fa(v) {
100 static set fa(v) {
|
H A D | typeOfThisInStaticMembers10(target=es6).js | 23 static set fa (v: number) { 45 static set fa (v: number) { 73 static set fa(v) {
97 static set fa(v) {
|