/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 17 Reflect.set(ViewPU.prototype, 'finalizeConstruction', () => {}); 139 this.__expandedLayoutOptions.set({ 147 this.__hoverModeLayoutOptions.set({ 154 this.__foldedLayoutOptions.set({ 159 this.__animationOptions.set(undefined); 232 set expandedLayoutOptions(p2) { 233 this.__expandedLayoutOptions.set(p2); 238 set hoverModeLayoutOptions(f1) { 239 this.__hoverModeLayoutOptions.set(f1); 244 set foldedLayoutOption [all...] |
/third_party/rust/crates/once_cell/tests/ |
H A D | it.rs | 31 c.set(90).unwrap(); in once_cell_get_mut() 65 s.set("hello".to_string()).unwrap(); in clone() 90 cell.set("hello".to_string()).unwrap(); in into_inner() 98 cell.set("hello".to_string()).unwrap(); in debug_impl() 106 called.set(called.get() + 1); in lazy_new() 125 called.set(called.get() + 1); in lazy_deref_mut() 144 called.set(called.get() + 1); in lazy_force_mut() 160 called.set(called.get() + 1); in lazy_get_mut() 222 x.set(42).unwrap(); in aliasing_in_get() 224 let _ = x.set(2 in aliasing_in_get() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | calregts.cpp | 153 cal->set(UCAL_YEAR, 1997); in test4100311() 154 cal->set(UCAL_DAY_OF_YEAR, 1); in test4100311() 177 cal->set(97, UCAL_JANUARY, 1, h, 34); in test4074758() 222 cal1->set(UCAL_HOUR, 1); in Test9019() 223 cal2->set(UCAL_HOUR,2); in Test9019() 227 cal1->set(2011,UCAL_MAY,06); in Test9019() 228 cal2->set(2012,UCAL_JANUARY,06); in Test9019() 263 // require the host zone to be set; it can be set in Java. in test4031502() 280 cl->set(190 in test4031502() [all...] |
/third_party/node/deps/icu-small/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 442 // The new trie value is the index into the new array with the high order bits set in dumpScriptExtensions() 529 status.set(U_INTERNAL_PROGRAM_ERROR); in writeCanonicalCompositions() 595 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData() 618 // NFD expectations don't hold. The set must not contain the half-width in writeDecompositionData() 620 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData() 641 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData() 652 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData() 831 status.set(U_INTERNAL_PROGRAM_ERROR); in computeDecompositions() 837 status.set(U_INTERNAL_PROGRAM_ERROR); in computeDecompositions() 842 status.set(U_INTERNAL_PROGRAM_ERRO in computeDecompositions() [all...] |
/third_party/icu/icu4c/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 265 // The new trie value is the index into the new array with the high order bits set in dumpScriptExtensions() 352 status.set(U_INTERNAL_PROGRAM_ERROR); in writeCanonicalCompositions() 418 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData() 441 // NFD expectations don't hold. The set must not contain the half-width in writeDecompositionData() 443 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData() 464 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData() 475 status.set(U_INTERNAL_PROGRAM_ERROR); in writeDecompositionData() 627 status.set(U_INTERNAL_PROGRAM_ERROR); in computeDecompositions() 633 status.set(U_INTERNAL_PROGRAM_ERROR); in computeDecompositions() 638 status.set(U_INTERNAL_PROGRAM_ERRO in computeDecompositions() [all...] |
/third_party/skia/src/gpu/v1/ |
H A D | Device_drawTexture.cpp | 856 void Device::drawEdgeAAImageSet(const SkCanvas::ImageSetEntry set[], int count, in drawEdgeAAImageSet() argument 866 SkASSERT(!set[i].fHasClip || dstClips); in drawEdgeAAImageSet() 867 SkASSERT(set[i].fMatrixIndex < 0 || preViewMatrices); in drawEdgeAAImageSet() 870 if (set[i].fAlpha != 1.f) { in drawEdgeAAImageSet() 872 entryPaint.writable()->setAlphaf(paintAlpha * set[i].fAlpha); in drawEdgeAAImageSet() 876 set[i].fImage.get(), &set[i].fSrcRect, &set[i].fDstRect, in drawEdgeAAImageSet() 877 set[i].fHasClip ? dstClips + dstClipIndex : nullptr, GrAA::kYes, in drawEdgeAAImageSet() 878 SkToGrQuadAAFlags(set[ in drawEdgeAAImageSet() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StateManager11.cpp | 299 mShaderConstantsDirty.set(); 346 mShaderConstantsDirty.set(); 475 mShaderConstantsDirty.set(gl::ShaderType::Compute); 482 mShaderConstantsDirty.set(gl::ShaderType::Vertex); 483 mShaderConstantsDirty.set(gl::ShaderType::Fragment); 491 mShaderConstantsDirty.set(gl::ShaderType::Vertex); 492 mShaderConstantsDirty.set(gl::ShaderType::Fragment); 553 mShaderConstantsDirty.set(gl::ShaderType::Vertex); 596 mShaderConstantsDirty.set(gl::ShaderType::Vertex); 630 mShaderConstantsDirty.set(shaderTyp [all...] |
/applications/standard/contacts_data/ability/merge/src/ |
H A D | candidate_status.cpp | 49 std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId, nameType); in QueryAllForMerge() 53 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType); in QueryAllForMerge() 54 std::set<int> autoIds; in QueryAllForMerge() 55 std::set<int> manualIds; in QueryAllForMerge() 61 std::set<std::string> otherPhones = mergeUtils.QueryRawContactByType(store, nameIds[i], phoneType); in QueryAllForMerge() 209 std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId, nameType); in JudgeDataDifferent() 210 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType); in JudgeDataDifferent() 214 std::set<std::string> idNames = mergeIdUtils.QueryRawContactByType(store, ids[i], nameType); in JudgeDataDifferent() 215 std::set<std::string> idPhones = mergeIdUtils.QueryRawContactByType(store, ids[i], phoneType); in JudgeDataDifferent()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | IndianCalendar.java | 231 * Constructs a <code>IndianCalendar</code> with the given date set 234 * @param date The date to which the new calendar is set. 244 * Constructs a <code>IndianCalendar</code> with the given date set 247 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field. 249 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field. 252 * @param date The value used to set the calendar's {@link #DATE DATE} time field. 258 this.set(Calendar.YEAR, year); in IndianCalendar() 259 this.set(Calendar.MONTH, month); in IndianCalendar() 260 this.set(Calendar.DATE, date); in IndianCalendar() 266 * and time set fo [all...] |
/third_party/icu/icu4c/source/test/depstest/ |
H A D | depstest.py | 37 _ignored_symbols = set() 43 _virtual_classes = set() 46 _weak_destructors = set() 70 obj_imports = set() 71 obj_exports = set() 129 imports = set() 130 exports = set() 132 if system_symbols == None: system_symbols = item["system_symbols"] = set() 192 o_files_set = set(_obj_files.keys())
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | IndianCalendar.java | 211 * Constructs a <code>IndianCalendar</code> with the given date set 214 * @param date The date to which the new calendar is set. 223 * Constructs a <code>IndianCalendar</code> with the given date set 226 * @param year The value used to set the calendar's {@link #YEAR YEAR} time field. 228 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field. 231 * @param date The value used to set the calendar's {@link #DATE DATE} time field. 236 this.set(Calendar.YEAR, year); in IndianCalendar() 237 this.set(Calendar.MONTH, month); in IndianCalendar() 238 this.set(Calendar.DATE, date); in IndianCalendar() 244 * and time set fo [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uniset_closure.cpp | 99 // _applyPattern calls add() etc., which set pat to empty. in applyPattern() 116 _set_add(USet *set, UChar32 c) { in _set_add() argument 117 ((UnicodeSet *)set)->add(c); in _set_add() 121 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange() argument 122 ((UnicodeSet *)set)->add(start, end); in _set_addRange() 126 _set_addString(USet *set, const UChar *str, int32_t length) { in _set_addString() argument 127 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length)); in _set_addString() 134 // add the result of a full case mapping to the set 137 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() argument 141 set in addCaseMapping() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_scratch.c | 104 struct set *set = _mesa_pointer_set_create(NULL); in nir_lower_vars_to_scratch() local 131 /* We set var->mode to 0 to indicate that a variable will be moved in nir_lower_vars_to_scratch() 142 _mesa_set_add(set, var); in nir_lower_vars_to_scratch() 147 if (set->entries == 0) { in nir_lower_vars_to_scratch() 148 _mesa_set_destroy(set, NULL); in nir_lower_vars_to_scratch() 162 struct set_entry *entry = _mesa_set_search(set, deref->var); in nir_lower_vars_to_scratch() 167 _mesa_set_remove(set, entry); in nir_lower_vars_to_scratch() 172 set_foreach(set, entry) { in nir_lower_vars_to_scratch() 231 _mesa_set_destroy(set, NUL in nir_lower_vars_to_scratch() [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
H A D | cpuset_memory_test.c | 286 sigset_t set; in thread2_routine() local 290 sigemptyset(&set); in thread2_routine() 291 sigaddset(&set, SIGUSR1); in thread2_routine() 292 sigaddset(&set, SIGINT); in thread2_routine() 293 pthread_sigmask(SIG_BLOCK, &set, NULL); in thread2_routine() 335 sigset_t set; in main() local 336 sigemptyset(&set); in main() 337 sigaddset(&set, SIGUSR2); in main() 341 pthread_sigmask(SIG_BLOCK, &set, NULL); in main()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.hpp | 83 /// \a true if the argument has been set. 84 bool set() const; 90 virtual void set(size_t size, const void *value) = 0; 158 virtual void set(size_t size, const void *value); 172 virtual void set(size_t size, const void *value); 187 virtual void set(size_t size, const void *value); 200 virtual void set(size_t size, const void *value); 223 virtual void set(size_t size, const void *value); 234 virtual void set(size_t size, const void *value); 244 virtual void set(size_ [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | issue-739-pointer-wide-bitfield.rs | 76 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions 126 self._bitfield_1.set(0usize, 64u8, val as u64) in set_m_bitfield() 139 self._bitfield_1.set(64usize, 64u8, val as u64) in set_m_bar() 152 self._bitfield_1.set(128usize, 1u8, val as u64) in set_foo() 165 self._bitfield_1.set(192usize, 64u8, val as u64) in set_bar() 177 __bindgen_bitfield_unit.set(0usize, 64u8, { 181 __bindgen_bitfield_unit.set(64usize, 64u8, { 185 __bindgen_bitfield_unit.set(128usize, 1u8, { 189 __bindgen_bitfield_unit.set(192usize, 64u8, {
|
/third_party/python/Lib/test/support/ |
H A D | testresult.py | 24 self.__suite.set('start', datetime.utcnow().isoformat(' ')) 55 e.set('name', args.pop('name', self.__getId(test))) 56 e.set('status', args.pop('status', 'run')) 57 e.set('result', args.pop('result', 'completed')) 59 e.set('time', f'{time.perf_counter() - self.__start_time:0.6f}') 76 e2.set(k2, str(v2)) 129 e.set('tests', str(self.testsRun)) 130 e.set('errors', str(len(self.errors))) 131 e.set('failures', str(len(self.failures)))
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uniset_closure.cpp | 99 // _applyPattern calls add() etc., which set pat to empty. in applyPattern() 116 _set_add(USet *set, UChar32 c) { in _set_add() argument 117 ((UnicodeSet *)set)->add(c); in _set_add() 121 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange() argument 122 ((UnicodeSet *)set)->add(start, end); in _set_addRange() 126 _set_addString(USet *set, const UChar *str, int32_t length) { in _set_addString() argument 127 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length)); in _set_addString() 134 // add the result of a full case mapping to the set 137 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() argument 141 set in addCaseMapping() [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglClientExtensionTests.cpp | 37 #include <set> 43 using std::set; 192 set<string> knownClientExtensions (s_clientExtensionList, s_clientExtensionList + DE_LENGTH_OF_ARRAY(s_clientExtensionList)); in iterate() 193 set<string> knownDisplayExtensions (s_displayExtensionList, s_displayExtensionList + DE_LENGTH_OF_ARRAY(s_displayExtensionList)); in iterate() 295 set<string> commonExtensionSet; in iterate() 296 const set<string> clientExtensionSet(clientExtensions.begin(), clientExtensions.end()); in iterate() 297 const set<string> displayExtensionSet(displayExtensions.begin(), displayExtensions.end()); in iterate() 299 for (set<string>::const_iterator iter = clientExtensionSet.begin(); iter != clientExtensionSet.end(); ++iter) in iterate() 305 for (set<string>::const_iterator iter = commonExtensionSet.begin(); iter != commonExtensionSet.end(); ++iter) in iterate()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_trust_list.h | 22 #include <set> 41 std::set<std::string> liveViewTrustlist_; 42 std::set<std::string> reminderTrustlist_; 43 std::set<std::string> notificationSlotFlagsTrustlist_;
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_depth_vert_layout_common.h | 26 // set 0 for general, camera, and lighting data 27 layout(set = 0, binding = 0, std140) uniform uCameraMatrices 31 layout(set = 0, binding = 1, std140) uniform uGeneralStructData 36 // set 1 for dynamic uniform buffers 37 layout(set = 1, binding = 0, std140) uniform uMeshStructData 41 layout(set = 1, binding = 1, std140) uniform uObjectSkinStructData
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | key_option.h | 19 #include <set> 36 std::set<int32_t> GetPreKeys() const; 41 * @param preKeys Indicates the previous keys to set. 45 void SetPreKeys(const std::set<int32_t>& preKeys); 141 std::set<int32_t> preKeys_ {};
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_caps.h | 19 #include <set> 30 explicit NetCaps(const std::set<NetCap> &caps); 70 bool HasNetCaps(const std::set<NetCap> &caps) const; 73 * Restorage all Netcap to a std::set<NetCap> 75 * @return std::set<NetCap> with all Netcap 77 std::set<NetCap> ToSet() const;
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | timer-sr.c | 42 u64 clr = 0, set = 0; in __timer_enable_traps() local 52 set |= CNTHCTL_EL1PCTEN; in __timer_enable_traps() 58 set <<= 10; in __timer_enable_traps() 61 sysreg_clear_set(cnthctl_el2, clr, set); in __timer_enable_traps()
|
/third_party/musl/porting/liteos_a/user/src/exit/ |
H A D | abort.c | 11 sigset_t set, pending; in abort() local 12 sigemptyset(&set); in abort() 13 sigaddset(&set, SIGABRT); in abort() 16 __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, &set, 0, _NSIG / 8); in abort()
|