Home
last modified time | relevance | path

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

12345678910>>...29

/test/xts/hats/hdf/camera/cameraHdi/pipeline_core/
Dpipeline_core_test.cpp71 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
91 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
115 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
135 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
166 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
190 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
205 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
224 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
248 std::shared_ptr<IStreamPipelineCore> s = core->GetStreamPipelineCore(); variable
276 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.py113 def color_str(self, color, s, tag=None): argument
131 def red(self, s): argument
135 def green(self, s): argument
140 def yellow(self, s): argument
144 def blue(self, s): argument
147 def fuchsia(self, s): argument
150 def cyan(s): argument
153 def white(self, s): argument
157 def simple_print(self, s): argument
/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/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Ducharndk.cpp35 char s[] = "G"; in Mbrtoc16() local
47 char s[] = "S"; in Mbrtoc32() local
Dtimendk1.cpp49 struct stat s; in Futimes_One() local
Dstdiondk.cpp222 char s[n]; in vsnprintfChk_test() local
543 char s[n]; in vsnprintf_test() local
602 char s[] = "temp"; in Sscanf() local
/test/xts/dcts/communication/dsoftbus/rpcserver/entry/src/main/ets/serviceability/
DServiceAbility.ts284 let s = new MySequenceable(null, null); variable
306 var s = [new MySequenceable(null, null), new MySequenceable(null, null), variable
351 let s = new MySequenceable(null, null); variable
377 let s = [new MySequenceable(null, null), new MySequenceable(null, null), variable
418 let s = new MySequenceable(null, null); variable
/test/xts/dcts/communication/dsoftbus_rpcets/rpcserver/entry/src/main/ets/serviceability/
DServiceAbility.ts117 let s = new MySequenceable(null, null); variable
249 let s = new MySequenceable(null, null); variable
/test/xts/acts/arkcompiler/ecmanewfeatures/entry/src/ohosTest/ets/test/
Dtest2018_05.ts41 const ans2 = /./s.test('\n'); constant
/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/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
Djsvm_utils.cpp134 JSVM_Value Str(const char *s) in Str()
165 JSVM_Script Compile(const char *s, const uint8_t *cache, size_t size) in Compile()
170 JSVM_Script CompileWithName(const char *s, const char *name) in CompileWithName()
182 JSVM_Value Run(const char *s) in Run()
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
DGroupSiteController.java77 double s = 2d * Math.asin(Math.sqrt(Math.pow(Math.sin(a / 2), 2) + in calculateDistance() local
DBusinessController.java77 double s = 2d * Math.asin(Math.sqrt(Math.pow(Math.sin(a / 2), 2) + in calculateDistance() local
/test/xts/hats/kernel/freelist/modify_pointer/
DMalloc_modify_pointer.cpp24 static void handler(int s) in handler()
/test/xts/hats/kernel/freelist/encode_pointer/
DMalloc_encode_pointer.cpp78 static void handler(int s) { in handler()
/test/xts/hats/kernel/freelist/safe_unlink/
DMalloc_safe_unlink.cpp78 static void handler(int s) in handler()
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/
DHiAppEventCPPTest.cpp1124 char s[25]; variable
1174 char s[25]; variable
/test/xts/acts/kernel_lite/process_posix/src/
DPthreadBasicApiTest.cpp30 char *s = (char*)arg; in ThreadPthreadCreateBasic() local
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
Dfnmatchndk32.cpp319 struct stat s; in FuTimes_time64() local
426 struct stat s; in LuTimes_time64() local
/test/xts/acts/telephony/telephonyjstest/netmanager_base/network_nopermission/hvigor/
Dhvigor-wrapper.js15 …re("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"),c=req… function
/test/xts/acts/ability/ability_runtime/actsabilitytooltest/abilitytoolrelyhap/hvigor/
Dhvigor-wrapper.js15 …re("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"),c=req… variable

12345678910>>...29