Home
last modified time | relevance | path

Searched refs:acceptable (Results 1 – 25 of 168) sorted by relevance

1234567

/external/skia/tests/
DBlendTest.cpp30 static bool acceptable(const Results& r) { in acceptable() function
64 for (auto multiply : broken) { REPORTER_ASSERT(r, !acceptable(test(multiply))); } in DEF_TEST()
73 for (auto multiply : fine) { REPORTER_ASSERT(r, acceptable(test(multiply))); } in DEF_TEST()
/external/python/cpython2/Demo/tkinter/guido/
Dsolitaire.py449 def acceptable(self, cards): member in OpenStack
455 if not stack or stack is self or not stack.acceptable(cards):
471 if s.acceptable([card]):
492 def acceptable(self, cards): member in SuitStack
504 def acceptable(self, cards): member in RowStack
/external/oauth/core/src/main/java/net/oauth/signature/
DOAuthSignatureMethod.java228 String acceptable = OAuth.percentEncode(NAME_TO_CLASS.keySet()); in newMethod() local
229 if (acceptable.length() > 0) { in newMethod()
231 acceptable.toString()); in newMethod()
/external/fio/examples/
Dlatency-profile.fio13 # Set max acceptable latency to 500msec
/external/llvm/test/MC/Mips/
Dmacro-la-pic.s5 # N32 should be acceptable too but it currently errors out.
6 # N64 should be acceptable too but we cannot convert la to dla yet.
/external/mesa3d/
DREVIEWERS38 One pattern per line. Multiple F: lines acceptable.
41 One pattern per line. Multiple N: lines acceptable.
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dconstant-over-index.ll4 ; acceptable (although we might decide that we don't want PartialAlias, and if
/external/llvm/test/CodeGen/AArch64/
Dflags-multiuse.ll26 ; acceptable, but assuming the call preserves NZCV is not.
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dbuild_exeext.m420 test -z "$BUILD_CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
/external/llvm/test/CodeGen/Mips/compactbranches/
Dno-beqzc-bnezc.ll36 ; an instruction with incorrect operands that is trivially acceptable.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.builtin_functions.precision.txt32 pixel, and then read and compared to a reference interval of acceptable
46 The acceptable results are constrained further by only allowing values
/external/libvpx/libvpx/
Dkeywords.dox32 particular behavior is acceptable or even useful, but the full
/external/python/cpython2/Doc/library/
Dbase64.rst90 lowercase alphabet is acceptable as input. For security purposes, the default
117 lowercase alphabet is acceptable as input. For security purposes, the default
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
Dcontrol7 PURPOSE = """Test card reader CPU power consumption to be within acceptable
/external/autotest/client/deps/glbench/
DUSAGE_glbench10 should be acceptable.
/external/llvm/test/Transforms/FunctionAttrs/
Dnocapture.ll10 ; It would also be acceptable to mark %q as readnone. Update @c3 too.
136 ; It would be acceptable to add readnone to %y1_1 and %y1_2.
/external/skia/site/dev/contrib/
Dcqkeywords.md50 …s is discouraged, since the tree is closed for a reason. However, in rare cases this is acceptable,
/external/syslinux/core/lwip/src/core/
Dtcp_in.c575 u8_t acceptable = 0; in tcp_process() local
585 acceptable = 1; in tcp_process()
590 acceptable = 1; in tcp_process()
594 if (acceptable) { in tcp_process()
/external/autotest/docs/
Dcoding-style.md24 # Either of the following hanging indentation is considered acceptable.
119 quotes are acceptable when single quote is used as part of the string.
/external/bison/m4/
Dm4.m443 [AC_MSG_ERROR([no acceptable m4 could be found in \$PATH.
Dlib-ld.m4117 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
/external/llvm/test/CodeGen/PowerPC/
DMergeConsecutiveStores.ll52 ;; the 16-byte alignment of the new load/store is acceptable.
/external/libexif/auto-m4/
Dlib-ld.m4110 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
/external/ltp/testcases/kernel/controllers/cpuctl/
DREADME78 NOTE: In current scenario a variation of 1-3 % is acceptable.
/external/llvm/test/CodeGen/SystemZ/
Dcall-03.ll63 ; Check an indirect call. In this case the only acceptable choice for

1234567