Home
last modified time | relevance | path

Searched refs:str (Results 3501 - 3525 of 11012) sorted by relevance

1...<<141142143144145146147148149150>>...441

/third_party/gn/src/gn/
H A Dfilesystem_utils.h19 std::string FilePathToUTF8(const base::FilePath::StringType& str);
80 bool IsStringInOutputDir(const SourceDir& output_dir, const std::string& str);
90 const std::string& str,
H A Dstring_output_buffer_unittest.cc44 ASSERT_STREQ(data.c_str(), buffer.str().c_str()); in TEST()
61 ASSERT_STREQ(data.c_str(), buffer.str().c_str()); in TEST()
81 ASSERT_STREQ(data.c_str(), buffer.str().c_str()); in TEST()
/third_party/cJSON/tests/unity/auto/
H A Dunity_to_junit.py73 if str(tmp_tc_line['tc_status']) == 'IGNORE':
80 elif str(tmp_tc_line['tc_status']) == 'FAIL':
88 tc_list.append((str(result_file), tmp_tc))
/third_party/icu/icu4c/source/io/
H A Duprintf.cpp71 const UChar *str, in u_printf_write()
74 return u_file_write(str, count, (UFILE *)context); in u_printf_write()
212 u_printf_parse(&g_stream_handler, patternSpecification, f, NULL, &f->str.fBundle, &written, ap); in u_vfprintf_u()
70 u_printf_write(void *context, const UChar *str, int32_t count) u_printf_write() argument
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DUnescapeTransliterator.java238 String str = UTF16.valueOf(u); in handleTransliterate()
239 text.replace(start, s, str); in handleTransliterate()
240 limit -= s - start - str.length(); in handleTransliterate()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_debug.c249 char *str; in usb_debug_shell_cmd() local
259 str = argv[0]; in usb_debug_shell_cmd()
262 mod = get_debug_module(str); in usb_debug_shell_cmd()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DSerializableChecker.java83 public void visit(String str) in visit() argument
85 int ix = str.lastIndexOf(".class"); in visit()
88 String className = "ohos.global.icu" + str.substring(0, ix).replace('/', '.'); in visit()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableChecker.java80 public void visit(String str) in visit() argument
82 int ix = str.lastIndexOf(".class"); in visit()
85 String className = "com.ibm.icu" + str.substring(0, ix).replace('/', '.'); in visit()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnescapeTransliterator.java239 String str = UTF16.valueOf(u); in handleTransliterate()
240 text.replace(start, s, str); in handleTransliterate()
241 limit -= s - start - str.length(); in handleTransliterate()
/third_party/icu/icu4c/source/common/
H A Dunistr_case.cpp227 const UnicodeString *str = (const UnicodeString*) key.pointer; in uhash_hashCaselessUnicodeString() local
228 if (str == NULL) { in uhash_hashCaselessUnicodeString()
233 UnicodeString copy(*str); in uhash_hashCaselessUnicodeString()
/third_party/lzma/CPP/Windows/
H A DSecurityUtils.h21 #define POLICY_FUNC_CALL(fff, str) \
23 const Func_ ## fff v = Z7_GET_PROC_ADDRESS(Func_ ## fff, hModule, str); \
29 #define POLICY_FUNC_CALL(fff, str) \
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfreedreno_dt.c147 char *str = os_read_file(fpath, &sz); in find_device_fn() local
148 if (match_compatible(str, sz)) { in find_device_fn()
172 free(str); in find_device_fn()
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-client/
H A Dminimal-dbus-client.c37 const char *str; in client_message_handler() local
45 DBUS_TYPE_STRING, &str, in client_message_handler()
49 lwsl_notice("%s: '%s'\n", __func__, str); in client_message_handler()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/
H A Dcpuset_syscall_test.c167 char str[256]; in test_get_mempolicy() local
185 bitmask_displaylist(str, 256, nmask); in test_get_mempolicy()
186 puts(str); in test_get_mempolicy()
/third_party/node/deps/v8/tools/chrome/
H A Dlinux_perf.py97 options.renderer_cmd_prefix = str(renderer_cmd_file)
122 str(chrome_bin),
206 path_strings = map(lambda f: str(f.relative_to(old_cwd)), results)
/third_party/node/deps/icu-small/source/common/
H A Dunistr_case.cpp227 const UnicodeString *str = (const UnicodeString*) key.pointer; in uhash_hashCaselessUnicodeString() local
228 if (str == nullptr) { in uhash_hashCaselessUnicodeString()
233 UnicodeString copy(*str); in uhash_hashCaselessUnicodeString()
/third_party/node/deps/cares/src/lib/
H A Dares__buf.h96 * \param[in] str String to append to buffer object.
99 ares_status_t ares__buf_append_str(ares__buf_t *buf, const char *str);
273 * \param[in,out] str Buffer to hold data
279 ares_status_t ares__buf_tag_fetch_string(const ares__buf_t *buf, char *str,
350 * \param[out] str Pointer passed by reference. Will be allocated.
353 ares_status_t ares__buf_fetch_str_dup(ares__buf_t *buf, size_t len, char **str);
539 * \param[out] str Pointer passed by reference to be filled in with
544 * the returned str.
564 * the returned str.
/third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/
H A Ddirtyc0w_shmem_child.c32 static char *str = "m00000000000000000"; variable
85 pwrite(mem_fd, str, strlen(str), (uintptr_t) map); in write_thread_fn()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_1/
H A Drpc_svc_1.c56 char *str; member
151 result = in->str; in strTestProc()
163 result = in->str; in svcGetargsProc()
/third_party/node/deps/v8/infra/testing/
H A DPRESUBMIT.py122 if not all(isinstance(x, str) for x in test_args):
130 if not variant or not isinstance(variant, str):
154 if not isinstance(buildername, str) or not buildername:
/third_party/node/deps/v8/src/heap/
H A Dfactory-base-inl.h113 Struct str = Struct::cast(result); in NewStructInternal() local
116 MemsetTagged(str.RawField(Struct::kHeaderSize), value, length); in NewStructInternal()
117 return str; in NewStructInternal()
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-object.cc18 V8_INLINE static size_t GetAllocLength(const char* str) { in GetAllocLength() argument
19 return str ? strlen(str) + 1 : 0; in GetAllocLength()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_log.c130 char *str = NULL; in u_log_printf() local
133 int ret = vasprintf(&str, fmt, va); in u_log_printf()
137 u_log_chunk(ctx, &str_chunk_type, str); in u_log_printf()
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dmod.rs66 fn eval(&self, name: &str, value: Option<&str>) -> CfgResult; in eval()
121 fn generate_from_string(source: &str, opt: &Opt) -> Result<GeneratedCode> { in generate_from_string()
H A Dnested.rs121 fn assert_ident(api: &Api, expected: &str) { in assert_ident()
129 fn make_api(ns: Option<&str>, ident: &str) -> Api { in make_api()

Completed in 13 milliseconds

1...<<141142143144145146147148149150>>...441