Home
last modified time | relevance | path

Searched refs:set (Results 2451 - 2475 of 10745) sorted by relevance

1...<<919293949596979899100>>...430

/foundation/multimedia/av_session/frameworks/common/src/
H A Davcall_state.cpp60 mask_.set(AVCALL_STATE_KEY_STATE); in SetAVCallState()
73 mask_.set(AVCALL_STATE_KEY_IS_MUTED); in SetAVCallMuted()
95 out.mask_.set(i); in CopyToByMask()
109 mask_.set(i); in CopyFrom()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_scene_const.h20 #include <set>
86 SceneFeaturesMode(SceneMode sceneMode, std::set<SceneFeature> sceneFeatures) in SceneFeaturesMode()
132 std::set<SceneFeature> GetFeatures() const in GetFeatures()
175 std::set<SceneFeature> sceneFeatures_;
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_file.h120 int32_t ReadFirewallRules(uint32_t chainType, std::set<uint32_t> &allowedList, std::set<uint32_t> &deniedList);
129 void WriteFirewallRules(uint32_t chainType, const std::set<uint32_t> &allowedList,
130 const std::set<uint32_t> &deniedList);
/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_net_conn_callback_test.h76 int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps,
82 int32_t ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override
93 int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps,
99 int32_t ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_all_capabilities_test.cpp50 std::set<NetCap> caps = { in HWTEST_F()
62 std::set<NetBearType> bearType = { in HWTEST_F()
89 std::set<NetCap> caps = { in HWTEST_F()
100 std::set<NetBearType> bearType = { in HWTEST_F()
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnet_vpn_impl.h21 #include <set>
95 void GenerateUidRangesByAcceptedApps(const std::set<int32_t> &uids, std::vector<int32_t> &beginUids,
97 void GenerateUidRangesByRefusedApps(int32_t userId, const std::set<int32_t> &uids, std::vector<int32_t> &beginUids,
99 std::set<int32_t> GetAppsUids(int32_t userId, const std::vector<std::string> &applications);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dparse_result.h20 #include <set>
82 void SetLatestCommLabels(const std::set<LabelType> &inLatestCommLabels) in SetLatestCommLabels()
143 const std::set<LabelType>& GetLatestCommLabels() const in GetLatestCommLabels()
179 std::set<LabelType> latestCommLabels_; // For Only LabelExchange Frame
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dgpu_context.h19 #include <set>
206 void PurgeUnlockedResourcesByPid(bool scratchResourcesOnly, const std::set<pid_t>& exitedPidSet);
214 void PurgeCacheBetweenFrames(bool scratchResourcesOnly, const std::set<pid_t>& exitedPidSet,
215 const std::set<pid_t>& protectedPidSet);
249 * @param tag GPU resource tag used to set current GPU resource tag.
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dgpu_context_impl.h20 #include <set>
68 virtual void PurgeUnlockedResourcesByPid(bool scratchResourcesOnly, const std::set<pid_t>& exitedPidSet) = 0;
70 virtual void PurgeCacheBetweenFrames(bool scratchResourcesOnly, const std::set<pid_t>& exitedPidSet,
71 const std::set<pid_t>& protectedPidSet) = 0;
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dselectndk.cpp65 fd_set set = {PARAM_0}; in PSelect() local
69 FD_ZERO(&set); in PSelect()
70 FD_SET(STDOUT_FILENO, &set); in PSelect()
73 ret = pselect(STDOUT_FILENO + PARAM_1, nullptr, &set, nullptr, &timeout, nullptr); in PSelect()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSimpleDateRule.java180 c.set(Calendar.ERA, c.getMaximum(Calendar.ERA)); in computeInYear()
181 c.set(Calendar.YEAR, year); in computeInYear()
182 c.set(Calendar.MONTH, month); in computeInYear()
183 c.set(Calendar.DATE, dayOfMonth); in computeInYear()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DSimpleDateRule.java178 c.set(Calendar.ERA, c.getMaximum(Calendar.ERA)); in computeInYear()
179 c.set(Calendar.YEAR, year); in computeInYear()
180 c.set(Calendar.MONTH, month); in computeInYear()
181 c.set(Calendar.DATE, dayOfMonth); in computeInYear()
/third_party/lame/misc/
H A Dlame4dos.bat19 rem please set LAME and LAMEOPTS
23 set LAME=c:\progra~1\sound&~1\lame\lame.exe
24 set OPTS=-h --lowpass-width 2 --lowpass 20.5 -b 112 --abr 180
28 set thecmd=%LAME% %OPTS%
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_ray_queries.c27 #include "util/set.h"
36 mark_query_read(struct set *queries, in mark_query_read()
60 nir_find_ray_queries_read(struct set *queries, in nir_find_ray_queries_read()
95 struct set *queries = data; in nir_replace_unread_queries_instr()
133 struct set *read_queries = _mesa_pointer_set_create(NULL); in nir_opt_ray_queries()
/third_party/ltp/testcases/kernel/device-drivers/cpufreq/
H A Dcpufreq_boost.c128 cpu_set_t set; in setup() local
129 CPU_ZERO(&set); in setup()
130 CPU_SET(0, &set); in setup()
131 if (sched_setaffinity(0, sizeof(cpu_set_t), &set) < 0) in setup()
132 tst_brkm(TBROK | TERRNO, cleanup, "failed to set CPU0"); in setup()
138 "failed to set FIFO sched with max priority"); in setup()
/third_party/node/test/parallel/
H A Dtest-process-env-allowed-flags.js38 `flag should be in set: ${flag}`
46 `flag should not be in set: ${flag}`
70 common.mustCallAtLeast(function(flag, _, set) {
73 assert.strictEqual(set, process.allowedNodeEnvironmentFlags);
/third_party/musl/src/thread/
H A Dpthread_cancel.c41 static void _sigaddset(sigset_t *set, int sig) in _sigaddset() argument
44 set->__bits[s/8/sizeof *set->__bits] |= 1UL<<(s&8*sizeof *set->__bits-1); in _sigaddset()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_cancel.c40 static void _sigaddset(sigset_t *set, int sig) in _sigaddset() argument
43 set->__bits[s/8/sizeof *set->__bits] |= 1UL<<(s&8*sizeof *set->__bits-1); in _sigaddset()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_cancel.c41 static void _sigaddset(sigset_t *set, int sig) in _sigaddset() argument
44 set->__bits[s/8/sizeof *set->__bits] |= 1UL<<(s&8*sizeof *set->__bits-1); in _sigaddset()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dnamespace.js34 set: function set(namespace) {
58 set: function set(namespace) {
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_dual_tex.c39 * To pair ops efficiently, we maintain a set (backed by a hash table) using
46 * removing a skip flag from one that has it is legal. Accordingly, set the
131 struct set *set = _mesa_set_create(ctx, coord_hash, coord_equal); in bi_opt_fuse_dual_texture_block() local
138 struct set_entry *ent = _mesa_set_search_or_add(set, I, &found); in bi_opt_fuse_dual_texture_block()
142 _mesa_set_remove(set, ent); in bi_opt_fuse_dual_texture_block()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFence.cpp35 angle::Result FenceNV::set(const Context *context, GLenum condition) in set() function in gl::FenceNV
37 ANGLE_TRY(mFence->set(context, condition)); in set()
95 angle::Result Sync::set(const Context *context, GLenum condition, GLbitfield flags) in set() function in gl::Sync
97 ANGLE_TRY(mFence->set(context, condition, flags)); in set()
/third_party/skia/third_party/externals/angle2/infra/specs/
H A Dgenerate_test_spec_json.py114 seen_mixins = set()
116 seen_mixins = seen_mixins.union(waterfall.get('mixins', set()))
118 seen_mixins = seen_mixins.union(tester.get('mixins', set()))
126 seen_mixins = seen_mixins.union(test.get('mixins', set()))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcheck_spec_links.py48 SYSTEM_TYPES = set(('void', 'char', 'float', 'size_t', 'uintptr_t',
54 DEFAULT_DISABLED_MESSAGES = set((
72 self._conditionally_recognized = set(('fname', 'sname'))
172 default_enabled_messages = set(MessageId).difference(
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddataflow.cpp18 #include <set>
48 // For each block, stores the set of blocks it can be preceded by.
61 std::map<uint32_t, std::set<uint32_t>> reachable_from;
73 std::set<uint32_t>& precedents = reachable_from[id];
214 std::map<uint32_t, std::set<uint32_t>> expected_result; in TEST_F()

Completed in 10 milliseconds

1...<<919293949596979899100>>...430