HomeSort by relevance Sort by last modified time
    Searched full:larger (Results 51 - 75 of 7859) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/include/encode/
SkWebpEncoder.h 30 * put into the encoding. Lower values will compress faster into larger files,
31 * while larger values will compress slower into smaller files.
  /external/skqp/include/encode/
SkWebpEncoder.h 30 * put into the encoding. Lower values will compress faster into larger files,
31 * while larger values will compress slower into smaller files.
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_RestoreSlice.pbtxt 46 only a slice of a larger tensor. `shape_and_slice` specifies the shape of the
47 larger tensor and the slice that the restored tensor covers.
  /external/tpm2/
NV_ChangeAuth.c 14 // TPM_RC_SIZE newAuth size is larger than the digest size of the Name algorithm for
38 // Make sure that the authValue is no larger than the nameAlg of the Index
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
double_const.py 24 # If diff is no larger than 3 ULP (wrt x2), then diff/8 is no larger
test_hmac.py 37 "Test Using Larger Than Block-Size Key - Hash Key First",
41 ("Test Using Larger Than Block-Size Key "
42 "and Larger Than One Block-Size Data"),
71 "Test Using Larger Than Block-Size Key - Hash Key First",
75 ("Test Using Larger Than Block-Size Key "
76 "and Larger Than One Block-Size Data"),
154 data = 'Test Using Larger Than Block-Siz'
172 data = 'This is a test using a larger th'
173 'an block-size key and a larger t'
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
double_const.py 24 # If diff is no larger than 3 ULP (wrt x2), then diff/8 is no larger
test_hmac.py 37 "Test Using Larger Than Block-Size Key - Hash Key First",
41 ("Test Using Larger Than Block-Size Key "
42 "and Larger Than One Block-Size Data"),
71 "Test Using Larger Than Block-Size Key - Hash Key First",
75 ("Test Using Larger Than Block-Size Key "
76 "and Larger Than One Block-Size Data"),
154 data = 'Test Using Larger Than Block-Siz'
172 data = 'This is a test using a larger th'
173 'an block-size key and a larger t'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
double_const.py 24 # If diff is no larger than 3 ULP (wrt x2), then diff/8 is no larger
test_hmac.py 37 "Test Using Larger Than Block-Size Key - Hash Key First",
41 ("Test Using Larger Than Block-Size Key "
42 "and Larger Than One Block-Size Data"),
71 "Test Using Larger Than Block-Size Key - Hash Key First",
75 ("Test Using Larger Than Block-Size Key "
76 "and Larger Than One Block-Size Data"),
154 data = 'Test Using Larger Than Block-Siz'
172 data = 'This is a test using a larger th'
173 'an block-size key and a larger t'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
double_const.py 24 # If diff is no larger than 3 ULP (wrt x2), then diff/8 is no larger
test_hmac.py 37 "Test Using Larger Than Block-Size Key - Hash Key First",
41 ("Test Using Larger Than Block-Size Key "
42 "and Larger Than One Block-Size Data"),
71 "Test Using Larger Than Block-Size Key - Hash Key First",
75 ("Test Using Larger Than Block-Size Key "
76 "and Larger Than One Block-Size Data"),
154 data = 'Test Using Larger Than Block-Siz'
172 data = 'This is a test using a larger th'
173 'an block-size key and a larger t'
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
SizeFileFilter.java 24 * files equal to or larger than a given threshold.
45 /** Whether the files accepted will be larger or smaller. */
50 * larger than a certain size.
64 * @param acceptLarger if true, files equal to or larger are accepted,
82 * If size equals threshold and larger files are required,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hmac.py 37 "Test Using Larger Than Block-Size Key - Hash Key First",
41 ("Test Using Larger Than Block-Size Key "
42 "and Larger Than One Block-Size Data"),
71 "Test Using Larger Than Block-Size Key - Hash Key First",
75 ("Test Using Larger Than Block-Size Key "
76 "and Larger Than One Block-Size Data"),
154 data = 'Test Using Larger Than Block-Siz'
172 data = 'This is a test using a larger th'
173 'an block-size key and a larger t'
  /external/skia/src/core/
SkScaleToSides.h 18 // of a and b will fit in a float. The side of the rectangle may be larger than a float.
39 // division, minRadius can be no larger than 1/2 limit + ULP. The newMinRadius can be
43 // Because newMaxRadius is the result of a double to float conversion, it can be larger
  /external/skqp/src/core/
SkScaleToSides.h 18 // of a and b will fit in a float. The side of the rectangle may be larger than a float.
39 // division, minRadius can be no larger than 1/2 limit + ULP. The newMinRadius can be
43 // Because newMaxRadius is the result of a double to float conversion, it can be larger
  /packages/inputmethods/LatinIME/native/jni/tests/suggest/core/layout/
normal_distribution_2d_test.cpp 38 // The probability density of the point near the distribution center is larger than the
42 // The probability density of the point shifted toward the direction that has larger standard
43 // deviation is larger than the probability density of the point shifted towards another
  /art/test/140-field-packing/src/
GapOrderBase.java 19 // and the larger one was needed, it wouldn't be found.
  /development/samples/training/ContactsList/res/values-sw600dp/
integers.xml 20 a larger portion of the screen to the detail fragment. -->
  /external/bsdiff/
compressor_buffer.cc 28 << " is larger than buffer size: " << comp_buffer_.size();
  /external/llvm/test/CodeGen/ARM/
2013-05-13-AAPCS-byval-padding2.ll 1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
  /external/llvm/test/CodeGen/X86/GC/
dynamic-frame-size.ll 10 ; 32 byte alignment (for the alloca) is larger than the default
  /external/llvm/test/Transforms/GlobalOpt/
2008-01-13-OutOfRangeSROA.ll 3 ; The 'X' indices could be larger than 31. Do not SROA the outer
  /external/nos/test/system-test-harness/src/test-data/test-keys/
rsa.h 36 // TODO: update transport to accept larger messages.
  /external/python/cpython3/Lib/test/test_json/
test_enum.py 78 s:'tiny', b:'large', h:'larger', r:'largest',
85 self.assertEqual(nd[str(HUGE)], 'larger')
98 larger=BigNum.huge,
110 self.assertEqual(nd['larger'], HUGE)

Completed in 1229 milliseconds

1 23 4 5 6 7 8 91011>>