Home
last modified time | relevance | path

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

12345678

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-sanitize.hh305 bool sane; in sanitize_blob() local
322 sane = t->sanitize (this); in sanitize_blob()
323 if (sane) in sanitize_blob()
331 sane = t->sanitize (this); in sanitize_blob()
334 sane = false; in sanitize_blob()
356 DEBUG_MSG_FUNC (SANITIZE, start, sane ? "PASSED" : "FAILED"); in sanitize_blob()
357 if (sane) in sanitize_blob()
/third_party/harfbuzz/src/
Dhb-sanitize.hh317 bool sane; in sanitize_blob() local
334 sane = t->sanitize (this); in sanitize_blob()
335 if (sane) in sanitize_blob()
343 sane = t->sanitize (this); in sanitize_blob()
346 sane = false; in sanitize_blob()
368 DEBUG_MSG_FUNC (SANITIZE, start, sane ? "PASSED" : "FAILED"); in sanitize_blob()
369 if (sane) in sanitize_blob()
/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/grpc/tools/dockerfile/
DOWNERS5 # are fast to build and sane in general.
/third_party/openssl/crypto/
Dinit.c48 long sane; member
454 if (destructor_key.sane != -1) in OPENSSL_thread_stop()
561 destructor_key.sane = -1; in OPENSSL_cleanup()
/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
/third_party/skia/third_party/externals/zlib/
Dinflate.h122 int sane; /* if false, allow invalid distance too far */ member
/third_party/node/deps/zlib/
Dinflate.h122 int sane; /* if false, allow invalid distance too far */ member
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dinflate.h122 int sane; /* if false, allow invalid distance too far */ member
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dinflate.h122 int sane; /* if false, allow invalid distance too far */ member
/third_party/flutter/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/libsnd/
DCONTRIBUTING.md22 sane way.
/third_party/libwebsockets/contrib/
Dcross-arm-linux-gnueabihf.cmake26 # sane value for cross-build here. Notice some gcc versions enable broken
Dcross-ming.cmake29 # 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-w64.cmake33 # 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-w32.cmake31 # sane value for cross-build here. Notice some gcc versions enable broken
/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/giflib/
Dbuild.adoc37 to confirm that it looks sane when extracted to the Makefile.

12345678