Home
last modified time | relevance | path

Searched refs:set (Results 3276 - 3300 of 8119) sorted by relevance

1...<<131132133134135136137138139140>>...325

/third_party/typescript/tests/baselines/reference/
H A DprivateNameFieldAssignment.js43 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
54 _A_field.set(this, 0);
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_field.h68 virtual void DetermineForwardDeclarations(std::set<string>* fwd_decls) const;
69 virtual void DetermineObjectiveCClassDefinitions(std::set<string>* fwd_decls) const;
76 // Exposed to get and set the has bits information.
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.h40 #include <set>
181 std::set<const FileDescriptor*> weak_deps_;
/third_party/python/Lib/test/
H A Dtest_dtrace.py128 opcodes = set(["CALL_FUNCTION", "CALL_FUNCTION_EX", "CALL_FUNCTION_KW"])
148 self.assertEqual(set(), opcodes)
/third_party/spirv-tools/source/opt/
H A Ddebug_info_manager.h18 #include <set>
257 std::unordered_map<uint32_t, std::set<InstPtr, InstPtrLess>>
H A Ddef_use_manager.h18 #include <set>
218 using IdToUsersMap = std::set<UserEntry, UserEntryLess>;
H A Dreduce_load_size.cpp17 #include <set>
134 std::set<uint32_t> elements_used; in ShouldReplaceExtract()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.hpp32 #include <set>
45 typedef std::set<Priority> Priorities;
/third_party/glslang/glslang/HLSL/
H A Dpch.h51 #include <set>
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-3040.js17 map.set(array);
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dstore-type.c4 static void set(struct foo *f) in set() function
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_blend.asm84 ; %1 name , %2 src (b or w), %3 inter (w or d), %4 (1 if 16bit, not set if 8 bit)
184 ;%1 name, %2 (b or w), %3 (set if 16 bit)
205 ; %1 name , %2 src (b or w), %3 inter (w or d), %4 (1 if 16bit, not set if 8 bit)
313 ; %1 name , %2 src (b or w), %3 inter (w or d), %4 (1 if 16bit, not set if 8 bit)
342 ; %1 name , %2 src (b or w), %3 inter (w or d), %4 (1 if 16bit, not set if 8 bit)
/third_party/icu/icu4c/source/common/
H A Ducnv_ct.cpp482 /* set up the subconverter arguments */ in UConverter_toUnicode_CompoundText_OFFSETS()
593 sa->add(sa->set, 0x0000); in _CompoundText_GetUnicodeSet()
594 sa->add(sa->set, 0x0009); in _CompoundText_GetUnicodeSet()
595 sa->add(sa->set, 0x000A); in _CompoundText_GetUnicodeSet()
596 sa->addRange(sa->set, 0x0020, 0x007F); in _CompoundText_GetUnicodeSet()
597 sa->addRange(sa->set, 0x00A0, 0x00FF); in _CompoundText_GetUnicodeSet()
/third_party/node/lib/internal/console/
H A Dconstructor.js153 optionsMap.set(this, inspectOptions);
218 set(value) { stdout = value; },
228 set(value) { stderr = value; },
405 this._times.set(label, process.hrtime());
469 counts.set(label, count);
/third_party/node/deps/v8/third_party/jinja2/
H A Dext.py70 tags = set()
282 referenced = set()
442 tags = set(["do"])
453 tags = set(["break", "continue"])
519 If you don't want that behavior set the `babel_style` parameter to `False`
624 is now set to a list of keywords for extraction, the extractor will
631 The `newstyle_gettext` flag can be set to `True` to enable newstyle
635 A `silent` option can now be provided. If set to `False` template
647 extensions = set()
/third_party/node/test/fixtures/wpt/resources/
H A Dchannel.sub.js74 this.readSockets.set(uuid, socket);
78 throw new Error("Can't set message handler for write sockets");
89 this.writeSockets.set(uuid, [socket, count]);
110 target.set(uuid, [socket, count]);
481 this.responseHandlers.set(commandId, fn);
509 * its URL set to the same as the ``uuid`` property of this
694 remoteObjectsById.set(rv, obj);
859 case "set":
883 objectsSeen.set(item, serialized);
894 case "set"
[all...]
/third_party/nghttp2/src/
H A Dshrpx_worker_process.cc602 sigset_t set; in worker_process_event_loop() local
603 sigemptyset(&set); in worker_process_event_loop()
604 sigaddset(&set, SIGCHLD); in worker_process_event_loop()
606 rv = pthread_sigmask(SIG_BLOCK, &set, nullptr); in worker_process_event_loop()
620 rv = pthread_sigmask(SIG_UNBLOCK, &set, nullptr); in worker_process_event_loop()
/third_party/node/deps/icu-small/source/common/
H A Ducnv_ct.cpp482 /* set up the subconverter arguments */ in UConverter_toUnicode_CompoundText_OFFSETS()
593 sa->add(sa->set, 0x0000); in _CompoundText_GetUnicodeSet()
594 sa->add(sa->set, 0x0009); in _CompoundText_GetUnicodeSet()
595 sa->add(sa->set, 0x000A); in _CompoundText_GetUnicodeSet()
596 sa->addRange(sa->set, 0x0020, 0x007F); in _CompoundText_GetUnicodeSet()
597 sa->addRange(sa->set, 0x00A0, 0x00FF); in _CompoundText_GetUnicodeSet()
/third_party/mesa3d/src/intel/genxml/
H A Dgen_pack_header.py564 self.enums = set()
585 self.instruction_engines = set(attrs["engine"].split('|'))
764 if set(engines) - set(valid_engines):
771 p.engines = set(engines)
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ssa.cpp248 usedBeforeAssigned.set(i->getSrc(s)->id); in buildLiveSetsPreSSA()
250 assigned.set(i->getDef(d)->id); in buildLiveSetsPreSSA()
257 usedBeforeAssigned.set(it->get()->id); in buildLiveSetsPreSSA()
282 bb->defSet.set(i->getDef(d)->id); in buildDefSetsPreSSA()
539 it->set(lval); in search()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-printer.cc119 const std::set<size_t>& arrows_starting_here = {}, in PrintVerticalArrows()
120 const std::set<BasicBlock*>& targets_starting_here = {},
166 std::set<size_t>* arrows_starting_here = nullptr) { in AddTargetIfNotNext()
452 std::set<size_t> arrows_starting_here; in Process()
465 std::set<size_t> arrows_starting_here; in Process()
/third_party/skia/samplecode/
H A DSamplePatch.cpp100 pt->set(x, y); in eval_sheet()
173 tex[i*2 + 0].set(s, t); in draw()
174 tex[i*2 + 1].set(s, t + dt); in draw()
230 fSize1.set(2, 2);
311 fPts[((PtClick*)click)->fIndex].set(click->fCurr.fX - DX, click->fCurr.fY - DY);
/third_party/skia/src/core/
H A DSkRecordDraw.cpp151 r.set.get(), r.count, r.dstClips, r.preViewMatrices, r.sampling, r.paint, r.constraint));
253 const SkPaint* paint; // Unowned. If set, adjusts the bounds of all ops in this block.
492 SkRect entryBounds = op.set[i].fDstRect; in bounds()
493 if (op.set[i].fHasClip) { in bounds()
497 if (op.set[i].fMatrixIndex >= 0) { in bounds()
498 op.preViewMatrices[op.set[i].fMatrixIndex].mapRect(&entryBounds); in bounds()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderMemory.cpp174 Pointer<Byte> set = routine->descriptorSets[d.DescriptorSet]; // DescriptorSet* in EmitVariable() local
175 Pointer<Byte> binding = Pointer<Byte>(set + bindingOffset); // vk::SampledImageDescriptor* in EmitVariable()
186 // Note: the module may contain descriptor set references that are not suitable for this implementation -- using a set index higher than the number in EmitVariable()
187 // of descriptor set binding points we support. As long as the selected entrypoint doesn't actually touch the out of range binding points, this in EmitVariable()
390 ASSERT(routine->pipelineLayout->getDescriptorCount(d.DescriptorSet, d.Binding) != 0); // "If descriptorCount is zero this binding entry is reserved and the resource must not be accessed from any stage via this binding within any pipeline using the set layout." in GetPointerToData()
396 auto set = state->getPointer(id); in GetPointerToData() local
397 Assert(set.base != Pointer<Byte>(nullptr)); in GetPointerToData()
398 Pointer<Byte> descriptor = set.base + descriptorOffset; // BufferDescriptor* in GetPointerToData()
439 // "it is invalid for more than one of these four bits to be set in MemoryOrder()
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dext.py70 tags = set()
282 referenced = set()
442 tags = set(["do"])
453 tags = set(["break", "continue"])
519 If you don't want that behavior set the `babel_style` parameter to `False`
624 is now set to a list of keywords for extraction, the extractor will
631 The `newstyle_gettext` flag can be set to `True` to enable newstyle
635 A `silent` option can now be provided. If set to `False` template
647 extensions = set()

Completed in 19 milliseconds

1...<<131132133134135136137138139140>>...325