/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_surface_render_params.h | 153 const std::set<NodeId>& GetSecurityLayerIds() const in GetSecurityLayerIds() 157 const std::set<NodeId>& GetSkipLayerIds() const in GetSkipLayerIds() 161 const std::set<NodeId>& GetSnapshotSkipLayerIds() const in GetSnapshotSkipLayerIds() 224 void SetBufferClearCacheSet(const std::set<int32_t> bufferCacheSet) in SetBufferClearCacheSet() 232 const std::set<int32_t> GetBufferClearCacheSet() in GetBufferClearCacheSet() 576 std::set<NodeId> skipLayerIds_= {}; 577 std::set<NodeId> snapshotSkipLayerIds_= {}; 578 std::set<NodeId> securityLayerIds_= {}; 579 std::set<NodeId> protectedLayerIds_= {}; 580 std::set<NodeI [all...] |
/foundation/multimodalinput/input/service/subscriber/test/ |
H A D | key_gesture_manager_ex_test.cpp | 188 std::set<int32_t> foregroundPids = { 100, 200 }; in HWTEST_F() 244 std::set<int32_t> keys = { KeyEvent::KEYCODE_A, KeyEvent::KEYCODE_B, KeyEvent::KEYCODE_C }; in HWTEST_F() 265 std::set<int32_t> keys = { KeyEvent::KEYCODE_A, KeyEvent::KEYCODE_B, KeyEvent::KEYCODE_C }; in HWTEST_F() 286 std::set<int32_t> keys = { KeyEvent::KEYCODE_A, KeyEvent::KEYCODE_B, KeyEvent::KEYCODE_C }; in HWTEST_F() 309 std::set<int32_t> keys = { KeyEvent::KEYCODE_A, KeyEvent::KEYCODE_B, KeyEvent::KEYCODE_C }; in HWTEST_F() 329 std::set<int32_t> keys = { KeyEvent::KEYCODE_A, KeyEvent::KEYCODE_B, KeyEvent::KEYCODE_C }; in HWTEST_F() 384 std::set<int32_t> keys = { KeyEvent::KEYCODE_A, KeyEvent::KEYCODE_B, KeyEvent::KEYCODE_C }; in HWTEST_F() 405 std::set<int32_t> keys = {}; in HWTEST_F() 420 std::set<int32_t> keys = { KeyEvent::KEYCODE_A, KeyEvent::KEYCODE_B, KeyEvent::KEYCODE_C }; in HWTEST_F() 440 std::set<int32_ in HWTEST_F() [all...] |
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_agent_controller_test.cpp | 66 std::set<sptr<IDisplayManagerAgent>> setIDisplay; in HWTEST_F() 90 std::set<sptr<IDisplayManagerAgent>> setIDisplay; in HWTEST_F() 116 std::set<sptr<IDisplayManagerAgent>> setIDisplay; in HWTEST_F() 146 std::set<sptr<IDisplayManagerAgent>> setIDisplay; in HWTEST_F() 170 std::set<sptr<IDisplayManagerAgent>> setIDisplay; in HWTEST_F() 193 std::set<sptr<IDisplayManagerAgent>> setIDisplay; in HWTEST_F() 221 std::set<sptr<IDisplayManagerAgent>> setIDisplay; in HWTEST_F() 246 std::set<sptr<IDisplayManagerAgent>> setIDisplay; in HWTEST_F() 267 std::set<sptr<IDisplayManagerAgent>> setIDisplay; in HWTEST_F() 288 std::set<spt in HWTEST_F() [all...] |
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | chacha-core.S | 46 /* SAVED_X and SAVED_CA are set in the jump table. 166 .set noreorder; \ 173 .set reorder 177 .set noreorder; \ 184 .set reorder 201 .set reorder 202 .set noat 360 .set noreorder 367 .set reorder 424 .set a [all...] |
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | perf_cpum_cf.c | 21 int set = CPUMF_CTR_SET_MAX; in get_counter_set() local 24 set = CPUMF_CTR_SET_BASIC; in get_counter_set() 26 set = CPUMF_CTR_SET_USER; in get_counter_set() 28 set = CPUMF_CTR_SET_CRYPTO; in get_counter_set() 30 set = CPUMF_CTR_SET_EXT; in get_counter_set() 32 set = CPUMF_CTR_SET_MT_DIAG; in get_counter_set() 34 return set; in get_counter_set() 72 * MT-diagnostic counters are read-only. The counter set in validate_ctr_version() 75 * also disables the counter set. State changes are ignored in validate_ctr_version() 77 * a kernel parameter only, the counter set i in validate_ctr_version() 206 enum cpumf_ctr_set set; __hw_perf_event_init() local [all...] |
/kernel/linux/linux-5.10/drivers/block/aoe/ |
H A D | aoeblk.c | 32 "When nonzero, set the maximum number of sectors per I/O request"); 349 struct blk_mq_tag_set *set; in aoeblk_gdalloc() local 380 set = &d->tag_set; in aoeblk_gdalloc() 381 set->ops = &aoeblk_mq_ops; in aoeblk_gdalloc() 382 set->cmd_size = sizeof(struct aoe_req); in aoeblk_gdalloc() 383 set->nr_hw_queues = 1; in aoeblk_gdalloc() 384 set->queue_depth = 128; in aoeblk_gdalloc() 385 set->numa_node = NUMA_NO_NODE; in aoeblk_gdalloc() 386 set->flags = BLK_MQ_F_SHOULD_MERGE; in aoeblk_gdalloc() 387 err = blk_mq_alloc_tag_set(set); in aoeblk_gdalloc() [all...] |
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | chacha-core.S | 46 /* SAVED_X and SAVED_CA are set in the jump table. 166 .set noreorder; \ 173 .set reorder 177 .set noreorder; \ 184 .set reorder 201 .set reorder 202 .set noat 360 .set noreorder 367 .set reorder 424 .set a [all...] |
/kernel/linux/linux-6.6/drivers/block/aoe/ |
H A D | aoeblk.c | 31 "When nonzero, set the maximum number of sectors per I/O request"); 335 struct blk_mq_tag_set *set; in aoeblk_gdalloc() local 360 set = &d->tag_set; in aoeblk_gdalloc() 361 set->ops = &aoeblk_mq_ops; in aoeblk_gdalloc() 362 set->cmd_size = sizeof(struct aoe_req); in aoeblk_gdalloc() 363 set->nr_hw_queues = 1; in aoeblk_gdalloc() 364 set->queue_depth = 128; in aoeblk_gdalloc() 365 set->numa_node = NUMA_NO_NODE; in aoeblk_gdalloc() 366 set->flags = BLK_MQ_F_SHOULD_MERGE; in aoeblk_gdalloc() 367 err = blk_mq_alloc_tag_set(set); in aoeblk_gdalloc() [all...] |
/third_party/curl/lib/vquic/ |
H A D | vquic-tls.c | 157 /* give application a chance to interfere with SSL set up. */ in curl_ossl_init_ctx() 158 if(data->set.ssl.fsslctx) { in curl_ossl_init_ctx() 169 result = (*data->set.ssl.fsslctx)(data, ctx->ssl_ctx, in curl_ossl_init_ctx() 170 data->set.ssl.fsslctxp); in curl_ossl_init_ctx() 232 failf(data, "Failed set SNI"); in curl_ossl_init_ssl() 269 long * const pverifyresult = &data->set.ssl.certverifyresult; in curl_gtls_init_ctx() 281 result = gtls_client_init(data, conn_config, &data->set.ssl, in curl_gtls_init_ctx() 377 failf(data, "wolfSSL failed to set ciphers: %s", error_buffer); in curl_wssl_init_ctx() 385 failf(data, "wolfSSL failed to set curves"); in curl_wssl_init_ctx() 438 /* give application a chance to interfere with SSL set u in curl_wssl_init_ctx() [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_name.c | 186 entry->set = i; in x509_name_ex_d2i() 245 int i, set = -1; in x509_name_encode() local 252 if (entry->set != set) { in x509_name_encode() 260 set = entry->set; in x509_name_encode() 310 int i, set = -1, ret = 0, len; in x509_name_canon() local 326 if (entry->set != set) { in x509_name_canon() 335 set in x509_name_canon() [all...] |
/third_party/openssl/crypto/x509/ |
H A D | x_name.c | 186 entry->set = i; in x509_name_ex_d2i() 245 int i, set = -1; in x509_name_encode() local 252 if (entry->set != set) { in x509_name_encode() 260 set = entry->set; in x509_name_encode() 310 int i, set = -1, ret = 0, len; in x509_name_canon() local 326 if (entry->set != set) { in x509_name_canon() 335 set in x509_name_canon() [all...] |
/third_party/python/Lib/concurrent/futures/ |
H A D | _base.py | 84 self.event.set() 89 self.event.set() 94 self.event.set() 101 self.event.set() 105 self.event.set() 109 self.event.set() 124 self.event.set() 133 self.event.set() 182 and the future is removed from each set in the collection of sets 220 fs = set(f [all...] |
/third_party/python/Lib/unittest/test/ |
H A D | test_async_case.py | 67 VAR.set(VAR.get() + ('setUp',)) 74 VAR.set(VAR.get() + ('asyncSetUp',)) 81 VAR.set(VAR.get() + ('test',)) 87 VAR.set(VAR.get() + ('asyncTearDown',)) 93 VAR.set(VAR.get() + ('tearDown',)) 98 VAR.set(VAR.get() + ('cleanup1',)) 105 VAR.set(VAR.get() + ('cleanup2',)) 110 VAR.set(VAR.get() + ('cleanup3',)) 115 VAR.set(VAR.get() + ('cleanup4',)) 120 VAR.set(VA [all...] |
/third_party/skia/modules/canvaskit/ |
H A D | skottie_bindings.cpp | 201 prop.set("key", cp); in getColorProps() 202 prop.set("value", fPropMgr->getColor(cp)); in getColorProps() 214 prop.set("key", op); in getOpacityProps() 215 prop.set("value", fPropMgr->getOpacity(op)); in getOpacityProps() 228 txt_val.set("text", txt.fText.c_str()); in getTextProps() 229 txt_val.set("size", txt.fTextSize); in getTextProps() 232 prop.set("key", key); in getTextProps() 233 prop.set("value", std::move(txt_val)); in getTextProps() 263 marker.set("name", m.name); in getMarkers() 264 marker.set("t in getMarkers() [all...] |
/foundation/ability/ability_runtime/services/appdfr/include/ |
H A D | appfreeze_manager.h | 24 #include <set> 93 std::map<int, std::set<int>> BinderParser(std::ifstream& fin, std::string& stack) const; 94 void ParseBinderPids(const std::map<int, std::set<int>>& binderInfo, std::set<int>& pids, int pid, int layer) const; 95 std::set<int> GetBinderPeerPids(std::string& stack, int pid) const;
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_info_test/ |
H A D | net_caps_test.cpp | 41 std::set<NetCap> caps = {NetCap::NET_CAPABILITY_MMS, in SetUpTestCase() 65 std::set<NetCap> caps = {NetCap::NET_CAPABILITY_MMS, in HWTEST_F() 130 std::set<NetCap> caps; in HWTEST_F() 137 std::set<NetCap> caps = {NetCap::NET_CAPABILITY_NOT_VPN}; in HWTEST_F() 144 std::set<NetCap> caps = {NetCap::NET_CAPABILITY_INTERNAL_DEFAULT}; in HWTEST_F()
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/ |
H A D | net_caps_test.cpp | 41 std::set<NetCap> caps = {NetCap::NET_CAPABILITY_MMS, in SetUpTestCase() 65 std::set<NetCap> caps = {NetCap::NET_CAPABILITY_MMS, in HWTEST_F() 130 std::set<NetCap> caps; in HWTEST_F() 137 std::set<NetCap> caps = {NetCap::NET_CAPABILITY_NOT_VPN}; in HWTEST_F() 144 std::set<NetCap> caps = {NetCap::NET_CAPABILITY_INTERNAL_DEFAULT}; in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | relational_schema_object.h | 65 std::set<std::string> GetSharedTableForChangeTable(std::set<std::string> &changeTables) const; 66 std::set<std::string> CompareReferenceProperty(const std::vector<TableReferenceProperty> &others) const; 110 void CalculateTableWeight(const std::set<std::string> &startNodes, 111 const std::map<std::string, std::set<std::string>> &nextNodes); 113 bool isValid_ = false; // set to true after parse success from string or add at least one relational table
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | cacheasm.h | 38 .set _reps, 1 40 .set _reps, 2 42 .set _reps, 4 46 .set _index, 0 49 .set _index, _index + 1
|
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/ |
H A D | step_after_suspend_test.c | 26 cpu_set_t set; in child() local 28 CPU_ZERO(&set); in child() 29 CPU_SET(cpu, &set); in child() 30 if (sched_setaffinity(0, sizeof(set), &set) != 0) { in child()
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | io.c | 91 if (ca->set->error_decay) { in bch_count_io_errors() 94 while (count > ca->set->error_decay) { in bch_count_io_errors() 97 unsigned int new = count - ca->set->error_decay; in bch_count_io_errors() 125 if (errors < ca->set->error_limit) in bch_count_io_errors() 130 bch_cache_set_error(ca->set, in bch_count_io_errors()
|
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | cacheasm.h | 38 .set _reps, 1 40 .set _reps, 2 42 .set _reps, 4 46 .set _index, 0 49 .set _index, _index + 1
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | io.c | 92 if (ca->set->error_decay) { in bch_count_io_errors() 95 while (count > ca->set->error_decay) { in bch_count_io_errors() 98 unsigned int new = count - ca->set->error_decay; in bch_count_io_errors() 126 if (errors < ca->set->error_limit) in bch_count_io_errors() 131 bch_cache_set_error(ca->set, in bch_count_io_errors()
|
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/ |
H A D | step_after_suspend_test.c | 26 cpu_set_t set; in child() local 28 CPU_ZERO(&set); in child() 29 CPU_SET(cpu, &set); in child() 30 if (sched_setaffinity(0, sizeof(set), &set) != 0) { in child()
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-tag.cc | 45 // wipe bits not belong to this set
in verify() 50 // wipe each bit defined in this set
in verify() 71 // must set to 0 here, because we will do bit-OR arithmetic later
in eleForName() 90 // set this bit
in eleForName() 173 const TestFlag* set = sets.at(i);
in CheckFlagsLegality() local 175 if (!set->verify(flags, buf)) {
in CheckFlagsLegality() 186 const TestFlag* set = sets.at(i);
in flagForName() local 187 if (!compareStringsByIgnoreCase(set_name, set->naming())) {
in flagForName() 190 return set->eleForName(ele_name, result);
in flagForName()
|