Home
last modified time | relevance | path

Searched defs:safe (Results 1 – 25 of 68) sorted by relevance

123

/third_party/skia/tests/
DSafeMathTest.cpp17 SkSafeMath safe; in DEF_TEST() local
27 SkSafeMath safe; in DEF_TEST() local
37 SkSafeMath safe; in DEF_TEST() local
47 SkSafeMath safe; in DEF_TEST() local
/third_party/node/test/parallel/
Dtest-buffer-safe-unsafe.js6 const safe = Buffer.alloc(10); constant
Dtest-crypto-prime.js56 assert.throws(() => generatePrime(8, { safe: i }, common.mustNotCall()), { property
65 assert.throws(() => generatePrimeSync(8, { safe: i }), { property
113 generatePrime(32, { safe: true }, common.mustSucceed((prime) => { property
123 const prime = generatePrimeSync(32, { safe: true }); property
177 safe: true, property
/third_party/openssl/crypto/bn/
Dbn_prime.c123 int BN_generate_prime_ex2(BIGNUM *ret, int bits, int safe, in BN_generate_prime_ex2()
213 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, in BN_generate_prime_ex()
478 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime()
536 static int probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime_dh()
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_prime.c123 int BN_generate_prime_ex2(BIGNUM *ret, int bits, int safe, in BN_generate_prime_ex2()
213 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, in BN_generate_prime_ex()
478 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime()
536 static int probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime_dh()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dannotations.rst76 safe chapter
/third_party/rust/crates/libloading/src/
Dlib.rs49 mod safe; module
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DCompactNotation.java68 boolean safe, in withLocaleData()
89 boolean safe, in CompactHandler()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DCompactNotation.java70 boolean safe, in withLocaleData()
91 boolean safe, in CompactHandler()
/third_party/ltp/libs/libltpswap/
Dlibswap.c18 int make_swapfile(const char *swapfile, int safe) in make_swapfile()
/third_party/skia/src/core/
DSkTextBlob.cpp45 SkSafeMath* safe) { in StorageSize()
103 SkSafeMath safe; in NextUnchecked() local
113 SkSafeMath* safe) { in PosCount()
120 SkSafeMath safe; in textSizePtr() local
407 SkSafeMath safe; in reserve() local
463 SkSafeMath safe; in mergeRun() local
503 SkSafeMath safe; in allocInternal() local
713 SkSafeMath safe; in MakeFromBuffer() local
DSkMask.cpp59 SkSafeMath safe; in PrepareDestination() local
/third_party/node/deps/npm/node_modules/semver/internal/
Dre.js40 const safe = makeSafeRegex(value) constant
/third_party/openssl/demos/pkcs12/
Dpkread.c23 PKCS7 *safe; in find_friendly_name() local
/third_party/icu/icu4c/source/i18n/
Dnumber_compact.h87 UBool safe; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_compact.h87 UBool safe; variable
/third_party/node/deps/icu-small/source/i18n/
Dnumber_compact.h87 UBool safe; variable
/third_party/python/Lib/urllib/
Dparse.py802 def __init__(self, safe): argument
816 def quote(string, safe='/', encoding=None, errors=None): argument
870 def quote_plus(string, safe='', encoding=None, errors=None): argument
887 def quote_from_bytes(bs, safe='/'): argument
909 def urlencode(query, doseq=False, safe='', encoding=None, errors=None, argument
/third_party/node/deps/brotli/c/dec/
Ddecode.c426 static BROTLI_INLINE void PreloadSymbol(int safe, in PreloadSymbol()
1121 int safe, BrotliDecoderState* s, int tree_type) { in DecodeBlockTypeAndLength()
1198 int safe, BrotliDecoderState* s) { in DecodeLiteralBlockSwitchInternal()
1218 int safe, BrotliDecoderState* s) { in DecodeCommandBlockSwitchInternal()
1238 int safe, BrotliDecoderState* s) { in DecodeDistanceBlockSwitchInternal()
1619 int safe, BrotliDecoderState* s, BrotliBitReader* br) { in ReadDistanceInternal()
1667 int safe, BrotliDecoderState* s, BrotliBitReader* br, int* insert_length) { in ReadCommandInternal()
1715 int safe, BrotliBitReader* const br, size_t num) { in CheckInputAmount()
1735 int safe, BrotliDecoderState* s) { in ProcessCommandsInternal()
/third_party/skia/third_party/externals/brotli/c/dec/
Ddecode.c426 static BROTLI_INLINE void PreloadSymbol(int safe, in PreloadSymbol()
1121 int safe, BrotliDecoderState* s, int tree_type) { in DecodeBlockTypeAndLength()
1198 int safe, BrotliDecoderState* s) { in DecodeLiteralBlockSwitchInternal()
1218 int safe, BrotliDecoderState* s) { in DecodeCommandBlockSwitchInternal()
1238 int safe, BrotliDecoderState* s) { in DecodeDistanceBlockSwitchInternal()
1619 int safe, BrotliDecoderState* s, BrotliBitReader* br) { in ReadDistanceInternal()
1667 int safe, BrotliDecoderState* s, BrotliBitReader* br, int* insert_length) { in ReadCommandInternal()
1715 int safe, BrotliBitReader* const br, size_t num) { in CheckInputAmount()
1735 int safe, BrotliDecoderState* s) { in ProcessCommandsInternal()
/third_party/node/deps/openssl/openssl/apps/
Dprime.c46 int hex = 0, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
/third_party/openssl/apps/
Dprime.c46 int hex = 0, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
/third_party/libwebsockets/lib/core-net/client/
Dconnect.c131 struct lws *wsi, *safe = NULL; in lws_client_connect_via_info() local
/third_party/python/Tools/demo/
Dqueens.py38 def safe(self, x, y): member in Queens
/third_party/python/Lib/email/
D_encoded_words.py75 safe = b'-!*+/' + ascii_letters.encode('ascii') + digits.encode('ascii') variable in _QByteMap

123