/foundation/multimedia/av_session/frameworks/common/src/ |
H A D | avcall_state.cpp | 60 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 D | capture_scene_const.h | 20 #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 D | net_policy_file.h | 120 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 D | common_net_conn_callback_test.h | 76 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 D | net_all_capabilities_test.cpp | 50 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 D | net_vpn_impl.h | 21 #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 D | parse_result.h | 20 #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 D | gpu_context.h | 19 #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 D | gpu_context_impl.h | 20 #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 D | selectndk.cpp | 65 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 D | SimpleDateRule.java | 180 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 D | SimpleDateRule.java | 178 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 D | lame4dos.bat | 19 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 D | nir_opt_ray_queries.c | 27 #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 D | cpufreq_boost.c | 128 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 D | test-process-env-allowed-flags.js | 38 `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 D | pthread_cancel.c | 41 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 D | pthread_cancel.c | 40 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 D | pthread_cancel.c | 41 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 D | namespace.js | 34 set: function set(namespace) { 58 set: function set(namespace) {
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_dual_tex.c | 39 * 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 D | Fence.cpp | 35 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 D | generate_test_spec_json.py | 114 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 D | check_spec_links.py | 48 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 D | dataflow.cpp | 18 #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()
|