/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSNew.py | 48 d = hashlib.md5((str(seed) + str(name)).encode("utf-8")).hexdigest().upper()
|
/third_party/musl/third_party/openbsd/gnu/lib/libexecinfo/ |
H A D | backtrace.c | 131 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 D | strmatch.cpp | 166 UnicodeString str, quoteBuf; in toPattern() local 176 ICU_Utility::appendToRule(result, m->toPattern(str, escapeUnprintable), in toPattern()
|
H A D | strrepl.cpp | 152 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 D | mod.js | 130 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 D | MSVSNew.py | 48 d = hashlib.md5((str(seed) + str(name)).encode("utf-8")).hexdigest().upper()
|
/third_party/mesa3d/src/panfrost/bifrost/test/ |
H A D | test-constant-fold.cpp | 37 auto str = std::string(cstr); in to_string() local 39 return str; in to_string()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_file_test.c | 28 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 D | statistics-extension.cc | 22 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 D | string-stream.h | 151 bool Put(String str); 152 bool Put(String str, int start, int end);
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_liverange_test.cpp | 213 EXPECT_EQ(eval_str.str(), expect_str.str()); in check()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | egd_tables.py | 63 ', '.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 D | des.h | 193 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 D | v3_ocsp.c | 40 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 D | lametest.py | 180 name1 = basename + "." + str(n) + ".mp3" 181 name2 = basename + "." + str(n) + "ref.mp3"
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | global_args.rs | 58 .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 D | arg_aliases.rs | 193 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 D | arg_aliases_short.rs | 160 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 D | cleanfuture.py | 51 strings = map(str, args) 96 errprint("%r: I/O Error: %s" % (file, str(msg)))
|
/third_party/python/Lib/idlelib/ |
H A D | stackviewer.py | 44 s = str(type) 46 s = s + ": " + str(value)
|
/third_party/python/Lib/email/ |
H A D | _policybase.py | 284 if not isinstance(value, str): 343 if isinstance(value, str):
|
/third_party/python/Lib/ |
H A D | hashlib.py | 200 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 D | test_outwin.py | 121 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 D | patcomp.py | 61 raise PatternSyntaxError(str(e)) from None 143 value = str(literals.evalString(node.value))
|
/third_party/python/Include/internal/ |
H A D | pycore_fileutils.h | 37 char **str, 190 char **str,
|