| /third_party/jerryscript/tests/jerry/es2015/ |
| D | tagged-template-literal.js | 21 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/node/deps/npm/scripts/ |
| D | update-dist-tags.js | 27 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/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
| D | algo.py | 72 def longest_common_prefix(strings): argument 98 def longest_common_token_prefix(strings, delimiter='_'): argument
|
| /third_party/icu/icu4c/source/common/ |
| D | uniquecharstr.h | 39 delete strings; in ~UniqueCharStrings() local 92 CharString *strings; variable
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | uniquecharstr.h | 39 delete strings; in ~UniqueCharStrings() local 92 CharString *strings; variable
|
| /third_party/node/deps/icu-small/source/common/ |
| D | uniquecharstr.h | 39 delete strings; in ~UniqueCharStrings() local 92 CharString *strings; variable
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | ulistformatter.cpp | 70 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/ |
| D | ulistformatter.cpp | 70 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/ |
| D | ulistformatter.cpp | 70 const UChar* const strings[], in getUnicodeStrings() 104 const UChar* const strings[], in ulistfmt_format() 139 const UChar* const strings[], in ulistfmt_formatStringsToResult()
|
| /third_party/googletest/docs/reference/ |
| D | assertions.md | 231 ### EXPECT_STREQ {#EXPECT_STREQ} 238 ### EXPECT_STRNE {#EXPECT_STRNE} 245 ### EXPECT_STRCASEEQ {#EXPECT_STRCASEEQ} 253 ### EXPECT_STRCASENE {#EXPECT_STRCASENE}
|
| /third_party/node/test/parallel/ |
| D | test-vm-codegen.js | 24 strings: false, property 50 strings: false, property 70 strings: 0, property
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | StringsAndChecksums.h | 64 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() function 92 const StringsPtr &strings() const { return Strings; } in strings() function
|
| /third_party/musl/libc-test/src/functionalext/supplement/misc/ |
| D | getmntent_r.c | 29 char strings[1024]; in getmntent_rOne() local 85 char strings[1024]; in getmntent_r_0200() local
|
| /third_party/node/lib/internal/readline/ |
| D | utils.js | 20 function CSI(strings, ...args) { argument 368 function commonPrefix(strings) { argument
|
| /third_party/musl/src/internal/ |
| D | vdso.c | 25 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) in checkver() 60 char *strings = 0; in __vdsosym() local
|
| /third_party/gstreamer/gstreamer/tests/check/gst/ |
| D | gstvalue.c | 111 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/musl/porting/linux/user/src/internal/ |
| D | vdso.c | 40 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) in checkver() 60 char *strings; member
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | Utf8Utils.java | 120 String[] strings = new String[stringCount]; in randomStrings() local 165 String[] strings = new String[stringCount]; in randomStringsWithDistribution() local
|
| /third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
| D | TimeUtilTest.java | 82 private final String[] strings; field in TimeUtilTest.ParseTimestampThread 85 public ParseTimestampThread(String[] strings, Timestamp[] values) { in ParseTimestampThread()
|
| /third_party/musl/src/string/ |
| D | strsignal.c | 60 static const char strings[] = variable
|
| /third_party/jerryscript/tests/unit-core/ |
| D | test-string-to-number.cpp | 50 const jerry_char_t *strings[] = variable
|
| D | test-number-to-string.cpp | 47 const lit_utf8_byte_t *strings[] = variable
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | typeGuardsTypeParameters.ts | 28 const strings: string[] = []; constant
|
| /third_party/skia/tools/flags/ |
| D | CommandLineFlags.cpp | 361 template <typename Strings> bool ShouldSkipImpl(const Strings& strings, const char* name) { in ShouldSkipImpl() 395 bool CommandLineFlags::ShouldSkip(const SkTDArray<const char*>& strings, const char* name) { in ShouldSkip() 398 bool CommandLineFlags::ShouldSkip(const StringArray& strings, const char* name) { in ShouldSkip()
|
| /third_party/flutter/skia/tools/flags/ |
| D | CommandLineFlags.cpp | 361 template <typename Strings> bool ShouldSkipImpl(const Strings& strings, const char* name) { in ShouldSkipImpl() 395 bool CommandLineFlags::ShouldSkip(const SkTDArray<const char*>& strings, const char* name) { in ShouldSkip() 398 bool CommandLineFlags::ShouldSkip(const StringArray& strings, const char* name) { in ShouldSkip()
|