/third_party/skia/tests/ |
D | SafeMathTest.cpp | 17 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/ |
D | test-buffer-safe-unsafe.js | 6 const safe = Buffer.alloc(10); constant
|
D | test-crypto-prime.js | 56 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/ |
D | bn_prime.c | 123 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/ |
D | bn_prime.c | 123 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/ |
D | annotations.rst | 76 safe chapter
|
/third_party/rust/crates/libloading/src/ |
D | lib.rs | 49 mod safe; module
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | CompactNotation.java | 68 boolean safe, in withLocaleData() 89 boolean safe, in CompactHandler()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | CompactNotation.java | 70 boolean safe, in withLocaleData() 91 boolean safe, in CompactHandler()
|
/third_party/ltp/libs/libltpswap/ |
D | libswap.c | 18 int make_swapfile(const char *swapfile, int safe) in make_swapfile()
|
/third_party/skia/src/core/ |
D | SkTextBlob.cpp | 45 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
|
D | SkMask.cpp | 59 SkSafeMath safe; in PrepareDestination() local
|
/third_party/node/deps/npm/node_modules/semver/internal/ |
D | re.js | 40 const safe = makeSafeRegex(value) constant
|
/third_party/openssl/demos/pkcs12/ |
D | pkread.c | 23 PKCS7 *safe; in find_friendly_name() local
|
/third_party/icu/icu4c/source/i18n/ |
D | number_compact.h | 87 UBool safe; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_compact.h | 87 UBool safe; variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_compact.h | 87 UBool safe; variable
|
/third_party/python/Lib/urllib/ |
D | parse.py | 802 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/ |
D | decode.c | 426 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/ |
D | decode.c | 426 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/ |
D | prime.c | 46 int hex = 0, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
|
/third_party/openssl/apps/ |
D | prime.c | 46 int hex = 0, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
|
/third_party/libwebsockets/lib/core-net/client/ |
D | connect.c | 131 struct lws *wsi, *safe = NULL; in lws_client_connect_via_info() local
|
/third_party/python/Tools/demo/ |
D | queens.py | 38 def safe(self, x, y): member in Queens
|
/third_party/python/Lib/email/ |
D | _encoded_words.py | 75 safe = b'-!*+/' + ascii_letters.encode('ascii') + digits.encode('ascii') variable in _QByteMap
|