/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
H A D | SpoofCheckerTest.java | 199 * get & set Checks 280 * AllowedChars set/get the UnicodeSet of allowed characters. 285 UnicodeSet set; in TestAllowedChars() 290 set = sc.getAllowedChars(); in TestAllowedChars() 292 assertEquals("", tmpSet, set); in TestAllowedChars() 294 /* Remove a character that is in our good Latin test identifier from the allowed chars set. */ in TestAllowedChars() 804 ss.set(UScript.MYANMAR); in testScriptSet() 806 ss.set(UScript.BENGALI); in testScriptSet() 807 ss.set(UScript.LATIN); in testScriptSet()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
H A D | SpoofCheckerTest.java | 196 * get & set Checks 277 * AllowedChars set/get the UnicodeSet of allowed characters. 282 UnicodeSet set; in TestAllowedChars() 287 set = sc.getAllowedChars(); in TestAllowedChars() 289 assertEquals("", tmpSet, set); in TestAllowedChars() 291 /* Remove a character that is in our good Latin test identifier from the allowed chars set. */ in TestAllowedChars() 801 ss.set(UScript.MYANMAR); in testScriptSet() 803 ss.set(UScript.BENGALI); in testScriptSet() 804 ss.set(UScript.LATIN); in testScriptSet()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CheckAPI.java | 964 void set(int val) { if (res != -1) throw new RuntimeException("bad doc: " + doc); res = val; } in tagStatus() 984 result.set(-2); in tagStatus() 988 result.set(STA_DRAFT); in tagStatus() 992 result.set(STA_STABLE); in tagStatus() 996 result.set(STA_DEPRECATED); in tagStatus() 1000 result.set(STA_OBSOLETE); in tagStatus()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | GlobalizationPreferences.java | 330 * RFC 3066 (or successor). If not otherwise set, default 331 * currency and timezone values will be set from this. The user 348 * Gets the territory setting. If it wasn't explicitly set, it is 362 * Sets the currency code. If this has not been set, uses default for territory. 390 * Sets the calendar. If this has not been set, uses default for territory. 421 * Sets the timezone ID. If this has not been set, uses default for territory. 436 * Get the timezone. It was either explicitly set, or is 439 * @return timezone, either implicitly or explicitly set 467 * Explicitly set the collator for this object. 503 * Explicitly set th [all...] |
H A D | CodePointTrie.java | 139 // The buffer is already set to the trie data byte order. in fromBinary() 318 range.set(start, MAX_UNICODE, value); in getRange() 364 range.set(start, c - 1, value); in getRange() 403 range.set(start, c - 1, value); in getRange() 420 range.set(start, c - 1, value); in getRange() 436 range.set(start, c - 1, value); in getRange() 454 range.set(start, c, value); in getRange()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationruleparser.cpp | 668 UnicodeSet set; in parseSetting() local 669 j = parseUnicodeSet(j, set, errorCode); in parseSetting() 672 sink->optimize(set, errorReason, errorCode); in parseSetting() 677 sink->suppressContractions(set, errorReason, errorCode); in parseSetting() 750 CollationRuleParser::parseUnicodeSet(int32_t i, UnicodeSet &set, UErrorCode &errorCode) { in parseUnicodeSet() argument 766 set.applyPattern(rules->tempSubStringBetween(i, j), errorCode); in parseUnicodeSet()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 42 The machine-state (set of registers) that is accessible through 80 explicitly). Moreover, the set of frame register values uniquely 116 example, if \Const{UNW\_IA64\_IP} is set to a value inside a 122 corresponds to a set NaT-bit. Add an index in the range from 0..127 145 \item[\Const{UNW\_IA64\_PR}:] Contains the set of predicate registers. 149 \texttt{CFM.rrb.pr} were set to 0. Thus, in general the value of
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | ops-h2.c | 535 if (!wsi->a.vhost->h2.set.s[H2SET_ENABLE_CONNECT_PROTOCOL] || in rops_check_upgrades_h2() 565 vh->h2.set = vh->context->set; in rops_init_vhost_h2() 570 vh->h2.set.s[n] = info->http2_settings[n]; in rops_init_vhost_h2() 581 /* if not already set by plat, use lws default SETTINGS */ in rops_pt_init_destroy_h2() 582 if (!context->set.s[0]) in rops_pt_init_destroy_h2() 583 context->set = lws_h2_stock_settings; in rops_pt_init_destroy_h2() 1225 * set client wsi to immortal long-poll mode; send END_STREAM in rops_perform_user_POLLOUT_h2() 1242 lwsl_err("%s: %s: failed to set long poll\n", in rops_perform_user_POLLOUT_h2() 1348 * PING frame this time with ACK set in rops_issue_keepalive_h2() [all...] |
/third_party/ltp/include/ |
H A D | tst_safe_macros.h | 522 int how, sigset_t *set, sigset_t *oldset); 523 #define SAFE_SIGPROCMASK(how, set, oldset) \ 524 safe_sigprocmask(__FILE__, __LINE__, (how), (set), (oldset)) 527 sigset_t *set, int *sig); 528 #define SAFE_SIGWAIT(set, sig) \ 529 safe_sigwait(__FILE__, __LINE__, (set), (sig))
|
/third_party/node/lib/ |
H A D | dgram.js | 1005 set: deprecate(function(val) { 1016 set: deprecate(function(val) { 1027 set: deprecate(function(val) { 1038 set: deprecate(function(val) { 1049 set: deprecate(function(val) { 1070 set(v) { return this[owner_symbol] = v; },
|
/third_party/node/lib/internal/ |
H A D | event_target.js | 284 set cancelBubble(value) { 453 weakListeners().map.set(weak, listener); 488 set removed(value) { 624 this[kEvents].set(type, root); 1066 // Event handlers are dispatched in the order they were first set 1085 set(value) { 1106 this[kHandlers].set(name, wrappedHandler);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationruleparser.cpp | 673 UnicodeSet set; in parseSetting() local 674 j = parseUnicodeSet(j, set, errorCode); in parseSetting() 677 sink->optimize(set, errorReason, errorCode); in parseSetting() 682 sink->suppressContractions(set, errorReason, errorCode); in parseSetting() 755 CollationRuleParser::parseUnicodeSet(int32_t i, UnicodeSet &set, UErrorCode &errorCode) { in parseUnicodeSet() argument 771 set.applyPattern(rules->tempSubStringBetween(i, j), errorCode); in parseUnicodeSet()
|
/third_party/node/deps/v8/src/objects/ |
H A D | literal-objects.cc | 64 pair->set(ToAccessorComponent(value_kind), *value); in AddToDescriptorArrayTemplate() 90 pair.set(ToAccessorComponent(value_kind), *value, kReleaseStore); in AddToDescriptorArrayTemplate() 141 // will not overlap with minimum properties set for both class and prototype in ComputeEnumerationIndex() 182 pair->set(ToAccessorComponent(value_kind), value); in AddToDictionaryTemplate() 318 current_pair.set(component, value, kReleaseStore); in AddToDictionaryTemplate() 344 pair->set(component, value); in AddToDictionaryTemplate() 513 computed_properties_->set(current_computed_index_++, Smi::FromInt(flags)); in AddComputed()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.cpp | 40 #include <set> 200 std::set<unsigned> PassthruRegs; in Observe() 214 // previous schedule region, then set its def index to the most in Observe() 249 MachineInstr &MI, std::set<unsigned> &PassthruRegs) { 355 MachineInstr &MI, unsigned Count, std::set<unsigned> &PassthruRegs) { 530 // the corresponding register class to narrow the set of registers 824 std::set<unsigned> PassthruRegs; 928 RegAliases.set(*AI);
|
H A D | StackColoring.cpp | 216 // However, we aren't interested in the *set* of points of interference 277 // on the lifetime markers, we'll get the set of intervals on the 487 /// starting or ending are added to the vector "slots" and "isStart" is set 640 // Compute the set of slots for which we've seen a START marker but have in collectMarkers() 660 InterestingSlots.set(Slot); in collectMarkers() 662 BetweenStartEnd.set(Slot); in collectMarkers() 688 ConservativeSlots.set(Slot); in collectMarkers() 704 ConservativeSlots.set(slot); in collectMarkers() 733 BlockInfo.End.set(Slot); in collectMarkers() 749 BlockInfo.Begin.set(Slo in collectMarkers() [all...] |
/third_party/skia/src/core/ |
H A D | SkPathBuilder.cpp | 216 // but if while they are still editable, we need to correctly set this. in make() 253 pt->set(oval.fRight, oval.centerY()); in arc_is_lone_point() 262 pt->set(oval.fRight, oval.fTop); in arc_is_lone_point() 370 singlePt.set(oval.centerX() + radiusX * SkScalarCos(endAngle), in arcTo() 427 befored.set({p1.fX - start.fX, p1.fY - start.fY}).normalize(); in arcTo() 428 afterd.set({p2.fX - p1.fX, p2.fY - p1.fY}).normalize(); in arcTo() 556 unitPts[1].set(cosEndTheta, sinEndTheta); in arcTo()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ir_context.h | 210 // Appends an extended instruction set instruction to this module. 376 // Rebuilds the analyses in |set| that are invalid. 377 void BuildInvalidAnalyses(Analysis set); 414 bool AreAnalysesValid(Analysis set) { return (set & valid_analyses_) == set; } in AreAnalysesValid() argument 479 uint32_t set = inst->GetSingleWordInOperand(kExtInstSetIdInIndx); in IsCombinatorInstruction() local 481 return combinator_ops_[set].count(op) != 0; in IsCombinatorInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_context.h | 210 // Appends an extended instruction set instruction to this module. 376 // Rebuilds the analyses in |set| that are invalid. 377 void BuildInvalidAnalyses(Analysis set); 414 bool AreAnalysesValid(Analysis set) { return (set & valid_analyses_) == set; } in AreAnalysesValid() argument 479 uint32_t set = inst->GetSingleWordInOperand(kExtInstSetIdInIndx); in IsCombinatorInstruction() local 481 return combinator_ops_[set].count(op) != 0; in IsCombinatorInstruction()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationruleparser.cpp | 668 UnicodeSet set; in parseSetting() local 669 j = parseUnicodeSet(j, set, errorCode); in parseSetting() 672 sink->optimize(set, errorReason, errorCode); in parseSetting() 677 sink->suppressContractions(set, errorReason, errorCode); in parseSetting() 750 CollationRuleParser::parseUnicodeSet(int32_t i, UnicodeSet &set, UErrorCode &errorCode) { in parseUnicodeSet() argument 766 set.applyPattern(rules->tempSubStringBetween(i, j), errorCode); in parseUnicodeSet()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_android_parser.cpp | 259 fallbackFamily = self->fCurrentFamily->fallbackFamilies.set( 301 family->fNames.push_back().set(tolc.lc()); 357 aliasName.set(tolc.lc()); 359 to.set(value); 376 family->fNames.push_back().set(aliasName); 385 targetFamily->fNames.push_back().set(aliasName);
|
/third_party/skia/src/pdf/ |
H A D | SkPDFFont.cpp | 56 // PDF's notion of symbolic vs non-symbolic is related to the character set, not 57 // symbols vs. characters. Rarely is a font the right character set to call it 116 canon->fTypefaceMetrics.set(id, nullptr); in GetMetrics() 153 return canon->fTypefaceMetrics.set(id, std::move(metrics))->get(); in GetMetrics() 166 return *canon->fToUnicodeMap.set(id, std::move(buffer)); in GetUnicodeMap() 221 return doc->fFontMap.set( in GetFontResource() 508 doc->fType3FontDescriptors.set(typeface->uniqueID(), ref); in type3_descriptor() 586 characterName.set("g0"); in emit_subset_type3()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RPCSerialization.h | 16 #include <set> 183 template <typename T> class RPCTypeName<std::set<T>> { 189 << "std::set<" << RPCTypeName<T>::getName() << ">"; in getName() 614 class SerializationTraits<ChannelT, std::set<T>, std::set<T2>> { 616 /// Serialize a std::set<T> from std::set<T2>. 617 static Error serialize(ChannelT &C, const std::set<T2> &S) { in serialize() 628 /// Deserialize a std::set<T> to a std::set< [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 188 SavedRegs.set(SystemZ::ArgGPRs[I]); in determineCalleeSaves() 192 SavedRegs.set(SystemZ::R6D); in determineCalleeSaves() 193 SavedRegs.set(SystemZ::R7D); in determineCalleeSaves() 199 SavedRegs.set(SystemZ::R11D); in determineCalleeSaves() 204 SavedRegs.set(SystemZ::R14D); in determineCalleeSaves() 214 SavedRegs.set(SystemZ::R15D); in determineCalleeSaves()
|
/third_party/skia/gm/ |
H A D | strokes.cpp | 349 title->set("CW CW"); in make0() 355 title->set("CW CCW"); in make1() 361 title->set("CW CW"); in make2() 367 title->set("CW CCW"); in make3() 375 title->set("CW CW"); in make4() 383 title->set("CW CCW"); in make5()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 283 * should be set according to the dcbx_enabled in qed_dcbx_process_tlv() 1212 memcpy(&p_hwfn->p_dcbx_info->set, params, in qed_dcbx_config_params() 1217 /* clear set-parmas cache */ in qed_dcbx_config_params() 1218 memset(&p_hwfn->p_dcbx_info->set, 0, sizeof(p_hwfn->p_dcbx_info->set)); in qed_dcbx_config_params() 1243 if (p_hwfn->p_dcbx_info->set.config.valid) { in qed_dcbx_get_config_params() 1244 memcpy(params, &p_hwfn->p_dcbx_info->set, in qed_dcbx_get_config_params() 1259 p_hwfn->p_dcbx_info->set.override_flags = 0; in qed_dcbx_get_config_params() 1260 p_hwfn->p_dcbx_info->set.ver_num = DCBX_CONFIG_VERSION_DISABLED; in qed_dcbx_get_config_params() 1262 p_hwfn->p_dcbx_info->set in qed_dcbx_get_config_params() [all...] |