Home
last modified time | relevance | path

Searched refs:safe (Results 126 - 150 of 175) sorted by relevance

1234567

/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h326 DEPRECATEDIN_0_9_8(BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe,
343 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add,
/third_party/node/test/parallel/
H A Dtest-fs-stat-bigint.js91 `${key} is not a safe integer, difference should < 1.\n` +
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dtokenize.js89 if (input.safe) {
H A Dparser.js99 safe: false
106 safe: this.options.safe
/third_party/python/Lib/email/
H A Dutils.py85 realname in case realname is not ASCII safe. Can be an instance of str or
249 s = urllib.parse.quote(s, safe='', encoding=charset or 'ascii')
H A D_header_value_parser.py2967 value, safe='', errors=error_handler)
2993 partial, safe='', errors=error_handler)
/third_party/rust/crates/syn/src/
H A Dbuffer.rs6 // is 100% safe but the implementation is fragile internally.
105 // It's safe in this situation for us to put an `Entry` object in global in empty()
106 // storage, despite it not actually being safe to send across threads in empty()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs131 safe: c_int, in BN_generate_prime_ex()
/third_party/ffmpeg/tests/
H A Dfate-run.sh560 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_streams -show_packets -safe 0 $extra_args $(target_path $concatfile) | tr -d '\r' > $packetfile
563 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_streams -show_packets -of compact=p=0:nk=1 -safe 0 $extra_args $(target_path $concatfile)
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ptrace.tex101 is thread-safe.
H A Dunw_create_addr_space.tex245 \Func{unw\_create\_addr\_space}() is thread-safe but \emph{not}
246 safe to use from a signal handler.
H A Dlibunwind-ia64.tex48 accessible when. In case of doubt, it is always safe to \emph{try} to
/third_party/node/test/common/
H A Dreport.js219 `heap.${jsHeapFields[i]} is not a safe integer`,
/third_party/python/Lib/
H A Duuid.py80 safe = 0 variable in SafeUUID
133 a way that is safe for multiprocessing applications, via
167 indicates whether the UUID has been generated in a way that is safe
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dcallbacks.rs47 // the callback can't mess with its own ex_data slot so this is safe in raw_verify()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dnmake.mak59 # at least for now since snprintf and strncpy can be used in a safe way
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dnmake.mak59 # at least for now since snprintf and strncpy can be used in a safe way
/third_party/libfuse/util/
H A Dfusermount.c616 int safe; member
653 if (!mount_flags[i].safe && getuid() != 0) { in find_mount_flag()
1026 * Use a whitelist to be safe. */ in check_perm()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs423 /// * `safe`: If true, returns a "safe" prime `p` so that `(p-1)/2` is also prime.
445 safe: bool, in generate_prime()
453 safe as c_int, in generate_prime()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm307 my $fi_safe = _param('safe', %fi_a);
358 # is the default one available in the safe compartment.
1085 This is not very safe. The reason this isn't as safe is that if you
1091 safe.)
1095 are safe.
1097 But if you use the C<PACKAGE> option, you will probably be safe even
1349 If you give C<fill_in> a C<SAFE> option, its value should be a safe
1356 will be placed into the safe compartment and evaluation will take
1362 But in C<SAFE> mode the evaluation occurs inside the safe compartmen
[all...]
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm307 my $fi_safe = _param('safe', %fi_a);
358 # is the default one available in the safe compartment.
1085 This is not very safe. The reason this isn't as safe is that if you
1091 safe.)
1095 are safe.
1097 But if you use the C<PACKAGE> option, you will probably be safe even
1349 If you give C<fill_in> a C<SAFE> option, its value should be a safe
1356 will be placed into the safe compartment and evaluation will take
1362 But in C<SAFE> mode the evaluation occurs inside the safe compartmen
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c354 buffer->safe = FALSE; in read_buffer()
380 buffer->safe = !replaceusa(buffer, blocksz); in read_buffer()
382 buffer->safe = FALSE; in read_buffer()
386 return (buffer && buffer->safe ? buffer : (const struct BUFFER*)NULL); in read_buffer()
1946 * (actually they are safe when you know the logic) in detaillogr()
/third_party/ltp/
H A Drunltp543 # use mktemp to create "safe" temporary directories
/third_party/backends/backend/
H A Dumax_pp.c392 * if safe set to SANE_TRUE, no direct hardware access
396 umax_pp_auto_attach (SANEI_Config * config, SANE_Int safe) in umax_pp_auto_attach() argument
401 /* safe tests: user parallel port devices */ in umax_pp_auto_attach()
407 if ((safe != SANE_TRUE) && (rc != SANE_STATUS_GOOD)) in umax_pp_auto_attach()
440 /* if "safe-auto" or "auto" devname, use umax_pp_attach_auto */ in umax_pp_configure_attach()
441 if (strncmp (token, "safe-auto", 9) == 0) in umax_pp_configure_attach()
/third_party/node/deps/v8/tools/mb/
H A Dmb.py1080 safe=':/()?=')

Completed in 27 milliseconds

1234567