Home
last modified time | relevance | path

Searched refs:set (Results 3601 - 3625 of 10171) sorted by relevance

1...<<141142143144145146147148149150>>...407

/third_party/skia/samplecode/
H A DSamplePathClip.cpp120 p0.set(bounds.left(), y);
156 fPoly[0].set(300, 40); in EdgeClipView()
157 fPoly[1].set(550, 250); in EdgeClipView()
158 fPoly[2].set(40, 450); in EdgeClipView()
260 fPoly[i].set(snap(fSrc[i].x() + dx), snap(fSrc[i].y() + dy));
/third_party/skia/src/core/
H A DSkRegion_path.cpp316 return dst->set(clip); in check_inverse_on_empty_return()
404 void set(int x, int y0, int y1) { in set() function
510 r.set(bounds); // this converts the ints to scalars
520 edge[0].set(r.fLeft, r.fBottom, r.fTop);
521 edge[1].set(r.fRight, r.fTop, r.fBottom);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrmbcs.cpp25 // TODO: This set of data comes from the character frequency-
36 // TODO: This set of data comes from the character frequency-
51 // TODO: This set of data comes from the character frequency-
66 // TODO: This set of data comes from the character frequency-
81 // TODO: This set of data comes from the character frequency-
274 results->set(det, this, confidence); in match()
342 // Code set 3. in nextChar()
375 results->set(det, this, confidence); in match()
397 results->set(det, this, confidence); in match()
449 results->set(de in match()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcalendar.h60 * a `UDate` object and a set of integer fields such as
100 * will give preference to fields set more recently. For example, when
103 * most recently set single field, will be used.
240 * this. For instance, in US locale, first-day-of-week is set to 1, i.e., SUNDAY.
302 * with U_ZERO_ERROR if created successfully, set to a failure result
317 * with U_ZERO_ERROR if created successfully, set to a failure result
330 * with U_ZERO_ERROR if created successfully, set to a failure result
342 * with U_ZERO_ERROR if created successfully, set to a failure result
357 * with U_ZERO_ERROR if created successfully, set to a failure result
371 * with U_ZERO_ERROR if created successfully, set t
[all...]
/third_party/skia/src/pathops/
H A DSkOpSegment.h47 curve.fConic.set(pts, weight); in addConic()
55 curve.fCubic.set(pts); in addCubic()
64 angle->set(&fTail, fTail.prev()); in addEndSpan()
82 angle->set(&fHead, fHead.next()); in addStartSpan()
90 curve.fQuad.set(pts); in addQuad()
429 SkOpSpan fHead; // the head span always has its t set to zero
430 SkOpSpanBase fTail; // the tail span always has its t set to one
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-plan.cc29 #include "hb-set.hh"
69 mapping->set (palette_index, palette_index); in _remap_palette_indexes()
72 mapping->set (palette_index, new_idx); in _remap_palette_indexes()
84 mapping->set (_.first, _.second); in _remap_indexes()
304 plan->codepoint_to_glyph->set (cp, gid); in _populate_unicodes_to_retain()
318 plan->codepoint_to_glyph->set (cp_gid.first, cp_gid.second); in _populate_unicodes_to_retain()
388 // Populate a full set of glyphs to retain by adding all referenced in _populate_gids_to_retain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp335 // If the stack was realigned, the frame pointer is set in order to allow in getFrameIndexReference()
360 SavedRegs.set(RISCV::X1); in determineCalleeSaves()
361 SavedRegs.set(RISCV::X8); in determineCalleeSaves()
365 SavedRegs.set(RISCVABI::getBPReg()); in determineCalleeSaves()
382 SavedRegs.set(CSRegs[i]); in determineCalleeSaves()
393 SavedRegs.set(Regs[i]); in determineCalleeSaves()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp233 Reserved.set(XCore::CP); in getReservedRegs()
234 Reserved.set(XCore::DP); in getReservedRegs()
235 Reserved.set(XCore::SP); in getReservedRegs()
236 Reserved.set(XCore::LR); in getReservedRegs()
238 Reserved.set(XCore::R10); in getReservedRegs()
/third_party/skia/third_party/externals/icu/source/data/
H A DBUILDRULES.py432 dep_files = set(InFile(filename) for filename in io.glob("translit/*.txt"))
433 dep_files -= set(input_files)
539 excluded_locales = set([
551 alias_locales = set(dependency_data["aliases"].keys())
553 alias_locales = set()
/third_party/toybox/toys/pending/
H A Dsyslogd.c106 uint8_t set, levval, bits = 0; in resolve_config() local
142 for (i = 0, set = levval; set; set >>= 1, i++) in resolve_config()
143 if (set & 0x1) file->facility[i] |= ~facval; in resolve_config()
H A Dtcpsvd.c34 -E Don't set up environment variables
223 int sockfd, ret, set = 1; in create_bind_sock() local
249 setsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR, &set, sizeof(set)); in create_bind_sock()
250 if (TT.udp) setsockopt(sockfd, IPPROTO_IP, IP_PKTINFO, &set, sizeof(set)); in create_bind_sock()
/third_party/rust/crates/clap/src/
H A Dmacros.rs89 /// When the crate name is set to something different from the package name,
444 /// **NOTE**: Not all settings may be set using the usage string method. Some properties are
488 /// This is set by placing bare-word between:
568 pub(crate) fn set(&mut self, s: $settings) {
610 flags.set(setting); in from()
619 self.set(rhs); in bitor()
629 flags.set(self); in bitor()
630 flags.set(rhs); in bitor()
/third_party/skia/include/private/
H A DSkTHash.h72 // set(), find() and foreach() all allow mutable access to table entries.
78 // The pointers returned by set() and find() are valid only until the next call to set().
83 T* set(T val) { in set() function in SkTHashTable
425 // N.B. The pointers returned by set() and find() are valid only until the next call to set().
429 V* set(K key, V val) { in set() function in SkTHashMap
430 Pair* out = fTable.set({std::move(key), std::move(val)}); in set()
447 return *this->set(key, V{}); in operator []()
489 // A set o
[all...]
/third_party/skia/include/gpu/
H A DGrDirectContext.h11 #include <set>
140 * flush the context. Calling resetContext() does not change the set that will be bound
215 * @param maxResources If non-null, will be set to -1.
299 void purgeUnlockedResourcesByPid(bool scratchResourcesOnly, const std::set<int>& exitedPidSet);
300 void purgeCacheBetweenFrames(bool scratchResourcesOnly, const std::set<int>& exitedPidSet,
301 const std::set<int>& protectedPidSet);
779 * See GrBackendSurfaceMutableState to see what state can be set via this call.
781 * If the backend API is Vulkan, the caller can set the GrBackendSurfaceMutableState's
806 // 1) Create a GrDirectContext as normal, but set fPersistentCache on GrContextOptions to
876 std::set<GrGpuResourceTa
[all...]
/third_party/rust/crates/quote/tests/
H A Dtest.rs341 let mut set = BTreeSet::new(); in test_btreeset_repetition() variables
342 set.insert("a".to_owned()); in test_btreeset_repetition()
343 set.insert("b".to_owned()); in test_btreeset_repetition()
346 #(#set: #set),* in test_btreeset_repetition()
/third_party/vk-gl-cts/scripts/khr_util/
H A Dregistry.py245 self.enums = set()
246 self.types = set()
247 self.commands = set()
248 self.versions = set()
362 # Some groups have no location set, due to it is absent in gl.xml file
421 available = set(protects)
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc580 std::set<std::string> Intl::BuildLocaleSet( in BuildLocaleSet()
583 std::set<std::string> locales; in BuildLocaleSet()
1027 // weights_uniq_sorted = sorted(set(ws))
1187 bool USetContainsAllAsciiItem(USet* set) { in USetContainsAllAsciiItem() argument
1191 const int length = uset_getItemCount(set); in USetContainsAllAsciiItem()
1196 uset_getItem(set, i, &start, &end, buffer, kBufferSize, &status); in USetContainsAllAsciiItem()
1233 // These attributes must be set to the expected value for fast comparisons. in CollatorAllowsFastComparison()
1290 // result is EQUAL, we set `processed_until_out` to the first non-processed
1593 // 17. If hasSd or roundingPriority is not "auto", set needSd to true; else, in SetNumberFormatDigitOptions()
1594 // set needS in SetNumberFormatDigitOptions()
[all...]
/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp270 std::set<int> pids = GetBinderPeerPids(binderInfo, pid); in AcquireStack()
323 std::map<int, std::set<int>> AppfreezeManager::BinderParser(std::ifstream& fin, std::string& stack) const in BinderParser()
325 std::map<int, std::set<int>> binderInfo; in BinderParser()
382 std::set<int> AppfreezeManager::GetBinderPeerPids(std::string& stack, int pid) const in GetBinderPeerPids()
384 std::set<int> pids; in GetBinderPeerPids()
400 std::map<int, std::set<int>> binderInfo = BinderParser(fin, stack); in GetBinderPeerPids()
414 void AppfreezeManager::ParseBinderPids(const std::map<int, std::set<int>>& binderInfo, in ParseBinderPids()
415 std::set<int>& pids, int pid, int layer) const in ParseBinderPids()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.cpp126 std::set<ArkUI_NodeHandle> g_nodeSet;
170 auto eventListenersSet = reinterpret_cast<std::set<void (*)(ArkUI_NodeCustomEvent*)>*>( in DisposeNativeSource()
179 auto eventListenersSet = reinterpret_cast<std::set<void (*)(ArkUI_NodeEvent*)>*>( in DisposeNativeSource()
527 auto eventListenersSet = reinterpret_cast<std::set<void (*)(ArkUI_NodeEvent*)>*>(event->node->eventListeners); in HandleNodeEvent()
535 void TriggerNodeEvent(ArkUI_NodeEvent* event, std::set<void (*)(ArkUI_NodeEvent*)>* eventListenersSet) in TriggerNodeEvent()
633 nodePtr->eventListeners = new std::set<void (*)(ArkUI_NodeEvent*)>(); in AddNodeEventReceiver()
635 auto eventListenersSet = reinterpret_cast<std::set<void (*)(ArkUI_NodeEvent*)>*>(nodePtr->eventListeners); in AddNodeEventReceiver()
648 auto eventListenersSet = reinterpret_cast<std::set<void (*)(ArkUI_NodeEvent*)>*>(nodePtr->eventListeners); in RemoveNodeEventReceiver()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h113 int GetExistsDeviceList(std::set<std::string> &devices) const;
154 const RelationalSchemaObject &schema, std::set<std::string> &clearWaterMarkTables);
201 const std::set<std::string> &gidFilters);
301 int GetQueryLogSql(const std::string &tableName, const VBucket &vBucket, const std::set<std::string> &pkSet,
304 int GetQueryInfoSql(const std::string &tableName, const VBucket &vBucket, std::set<std::string> &pkSet,
338 std::string GetWhereConditionForDataTable(const std::string &gidStr, const std::set<std::string> &pkSet,
342 const std::string &gidStr, const std::set<std::string> &pkSet, std::string &updateSql);
358 int GetDeleteStatementForCloudSync(const TableSchema &tableSchema, const std::set<std::string> &pkSet,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Djson_object.cpp313 int JsonObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath()
337 int JsonObject::GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath()
377 int JsonObject::GetSubFieldPathAndType(const std::set<FieldPath> &inPath, in GetSubFieldPathAndType()
862 int JsonObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const
869 int JsonObject::GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath) const
883 int JsonObject::GetSubFieldPathAndType(const std::set<FieldPath> &inPath,
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddistributed_input_source_manager.h21 #include <set>
430 std::set<DInputClientPrepareInfo> preCallbacks_;
431 std::set<DInputClientUnprepareInfo> unpreCallbacks_;
438 std::set<DInputClientRelayPrepareInfo> relayPreCallbacks_;
439 std::set<DInputClientRelayUnprepareInfo> relayUnpreCallbacks_;
445 std::set<sptr<IAddWhiteListInfosCallback>> addWhiteListCallbacks_;
446 std::set<sptr<IDelWhiteListInfosCallback>> delWhiteListCallbacks_;
447 std::set<sptr<ISimulationEventListener>> simulationEventCallbacks_;
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationRuleParser.java76 void suppressContractions(UnicodeSet set) {} in suppressContractions() argument
78 void optimize(UnicodeSet set) {} in optimize() argument
87 * The Sink must be set before parsing.
88 * The Importer can be set, otherwise [import locale] syntax is not supported.
678 UnicodeSet set = new UnicodeSet(); in parseSetting()
679 j = parseUnicodeSet(j, set); in parseSetting()
682 sink.optimize(set); in parseSetting()
684 setParseError("[optimize set] failed", e); in parseSetting()
690 sink.suppressContractions(set); in parseSetting()
692 setParseError("[suppressContractions set] faile in parseSetting()
772 parseUnicodeSet(int i, UnicodeSet set) parseUnicodeSet() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationRuleParser.java80 void suppressContractions(UnicodeSet set) {} in suppressContractions() argument
82 void optimize(UnicodeSet set) {} in optimize() argument
91 * The Sink must be set before parsing.
92 * The Importer can be set, otherwise [import locale] syntax is not supported.
682 UnicodeSet set = new UnicodeSet(); in parseSetting()
683 j = parseUnicodeSet(j, set); in parseSetting()
686 sink.optimize(set); in parseSetting()
688 setParseError("[optimize set] failed", e); in parseSetting()
694 sink.suppressContractions(set); in parseSetting()
696 setParseError("[suppressContractions set] faile in parseSetting()
776 parseUnicodeSet(int i, UnicodeSet set) parseUnicodeSet() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_fluent.cpp280 copy.fMacros.usage.set(usage); in usage()
287 move.fMacros.usage.set(usage); in usage()
296 copy.fMacros.unitDisplayCase.set(nullptr); in displayOptions()
300 copy.fMacros.unitDisplayCase.set( in displayOptions()
310 move.fMacros.unitDisplayCase.set(nullptr); in displayOptions()
314 move.fMacros.unitDisplayCase.set( in displayOptions()
322 copy.fMacros.unitDisplayCase.set(unitDisplayCase); in unitDisplayCase()
329 move.fMacros.unitDisplayCase.set(unitDisplayCase); in unitDisplayCase()
493 // Copy over the compiled formatter and set call count to INT32_MIN as in computeCompiled(). in lnfMoveHelper()
689 // Note: We set th in computeCompiled()
[all...]

Completed in 29 milliseconds

1...<<141142143144145146147148149150>>...407