/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
H A D | StringUtils.java | 30 * @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 D | table_base.h | 120 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 D | Options.java | 267 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 D | thread_table.cpp | 84 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 D | thread_state_table.cpp | 120 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 D | frame_slice_table.cpp | 121 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 D | string_utils.h | 32 static bool IsEmpty(const std::string& cs);
|
H A D | file_utils.h | 40 static bool IsEmpty(std::string cs);
|
/developtools/hapsigner/hapsigntool_cpp/common/src/ |
H A D | options.cpp | 141 bool Options::IsEmpty(const std::string& cs) in IsEmpty() argument 143 if (cs.empty()) { in IsEmpty()
|
/developtools/hapsigner/hapsigntool_cpp/utils/src/ |
H A D | string_utils.cpp | 24 bool StringUtils::IsEmpty(const std::string& cs) in IsEmpty() argument 26 return cs.empty(); in IsEmpty()
|
H A D | file_utils.cpp | 32 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 D | demo_table_base.cpp | 169 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 D | table_base.cpp | 186 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 D | options.h | 38 bool IsEmpty(const std::string& cs);
|
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/ |
H A D | generate_sub_ca_test.cpp | 609 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 D | uart.cpp | 222 COMSTAT cs;
local 223 if (!ClearCommError(devUartHandle, &dwError, &cs)) {
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/utils/ |
H A D | device.py | 568 cs = set(condition.items()) 569 if cs.issubset(set(e.items())):
|
/developtools/hdc/src/host/ |
H A D | host_uart.cpp | 289 COMSTAT cs;
in EnumSerialPort() local 290 if (!ClearCommError(hUART->devUartHandle, &dwError, &cs)) {
in EnumSerialPort()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 25114 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...] |