Home
last modified time | relevance | path

Searched refs:str (Results 3776 - 3800 of 11031) sorted by relevance

1...<<151152153154155156157158159160>>...442

/third_party/googletest/googletest/test/
H A Dgtest_dirs_test.cc65 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 Dpath_output.h74 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 Dgtest-message.h110 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 DReplaceableString.java28 * @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 Dffsystem.c34 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 DReplaceableString.java29 * @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 Dfuncrepl.cpp101 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 DJSArrayBuilder.java114 private static void escape(String str, StringBuilder out) { in escape() argument
116 out.append(str.replaceAll("\\\\", "\\\\\\\\")); in escape()
/third_party/mesa3d/bin/
H A Dpost_version.py30 def update_release_notes(version: str) -> None:
55 def update_calendar(version: str) -> None:
/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-pattern1.js15 function must_throw (str, type = SyntaxError)
19 eval (str);
H A Dfor-let.js46 let str = "P";
47 arr.push(function () { return str + i; });
H A Dargument-spread.js17 function mustThrow(str) {
19 eval(str);
/third_party/jerryscript/jerry-core/ext/
H A Ddebug-utils.c76 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 Dgtest-message.h106 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 Ddebuglog.js30 testEnabled = (str) => RegExpPrototypeExec(debugEnvRegex, str) !== null;
/third_party/node/deps/v8/src/wasm/
H A Dmemory-tracing.cc24 #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 Dgen_cmake_test.py120 def _Canonicalize(str):
121 return ' '.join(str.split()).strip()
/third_party/node/test/addons/worker-addon/
H A Dbinding.cc35 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 Dfuncrepl.cpp101 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 Dbase.js81 function isNumeric(str) {
82 return !isNaN(Number(str));
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A D_elffile.py90 def _read(self, fmt: str) -> Tuple[int, ...]:
94 def interpreter(self) -> Optional[str]:
/third_party/libevdev/libevdev/
H A Dlibevdev-util.h37 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 Dmemcmp01.c35 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 Dht_utils.c85 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 Dllseek03.c43 const char *str; member
112 if (strcmp(read_buf, tc->str)) in verify_lseek()

Completed in 11 milliseconds

1...<<151152153154155156157158159160>>...442