Searched refs:smaller (Results 1 - 25 of 39) sorted by relevance

12

/external/skia/tests/
H A DPDFJpegEmbedTest.cpp25 static bool is_subset_of(SkData* smaller, SkData* larger) { argument
26 SkASSERT(smaller && larger);
27 if (smaller->size() > larger->size()) {
30 size_t size = smaller->size();
33 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) {
H A DPathOpsAngleIdeas.cpp602 double smaller = SK_Scalar1;
627 if (smaller > min) {
631 smaller = min;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DTimeUnit.java60 /** Returns the next smaller time unit, or null if this is the smallest. */
61 public TimeUnit smaller() { method in class:TimeUnit
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DPeriodBuilderFactoryTest.java40 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) {
48 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) {
54 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) {
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractTableReadTest.java125 Table<String, Integer, Character> smaller
134 .addEqualityGroup(smaller)
H A DArrayTableTest.java120 Table<String, Integer, Character> smaller
130 .addEqualityGroup(smaller)
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractTableReadTest.java127 Table<String, Integer, Character> smaller
136 .addEqualityGroup(smaller)
H A DArrayTableTest.java122 Table<String, Integer, Character> smaller
132 .addEqualityGroup(smaller)
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb53 * Note that k=1 results in a much smaller predictor for the
/external/libmpeg2/common/arm/
H A Dideint_cac_a9.s134 @ Eliminate values smaller than RSUM_CSUM_THRESH
165 @ Eliminate values smaller than RSUM_CSUM_THRESH >> 2
/external/ltrace/
H A Ddict.c435 size_t smaller = smaller_size(n(dict)); local
436 if (smaller != n(dict))
438 rehash(dict, smaller);
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
H A Ddefault.css113 font-size: smaller;
218 font-size: smaller;
/external/chromium-trace/trace-viewer/third_party/Paste/docs/web/
H A Ddefault-site.css100 font-size: smaller;
207 font-size: smaller;
/external/noto-fonts/
H A DAndroid.mk17 # Use full Noto Sans Japanese font on non-smaller footprints
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_trees.c443 #define smaller(tree, n, m, depth) \ macro
450 * when the heap property is re-established (each father smaller than its
463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
466 /* Exit if v is smaller than both sons */
467 if (smaller(tree, v, s->heap[j], s->depth)) break;
/external/zlib/src/
H A Dtrees.c443 #define smaller(tree, n, m, depth) \ macro
450 * when the heap property is re-established (each father smaller than its
463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
466 /* Exit if v is smaller than both sons */
467 if (smaller(tree, v, s->heap[j], s->depth)) break;
/external/skia/src/pathops/
H A DSkPathOpsTSect.h1407 SkTSpan<TCurve, OppCurve>* smaller = NULL; local
1413 if (smaller && smaller->fEndT < test->fStartT) {
1416 smaller = test;
1418 if (!smaller) {
1421 smallLimit = smaller->fEndT;
1428 if (test->fStartT < smaller->fEndT) {
1431 SkASSERT(test->fStartT != smaller->fEndT);
1442 double midT = (smaller->fEndT + larger->fStartT) / 2;
1447 smaller
[all...]
H A DSkPathOpsCubic.cpp246 SkScalar smaller = SkTMax(0.f, SkTMin(ls, ms)); local
248 *t = (smaller + larger) / 2;
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex224 smaller than the recorded device.}.}
306 are to be processed. The smaller the value, the smaller the number of
318 option (section~\ref{sec:c-o-m}), smaller values \emph{may} or \emph{may not}
/external/icu/icu4c/
H A Dicu4c.css498 font-size: smaller;
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dll.S127 mov $strcat,%edx # use rdx as call pointer (smaller op)
273 ror $8,%eax # not any smaller than a mov
/external/valgrind/exp-bbv/tests/x86-linux/
H A Dll.S267 ror $8,%eax # not any smaller than a mov
398 cmp $0,%al # this is actually smaller code
/external/skia/src/core/
H A DSkStroke.cpp538 this table shows the index of the smaller of the remaining points:
548 If outer_1 == 0 and outer_2 == 1, the smaller of the remaining indices (2 and 3) is 2.
1109 SkVector smaller = quad[1] - quad[0];
1111 SkScalar smallerLen = smaller.lengthSqd();
1114 SkTSwap(smaller, larger);
1117 if (!smaller.setLength(largerLen)) {
1120 SkScalar dot = smaller.dot(larger);
/external/selinux/sepolgen/src/sepolgen/
H A Dyacc.py1825 # Change smaller to 0 to go back to original tables
1826 smaller = 1 variable
1828 # Factor out names to try and make smaller
1829 if smaller:
1866 if smaller:
1867 # Factor out names to try and make smaller
/external/libvpx/libvpx/
H A Dconfigure55 ${toggle_small} favor smaller size over speed

Completed in 2659 milliseconds

12