Home
last modified time | relevance | path

Searched defs:str (Results 376 - 400 of 4392) sorted by relevance

1...<<11121314151617181920>>...176

/third_party/skia/gm/
H A Dimageresizetiled.cpp43 const char* str[] = { in DEF_SIMPLE_GM() local
/third_party/skia/docs/examples/
H A DPoint_cross.cpp19 SkString str; in REG_FIDDLE() local
H A DFont_breakText.cpp11 const char str[] = "Breakfast"; in REG_FIDDLE() local
/third_party/rust/crates/syn/src/
H A Dexport.rs30 pub type str = std::primitive::str; types
/third_party/skia/bench/
H A DBenchLogger.h43 void logError(const SkString& str) { this->nativeLogError(str.c_str()); } in logError() argument
58 void logProgress(const SkString& str) { in logProgress() argument
/third_party/spirv-tools/test/val/
H A Dval_literals_test.cpp34 std::string str = R"( in GenerateShaderCode() local
57 std::string str = R"( in GenerateKernelCode() local
69 std::string str = GenerateShaderCode() + R"( in TEST_F() local
89 std::string str = GenerateShaderCode() + R"( in TEST_F() local
99 std::string str = GenerateShaderCode() + GetParam(); in TEST_P() local
123 std::string str = GenerateKernelCode() + R"( TEST_F() local
132 std::string str = GenerateKernelCode() + GetParam(); TEST_P() local
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdePoolString.cpp38 void PoolString::append (const char* str) in append() argument
47 void PoolString::append (const std::string& str) in append() argument
55 append(const PoolString& str) append() argument
[all...]
H A DdePoolString.hpp56 PoolString& operator= (const char* str) { clear(); append(str); return *this; } in operator =() argument
57 PoolString& operator= (const std::string& str) { clear(); append(str); return *this; } in operator =() argument
60 PoolString& operator+= (const char* str) { appen argument
61 operator +=(const std::string& str) operator +=() argument
62 operator +=(const PoolString& str) operator +=() argument
84 std::string str; toString() local
89 operator =(const PoolString& str) operator =() argument
[all...]
H A DdeSha1.cpp29 Sha1 Sha1::parse (const std::string& str) in parse() argument
/third_party/vk-gl-cts/framework/egl/
H A DegluStrUtil.cpp30 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt) in operator <<() argument
87 operator <<(std::ostream& str, const ContextAttribValueFmt& attribFmt) operator <<() argument
106 operator <<(std::ostream& str, const SurfaceAttribValueFmt& attribFmt) operator <<() argument
148 operator <<(std::ostream& str, const ConfigAttribListFmt& fmt) operator <<() argument
188 operator <<(std::ostream& str, const SurfaceAttribListFmt& fmt) operator <<() argument
228 operator <<(std::ostream& str, const ContextAttribListFmt& fmt) operator <<() argument
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgNameAllocator.cpp40 std::string str = ""; in nameNdxToStr() local
/vendor/hisilicon/hispark_taurus_linux/hals/utils/sys_param/
H A Dhal_sys_param.c34 static char str[STR_MAX] = {0}; in HalGetSerial() local
/applications/standard/contacts_data/ability/common/utils/src/
H A Dfile_utils.cpp50 void FileUtils::WriteStringToFileAppend(std::string dirStr, const std::string str) in WriteStringToFileAppend() argument
59 OsWrite << str; in WriteStringToFileAppend() local
H A Dcontacts_string_utils.cpp28 std::vector<std::string> ContactsStringUtils::SplitStr(std::string str, std::string spSymbol) in SplitStr() argument
53 std::string &ContactsStringUtils::Trim(std::string &str) in Trim() argument
[all...]
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dsa_dumper_test.cpp52 std::string str = "log"; in HWTEST_F() local
66 std::string str = "WindowName"; in HWTEST_F() local
79 std::string str = "ScreenInfo"; in HWTEST_F() local
92 std::string str = "Work"; in HWTEST_F() local
104 std::string str = "User"; in HWTEST_F() local
117 std::string str = "Screen"; HWTEST_F() local
130 std::string str = "system"; HWTEST_F() local
143 std::string str = "Windows"; HWTEST_F() local
157 std::string str = "Graphic"; HWTEST_F() local
171 std::string str = "Graphic"; HWTEST_F() local
184 std::string str = "AppRunningRecord"; HWTEST_F() local
[all...]
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
H A Dparse_meminfo.cpp41 void ParseMeminfo::SetData(const string &str, ValueMap &result) in SetData() argument
H A Dparse_smaps_rollup_info.cpp34 void ParseSmapsRollupInfo::GetValue(const string &str, MemInfoData::MemInfo &memInfo) in GetValue() argument
H A Dparse_vmallocinfo.cpp34 void ParseVmallocinfo::CaclVmalloclValue(const string &str, uint64_t &totalValue) in CaclVmalloclValue() argument
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_string.cpp36 char *HilogString::Get(const HilogString *str) in Get() argument
44 size_t HilogString::Length(const HilogString *str) in Length() argument
52 Puts(const char *src, HilogString *str, size_t strLen) Puts() argument
78 Putc(char c, HilogString *str) Putc() argument
[all...]
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_vector.h41 char** str; member in OHOS::ACELite::HilogVector
/base/location/frameworks/location_common/common/source/
H A Dapp_identity.cpp37 std::string str = "uid : " + std::to_string(uid_) + in ToString() local
/base/location/frameworks/base_module/source/
H A Drequest_config.cpp101 std::string str = "scenario : " + std::to_string(scenario_) + in ToString() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dfd_output.cpp80 std::string str = line[j]; in OutMethod() local
89 void FDOutput::WriteToFd(std::string &str) in WriteToFd() argument
107 void FDOutput::NewLineMethod(std::string &str) in NewLineMethod() argument
[all...]
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher_sys_event_callback.cpp53 std::string str = convert.to_bytes(iter); in OnQuery() local
/base/hiviewdfx/hiview/core/test/unittest/common/
H A Dplugin_platform_test.cpp139 auto str = event->GetValue("DynamicLoadPluginExample"); in HWTEST_F() local

Completed in 14 milliseconds

1...<<11121314151617181920>>...176