| /test/xts/hats/hdf/camera/cameraHdi/pipeline_core/ |
| D | pipeline_core_test.cpp | 71 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 …]
|
| D | stream_pipeline_strategy_test.cpp | 59 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
|
| D | stream_pipeline_dispatcher_test.cpp | 64 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
|
| D | stream_pipeline_builder_test.cpp | 66 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr); variable
|
| /test/testfwk/developer_test/libs/fuzzlib/tools/ |
| D | colored.py | 113 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/ |
| D | csv_transform_xml.h | 70 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/ |
| D | ucharndk.cpp | 35 char s[] = "G"; in Mbrtoc16() local 47 char s[] = "S"; in Mbrtoc32() local
|
| D | timendk1.cpp | 49 struct stat s; in Futimes_One() local
|
| D | stdiondk.cpp | 222 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/ |
| D | ServiceAbility.ts | 284 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/ |
| D | ServiceAbility.ts | 117 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/ |
| D | test2018_05.ts | 41 const ans2 = /./s.test('\n'); constant
|
| /test/xts/acts/kernel_lite/fs_posix/src/ |
| D | FsOtherTest.cpp | 145 int NftwCheckDirTree(const char *path, const struct stat *sb, int flag, struct FTW *s) in NftwCheckDirTree()
|
| /test/xts/hats/kernel/prctl/ |
| D | PrctlApiTest.cpp | 72 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/ |
| D | jsvm_utils.cpp | 134 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/ |
| D | GroupSiteController.java | 77 double s = 2d * Math.asin(Math.sqrt(Math.pow(Math.sin(a / 2), 2) + in calculateDistance() local
|
| D | BusinessController.java | 77 double s = 2d * Math.asin(Math.sqrt(Math.pow(Math.sin(a / 2), 2) + in calculateDistance() local
|
| /test/xts/hats/kernel/freelist/modify_pointer/ |
| D | Malloc_modify_pointer.cpp | 24 static void handler(int s) in handler()
|
| /test/xts/hats/kernel/freelist/encode_pointer/ |
| D | Malloc_encode_pointer.cpp | 78 static void handler(int s) { in handler()
|
| /test/xts/hats/kernel/freelist/safe_unlink/ |
| D | Malloc_safe_unlink.cpp | 78 static void handler(int s) in handler()
|
| /test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/ |
| D | HiAppEventCPPTest.cpp | 1124 char s[25]; variable 1174 char s[25]; variable
|
| /test/xts/acts/kernel_lite/process_posix/src/ |
| D | PthreadBasicApiTest.cpp | 30 char *s = (char*)arg; in ThreadPthreadCreateBasic() local
|
| /test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
| D | fnmatchndk32.cpp | 319 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/ |
| D | hvigor-wrapper.js | 15 …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/ |
| D | hvigor-wrapper.js | 15 …re("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"),c=req… variable
|