/third_party/googletest/googletest/test/ |
H A D | gtest_dirs_test.cc | 65 bool StartsWith(const std::string& str, const std::string& prefix) { in StartsWith() argument 66 return str.substr(0, prefix.size()) == prefix; in StartsWith()
|
/third_party/gn/src/gn/ |
H A D | path_output.h | 74 void WritePathStr(std::ostream& out, std::string_view str) const; 79 void WriteSourceRelativeString(std::ostream& out, std::string_view str) const;
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-message.h | 110 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() argument 111 *ss_ << str; in Message() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ReplaceableString.java | 28 * @param str initial contents 31 public ReplaceableString(String str) { in ReplaceableString() argument 32 buf = new StringBuffer(str); in ReplaceableString()
|
/third_party/FatFs/source/ |
H A D | ffsystem.c | 34 int ff_strnlen(const void *str,
in ff_strnlen() argument 39 const BYTE *c = (const BYTE*)str;
in ff_strnlen()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | ReplaceableString.java | 29 * @param str initial contents 31 public ReplaceableString(String str) { in ReplaceableString() argument 32 buf = new StringBuffer(str); in ReplaceableString()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | funcrepl.cpp | 101 UnicodeString str; in toReplacerPattern() local 106 rule.append(replacer->toReplacer()->toReplacerPattern(str, escapeUnprintable)); in toReplacerPattern()
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/ |
H A D | JSArrayBuilder.java | 114 private static void escape(String str, StringBuilder out) { in escape() argument 116 out.append(str.replaceAll("\\\\", "\\\\\\\\")); in escape()
|
/third_party/mesa3d/bin/ |
H A D | post_version.py | 30 def update_release_notes(version: str) -> None: 55 def update_calendar(version: str) -> None:
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | function-pattern1.js | 15 function must_throw (str, type = SyntaxError) 19 eval (str);
|
H A D | for-let.js | 46 let str = "P"; 47 arr.push(function () { return str + i; });
|
H A D | argument-spread.js | 17 function mustThrow(str) { 19 eval(str);
|
/third_party/jerryscript/jerry-core/ext/ |
H A D | debug-utils.c | 76 void PrintString(ecma_string_t* str) in PrintString() argument 78 ECMA_STRING_TO_UTF8_STRING(str, buf, buf_size); in PrintString()
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-message.h | 106 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() argument 107 *ss_ << str; in Message() local
|
/third_party/node/lib/internal/util/ |
H A D | debuglog.js | 30 testEnabled = (str) => RegExpPrototypeExec(debugEnvRegex, str) !== null;
|
/third_party/node/deps/v8/src/wasm/ |
H A D | memory-tracing.cc | 24 #define TRACE_TYPE(rep, str, format, ctype1, ctype2) \ in TraceMemoryOperation() 26 base::SNPrintF(value, str ":" format, \ in TraceMemoryOperation()
|
/third_party/node/deps/v8/tools/cppgc/ |
H A D | gen_cmake_test.py | 120 def _Canonicalize(str): 121 return ' '.join(str.split()).strip()
|
/third_party/node/test/addons/worker-addon/ |
H A D | binding.cc | 35 void Cleanup(void* str) { in Cleanup() argument 36 printf("%s ", static_cast<const char*>(str)); in Cleanup()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | funcrepl.cpp | 101 UnicodeString str; in toReplacerPattern() local 106 rule.append(replacer->toReplacer()->toReplacerPattern(str, escapeUnprintable)); in toReplacerPattern()
|
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
H A D | base.js | 81 function isNumeric(str) { 82 return !isNaN(Number(str));
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | _elffile.py | 90 def _read(self, fmt: str) -> Tuple[int, ...]: 94 def interpreter(self) -> Optional[str]:
|
/third_party/libevdev/libevdev/ |
H A D | libevdev-util.h | 37 startswith(const char *str, size_t len, const char *prefix, size_t plen) in startswith() argument 39 return len >= plen && !strncmp(str, prefix, plen); in startswith()
|
/third_party/ltp/testcases/kernel/syscalls/memcmp/ |
H A D | memcmp01.c | 35 static void fill(char *str, int len) in fill() argument 39 *str++ = 'a'; in fill()
|
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/ |
H A D | ht_utils.c | 85 char str[100]; in get_current_cpu() local 97 %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d", &da, str, &ch, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &da, &cpu) <= 0) { in get_current_cpu()
|
/third_party/ltp/testcases/kernel/syscalls/llseek/ |
H A D | llseek03.c | 43 const char *str; member 112 if (strcmp(read_buf, tc->str)) in verify_lseek()
|