Home
last modified time | relevance | path

Searched defs:strings (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/third_party/icu/docs/processes/release/tasks/
Dintegration.md183 ### Rebuild ICU data without collation rule strings
185 #### ICU 64+
223 #### ICU 54..63
239 ### Run the tests with data-errors-as-warnings
/third_party/jerryscript/tests/jerry/es2015/
Dtagged-template-literal.js21 function myTag(strings, personExp, ageExp) { argument
40 function template(strings, ...keys) { argument
59 function tag(strings) { argument
69 function empty(strings, ...params) { argument
/third_party/lzma/CPP/7zip/UI/Common/
DSortUtils.cpp11 const UStringVector &strings = *(const UStringVector *)param; in CompareStrings() local
15 void SortFileNames(const UStringVector &strings, CUIntVector &indices) in SortFileNames()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dalgo.py72 def longest_common_prefix(strings): argument
98 def longest_common_token_prefix(strings, delimiter='_'): argument
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Dtensor_string_test.cc56 std::vector<std::string> strings{"abc", "defg", "hi", "klmno", "123", "789"}; in TEST_F() local
103 std::vector<std::string> strings{"abc", "defg", "", "", "123", ""}; in TEST_F() local
147 std::vector<std::string> strings{"abc", "defg", "hi", "klmno", "123", "789"}; in TEST_F() local
176 std::vector<std::string> strings{"abc", "defg", "hi", "klmno", "123", "789"}; in TEST_F() local
Dsliding_window_op_test.cc32 …std::vector<std::string> strings = {"one", "two", "three", "four", "five", "six", "seven", "eight"… in TEST_F() local
60 …std::vector<std::string> strings = {"one", "two", "three", "four", "five", "six", "seven", "eight"… in TEST_F() local
/third_party/skia/third_party/externals/icu/source/common/
Duniquecharstr.h39 delete strings; in ~UniqueCharStrings() local
92 CharString *strings; variable
/third_party/icu/icu4c/source/common/
Duniquecharstr.h39 delete strings; in ~UniqueCharStrings() local
92 CharString *strings; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dulistformatter.cpp70 const UChar* const strings[], in getUnicodeStrings()
104 const UChar* const strings[], in ulistfmt_format()
139 const UChar* const strings[], in ulistfmt_formatStringsToResult()
/third_party/icu/icu4c/source/i18n/
Dulistformatter.cpp70 const UChar* const strings[], in getUnicodeStrings()
104 const UChar* const strings[], in ulistfmt_format()
139 const UChar* const strings[], in ulistfmt_formatStringsToResult()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h64 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() function
92 const StringsPtr &strings() const { return Strings; } in strings() function
/third_party/googletest/docs/reference/
Dassertions.md231 ### EXPECT_STREQ {#EXPECT_STREQ}
238 ### EXPECT_STRNE {#EXPECT_STRNE}
245 ### EXPECT_STRCASEEQ {#EXPECT_STRCASEEQ}
253 ### EXPECT_STRCASENE {#EXPECT_STRCASENE}
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dgetmntent_r.c29 char strings[1024]; in getmntent_rOne() local
85 char strings[1024]; in getmntent_r_0200() local
/third_party/musl/src/internal/
Dvdso.c25 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) in checkver()
60 char *strings = 0; in __vdsosym() local
/third_party/lzma/CPP/Common/
DListFileUtils.cpp21 static void AddName(UStringVector &strings, UString &s) in AddName()
51 bool ReadNamesFromListFile2(CFSTR fileName, UStringVector &strings, UINT codePage, DWORD &lastError) in ReadNamesFromListFile2()
/third_party/typescript/tests/baselines/reference/
DthisTypeInTaggedTemplateCall.js14 static m(strings) { argument
/third_party/python/Tools/scripts/
Dgenerate_global_objects.py188 def generate_global_strings(identifiers, strings): argument
224 def generate_runtime_init(identifiers, strings): argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DUtf8Utils.java120 String[] strings = new String[stringCount]; in randomStrings() local
165 String[] strings = new String[stringCount]; in randomStringsWithDistribution() local
/third_party/musl/porting/linux/user/src/internal/
Dvdso.c40 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) in checkver()
60 char *strings; member
/third_party/musl/src/internal/linux/
Dvdso.c40 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) in checkver()
60 char *strings; member
/third_party/musl/src/string/
Dstrsignal.c60 static const char strings[] = variable
/third_party/typescript/tests/cases/conformance/controlFlow/
DtypeGuardsTypeParameters.ts28 const strings: string[] = []; constant
/third_party/jerryscript/tests/unit-core/
Dtest-string-to-number.cpp50 const jerry_char_t *strings[] = variable
Dtest-number-to-string.cpp47 const lit_utf8_byte_t *strings[] = variable
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DTimeUtilTest.java82 private final String[] strings; field in TimeUtilTest.ParseTimestampThread
85 public ParseTimestampThread(String[] strings, Timestamp[] values) { in ParseTimestampThread()

12345678910>>...14