/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 61 set(v); in ValueRef() 66 set(ref); in ValueRef() 72 this->set(NULL); in ~ValueRef() 111 set(v); in ValueDef() 116 set(def.get()); in ValueDef() 121 this->set(NULL); in ~ValueDef() 125 ValueRef::set(const ValueRef &ref) in set() function in nv50_ir::ValueRef 127 this->set(ref.get()); in set() 134 ValueRef::set(Value *refVal) in set() function in nv50_ir::ValueRef 147 ValueDef::set(Valu function in nv50_ir::ValueDef [all...] |
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | ime_event_monitor_manager_impl.h | 20 #include <set> 42 std::set<std::shared_ptr<ImeEventListener>> GetListeners(uint32_t eventMask); 44 std::map<uint32_t, std::set<std::shared_ptr<ImeEventListener>>> listeners_{};
|
/base/update/updateservice/services/utils/include/ |
H A D | dupdate_net_manager.h | 22 #include <set> 32 std::set<NetType> netTypes; 47 NetChangeCallbackType callbackType, const std::set<NetType> &netTypes, NetObserverCallback cb);
|
/base/useriam/face_auth/services/inc/ |
H A D | sa_command_manager.h | 21 #include <set> 51 std::map<SaCommandId, std::set<std::shared_ptr<ISaCommandProcessor>>> commandId2Processors_; 52 std::set<std::shared_ptr<ISaCommandProcessor>> processors_;
|
/base/useriam/fingerprint_auth/services/inc/ |
H A D | sa_command_manager.h | 21 #include <set> 51 std::map<SaCommandId, std::set<std::shared_ptr<ISaCommandProcessor>>> commandId2Processors_; 52 std::set<std::shared_ptr<ISaCommandProcessor>> processors_;
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/ |
H A D | application_state_change_callback.h | 20 #include <set> 68 const std::string &methodName, const std::set<std::shared_ptr<NativeReference>> callbacks); 72 std::set<std::shared_ptr<NativeReference>> callbacks_;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_trace.h | 19 #include <set> 62 std::set<NodeId> nodeIdSet_; 63 std::set<std::string> nodeNameSet_;
|
/foundation/resourceschedule/background_task_mgr/services/common/include/ |
H A D | common_utils.h | 19 #include <set> 44 std::set<uint32_t> oldModesSet(oldBgModeIds.begin(), oldBgModeIds.end()); in CheckModesSame() 45 std::set<uint32_t> newModesSet(newBgModeIds.begin(), newBgModeIds.end()); in CheckModesSame()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/network_black_list/ |
H A D | network_black_list_manager.h | 20 #include <set> 42 std::set<std::string> wifiBlockSet_; 43 std::set<std::string> abnormalWifiBlockSet_;
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | auto_sync_timer.h | 17 #include <set> 29 void DoAutoSync(const std::string &appId, std::set<StoreId> storeIds); 40 void AddSyncStores(const std::string &appId, std::set<StoreId> storeIds);
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | values_buckets.h | 20 #include <set> 30 using FieldsType = std::shared_ptr<std::set<std::string>>; 31 using ValuesType = std::shared_ptr<std::set<ValueObject>>;
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/include/ |
H A D | av_sync_manager.h | 19 #include <set> 45 bool MergeGroupInfoInner(std::set<std::string> &groupInfoSet); 46 std::string GetsyncGroupInfo(std::set<std::string> &groupInfoSet);
|
/foundation/filemanagement/file_api/interfaces/kits/native/remote_uri/ |
H A D | remote_uri.h | 21 #include <set> 42 static set<int>fdFromBinder; 53 std::set<int>RemoteUri::fdFromBinder;
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | trans_i386_syscalls.c | 19 static inline void latx_sig_setmask(sigset_t *blocked, old_sigset_t set) in latx_sig_setmask() argument 21 memcpy(blocked->sig, &set, sizeof(set)); in latx_sig_setmask()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_nop.c | 26 { } /* Always set a last empty entry */ 64 static int nop_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in nop_set_flag() argument 71 printk(KERN_DEBUG "nop_test_accept flag set to %d: we accept." in nop_set_flag() 73 set); in nop_set_flag() 78 printk(KERN_DEBUG "nop_test_refuse flag set to %d: we refuse." in nop_set_flag() 80 set); in nop_set_flag()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_nop.c | 26 { } /* Always set a last empty entry */ 64 static int nop_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in nop_set_flag() argument 71 printk(KERN_DEBUG "nop_test_accept flag set to %d: we accept." in nop_set_flag() 73 set); in nop_set_flag() 78 printk(KERN_DEBUG "nop_test_refuse flag set to %d: we refuse." in nop_set_flag() 80 set); in nop_set_flag()
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/function/ |
H A D | table.tentative.any.js | 9 table.set(0, func1) 11 table.set(1, func2) 13 table.set(2, func3)
|
/third_party/musl/porting/linux/user/src/process/ |
H A D | _Fork.c | 16 sigset_t set; in _Fork() local 17 __block_all_sigs(&set); in _Fork() 40 __restore_sigs(&set); in _Fork()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | _Fork.c | 15 sigset_t set; in _Fork() local 16 __block_all_sigs(&set); in _Fork() 38 __restore_sigs(&set); in _Fork()
|
/third_party/ltp/testcases/kernel/syscalls/rt_sigsuspend/ |
H A D | rt_sigsuspend01.c | 27 sigset_t set, set1, set2; in verify_rt_sigsuspend() local 30 if (sigemptyset(&set) < 0) in verify_rt_sigsuspend() 39 TEST(tst_syscall(__NR_rt_sigsuspend, &set, SIGSETSIZE)); in verify_rt_sigsuspend()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
H A D | 8-3.c | 14 that no other signal in the set is in oactl. 24 static int is_changed(sigset_t set, int sig) in is_changed() argument 43 if (sigismember(&set, sig) != 1) { in is_changed() 48 if (sigismember(&set, siglist[i]) != 0) { in is_changed()
|
H A D | 8-1.c | 14 that no other signal in the set is in oactl. 24 static int is_changed(sigset_t set, int sig) in is_changed() argument 43 if (sigismember(&set, sig) != 1) { in is_changed() 48 if (sigismember(&set, siglist[i]) != 0) { in is_changed()
|
H A D | 8-2.c | 15 that no other signal in the set is in oactl. 25 static int is_changed(sigset_t set, int sig) in is_changed() argument 44 if (sigismember(&set, sig) != 1) { in is_changed() 49 if (sigismember(&set, siglist[i]) != 0) { in is_changed()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | ArchitectureSet.cpp | 9 // Implements the architecture set. 23 set(Arch); in ArchitectureSet() 63 raw_ostream &operator<<(raw_ostream &os, ArchitectureSet set) { in operator <<() argument 64 set.print(os); in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | DeltaAlgorithm.h | 11 #include <set> 19 /// The result of the algorithm is a subset of the input change set which is 20 /// guaranteed to satisfy the predicate, assuming that the input set did. For 21 /// well formed predicates, the result set is guaranteed to be such that 26 /// (1) The predicate should return false on an empty set and true on the full 27 /// set. 28 /// (2) If the predicate returns true for a set of changes, it should return 29 /// true for all supersets of that set. 39 using changeset_ty = std::set<change_ty>; 45 std::set<changeset_t [all...] |