Searched refs:eprint (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/tools/dockerfiles/ |
D | assembler.py | 272 def eprint(*args, **kwargs): function 352 eprint(('> Error: {} is not a valid slice_set, and also isn\'t an arg ' 390 eprint('> Skipping release {}'.format(name)) 462 eprint(('> Probably not a problem: skipping {}, which is not a ' 488 eprint('> Error: {} is an invalid spec! The errors are:'.format( 490 eprint(yaml.dump(v.errors, indent=2)) 499 eprint('> Emptying Dockerfile dir "{}"'.format(FLAGS.dockerfile_dir)) 509 eprint('> Error: please set --hub_username when uploading to Dockerhub.') 512 eprint( 516 eprint('> Error: please set --hub_password when uploading to Dockerhub.') [all …]
|
/external/llvm-project/llvm/utils/git/ |
D | pre-push.py | 46 def eprint(*args, **kwargs): function 63 eprint(msg) 110 eprint('`%s` printed to stderr:' % ' '.join(quoted_cmd)) 111 eprint(stderr.rstrip()) 122 eprint(err_msg) 124 eprint(stderr.rstrip()) 188 …eprint('Please remove arcanist tags from the commit message (found "%s" tag in %s)' % (tag, sha[:1… 190 eprint('Try running: llvm/utils/git/arcfilter.sh')
|
/external/libcups/vcnet/regex/ |
D | main.c | 81 eprint(err), len, sizeof(erbuf), erbuf); 99 eprint(err), len, sizeof(erbuf), erbuf); 234 line, type, eprint(err), len, 265 line, type, eprint(err), len, 482 eprint(err) in eprint() function
|
D | main.ih | 13 static char *eprint(int err);
|
/external/rust/crates/env_logger/src/fmt/writer/termcolor/ |
D | shim_impl.rs | 37 Target::Stderr => eprint!("{}", log), in print()
|
D | extern_impl.rs | 111 Target::Stderr => eprint!("{}", log), in print()
|
/external/rust/crates/syn/benches/ |
D | rust.rs | 149 eprint!("{:20}", format!("{}:", name)); in main()
|
/external/one-true-awk/ |
D | lib.c | 603 eprint(); in SYNTAX() 682 eprint(); in error() 686 void eprint(void) /* try to print context around error */ in eprint() function
|
D | proto.h | 145 extern void eprint(void);
|
/external/boringssl/src/third_party/wycheproof_testvectors/ |
D | primality_test.txt | 591 # Validation" Galbraith, Massimo, Paterson, https://eprint.iacr.org/2019/032.pdf 597 # Validation" Galbraith, Massimo, Paterson, https://eprint.iacr.org/2019/032.pdf 603 # Validation" Galbraith, Massimo, Paterson, https://eprint.iacr.org/2019/032.pdf 609 # Validation" Galbraith, Massimo, Paterson, https://eprint.iacr.org/2019/032.pdf 615 # Validation" Galbraith, Massimo, Paterson, https://eprint.iacr.org/2019/032.pdf 621 # Validation" Galbraith, Massimo, Paterson, https://eprint.iacr.org/2019/032.pdf
|
/external/adhd/cras/client/cras_tests/src/ |
D | arguments.rs | 113 eprint!("{}", opts.usage(&brief)); in show_audio_command_usage()
|
/external/wycheproof/doc/ |
D | rsa.md | 113 SSL/TLS" https://eprint.iacr.org/2003/052/
|
D | dh.md | 75 discrete logarithm computation". http://eprint.iacr.org/2016/961.pdf
|
/external/rust/crates/ring/crypto/fipsmodule/ec/ |
D | ecp_nistz384.inl | 22 * http://eprint.iacr.org/2013/816 */
|
/external/python/cryptography/docs/hazmat/primitives/asymmetric/ |
D | rsa.rst | 726 .. _`security proof`: https://eprint.iacr.org/2001/062.pdf
|
/external/python/cryptography/docs/hazmat/primitives/ |
D | key-derivation-functions.rst | 912 .. _`HKDF paper`: https://eprint.iacr.org/2010/264
|