/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-sanitize.hh | 331 bool sane; in sanitize_blob() local 348 sane = t->sanitize (this); in sanitize_blob() 349 if (sane) in sanitize_blob() 357 sane = t->sanitize (this); in sanitize_blob() 360 sane = false; in sanitize_blob() 382 DEBUG_MSG_FUNC (SANITIZE, start, sane ? "PASSED" : "FAILED"); in sanitize_blob() 383 if (sane) in sanitize_blob()
|
/third_party/toybox/toys/pending/ |
D | stty.c | 157 static void show_flags(tcflag_t actual, tcflag_t sane, in show_flags() argument 163 if (toys.optflags&FLAG_a) sane = ~actual; in show_flags() 168 if ((actual&mask)==value && (sane&mask)!=value) { in show_flags() 173 if ((actual&value) != (sane&value)) { in show_flags() 319 struct termios old, sane; in do_stty() local 412 make_sane(&sane); in do_stty() 421 if (ch == sane.c_cc[chars[i].value] && (toys.optflags&FLAG_a)==0) in do_stty() 442 show_flags(old.c_cflag, sane.c_cflag, cflags, ARRAY_LEN(cflags)); in do_stty() 443 show_flags(old.c_iflag, sane.c_iflag, iflags, ARRAY_LEN(iflags)); in do_stty() 444 show_flags(old.c_oflag, sane.c_oflag, oflags, ARRAY_LEN(oflags)); in do_stty() [all …]
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | initthread.c | 139 long sane; member 214 destructor_key.sane = -1; in ossl_cleanup_thread() 230 if (destructor_key.sane != -1) { in OPENSSL_thread_stop() 242 if (destructor_key.sane != -1) { in ossl_ctx_thread_stop()
|
/third_party/openssl/crypto/ |
D | initthread.c | 139 long sane; member 214 destructor_key.sane = -1; in ossl_cleanup_thread() 230 if (destructor_key.sane != -1) { in OPENSSL_thread_stop() 242 if (destructor_key.sane != -1) { in ossl_ctx_thread_stop()
|
/third_party/node/deps/zlib/ |
D | inflate.h | 123 int sane; /* if false, allow invalid distance too far */ member
|
/third_party/zlib/ |
D | inflate.h | 123 int sane; /* if false, allow invalid distance too far */ member
|
/third_party/node/deps/v8/third_party/zlib/ |
D | inflate.h | 123 int sane; /* if false, allow invalid distance too far */ member
|
/third_party/libwebsockets/win32port/zlib/ |
D | inflate.h | 119 int sane; /* if false, allow invalid distance too far */ member
|
D | inflate.c | 124 state->sane = 1; 1114 if (state->sane) { 1461 state->sane = !subvert; 1465 state->sane = 1;
|
/third_party/skia/third_party/externals/zlib/ |
D | inflate.h | 122 int sane; /* if false, allow invalid distance too far */ member
|
/third_party/libexif/m4m/ |
D | gp-check-shell-environment.m4 | 3 dnl Check that the shell environment is sane.
|
/third_party/libwebsockets/contrib/ |
D | cross-ming.cmake | 29 # sane value for cross-build here. Notice some gcc versions enable broken
|
D | cross-arm-linux-gnueabihf.cmake | 26 # sane value for cross-build here. Notice some gcc versions enable broken
|
D | cross-arm-android-gnueabi.cmake | 29 # sane value for cross-build here. Notice some gcc versions enable broken
|
D | cross-aarch64-qnx.cmake | 32 # sane value for cross-build here. Notice some gcc versions enable broken
|
D | cross-aarch64.cmake | 25 # sane value for cross-build here. Notice some gcc versions enable broken
|
D | cross-w32.cmake | 31 # sane value for cross-build here. Notice some gcc versions enable broken
|
D | cross-aarch64-android.cmake | 36 # sane value for cross-build here. Notice some gcc versions enable broken
|
D | cross-w64.cmake | 33 # sane value for cross-build here. Notice some gcc versions enable broken
|
D | cross-esp32.cmake | 28 # sane value for cross-build here. Notice some gcc versions enable broken
|
/third_party/e2fsprogs/ |
D | 0015-libext2fs-add-sanity-check-to-extent-manipulation.patch | 11 Additionally make sure that we have a sane number of bytes passed to
|
/third_party/vk-gl-cts/targets/android/ |
D | ndk-modern.cmake | 33 # The try_compile() used to verify the C/C++ compilers are sane tries to
|
/third_party/ltp/testcases/kernel/controllers/memctl/ |
D | README | 28 Most of the error scenarios have been taken care of for a sane cleanup of the
|
/third_party/libsnd/ |
D | CONTRIBUTING.md | 46 sane way.
|
/third_party/skia/third_party/externals/icu/source/config/ |
D | icu-config-bottom | 107 …E}" -a ! -f "${ICUUC_FILE_A}" ] && [ ${IGNORE_ICUUC_FILE_CHECK} = "no" ] && [ ${SANITY} = "sane" ]; 129 SANITY="sane"
|