Home
last modified time | relevance | path

Searched refs:str (Results 4826 - 4850 of 9273) sorted by relevance

1...<<191192193194195196197198199200>>...371

/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSNew.py48 d = hashlib.md5((str(seed) + str(name)).encode("utf-8")).hexdigest().upper()
/third_party/musl/third_party/openbsd/gnu/lib/libexecinfo/
H A Dbacktrace.c131 char str[TEMP_SIZE]; in format_address() local
142 dli.dli_sname = str; in format_address()
/third_party/node/deps/icu-small/source/i18n/
H A Dstrmatch.cpp166 UnicodeString str, quoteBuf; in toPattern() local
176 ICU_Utility::appendToRule(result, m->toPattern(str, escapeUnprintable), in toPattern()
H A Dstrrepl.cpp152 UnicodeString str((char16_t) 0xFFFF); in replace()
153 text.handleReplaceBetween(tempStart, tempStart, str); in replace()
/third_party/node/deps/npm/node_modules/fastest-levenshtein/
H A Dmod.js130 var closest = function (str, arr) {
134 var dist = distance(str, arr[i]);
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSNew.py48 d = hashlib.md5((str(seed) + str(name)).encode("utf-8")).hexdigest().upper()
/third_party/mesa3d/src/panfrost/bifrost/test/
H A Dtest-constant-fold.cpp37 auto str = std::string(cstr); in to_string() local
39 return str; in to_string()
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_file_test.c28 static void show_prompt(const char *str) in show_prompt() argument
30 printf("Testing %35s: (%s) ", str, in show_prompt()
/third_party/node/deps/v8/src/extensions/
H A Dstatistics-extension.cc22 v8::Isolate* isolate, v8::Local<v8::String> str) { in GetNativeFunctionTemplate()
23 DCHECK_EQ(strcmp(*v8::String::Utf8Value(isolate, str), "getV8Statistics"), 0); in GetNativeFunctionTemplate()
21 GetNativeFunctionTemplate( v8::Isolate* isolate, v8::Local<v8::String> str) GetNativeFunctionTemplate() argument
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.h151 bool Put(String str);
152 bool Put(String str, int start, int end);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_liverange_test.cpp213 EXPECT_EQ(eval_str.str(), expect_str.str()); in check()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Degd_tables.py63 ', '.join(str(idx) for idx in te[2])
117 ' '.join((str(elt) + ',') for elt in self.table[idxs[i]:idxs[i+1]])
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddes.h193 OSSL_DEPRECATEDIN_3_0 void DES_string_to_key(const char *str, DES_cblock *key);
195 void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2);
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Dv3_ocsp.c40 X509V3_CTX *ctx, const char *str);
234 X509V3_CTX *ctx, const char *str) in s2i_ocsp_nocheck()
233 s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) s2i_ocsp_nocheck() argument
/third_party/lame/test/
H A Dlametest.py180 name1 = basename + "." + str(n) + ".mp3"
181 name2 = basename + "." + str(n) + "ref.mp3"
/third_party/rust/crates/clap/tests/builder/
H A Dglobal_args.rs58 .arg(arg!(--"global-str" <str>).global(true)) in propagate_global_arg_to_subcommand_in_subsubcommand_2053()
62 .arg(arg!(--"sub-str" <str>).global(true)) in propagate_global_arg_to_subcommand_in_subsubcommand_2053()
70 "--global-str", in propagate_global_arg_to_subcommand_in_subsubcommand_2053()
73 "--sub-str", in propagate_global_arg_to_subcommand_in_subsubcommand_2053()
81 .get_one::<String>("sub-str") in propagate_global_arg_to_subcommand_in_subsubcommand_2053()
H A Darg_aliases.rs193 static SC_INVISIBLE_ALIAS_HELP: &str = "\ in invisible_arg_aliases_help_output()
223 static SC_VISIBLE_ALIAS_HELP: &str = "\ in visible_arg_aliases_help_output()
H A Darg_aliases_short.rs160 static SC_INVISIBLE_ALIAS_HELP: &str = "\ in invisible_short_arg_aliases_help_output()
190 static SC_VISIBLE_ALIAS_HELP: &str = "\ in visible_short_arg_aliases_help_output()
/third_party/python/Tools/scripts/
H A Dcleanfuture.py51 strings = map(str, args)
96 errprint("%r: I/O Error: %s" % (file, str(msg)))
/third_party/python/Lib/idlelib/
H A Dstackviewer.py44 s = str(type)
46 s = s + ": " + str(value)
/third_party/python/Lib/email/
H A D_policybase.py284 if not isinstance(value, str):
343 if isinstance(value, str):
/third_party/python/Lib/
H A Dhashlib.py200 if not isinstance(hash_name, str):
265 *digest* must either be a hash algorithm name as a *str*, a hash
270 if isinstance(digest, str):
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_outwin.py121 w.write(f'{str(__file__)}: 42: spam\n')
122 w.write(f'{str(__file__)}: 21: spam')
124 eq(gfl.args, (str(__file__), 21))
128 w.write(f'{str(__file__)}: 42: spam\n')
131 eq(gfl.args, (str(__file__), 42))
/third_party/python/Lib/lib2to3/
H A Dpatcomp.py61 raise PatternSyntaxError(str(e)) from None
143 value = str(literals.evalString(node.value))
/third_party/python/Include/internal/
H A Dpycore_fileutils.h37 char **str,
190 char **str,

Completed in 13 milliseconds

1...<<191192193194195196197198199200>>...371