Home
last modified time | relevance | path

Searched defs:string (Results 201 - 225 of 1562) sorted by relevance

12345678910>>...63

/third_party/skia/tests/
H A DMD5Test.cpp20 static void md5_test(const char* string, const SkMD5::Digest& expectedDigest, skiatest::Reporter* reporter) { in md5_test() argument
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftsnames.h114 FT_Byte* string; /* thi member
211 FT_Byte* string; /* this string is *not* null-terminated! */ global() member
[all...]
/third_party/skia/third_party/externals/tint/tools/src/glob/
H A Dglob.go[all...]
/third_party/toybox/toys/posix/
H A Dstrings.c43 char *string = 0, pattern[8]; in do_strings() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DenumErrors.js65 var string; variable
/third_party/vixl/tools/
H A Dgenerate_tests.py611 import string namespace
/third_party/python/Lib/test/test_importlib/
H A Dtest_pkg_import.py4 import string namespace
/third_party/skia/infra/bots/recipes/
H A Dperf_skottietrace.py13 import string namespace
/third_party/skia/infra/bots/task_drivers/recreate_skps/
H A Drecreate_skps.go[all...]
/third_party/rust/crates/nom/tests/
H A Djson.rs82 fn string(input: &str) -> IResult<&str, String> { in string() functions
[all...]
/third_party/rust/crates/nom/examples/
H A Djson.rs94 fn string<' functions
[all...]
/third_party/rust/crates/unicode-ident/benches/
H A Dxid.rs36 let mut string = String::new(); in gen_string() variables
[all...]
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-invalid-implicit-conversions.py24 import string namespace
/third_party/vk-gl-cts/scripts/egl/
H A Dcall_log_wrapper.py24 import string namespace
H A Dproc_address_tests.py24 import string namespace
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgen-invalid-implicit-conversions.py24 import string namespace
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_pool.cpp39 void StringPool::Add(const std::string& string) in Add() argument
51 ptrdiff_t StringPool::GetOffset(const std::string& string) in GetOffset() argument
56 ptrdiff_t StringPool::AddInternal(const std::string argument
[all...]
H A Dstring_builder.cpp48 StringBuilder &StringBuilder::Append(const char *string) in Append() argument
70 StringBuilder &StringBuilder::Append(const std::string &string) in Append() argument
[all...]
/foundation/ability/idl_tool/util/
H A Dstring.h37 const char* string() const in string() function in OHOS::Idl::String
[all...]
H A Dstring_pool.cpp39 void StringPool::Add(const String& string) in Add() argument
51 ptrdiff_t StringPool::GetOffset(const String& string) in GetOffset() argument
56 ptrdiff_t StringPool::AddInternal(const String& string) in AddInternal() argument
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dstring_util.h51 inline void LTrim(BASE_NS::string_view& string) in LTrim() argument
58 inline void RTrim(BASE_NS::string_view& string) in RTrim() argument
66 Trim(BASE_NS::string_view& string) Trim() argument
73 Split( const BASE_NS::string_view string, const BASE_NS::string_view delims = �) Split() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Djson.h35 void append(BASE_NS::string& out, const typename value_t<T>::string& string) in append() argument
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Djson.h33 void append(BASE_NS::string& out, const typename value_t<T>::string& string) in append() argument
[all...]
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_mock.cpp39 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectSignedNumberItem() argument
44 bool GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectNumber64Item() argument
49 bool AddNumberToJsonObject(cJSON *json, const char * const string, int32_t num) in AddNumberToJsonObject() argument
54 bool AddNumber64ToJsonObject(cJSON *json, const char * const string, int64_t num) in AddNumber64ToJsonObject() argument
64 bool GetJsonObjectNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectNumberItem() argument
[all...]

Completed in 10 milliseconds

12345678910>>...63