Home
last modified time | relevance | path

Searched +defs:s +defs:n (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_host_raw_api_func_test.cpp106 const string s = "0123456789abcdef"; variable
110 unsigned int n = 0; variable
193 const string s = "0123456789abcdef"; variable
197 unsigned int n = 0; variable
H A Dusb_host_serial_func_test.cpp194 const string s = "0123456789abcdef"; variable
198 unsigned int n = 0; variable
275 const string s = "0123456789abcdef"; variable
279 unsigned int n = 0; variable
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_raw_api_func_test.cpp165 const string s = "0123456789abcdef"; variable
169 unsigned int n = 0; variable
315 const string s = "0123456789abcdef"; variable
319 unsigned int n = 0; variable
H A Dusb_host_serial_func_test.cpp168 const string s = "0123456789abcdef"; variable
172 unsigned int n = 0; variable
319 const string s = "0123456789abcdef"; variable
323 unsigned int n = 0; variable
H A Dusb_device_serial_func_test.cpp118 const string s = "0123456789abcdef"; variable
122 unsigned int n = 0; variable
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/
H A Dhost_stream_mgr_impl.cpp35 … it = std::find_if(streams_.begin(), streams_.end(), [info](const std::unique_ptr<HostStream>& s) { in CreateHostStream()
58 …= std::find_if(streams_.begin(), streams_.end(), [streamId](const std::unique_ptr<HostStream>& s) { in DestroyHostStream()
74 std::sort(s.begin(), s.end(), [](const int32_t& f, const int32_t& n) { in GetStreamTypes()
88 [id](const std::unique_ptr<HostStream>& s) { return s->GetStreamId() == id; }); in GetStreamInfo()
97 …= std::find_if(streams_.begin(), streams_.end(), [streamId](const std::unique_ptr<HostStream>& s) { in GetBufferCb()
/ohos5.0/foundation/multimedia/av_session/avvolumepanel/
H A Davvolumepanel.js22 constructor(p, q, r, s = -1, t = undefined, u) { argument
42 updateStateVars(n) { argument
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dmodule_split_stream_sink.c249 static void SinkUpdateRequestedLatencyCb(pa_sink *s) in SinkUpdateRequestedLatencyCb()
268 static void SinkReconfigureCb(pa_sink *s, pa_sample_spec *spec, bool passthrough) in SinkReconfigureCb()
273 static bool SinkSetFormatsCb(pa_sink *s, pa_idxset *formats) in SinkSetFormatsCb()
285 static pa_idxset* SinkGetFormatsCb(pa_sink *s) in SinkGetFormatsCb()
351 static void SplitSinkRenderInputsDrop(pa_sink *si, pa_mix_info *infoIn, unsigned n, pa_memchunk *ch… in SplitSinkRenderInputsDrop()
415 unsigned n = 0; in SplitFillMixInfo() local
456 static void SplitSinkRenderMix(pa_sink *s, size_t length, pa_mix_info *info, unsigned n, pa_memchun… in SplitSinkRenderMix()
501 unsigned n; in SplitPaSinkRender() local
543 static void SplitSinkRenderIntoMix(pa_sink *s, size_t length, pa_mix_info *info, unsigned n, pa_mem… in SplitSinkRenderIntoMix()
592 static void SplitPaSinkRenderInto(pa_sink *s, pa_memchunk *target, char *streamType) in SplitPaSinkRenderInto()
[all …]
H A Dhdi_sink.c214 int32_t s = Read24Bit(a) << BIT_8; in ConvertFrom24BitToFloat() local
646 unsigned n = 0; in SinkRenderPrimaryClusterCap() local
818 unsigned n; in SinkRenderPrimaryPeekCap() local
1256 unsigned n = 0; in SinkRenderPrimaryCluster() local
1360 unsigned n = 0; in SinkRenderMultiChannelCluster() local
1419 unsigned n; in SinkRenderPrimaryPeek() local
1461 unsigned n; in SinkRenderMultiChannelPeek() local
1705 pa_sink *s; in CheckOnlyPrimarySpeakerPaLoading() local
2164 int n = 0; in GetInputsType() local
2445 pa_sink *s = u->sink; in ProcessRenderUseTimingOffload() local
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h176 constexpr basic_string_view<CharT>::basic_string_view(CharT const* const s, size_type count) : begi… in basic_string_view()
180 constexpr basic_string_view<CharT>::basic_string_view(CharT const* const s) : begin_(s), size_(cons… in basic_string_view()
288 constexpr void basic_string_view<CharT>::remove_prefix(size_type n) in remove_prefix()
300 constexpr void basic_string_view<CharT>::remove_suffix(size_type n) in remove_suffix()
382 constexpr int basic_string_view<CharT>::compare(CharT const* const s) const in compare()
403 …int basic_string_view<CharT>::compare(size_type pos1, size_type count1, CharT const* const s) const in compare()
410 size_type pos1, size_type count1, CharT const* const s, size_type count2) const in compare()
683 for (auto s = s2; s != s3; s++) { in find_first_of() local
727 for (auto s = s2; s != s3; s++) { in find_last_of() local
778 constexpr bool basic_string_view<CharT>::starts_with(const CharT* s) const in starts_with()
[all …]
H A Dstring.h144 …basic_string(const StringT& a, size_type pos, size_type n) : basic_string(a, pos, n, default_alloc… in basic_string()
148 basic_string(const StringT& a, size_type pos, size_type n, allocator& alloc) in basic_string()
515 basic_string& insert(size_type pos, const_pointer str, size_type n) in insert()
676 int compare(CharT const* const s) const in compare()
681 int compare(size_type pos1, size_type count1, CharT const* const s) const in compare()
686 int compare(size_type pos1, size_type count1, CharT const* const s, size_type count2) const in compare()
746 bool starts_with(const CharT* s) const in starts_with()
762 bool ends_with(const CharT* s) const in ends_with()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent.js63 purgeVariableDependenciesOnElmtId(s) { argument
161 const n = await this.context.openAtomicService(this.appId, this.options); constant
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_block.h38 #define MMC_SEC_PARAM_INVALID(s, n) \ argument
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15 …quire("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=req… argument
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15 …quire("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=req… argument
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16 …quire("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=req… argument
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Drbtree.c32 #define COLOR(n) ((n) == NULL ? BLACK : ((n)->key & COLOR_MASK)) argument
33 #define IS_RED(n) (COLOR((n)) == RED) argument
34 #define IS_BLACK(n) (COLOR((n)) == BLACK) argument
36 #define SET_COLOR(n, color) if ((n) != NULL) { (n)->key = ((n)->key & KEY_MASK) | (color); } argument
37 #define SET_RED(n) SET_COLOR((n), RED) argument
38 #define SET_BLACK(n) SET_COLOR((n), BLACK) argument
40 #define KEY(n) ((n) == NULL ? RED : ((n)->key & KEY_MASK)) argument
54 RbTreeKey RbTreeNodeKey(const struct RbTreeNode *n) in RbTreeNodeKey()
61 struct RbTreeNode *n = CMMalloc(sizeof(struct RbTreeNode)); in NewNode() local
382 struct RbTreeNode *n = tree->root; in RbTreeFindNode() local
[all …]
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dmain.cpp69 ssize_t n = write(fd, p, remaining); in WriteStringToFile() local
111 struct stat s; in RedirectStdStreamToLogFile() local
174 struct stat s; in HilogdEntry() local
/ohos5.0/foundation/arkui/advanced_ui_component/interface/composetitlebar/
H A Dcomposetitlebar.js17 var s, r = arguments.length, variable
18 n = r < 3 ? t : null === i ? i = Object.getOwnPropertyDescriptor(t, o) : i; variable
/ohos5.0/foundation/arkui/advanced_ui_component/interface/selecttitlebar/
H A Dselecttitlebar.js17 var s, r = arguments.length, variable
18 n = r < 3 ? t : null === i ? i = Object.getOwnPropertyDescriptor(t, o) : i; variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c53 static IovList *GetFreeIovList(DFileSession *s, int32_t tid) in GetFreeIovList()
69 void DestroyIovList(const List *head, DFileSession *s, uint32_t tid) in DestroyIovList()
72 List *n = NULL; in DestroyIovList() local
128 List *n = NULL; in SendFileDataFrame() local
/ohos5.0/foundation/arkui/advanced_ui_component/interface/tabtitlebar/
H A Dtabtitlebar.js17 var s, r = arguments.length, variable
18 n = r < 3 ? t : null === i ? i = Object.getOwnPropertyDescriptor(t, o) : i; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js92 async onRemoteMessageRequest(s, t, u, v) { argument
294 async onRemoteMessageRequest(s, t, u, v) { argument
605 class n extends rpc.RemoteObject { class
611 async onRemoteMessageRequest(s, t, u, v) { argument
682 async onRemoteMessageRequest(s, t, u, v) { argument
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcf_mock.cpp180 …ON_CALL(*this, ASN1_TIME_normalize).WillByDefault([this](ASN1_TIME *s) { return __real_ASN1_TIME_n… in SetMockFunDefaultBehaviorPartTwo()
251 ON_CALL(*this, OBJ_nid2obj).WillByDefault([this](int n) { return __real_OBJ_nid2obj(n); }); in SetMockFunDefaultBehaviorPartThree()
257 ON_CALL(*this, BN_bin2bn).WillByDefault([this](const unsigned char *s, int len, BIGNUM *ret) { in SetMockFunDefaultBehaviorPartThree()
295 ON_CALL(*this, OBJ_nid2sn).WillByDefault([this](int n) { return __real_OBJ_nid2sn(n); }); in SetMockFunDefaultBehaviorPartFour()
311 …ON_CALL(*this, OBJ_txt2nid).WillByDefault([this](const char *s) { return __real_OBJ_txt2nid(s); }); in SetMockFunDefaultBehaviorPartFour()
608 ASN1_OBJECT *__wrap_OBJ_nid2obj(int n) in __wrap_OBJ_nid2obj()
628 BIGNUM *__wrap_BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret) in __wrap_BN_bin2bn()
638 int __wrap_ASN1_TIME_normalize(ASN1_TIME *s) in __wrap_ASN1_TIME_normalize()
890 const char *__wrap_OBJ_nid2sn(int n) in __wrap_OBJ_nid2sn()
940 int __wrap_OBJ_txt2nid(const char *s) in __wrap_OBJ_txt2nid()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h105 size_t n = e_.size(); in IsValid() local
195 auto s = dfsStack.top(); in DfsBuildCycleInfo() local

12