/third_party/flutter/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/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
|
/third_party/boost/boost/safe_numerics/ |
D | safe_integer.hpp | 30 using safe = safe_base< typedef
|
/third_party/boost/libs/callable_traits/example/ |
D | add_transaction_safe.cpp | 21 using safe = int() transaction_safe; typedef
|
/third_party/openssl/crypto/bn/ |
D | bn_prime.c | 54 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, in BN_generate_prime_ex() 272 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods) in probable_prime() 320 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/ltp/libs/libltpswap/ |
D | libswap.c | 18 int make_swapfile(const char *swapfile, int safe) in make_swapfile()
|
/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/flutter/skia/src/core/ |
D | SkTextBlob.cpp | 41 SkSafeMath* safe) { in StorageSize() 99 SkSafeMath safe; in NextUnchecked() local 109 SkSafeMath* safe) { in PosCount() 116 SkSafeMath safe; in textSizePtr() local 380 SkSafeMath safe; in reserve() local 436 SkSafeMath safe; in mergeRun() local 476 SkSafeMath safe; in allocInternal() local 687 SkSafeMath safe; in MakeFromBuffer() local
|
D | SkPaint.cpp | 292 static uint32_t unpack_v68(SkPaint* paint, uint32_t packed, SkSafeRange& safe) { in unpack_v68() 340 SkSafeRange safe; in Unflatten_PreV68() local 407 SkSafeRange safe; in Unflatten() local
|
/third_party/skia/src/core/ |
D | SkTextBlob.cpp | 41 SkSafeMath* safe) { in StorageSize() 99 SkSafeMath safe; in NextUnchecked() local 109 SkSafeMath* safe) { in PosCount() 116 SkSafeMath safe; in textSizePtr() local 392 SkSafeMath safe; in reserve() local 448 SkSafeMath safe; in mergeRun() local 488 SkSafeMath safe; in allocInternal() local 698 SkSafeMath safe; in MakeFromBuffer() local
|
/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/openssl/demos/pkcs12/ |
D | pkread.c | 23 PKCS7 *safe; in find_friendly_name() local
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_compact.h | 77 UBool safe; variable
|
/third_party/icu/icu4c/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/skia/third_party/externals/icu/source/i18n/ |
D | number_compact.h | 87 UBool safe; variable
|
/third_party/boost/boost/numeric/ublas/detail/ |
D | definitions.hpp | 100 C& safe (C& lvalue) { in safe() function 105 const C& safe (const C& lvalue) { in safe() function
|
/third_party/python/Lib/urllib/ |
D | parse.py | 804 def __init__(self, safe): argument 818 def quote(string, safe='/', encoding=None, errors=None): argument 872 def quote_plus(string, safe='', encoding=None, errors=None): argument 889 def quote_from_bytes(bs, safe='/'): argument 911 def urlencode(query, doseq=False, safe='', encoding=None, errors=None, argument
|
/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/openssl/apps/ |
D | prime.c | 38 int hex = 0, checks = 20, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
|
/third_party/python/Tools/demo/ |
D | queens.py | 38 def safe(self, x, y): member in Queens
|
/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()
|