Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/boost/libs/hana/test/string/
Dlaws.cpp21 auto strings = hana::make_tuple( in main() local
37 auto strings = hana::make_tuple( in main() local
52 auto strings = hana::make_tuple( in main() local
69 auto strings = hana::make_tuple( in main() local
84 auto strings = hana::make_tuple( in main() local
/third_party/mingw-w64/mingw-w64-headers/include/
Dksdebug.h103 # define _DbgPrintFEx(component, lvl, strings) { \ argument
115 # define _DbgPrintF(lvl, strings) { \ argument
128 #define _DbgPrintF(lvl, strings) argument
131 #define _DbgPrintFEx(component, lvl, strings) argument
/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/weston/tools/zunitc/test/
Dzunitc_test.c329 ZUC_TEST(strings, eq) in ZUC_TEST() argument
347 ZUC_TEST(strings, eq_fail) in ZUC_TEST() argument
373 ZUC_TEST(strings, ne) in ZUC_TEST() argument
399 ZUC_TEST(strings, ne_fail01) in ZUC_TEST() argument
410 ZUC_TEST(strings, ne_fail02) in ZUC_TEST() argument
421 ZUC_TEST(strings, ne_fail03) in ZUC_TEST() argument
432 ZUC_TEST(strings, ne_fail04) in ZUC_TEST() argument
439 ZUC_TEST(strings, ne_fail05) in ZUC_TEST() argument
446 ZUC_TEST(strings, ne_fail06) in ZUC_TEST() argument
/third_party/boost/libs/convert/test/
Dprepare.hpp20 typedef boost::array<my_string, 18> strings; //C1 typedef
41 static local::strings strings; in get_strs() local
/third_party/boost/boost/spirit/home/support/detail/lexer/
Drules.hpp31 struct strings<char> struct
33 static const char *initial () in initial()
38 static const char *dot () in dot()
43 static const char *all_states () in all_states()
48 static const char *char_name () in char_name()
53 static const char *char_prefix () in char_prefix()
60 struct strings<wchar_t> struct
62 static const wchar_t *initial () in initial()
67 static const wchar_t *dot () in dot()
72 static const wchar_t *all_states () in all_states()
[all …]
/third_party/node/deps/npm/scripts/
Dupdate-dist-tags.js27 const LATEST_TAG = (strings, major) => `latest-${major}` argument
28 const NEXT_TAG = (strings, major) => `next-${major}` argument
30 const REMOVE_TAG = (strings, major, minor) => `v${major}.${minor}-next` argument
/third_party/boost/libs/hana/example/tutorial/
Dintroduction.cpp41 std::vector<std::string> strings; in main() local
58 strings = fusion::transform(seq, to_string); in main() local
/third_party/skia/third_party/externals/icu/source/common/
Duniquecharstr.h39 delete strings; in ~UniqueCharStrings() local
92 CharString *strings; variable
/third_party/node/deps/icu-small/source/common/
Duniquecharstr.h39 delete strings; in ~UniqueCharStrings() local
92 CharString *strings; variable
/third_party/node/deps/icu-small/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/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/boost/libs/log/example/doc/
Dexpressions_attr_fmt_tag.cpp37 static const char* strings[] = in operator <<() local
64 static const char* strings[] = in operator <<() local
Dexpressions_keyword_fmt_tag.cpp41 static const char* strings[] = in operator <<() local
65 static const char* strings[] = in operator <<() local
/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/node/test/parallel/
Dtest-vm-codegen.js24 strings: false, property
50 strings: false, property
70 strings: 0, property
/third_party/node/lib/internal/readline/
Dutils.js20 function CSI(strings, ...args) { argument
368 function commonPrefix(strings) { argument
/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/boost/libs/spirit/classic/test/
Dchar_strings_test.cpp25 rule<> strings = str_p("abcd"); in main() local
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstvalue.c111 const char *strings[] = { in GST_START_TEST() local
142 const char *strings[] = { in GST_START_TEST() local
177 const char *strings[] = { in GST_START_TEST() local
222 const char *strings[] = { in GST_START_TEST() local
257 const char *strings[] = { in GST_START_TEST() local
311 const char *strings[] = { in GST_START_TEST() local
337 const char *strings[] = { in GST_START_TEST() local
391 const char *strings[] = { in GST_START_TEST() local
454 const char *strings[] = { in GST_START_TEST() local
498 const char *strings[] = { in GST_START_TEST() local
[all …]
/third_party/jerryscript/tests/unit-core/
Dtest-string-to-number.c30 const jerry_char_t *strings[] = in main() local
Dtest-number-to-string.c29 const lit_utf8_byte_t *strings[] = in main() local
/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/src/string/
Dstrsignal.c56 static const char strings[] = variable

12345678910>>...14