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

1 2 3 4

  /external/skia/tests/
BlendTest.cpp 17 static bool acceptable(const Results& r) { function
51 for (auto multiply : broken) { REPORTER_ASSERT(r, !acceptable(test(multiply))); }
60 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.
  /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());
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cipher.go 32 // If len(dst) < len(src), XORKeyStream should panic. It is acceptable
  /prebuilts/go/linux-x86/src/crypto/cipher/
cipher.go 32 // If len(dst) < len(src), XORKeyStream should panic. It 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/archive/tar/
reader_test.go 444 {"a", "a=name", "10 a=name\n"}, // Test case involving multiple acceptable lengths
445 {"a", "a=name", "9 a=name\n"}, // Test case involving multiple acceptable length
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify.go 132 // KeyUsage specifies which Extended Key Usage values are acceptable.
251 // If any key usage is acceptable then we're done.
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary.go 331 // occupied by the header. If the type of v is not acceptable, dataSize returns -1.
342 // sizeof returns the size >= 0 of variables for the given type or -1 if the type is not acceptable.
  /prebuilts/go/linux-x86/src/archive/tar/
reader_test.go 444 {"a", "a=name", "10 a=name\n"}, // Test case involving multiple acceptable lengths
445 {"a", "a=name", "9 a=name\n"}, // Test case involving multiple acceptable length
  /prebuilts/go/linux-x86/src/crypto/x509/
verify.go 132 // KeyUsage specifies which Extended Key Usage values are acceptable.
251 // If any key usage is acceptable then we're done.
  /prebuilts/go/linux-x86/src/encoding/binary/
binary.go 331 // occupied by the header. If the type of v is not acceptable, dataSize returns -1.
342 // sizeof returns the size >= 0 of variables for the given type or -1 if the type is not acceptable.
  /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 38 // ParameterSizes is a enumeration of the acceptable bit lengths of the primes
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 38 // ParameterSizes is a enumeration of the acceptable bit lengths of the primes
  /prebuilts/go/darwin-x86/src/crypto/tls/
common.go 336 // MinVersion contains the minimum SSL/TLS version that is acceptable.
340 // MaxVersion contains the maximum SSL/TLS version that is acceptable.
handshake_client.go 334 // A list of the distinguished names of acceptable certificate
357 // where SignatureAlgorithm is acceptable to the server and the
  /prebuilts/go/linux-x86/src/crypto/tls/
common.go 336 // MinVersion contains the minimum SSL/TLS version that is acceptable.
340 // MaxVersion contains the maximum SSL/TLS version that is acceptable.
handshake_client.go 334 // A list of the distinguished names of acceptable certificate
357 // where SignatureAlgorithm is acceptable to the server and the
  /prebuilts/go/darwin-x86/src/flag/
flag.go 730 // The flag accepts a value acceptable to time.ParseDuration.
737 // The flag accepts a value acceptable to time.ParseDuration.
744 // The flag accepts a value acceptable to time.ParseDuration.
753 // The flag accepts a value acceptable to time.ParseDuration.
  /prebuilts/go/darwin-x86/src/net/http/httputil/
dump.go 132 // a debug function, so this is acceptable for now. We could
  /prebuilts/go/linux-x86/src/flag/
flag.go 730 // The flag accepts a value acceptable to time.ParseDuration.
737 // The flag accepts a value acceptable to time.ParseDuration.
744 // The flag accepts a value acceptable to time.ParseDuration.
753 // The flag accepts a value acceptable to time.ParseDuration.
  /prebuilts/go/linux-x86/src/net/http/httputil/
dump.go 132 // a debug function, so this is acceptable for now. We could
  /external/boringssl/src/ssl/test/runner/
common.go 345 // MinVersion contains the minimum SSL/TLS version that is acceptable.
349 // MaxVersion contains the maximum SSL/TLS version that is acceptable.
650 // MaxPacketLength, if non-zero, is the maximum acceptable size for a
    [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
filter.go 60 // returns the corresponding field name. If x is not an acceptable

Completed in 4068 milliseconds

1 2 3 4