/third_party/toybox/toys/posix/ |
H A D | date.c | 63 static void parse_date(char *str, time_t *t) in parse_date() argument
|
H A D | logger.c | 33 int arrayfind(char *str, char *names[], int len) in arrayfind() argument
|
H A D | uniq.c | 36 static char *skip(char *str) in skip() argument [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | TestUtilLite.java | 145 static ByteString toBytes(String str) { in toBytes() argument
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | bytestream_unittest.cc | 67 string str; in TEST() local 78 string str; in TEST() local 95 string str; in TEST() local 104 string str; in TEST() local 115 string str; TEST() local 137 string str; TEST() local [all...] |
/third_party/rust/crates/clap/examples/ |
H A D | typed-derive.rs | |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | resize_uninitialized_test.cc | 93 std::string str; in TEST() local
|
/third_party/skia/gm/ |
H A D | complexclip4.cpp | 32 SkString str; variable
|
H A D | mipmap.cpp | 43 SkString str; in DEF_SIMPLE_GM() local
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_strpool.c | 41 char *str; member 67 char *cil_strpool_add(const char *str) in cil_strpool_add() argument
|
/third_party/rust/crates/nom/src/ |
H A D | lib.rs | 458 mod str; global() modules [all...] |
/third_party/skia/docs/examples/ |
H A D | Color_Wheel.cpp | 28 const struct { const char* str; float radius; float angle; SkColor4f color;} kLetters[] = { in REG_FIDDLE() member
|
/third_party/spirv-tools/source/ |
H A D | text.h | 45 std::string str; // Special field for literal string. member
|
/third_party/spirv-tools/test/opt/ |
H A D | fold_spec_const_op_composite_test.cpp | 781 std::string StripOpNameInstructions(const std::string& str) { in StripOpNameInstructions() argument
|
/third_party/spirv-tools/test/val/ |
H A D | val_extension_spv_khr_subgroup_rotate_test.cpp | 213 const std::string str = R"( in TEST_F() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationCoordinatesTests.cpp | 69 std::ostringstream str; in getCaseName() local
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluCallLogWrapper.cpp | 63 const glw::GLchar* str; member in glu::StringFmt 67 inline std::ostream& operator<< (std::ostream& str, StringFmt fmt) in operator <<() argument 86 std::ostream& operator<< (std::ostream& str, FboParamPtrFmt fmt) in operator <<() argument [all...] |
H A D | gluStrUtil.cpp | 33 std::ostream& operator<< (std::ostream& str, const BooleanPointerFmt& fmt) in operator <<() argument 52 std::ostream& operator<< (std::ostream& str, const EnumPointerFmt& fmt) in operator <<() argument 71 operator <<(std::ostream& str, const TextureUnitStr& unitStr) operator <<() argument 80 operator <<(std::ostream& str, const TextureParameterValueStr& valueStr) operator <<() argument 126 operator <<(std::ostream& str, ApiType apiType) operator <<() argument 145 operator <<(std::ostream& str, ContextType contextType) operator <<() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | string_utils_unittest.cpp | 223 bool runBeginsWith(const char *str, const char *prefix) in runBeginsWith() argument 287 bool runEndsWith(const char *str, const char *suffix) in runEndsWith() argument [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
H A D | rtsp_parse.cpp | 43 void RtspParse::ParseMsg(const std::string &str, RtspParse &msg) in ParseMsg() argument 95 int RtspParse::ParseIntSafe(const std::string &str) in ParseIntSafe() argument 113 uint32_t RtspParse::ParseUint32Safe(const std::string &str) in ParseUint32Safe() argument 123 ParseDoubleSafe(const std::string &str) ParseDoubleSafe() argument [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_util_test/ |
H A D | fms_form_util_test.cpp | 208 const std::string str = "10:35:27"; in HWTEST_F() local
|
/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | kv_operator.cpp | 125 bool KvOperator::StringToJson(const std::string &str, nlohmann::json &jsonObj) in StringToJson() argument 136 bool KvOperator::JsonToString(const nlohmann::json &jsonObj, std::string &str) in JsonToString() argument
|
/foundation/ability/ability_base/interfaces/inner_api/base/src/ |
H A D | user_object_wrapper.cpp | 75 sptr<IUserObject> UserObject::Parse(const std::string &str) in Parse() argument
|
/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | want_params_wrapper.cpp | 22 size_t FindMatchingBrackets(const std::string &str, size_t leftIndex) in FindMatchingBrackets() argument 102 bool WantParamWrapper::ValidateStr(const std::string &str) in ValidateStr() argument 128 Parse(const std::string &str) Parse() argument 179 ParseWantParams(const std::string &str) ParseWantParams() argument 230 ParseWantParamsWithBrackets(const std::string &str) ParseWantParamsWithBrackets() argument [all...] |
/foundation/CastEngine/castengine_wifi_display/services/extend/magic_enum/ |
H A D | magic_enum.hpp | 114 constexpr E string2enum(const std::string_view str) in string2enum() argument
|