/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-sanitize.hh | 305 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/ |
D | hb-sanitize.hh | 317 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/ |
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/grpc/tools/dockerfile/ |
D | OWNERS | 5 # are fast to build and sane in general.
|
/third_party/openssl/crypto/ |
D | init.c | 48 long sane; member 454 if (destructor_key.sane != -1) in OPENSSL_thread_stop() 561 destructor_key.sane = -1; in OPENSSL_cleanup()
|
/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
|
/third_party/skia/third_party/externals/zlib/ |
D | inflate.h | 122 int sane; /* if false, allow invalid distance too far */ member
|
/third_party/node/deps/zlib/ |
D | inflate.h | 122 int sane; /* if false, allow invalid distance too far */ member
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | inflate.h | 122 int sane; /* if false, allow invalid distance too far */ member
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | inflate.h | 122 int sane; /* if false, allow invalid distance too far */ member
|
/third_party/flutter/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/libsnd/ |
D | CONTRIBUTING.md | 22 sane way.
|
/third_party/libwebsockets/contrib/ |
D | cross-arm-linux-gnueabihf.cmake | 26 # sane value for cross-build here. Notice some gcc versions enable broken
|
D | cross-ming.cmake | 29 # 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-w64.cmake | 33 # 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-w32.cmake | 31 # sane value for cross-build here. Notice some gcc versions enable broken
|
/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/giflib/ |
D | build.adoc | 37 to confirm that it looks sane when extracted to the Makefile.
|