/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmtrtts.h | 79 UBool failure(UErrorCode status, const char* msg, const UnicodeString& str);
|
H A D | normconf.h | 73 void iterativeNorm(const UnicodeString& str,
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_hid.h | 108 char *str; member
|
/third_party/libuv/src/unix/ |
H A D | os390-syscalls.h | 67 size_t strnlen(const char* str, size_t maxlen);
|
/third_party/libabigail/tests/ |
H A D | update-test-output.py | 35 print(str(err))
|
/third_party/mesa3d/bin/ |
H A D | meson-cmd-extract.py | 53 def build_cmd(conf: configparser.ConfigParser) -> str: 67 # this will be in the form "['str', 'str']", so use ast.literal_eval to
|
/third_party/node/deps/v8/tools/clusterfuzz/trials/ |
H A D | PRESUBMIT.py | 35 if not isinstance(trial['app_args'], str) or not trial['app_args']:
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
H A D | fuzz_one.py | 43 f.write(str(duration))
|
/third_party/node/deps/v8/tools/ |
H A D | predictable_wrapper.py | 35 if not isinstance(message, str):
|
/third_party/node/deps/v8/tools/wasm-compilation-hints/ |
H A D | wasm-objdump-compilation-hints.py | 18 type=str, \
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-string.h | 149 static bool EndsWithCaseInsensitive(const std::string& str,
|
/third_party/mesa3d/src/mesa/main/ |
H A D | format_fallback.py | 73 if str(fmt.swizzle) != 'xxxx':
|
/third_party/ltp/testcases/kernel/syscalls/faccessat2/ |
H A D | faccessat202.c | 97 {&rel_path, .str = RELPATH},
|
/third_party/libinput/tools/ |
H A D | razer-quirks-lister.py | 37 sys.path.append(str(Path(tmpdir) / "openrazer" / "daemon"))
|
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
H A D | update_geocoding.h | 48 static char* WriteStr(const std::string& str);
|
/third_party/node/deps/v8/gni/ |
H A D | protoc.py | 29 tmp_path = os.path.join(tempfile.gettempdir(), str(uuid.uuid4()))
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | gdb-remote-util.h | 40 std::string Mem2Hex(const std::string& str);
|
/third_party/node/deps/v8/src/objects/ |
H A D | object-type.cc | 48 location.ToAsciiArray(), expected, value_description.str().c_str()); in CheckObjectType()
|
/third_party/node/deps/uv/src/unix/ |
H A D | os390-syscalls.h | 67 size_t strnlen(const char* str, size_t maxlen);
|
/third_party/libabigail/include/ |
H A D | abg-viz-svg.h | 101 empty() { return _M_sstream.str().empty(); } in empty()
|
H A D | abg-viz-dot.h | 110 empty() { return _M_sstream.str().empty(); } in empty()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | error.rs | 14 use std::str::Utf8Error; 60 pub(super) fn format_err(path: &Path, source: &str, error: Error) -> ! { 114 fn display_syn_error(stderr: &mut dyn WriteColor, path: &Path, source: &str, error: syn::Error) { in display_syn_error() 166 label.message = info.label.map_or(message, str::to_owned); in diagnose() 168 diagnostic.notes.extend(info.note.map(str::to_owned)); in diagnose()
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | error.rs | 58 fn description(&self) -> &str { in description()
|
/third_party/rust/crates/clang-sys/ |
H A D | build.rs | 31 fn copy(source: &str, destination: &Path) { in copy()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | error.rs | 14 use std::str::Utf8Error; 60 pub(super) fn format_err(path: &Path, source: &str, error: Error) -> ! { 114 fn display_syn_error(stderr: &mut dyn WriteColor, path: &Path, source: &str, error: syn::Error) { in display_syn_error() 166 label.message = info.label.map_or(message, str::to_owned); in diagnose() 168 diagnostic.notes.extend(info.note.map(str::to_owned)); in diagnose()
|