HomeSort by relevance Sort by last modified time
    Searched full:smaller (Results 1 - 25 of 6318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/tests/misc/
adjacent-headers.txt 2 ## this is a smaller header ##
adjacent-headers.html 2 <h2>this is a smaller header</h2
  /external/bsdiff/
README.chromium 11 change, bsdiff routinely produces binary patches 50-80% smaller than those
12 produced by Xdelta, and 15% smaller than those produced by .RTPatch.
  /external/curl/lib/
splay.c 30 * negative value: when i is smaller than j
48 N.smaller = N.larger = NULL;
54 if(t->smaller == NULL)
56 if(compare(i, t->smaller->key) < 0) {
57 y = t->smaller; /* rotate smaller */
58 t->smaller = y->larger;
61 if(t->smaller == NULL)
64 r->smaller = t; /* link smaller */
    [all...]
  /external/icu/icu4c/source/test/intltest/
tfsmalls.h 16 * tests 3 smaller classes in the format library
21 * performs test for API and funtionalty of 3 smaller format classes:
  /external/valgrind/memcheck/tests/
malloc_free_fill.stderr.exp 10 test realloc-smaller:
realloc3.c 2 called and made a block smaller, or didn't change its size, the
20 y = realloc(y, 5); // make smaller
  /external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
MessageFormatterTest.java 115 result = MessageFormatter.format("Value {} is smaller than {}.", i1, i2).getMessage();
116 assertEquals("Value 1 is smaller than 2.", result);
118 result = MessageFormatter.format("Value {} is smaller than {}", i1, i2).getMessage();
119 assertEquals("Value 1 is smaller than 2", result);
127 result = MessageFormatter.format("Value {} is smaller than \\{}", i1, i2).getMessage();
128 assertEquals("Value 1 is smaller than {}", result);
130 result = MessageFormatter.format("Value {} is smaller than \\{} tail", i1, i2).getMessage();
131 assertEquals("Value 1 is smaller than {} tail", result);
133 result = MessageFormatter.format("Value {} is smaller than \\{", i1, i2).getMessage();
134 assertEquals("Value 1 is smaller than \\{", result)
    [all...]
  /external/clang/test/CodeGenCXX/
2007-04-05-PackedBitFieldsSmall.cpp 5 // This is an example where size of Packed struct is smaller then
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
SizeFileFilter.java 23 * Filters files based on size, can filter either smaller files or
45 /** Whether the files accepted will be larger or smaller. */
65 * otherwise smaller ones (but not equal to)
80 * If size equals threshold and smaller files are required,
89 boolean smaller = file.length() < size;
90 return acceptLarger ? !smaller : smaller;
  /external/clang/test/CodeGen/
2007-06-18-SextAttrAggregate.c 9 // Win64 ABI does expect extensions for type smaller than 64bits.
mips-vector-return.c 5 // N64/N32 returns vectors whose size is equal to or smaller than 16-bytes in
23 // O32 returns integer vectors whose size is equal to or smaller than 16-bytes
  /external/curl/docs/cmdline-opts/
trace-ascii.d 11 the ASCII part of the dump. It makes smaller output that might be easier to
  /external/libmojo/mojo/public/interfaces/bindings/tests/data/validation/
conformance_mthd5_wrong_handle_order.data 22 [u4]1 // data_pipe_consumer: It is smaller than those handles
  /external/llvm/test/CodeGen/X86/
vec_return.ll 3 ; Without any typed operations, always use the smaller xorps.
vshift_split2.ll 3 ; Legalization example that requires splitting a large vector into smaller pieces.
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
vshift_split2.ll 3 ; Legalization example that requires splitting a large vector into smaller pieces.
  /external/valgrind/massif/tests/
realloc.c 10 x = realloc(x, 400); // smaller
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_fd.h 59 * @face_cnt: Number of result faces, driver can modify this value (to smaller)
61 * Array size should not be smaller then face_cnt.
73 * @face_cnt: Number of result faces, driver can modify this value (to smaller)
75 * Array size should not be smaller then face_cnt.
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_fd.h 59 * @face_cnt: Number of result faces, driver can modify this value (to smaller)
61 * Array size should not be smaller then face_cnt.
73 * @face_cnt: Number of result faces, driver can modify this value (to smaller)
75 * Array size should not be smaller then face_cnt.
  /external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
control 24 smaller feeds.
27 randomly chosen smaller feed.
control.perf 24 one main feed and several smaller feeds.
27 randomly chosen smaller feed.
  /external/skia/include/encode/
SkWebpEncoder.h 28 * encoding. Decreasing the quality will result in a smaller encoded image.
31 * while larger values will compress slower into smaller files.
  /external/skqp/include/encode/
SkWebpEncoder.h 28 * encoding. Decreasing the quality will result in a smaller encoded image.
31 * while larger values will compress slower into smaller files.
  /frameworks/base/cmds/statsd/tests/
indexed_priority_queue_test.cpp 32 struct Smaller {
43 indexed_priority_queue<AATest, AATest::Smaller> ipq;
70 indexed_priority_queue<AATest, AATest::Smaller> ipq;
124 indexed_priority_queue<AATest, AATest::Smaller> ipq;
147 indexed_priority_queue<AATest, AATest::Smaller> ipq;
159 indexed_priority_queue<AATest, AATest::Smaller> ipq;
183 indexed_priority_queue<AATest, AATest::Smaller> ipq;
198 indexed_priority_queue<AATest, AATest::Smaller> ipq;

Completed in 846 milliseconds

1 2 3 4 5 6 7 8 91011>>