Home
last modified time | relevance | path

Searched refs:set (Results 4476 - 4500 of 10781) sorted by relevance

1...<<171172173174175176177178179180>>...432

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVertexArray_unittest.cpp26 dirtyBits.set(bits[i]); in TEST()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatTest.java209 * Instantiate a SimpleDateFormat set up to produce a full time in TestWallyWedel()
494 // The format method only set position for the first occurrence of in TestFieldPosition()
679 // To allow cross pattern parsing, we need to set ParseOption.ALL_STYLES in TestGenericTime()
1573 cal.set(1997, 1 - 1, 17, 10, 11, 42); in TestPartialParse994()
1642 cal.set(1997, 2 - 1, 3); in TestRunTogetherPattern917()
1647 cal.set(1997, 3 - 1, 4); in TestRunTogetherPattern917()
1676 cal.set(1997, Calendar.JUNE, 15); in TestCzechMonths459()
1679 cal.set(1997, Calendar.JULY, 15); in TestCzechMonths459()
1724 cal.set(1995, 0, 1, 5, 1, 29); in TestLetterDPattern212()
1755 cal.set(yea in TestDayOfYearPattern195()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java206 * Instantiate a SimpleDateFormat set up to produce a full time in TestWallyWedel()
491 // The format method only set position for the first occurrence of in TestFieldPosition()
676 // To allow cross pattern parsing, we need to set ParseOption.ALL_STYLES in TestGenericTime()
1657 cal.set(1997, 1 - 1, 17, 10, 11, 42); in TestPartialParse994()
1726 cal.set(1997, 2 - 1, 3); in TestRunTogetherPattern917()
1731 cal.set(1997, 3 - 1, 4); in TestRunTogetherPattern917()
1760 cal.set(1997, Calendar.JUNE, 15); in TestCzechMonths459()
1763 cal.set(1997, Calendar.JULY, 15); in TestCzechMonths459()
1808 cal.set(1995, 0, 1, 5, 1, 29); in TestLetterDPattern212()
1839 cal.set(yea in TestDayOfYearPattern195()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h70 // set callback
143 const std::set<std::string>& callbacks) override;
145 bool autoCancel, std::function<void(int32_t, int32_t)>&& callback, const std::set<std::string>& callbacks,
148 std::function<void(int32_t, int32_t)> &&callback, const std::set<std::string> &callbacks) override;
150 std::function<void(int32_t, int32_t)> &&callback, const std::set<std::string> &callbacks,
301 const std::set<std::string>& callbacks);
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp86 cpu_set_t set = {}; in SetCpuAffinity() local
87 CPU_ZERO(&set); in SetCpuAffinity()
88 CPU_SET(cpu, &set); // NOLINT in SetCpuAffinity()
89 sched_setaffinity(getpid(), sizeof(set), &set); in SetCpuAffinity() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_column.cpp50 const std::set<std::string> MediaColumn::MEDIA_COLUMNS = {
56 const std::set<std::string> MediaColumn::DEFAULT_FETCH_COLUMNS = {
154 const std::set<std::string> PhotoColumn::DEFAULT_FETCH_COLUMNS = {
407 const std::set<std::string> PhotoColumn::PHOTO_COLUMNS = {
551 const std::set<std::string> AudioColumn::AUDIO_COLUMNS = {
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Drunning_lock_strategy.cpp181 // get all app and set UNRESTRICTED flag to system app. in GetAllAppInfos()
212 std::set<int> runningUids {}; in GetAllRunningAppInfo()
322 std::set<std::string> allowNameList {}; in GetExemptionConfig()
334 std::set<std::string> restrictBundleName {}; in GetExemptionConfig()
517 std::set<std::string> allowNameList {}; in GetExemptionConfigForApp()
526 std::set<std::string> restrictNameList {}; in GetExemptionConfigForApp()
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h25 #include <set>
112 virtual std::set<Pattern> DetectPatterns(const std::set<Pattern> &patternsToCheck) override;
203 using ObserverMap = std::map<int32_t, std::shared_ptr<std::set<sptr<IPasteboardChangedObserver>, classcomp>>>;
284 std::set<std::string> readBundles_;
/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()
/third_party/skia/tests/
H A DFontMgrTest.cpp93 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i)); in DEF_TEST()
94 REPORTER_ASSERT(reporter, fnset->count() == set->count()); in DEF_TEST()
100 for (int j = 0; j < set->count(); ++j) { in DEF_TEST()
103 set->getStyle(j, &fs, &sname); in DEF_TEST()
106 sk_sp<SkTypeface> face(set->createTypeface(j)); in DEF_TEST()
/third_party/skia/third_party/externals/icu/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseBitVector.h29 /// storing the elements that have non-zero bits set. In order to make this
33 /// to make multiple in-order test/set constant time after the first one is
98 void set(unsigned Idx) {
105 set(Idx);
126 /// find_first - Returns the index of the first set bit.
134 /// find_last - Returns the index of the last set bit.
145 /// find_next - Returns the index of the next set bit starting from the
146 /// "Curr" bit. Returns -1 if the next set bit is not found.
193 // BecameZero is set to true if this element became all-zero bits.
215 // one changed. BecameZero is set t
[all...]

Completed in 37 milliseconds

1...<<171172173174175176177178179180>>...432