Home
last modified time | relevance | path

Searched refs:set (Results 5076 - 5100 of 14180) sorted by relevance

1...<<201202203204205206207208209210>>...568

/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dvalhall.c.py28 SKIP = set([
/third_party/musl/crt/mipsn32/
H A Dcrti.s1 .set noreorder
/third_party/musl/crt/mips/
H A Dcrti.s1 .set noreorder
/third_party/musl/crt/mips64/
H A Dcrti.s1 .set noreorder
/third_party/skia/src/core/
H A DSkIPoint16.h50 void set(int x, int y) { in set() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dtable_subsetter.h29 virtual std::set<int32_t>* TagsHandled() = 0;
H A Dtable_subsetter_impl.cc34 std::set<int32_t>* TableSubsetterImpl::TagsHandled() { in TagsHandled()
/third_party/typescript/tests/baselines/reference/
H A DimportHelpersNoHelpersForPrivateFields.js24 _Foo_field.set(this, true);
/third_party/skia/docs/examples/
H A DRect_set.cpp10 f_rect.set(i_rect); in REG_FIDDLE()
H A DRegion_set.cpp13 region2.set(region1); in REG_FIDDLE()
/third_party/skia/experimental/wasm-skp-debugger/
H A Dhelper.js8 // otherwise fileMem.set() below seems to have no effect.
16 fileMem.set(fileContents);
/third_party/vk-gl-cts/scripts/opengl/
H A Dgen_es_static_library.py25 GEN_VERSIONS = set(["2.0", "3.0", "3.1", "3.2"])
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dbtree.c171 b->written < btree_blocks(b) && i->seq == b->keys.set[0].data->seq; in bch_btree_node_read_done()
198 err = "empty set"; in bch_btree_node_read_done()
199 if (i != b->keys.set[0].data && !i->keys) in bch_btree_node_read_done()
211 if (i->seq == b->keys.set[0].data->seq) in bch_btree_node_read_done()
216 i = b->keys.set[0].data; in bch_btree_node_read_done()
218 if (b->keys.set[0].size && in bch_btree_node_read_done()
219 bkey_cmp(&b->key, &b->keys.set[0].end) < 0) in bch_btree_node_read_done()
259 bch_bio_map(bio, b->keys.set[0].data); in bch_btree_node_read()
419 /* If caller isn't waiting for write, parent refcount is cache set */ in __bch_btree_node_write()
443 * do verify if there was more than one set initiall in bch_btree_node_write()
[all...]
H A Djournal.c42 struct jset *j, *data = ca->set->journal.w[0].data; in journal_read_bucket()
46 sector_t bucket = bucket_to_sector(ca->set, ca->sb.d[bucket_index]); in journal_read_bucket()
66 closure_bio_submit(ca->set, bio, &cl); in journal_read_bucket()
481 pr_err("BUG: flush_write bit should not be set here!\n"); in btree_flush_write()
580 closure_wake_up(&ca->set->journal.wait); in journal_discard_endio()
581 closure_put(&ca->set->cl); in journal_discard_endio()
621 bio->bi_iter.bi_sector = bucket_to_sector(ca->set, in do_journal_discard()
627 closure_get(&ca->set->cl); in do_journal_discard()
936 /* No journaling if CACHE_SET_IO_DISABLE set already */ in bch_journal()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events.c380 * When soft_disable is set and enable is cleared, the sm_ref in __ftrace_event_enable_disable()
384 * SOFT_DISABLED isn't set, then do nothing. But if SOFT_DISABLED in __ftrace_event_enable_disable()
385 * is set we do not want the event to be enabled before we in __ftrace_event_enable_disable()
388 * When soft_disable is not set but the SOFT_MODE flag is, in __ftrace_event_enable_disable()
416 /* If in SOFT_MODE, just set the SOFT_DISABLE_BIT, else clear it */ in __ftrace_event_enable_disable()
424 * When soft_disable is set and enable is set, we want to in __ftrace_event_enable_disable()
427 * nothing (but set SOFT_MODE). If the event is disabled, we in __ftrace_event_enable_disable()
428 * set SOFT_DISABLED before enabling the event tracepoint, so in __ftrace_event_enable_disable()
472 /* WAS_ENABLED gets set bu in __ftrace_event_enable_disable()
787 __ftrace_set_clr_event_nolock(struct trace_array *tr, const char *match, const char *sub, const char *event, int set) __ftrace_set_clr_event_nolock() argument
834 __ftrace_set_clr_event(struct trace_array *tr, const char *match, const char *sub, const char *event, int set) __ftrace_set_clr_event() argument
846 ftrace_set_clr_event(struct trace_array *tr, char *buf, int set) ftrace_set_clr_event() argument
898 trace_set_clr_event(const char *system, const char *event, int set) trace_set_clr_event() argument
925 int set; trace_array_set_clr_event() local
960 int set = 1; ftrace_event_write() local
1216 int set = 0; system_enable_read() local
[all...]
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbtree.c171 b->written < btree_blocks(b) && i->seq == b->keys.set[0].data->seq; in bch_btree_node_read_done()
198 err = "empty set"; in bch_btree_node_read_done()
199 if (i != b->keys.set[0].data && !i->keys) in bch_btree_node_read_done()
211 if (i->seq == b->keys.set[0].data->seq) in bch_btree_node_read_done()
216 i = b->keys.set[0].data; in bch_btree_node_read_done()
218 if (b->keys.set[0].size && in bch_btree_node_read_done()
219 bkey_cmp(&b->key, &b->keys.set[0].end) < 0) in bch_btree_node_read_done()
259 bch_bio_map(bio, b->keys.set[0].data); in bch_btree_node_read()
419 /* If caller isn't waiting for write, parent refcount is cache set */ in __bch_btree_node_write()
443 * do verify if there was more than one set initiall in bch_btree_node_write()
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Didlharness.js318 : this.skipped.set(name, [parsed]);
589 map.set(m.name, m.idlType);
640 const set =
646 result = new Set(set);
783 testedPartials.set(parsed_idl.name, partialTestCount);
833 }.bind(this), `Partial ${parsed_idl.type} ${partialTestName}: valid exposure set`);
1396 map.set(m.name, m.idlType);
1468 assert_false("set" in desc, "self's property " + format_value(this.name) + " should not have a setter");
1490 // "* Its [[Get]] internal property is set as described in ECMA-262
1494 // "* Its [[Construct]] internal property is set a
[all...]
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp183 void AppAccountInfo::GetAuthorizedApps(std::set<std::string> &apps) const in GetAuthorizedApps()
188 void AppAccountInfo::SetAuthorizedApps(const std::set<std::string> &apps) in SetAuthorizedApps()
465 std::set<std::string> authList = tokenInfoIt->second.authList; in CheckOAuthTokenVisibility()
483 const std::string &authType, std::set<std::string> &oauthList, const uint32_t apiVersion) const in GetOAuthList()
516 ACCOUNT_LOGE("failed to write string set for authorizedApps_"); in Marshalling()
620 OHOS::AccountSA::GetDataByType<std::set<std::string>>( in FromJson()
676 ACCOUNT_LOGE("failed to read string set for authorizedApps_"); in ReadFromParcel()
702 bool AppAccountInfo::WriteStringSet(const std::set<std::string> &stringSet, Parcel &data) const in WriteStringSet()
719 bool AppAccountInfo::ReadStringSet(std::set<std::string> &stringSet, Parcel &data) in ReadStringSet()
/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_info_test.cpp122 // set the owner in HWTEST_F()
170 // set the name in HWTEST_F()
218 // set the extra info in HWTEST_F()
289 std::set<std::string> apps; in HWTEST_F()
297 std::set<std::string> appsFromInfo; in HWTEST_F()
319 std::set<std::string> apps; in HWTEST_F()
325 // set the authorized apps in HWTEST_F()
374 // set the sync enable in HWTEST_F()
450 // set the associated data in HWTEST_F()
506 // set th in HWTEST_F()
[all...]
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp449 template<typename T> std::set<T> StandbyConfigManager::GetEligibleAllowConfig(const std::string& paramName, in GetEligibleAllowConfig()
450 uint32_t condition, bool isAllow, bool isApp, const std::function<void(bool, std::set<T>&, in GetEligibleAllowConfig()
456 std::set<T> eligibleResCtrlConfig; in GetEligibleAllowConfig()
481 std::set<TimeLtdProcess> StandbyConfigManager::GetEligibleAllowTimeConfig(const std::string& paramName, in GetEligibleAllowTimeConfig()
484 auto func = [](bool isApp, std::set<TimeLtdProcess>& eligibleResCtrlConfig, in GetEligibleAllowTimeConfig()
497 std::set<std::string> StandbyConfigManager::GetEligiblePersistAllowConfig(const std::string& paramName, in GetEligiblePersistAllowConfig()
500 auto func = [](bool isApp, std::set<std::string>& eligibleResCtrlConfig, in GetEligiblePersistAllowConfig()
623 STANDBYSERVICE_LOGI("No strategy is set to true."); in UpdateStrategyList()
/kernel/linux/linux-5.10/drivers/bus/
H A Dmoxtet.c373 " Cannot set IRQ for module %s\n", in moxtet_find_topology()
696 unsigned long set; in moxtet_irq_thread_fn() local
699 ret = moxtet_irq_read(moxtet, &set); in moxtet_irq_thread_fn()
703 set &= ~moxtet->irq.masked; in moxtet_irq_thread_fn()
706 for_each_set_bit(i, &set, MOXTET_NIRQS) { in moxtet_irq_thread_fn()
713 ret = moxtet_irq_read(moxtet, &set); in moxtet_irq_thread_fn()
717 set &= ~moxtet->irq.masked; in moxtet_irq_thread_fn()
718 } while (set); in moxtet_irq_thread_fn()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dstan.S154 .set INARG,FP_SCR4
156 .set TWOTO63,L_SCR1
157 .set ENDFLAG,L_SCR2
158 .set N,L_SCR3
247 fdivx %fp1,%fp0 |last inst - possible exception set
287 fdivx (%sp)+,%fp0 |last inst - possible exception set
301 fmovex (%sp)+,%fp0 |last inst - possible exception set
/kernel/linux/linux-5.10/block/
H A Dblk-sysfs.c347 bool set = test_bit(QUEUE_FLAG_SAME_COMP, &q->queue_flags); in queue_rq_affinity_show() local
350 return queue_var_show(set << force, page); in queue_rq_affinity_show()
522 int set = -1; in queue_wc_store() local
525 set = 1; in queue_wc_store()
528 set = 0; in queue_wc_store()
530 if (set == -1) in queue_wc_store()
533 if (set) in queue_wc_store()
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dstan.S154 .set INARG,FP_SCR4
156 .set TWOTO63,L_SCR1
157 .set ENDFLAG,L_SCR2
158 .set N,L_SCR3
247 fdivx %fp1,%fp0 |last inst - possible exception set
287 fdivx (%sp)+,%fp0 |last inst - possible exception set
301 fmovex (%sp)+,%fp0 |last inst - possible exception set
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c48 * DAR, DSISR, and for nested HV, SPRGs must be set with MSR[RI] in load_spr_state()
49 * clear (or hstate set appropriately to catch those registers in load_spr_state()
184 /* Save guest CTRL register, set runlatch to 1 */ in restore_p9_host_os_sprs()
421 unsigned long rb, set; in flush_guest_tlb() local
429 for (set = 1; set < kvm->arch.tlb_sets; ++set) { in flush_guest_tlb()
430 rb += PPC_BIT(51); /* increment set number */ in flush_guest_tlb()
440 for (set = 0; set < kv in flush_guest_tlb()
[all...]

Completed in 28 milliseconds

1...<<201202203204205206207208209210>>...568