Home
last modified time | relevance | path

Searched refs:cs (Results 1 - 19 of 19) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
H A DStringUtils.java30 * @param cs input string
31 * @return true, if cs is empty
33 public static boolean isEmpty(final CharSequence cs) { in isEmpty() argument
34 return cs == null || cs.length() == 0; in isEmpty()
/developtools/smartperf_host/trace_streamer/src/table/base/include/
H A Dtable_base.h120 void SwapIndexFront(std::vector<FilterConstraints::Constraint> &cs, const std::set<uint32_t> &sId) in SwapIndexFront() argument
123 for (size_t i = 0; i < cs.size(); i++) { in SwapIndexFront()
124 const auto &c = cs[i]; in SwapIndexFront()
126 std::swap(cs[index], cs[i]); in SwapIndexFront()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/entity/
H A DOptions.java267 private boolean isEmpty(final CharSequence cs) { in isEmpty() argument
268 return cs == null || cs.length() == 0; in isEmpty()
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
H A Dthread_table.cpp84 auto cs = fc.GetConstraints(); in Filter() local
86 SwapIndexFront(cs, sId); in Filter()
87 for (size_t i = 0; i < cs.size(); i++) { in Filter()
88 const auto &c = cs[i]; in Filter()
H A Dthread_state_table.cpp120 auto cs = fc.GetConstraints(); in HandleIndex() local
122 SwapIndexFront(cs, sId); in HandleIndex()
123 for (size_t i = 0; i < cs.size(); i++) { in HandleIndex()
124 const auto &c = cs[i]; in HandleIndex()
H A Dframe_slice_table.cpp121 auto &cs = fc.GetConstraints(); in HandleIndex() local
122 for (size_t i = 0; i < cs.size(); i++) { in HandleIndex()
123 const auto &c = cs[i]; in HandleIndex()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dstring_utils.h32 static bool IsEmpty(const std::string& cs);
H A Dfile_utils.h40 static bool IsEmpty(std::string cs);
/developtools/hapsigner/hapsigntool_cpp/common/src/
H A Doptions.cpp141 bool Options::IsEmpty(const std::string& cs) in IsEmpty() argument
143 if (cs.empty()) { in IsEmpty()
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dstring_utils.cpp24 bool StringUtils::IsEmpty(const std::string& cs) in IsEmpty() argument
26 return cs.empty(); in IsEmpty()
H A Dfile_utils.cpp32 bool FileUtils::IsEmpty(std::string cs) in IsEmpty() argument
34 if (cs.length() == 0) { in IsEmpty()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
H A Ddemo_table_base.cpp169 auto cs = demoFilterConstraints.GetConstraints(); in DemoBestIndex() local
170 for (size_t i = 0; i < cs.size(); i++) { in DemoBestIndex()
171 auto &c = cs[i]; in DemoBestIndex()
/developtools/smartperf_host/trace_streamer/src/table/base/
H A Dtable_base.cpp186 auto cs = filterConstraints.GetConstraints(); in BestIndex() local
187 for (size_t i = 0; i < cs.size(); i++) { in BestIndex()
188 auto &c = cs[i]; in BestIndex()
/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Doptions.h38 bool IsEmpty(const std::string& cs);
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/
H A Dgenerate_sub_ca_test.cpp609 std::string cs = ""; in HWTEST_F() local
610 bool res = FileUtils::IsEmpty(cs); in HWTEST_F()
1127 std::string cs = "1234"; in HWTEST_F() local
1128 bool res = FileUtils::IsEmpty(cs); in HWTEST_F()
1139 std::string cs = "1234"; in HWTEST_F() local
1140 int res = FileUtils::Write(cs, "/data/test/"); in HWTEST_F()
1151 std::string cs = "1234"; in HWTEST_F() local
1154 int res = FileUtils::Read(input, cs); in HWTEST_F()
/developtools/hdc/hdc_rust/src/cffi/
H A Duart.cpp222 COMSTAT cs; local
223 if (!ClearCommError(devUartHandle, &dwError, &cs)) {
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/utils/
H A Ddevice.py568 cs = set(condition.items())
569 if cs.issubset(set(e.items())):
/developtools/hdc/src/host/
H A Dhost_uart.cpp289 COMSTAT cs; in EnumSerialPort() local
290 if (!ClearCommError(hUART->devUartHandle, &dwError, &cs)) { in EnumSerialPort()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h25114 struct clocksource *cs; member
60365 uint16_t cs; global() member
68845 struct cs_timing cs[6]; global() member
93969 struct resource cs; global() member
106423 struct mbus_dram_window cs[4]; global() member
107856 u8 cs; global() member
126277 struct list_head cs; global() member
142262 struct clocksource cs; global() member
142302 struct clocksource cs; global() member
142347 struct clocksource cs; global() member
[all...]

Completed in 481 milliseconds