HomeSort by relevance Sort by last modified time
    Searched refs:acceptable (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/skia/tests/
BlendTest.cpp 16 static bool acceptable(const Results& r) { function
50 for (auto multiply : broken) { REPORTER_ASSERT(r, !acceptable(test(multiply))); }
59 for (auto multiply : fine) { REPORTER_ASSERT(r, acceptable(test(multiply))); }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
tls-hidden3.d 14 # Any order would be acceptable, but it must match the .got dump.
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/whitelist/
whitelist.go 9 // that are used with unkeyed literals we deem to be acceptable.
  /prebuilts/go/linux-x86/src/cmd/vet/internal/whitelist/
whitelist.go 9 // that are used with unkeyed literals we deem to be acceptable.
  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 228 String acceptable = OAuth.percentEncode(NAME_TO_CLASS.keySet()); local
229 if (acceptable.length() > 0) {
231 acceptable.toString());
  /external/llvm/test/MC/Mips/
macro-la-pic.s 5 # N32 should be acceptable too but it currently errors out.
6 # N64 should be acceptable too but we cannot convert la to dla yet.
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cipher.go 32 // If len(dst) < len(src), XORKeyStream should panic. It is acceptable
  /prebuilts/go/darwin-x86/src/net/http/httptest/
httptest.go 37 // panic is acceptable.
  /prebuilts/go/linux-x86/src/crypto/cipher/
cipher.go 32 // If len(dst) < len(src), XORKeyStream should panic. It is acceptable
  /prebuilts/go/linux-x86/src/net/http/httptest/
httptest.go 37 // panic is acceptable.
  /external/ImageMagick/www/api/
paint.php 61 <p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
143 <p>By default color must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. Fuzz defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.</p>
185 <p>By default color must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. Fuzz defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.</p>
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client.go 700 // case we use a plausible list based on the acceptable
723 // distinguished names of acceptable certificate authorities.
734 // where SignatureAlgorithm is acceptable to the server and the
775 // No acceptable certificate found. Don't send a certificate.
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client.go 700 // case we use a plausible list based on the acceptable
723 // distinguished names of acceptable certificate authorities.
734 // where SignatureAlgorithm is acceptable to the server and the
775 // No acceptable certificate found. Don't send a certificate.
  /prebuilts/tools/common/m2/repository/com/uber/rave/0.6.0/
rave-0.6.0.jar 
  /external/syslinux/core/lwip/src/core/
tcp_in.c 528 /* RFC 1337: in TIME_WAIT, ignore RST and ACK FINs + any 'acceptable' segments */
531 * acceptable since we only send ACKs)
538 /* If an incoming segment is not acceptable, an acknowledgment
575 u8_t acceptable = 0; local
582 /* First, determine if the reset is acceptable. */
585 acceptable = 1;
590 acceptable = 1;
594 if (acceptable) {
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify.go 154 // KeyUsage specifies which Extended Key Usage values are acceptable.
319 // If any key usage is acceptable then we're done.
  /prebuilts/go/linux-x86/src/crypto/x509/
verify.go 154 // KeyUsage specifies which Extended Key Usage values are acceptable.
319 // If any key usage is acceptable then we're done.
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 109 the standard OpenGL byte/float mapping is considered acceptable too, as
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go 40 // ParameterSizes is a enumeration of the acceptable bit lengths of the primes
  /prebuilts/go/darwin-x86/src/crypto/rsa/
example_test.go 69 // Since the key is random, using a fixed nonce is acceptable as the
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 40 // ParameterSizes is a enumeration of the acceptable bit lengths of the primes
  /prebuilts/go/linux-x86/src/crypto/rsa/
example_test.go 69 // Since the key is random, using a fixed nonce is acceptable as the
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary.go 380 // occupied by the header. If the type of v is not acceptable, dataSize returns -1.
391 // sizeof returns the size >= 0 of variables for the given type or -1 if the type is not acceptable.
  /prebuilts/go/linux-x86/src/encoding/binary/
binary.go 380 // occupied by the header. If the type of v is not acceptable, dataSize returns -1.
391 // sizeof returns the size >= 0 of variables for the given type or -1 if the type is not acceptable.
  /prebuilts/go/darwin-x86/src/flag/
flag.go 747 // The flag accepts a value acceptable to time.ParseDuration.
754 // The flag accepts a value acceptable to time.ParseDuration.
761 // The flag accepts a value acceptable to time.ParseDuration.
770 // The flag accepts a value acceptable to time.ParseDuration.

Completed in 747 milliseconds

1 2 3 4