Home
last modified time | relevance | path

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

123456789

/external/harfbuzz_ng/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()
/external/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 …]
/external/grpc-grpc/tools/dockerfile/
DOWNERS5 # are fast to build and sane in general.
/external/llvm/test/CodeGen/X86/
Dpr23246.ll6 ; We're really only interested in doing something sane with the shuffle.
D2011-11-07-LegalizeBuildVector.ll3 ; We don't really care what this outputs; just make sure it's somewhat sane.
/external/v8/third_party/zlib/
Dinflate.h122 int sane; /* if false, allow invalid distance too far */ member
/external/python/cpython2/Modules/zlib/
Dinflate.h122 int sane; /* if false, allow invalid distance too far */ member
/external/autotest/client/site_tests/network_WlanRegulatory/
Dcontrol15 Ensure the regulatory database is sane and that we can successfully switch
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr23246.ll6 ; We're really only interested in doing something sane with the shuffle.
D2011-11-07-LegalizeBuildVector.ll3 ; We don't really care what this outputs; just make sure it's somewhat sane.
/external/zlib/
Dinflate.h122 int sane; /* if false, allow invalid distance too far */ member
/external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
Dcontrol13 checks whether the returned state keys look sane. This ensures that any
/external/clang/test/Driver/
Das-dwarf-cie.s2 # Test that there is a sane default CIE version.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-simplest-elf.ll12 ; Similarly make sure ELF output works and is vaguely sane: aarch64 target
/external/llvm/test/CodeGen/AArch64/
Darm64-simplest-elf.ll12 ; Similarly make sure ELF output works and is vaguely sane: aarch64 target
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CFLAliasAnalysis/Andersen/
Dstruct.ll1 ; Ensures that our struct ops are sane.
/external/autotest/client/site_tests/platform_MemCheck/
Dcontrol20 Verifies that memory levels look sane.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MemorySSA/
Dmulti-edges.ll4 ; Makes sure we have a sane model if both successors of some block is the same
/external/llvm/test/Transforms/Util/MemorySSA/
Dmulti-edges.ll4 ; Makes sure we have a sane model if both successors of some block is the same
/external/llvm/test/Transforms/InstCombine/
Dallocsize-32.ll3 ; The idea is that we want to have sane semantics (e.g. not assertion failures)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dallocsize-32.ll3 ; The idea is that we want to have sane semantics (e.g. not assertion failures)
/external/libexif/m4m/
Dgp-check-shell-environment.m43 dnl Check that the shell environment is sane.
/external/u-boot/doc/
DREADME.mpc74xx15 jumping into Linux in a sane configuration.
/external/autotest/client/site_tests/kernel_FirmwareRequest/
Dcontrol22 APIs are somewhat sane. It tries to load the empty filename ("") as well as
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Drdf-cover-use.ll3 ; Check for sane output.

123456789