Home
last modified time | relevance | path

Searched refs:sane (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-sanitize.hh331 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/
Dstty.c157 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/
Dinitthread.c139 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/
Dinitthread.c139 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/
Dinflate.h123 int sane; /* if false, allow invalid distance too far */ member
/third_party/zlib/
Dinflate.h123 int sane; /* if false, allow invalid distance too far */ member
/third_party/node/deps/v8/third_party/zlib/
Dinflate.h123 int sane; /* if false, allow invalid distance too far */ member
/third_party/libwebsockets/win32port/zlib/
Dinflate.h119 int sane; /* if false, allow invalid distance too far */ member
Dinflate.c124 state->sane = 1;
1114 if (state->sane) {
1461 state->sane = !subvert;
1465 state->sane = 1;
/third_party/skia/third_party/externals/zlib/
Dinflate.h122 int sane; /* if false, allow invalid distance too far */ member
/third_party/libexif/m4m/
Dgp-check-shell-environment.m43 dnl Check that the shell environment is sane.
/third_party/libwebsockets/contrib/
Dcross-ming.cmake29 # sane value for cross-build here. Notice some gcc versions enable broken
Dcross-arm-linux-gnueabihf.cmake26 # sane value for cross-build here. Notice some gcc versions enable broken
Dcross-arm-android-gnueabi.cmake29 # sane value for cross-build here. Notice some gcc versions enable broken
Dcross-aarch64-qnx.cmake32 # sane value for cross-build here. Notice some gcc versions enable broken
Dcross-aarch64.cmake25 # sane value for cross-build here. Notice some gcc versions enable broken
Dcross-w32.cmake31 # sane value for cross-build here. Notice some gcc versions enable broken
Dcross-aarch64-android.cmake36 # sane value for cross-build here. Notice some gcc versions enable broken
Dcross-w64.cmake33 # sane value for cross-build here. Notice some gcc versions enable broken
Dcross-esp32.cmake28 # sane value for cross-build here. Notice some gcc versions enable broken
/third_party/e2fsprogs/
D0015-libext2fs-add-sanity-check-to-extent-manipulation.patch11 Additionally make sure that we have a sane number of bytes passed to
/third_party/vk-gl-cts/targets/android/
Dndk-modern.cmake33 # The try_compile() used to verify the C/C++ compilers are sane tries to
/third_party/ltp/testcases/kernel/controllers/memctl/
DREADME28 Most of the error scenarios have been taken care of for a sane cleanup of the
/third_party/libsnd/
DCONTRIBUTING.md46 sane way.
/third_party/skia/third_party/externals/icu/source/config/
Dicu-config-bottom107 …E}" -a ! -f "${ICUUC_FILE_A}" ] && [ ${IGNORE_ICUUC_FILE_CHECK} = "no" ] && [ ${SANITY} = "sane" ];
129 SANITY="sane"

123456