Home
last modified time | relevance | path

Searched defs:s (Results 1 – 14 of 14) sorted by relevance

/test/xts/hats/hdf/camera/pipeline_core/
Dpipeline_core_test.cpp70 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
90 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
114 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
134 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
165 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
189 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
204 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
223 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
247 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
275 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
[all …]
Dstream_pipeline_strategy_test.cpp59 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr); variable
71 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr); variable
86 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr); variable
95 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr); variable
Dstream_pipeline_dispatcher_test.cpp64 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr); variable
88 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgrConf); variable
112 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgrAbConf); variable
Dstream_pipeline_builder_test.cpp66 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr); variable
/test/testfwk/developer_test/libs/fuzzlib/tools/
Dcolored.py89 def color_str(self, color, s, tag=None): argument
107 def red(self, s): argument
111 def green(self, s): argument
116 def yellow(self, s): argument
120 def blue(self, s): argument
123 def fuchsia(self, s): argument
126 def cyan(s): argument
129 def white(self, s): argument
133 def simple_print(self, s): argument
/test/xts/dcts/communication/dsoftbus/rpcserver/src/main/js/ServiceAbility/
Dservice.js351 let s = new MySequenceable(null, null); variable
373 var s = [new MySequenceable(null, null), new MySequenceable(null, null), variable
418 let s = new MySequenceable(null, null); variable
444 let s = [new MySequenceable(null, null), new MySequenceable(null, null), variable
486 let s = new MySequenceable(null, null); variable
/test/testfwk/developer_test/aw/cxx/distributed/utils/
Dcsv_transform_xml.h70 for (std::string s : vecLines_) { in FileOperate() local
118 void SplitString(const std::string& s, std::vector<std::string>& v, const std::string& c) in SplitString()
/test/xts/hats/kernel/freelist/modify_pointer/
DMalloc_modify_pointer.cpp24 static void handler(int s) in handler()
/test/xts/hats/kernel/freelist/safe_unlink/
DMalloc_safe_unlink.cpp29 static void handler(int s) in handler()
/test/xts/acts/kernel_lite/fs_posix/src/
DFsOtherTest.cpp145 int NftwCheckDirTree(const char *path, const struct stat *sb, int flag, struct FTW *s) in NftwCheckDirTree()
/test/xts/hats/kernel/prctl/
DPrctlApiTest.cpp72 static std::vector<std::string> str_split(const std::string &s, const std::string &delimiters) in str_split()
/test/ostest/wukong/common/src/
Dwukong_util.cpp250 std::set<std::string> s(argumentlist.begin(), argumentlist.end()); in DelRepeatArguments() local
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/
DHiAppEventCPPTest.cpp1094 char s[25]; variable
1143 char s[25]; variable
/test/xts/acts/kernel_lite/process_posix/src/
DPthreadBasicApiTest.cpp30 char *s = (char*)arg; in ThreadPthreadCreateBasic() local