Home
last modified time | relevance | path

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

12345678910

/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/harfbuzz_ng/src/
Dhb-machinery.hh402 bool sane; in sanitize_blob() local
419 sane = t->sanitize (this); in sanitize_blob()
420 if (sane) in sanitize_blob()
428 sane = t->sanitize (this); in sanitize_blob()
431 sane = false; in sanitize_blob()
453 DEBUG_MSG_FUNC (SANITIZE, start, sane ? "PASSED" : "FAILED"); in sanitize_blob()
454 if (sane) in sanitize_blob()
/external/autotest/client/site_tests/video_WebRtcCamera/
Dcontrol7 PURPOSE = "Test getUserMedia camera acquisition and that we get sane video"
30 sane video frames.
/external/syzkaller/dashboard/config/
Dupstream.cmdline7 nf-conntrack-sane.ports=20000
/external/grpc-grpc/tools/dockerfile/
DOWNERS5 # are fast to build and sane in general.
/external/autotest/client/site_tests/platform_MemoryPressure/
Dcontrol.simple2 PURPOSE = "Verify tab discarding occurs and is sane."
Dcontrol2 PURPOSE = "Verify tab discarding occurs and is sane."
/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/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/src/
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/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/swiftshader/third_party/LLVM/test/MC/ARM/
Delf-movt.s17 @@ make sure that the text section fixups are sane too
/external/autotest/client/site_tests/platform_MemCheck/
Dcontrol20 Verifies that memory levels look sane.
/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/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/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/autotest/client/site_tests/video_WebRtcSanity/
Dcontrol23 sane. Furthermore, this test uses fake devices and not the real webcam.

12345678910