Searched refs:small (Results 101 - 125 of 165) sorted by relevance

1234567

/external/bison/djgpp/
H A Ddjunpack.bat38 Rem If their environment space is too small, re-exec with a larger one
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Doverrides.css290 .overrides-view .overrides-footer .warning-icon-small {
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
H A Dqunit.css17 #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
/external/chromium_org/third_party/qunit/src/
H A Dqunit.css18 #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dshortproc.asm35 .MODEL small
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dshortproc.asm35 .MODEL small
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css20 #title h1 .small{
142 background:url('images/triangle-closed-small.png') 7px 4px no-repeat;
145 background:url('images/triangle-opened-small.png') 7px 4px no-repeat;
536 #jd-content .small-header {
576 font-variant:small-caps;
767 font-variant:small-caps;
/external/libpcap/msdos/
H A Dndis_0.asm31 CB_DSEG EQU <SEG _DATA> ; 16bit is small/large model
/external/srec/config/en.us/
H A DAndroid.mk83 # To make the resulting zip as small as possible, install advzip from
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspeedtest.tcl267 runtest {A big DELETE followed by many small INSERTs}
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch.rb408 font-size: small;
437 font-size: small;
490 font-size: small;
/external/valgrind/main/helgrind/
H A Dhg_wordset.c562 WordSet HG_(isSubsetOf) ( WordSetU* wsu, WordSet small, WordSet big ) argument
565 return small == HG_(intersectWS)( wsu, small, big );
/external/chromium_org/v8/src/heap/
H A Dheap.cc4013 ConstantPoolArray::NumberOfEntries small(src,
4018 AllocateExtendedConstantPoolArray(small, extended);
4021 ConstantPoolArray::NumberOfEntries small(src,
4023 AllocationResult allocation = AllocateConstantPoolArray(small);
4124 const ConstantPoolArray::NumberOfEntries& small) {
4125 CHECK(small.are_in_range(0, ConstantPoolArray::kMaxSmallEntriesPerType));
4126 int size = ConstantPoolArray::SizeFor(small);
4141 constant_pool->Init(small);
4148 const ConstantPoolArray::NumberOfEntries& small,
4150 CHECK(small
4123 AllocateConstantPoolArray( const ConstantPoolArray::NumberOfEntries& small) argument
4147 AllocateExtendedConstantPoolArray( const ConstantPoolArray::NumberOfEntries& small, const ConstantPoolArray::NumberOfEntries& extended) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdattst.c1171 * Recursively test between 'small' and 'large', up to the depth
1174 static UBool _aux2ExtremeDates(UDateFormat* fmt, UDate small, UDate large, argument
1179 UDate mid = (UDate) exp((log(small) + log(large)) / 2);
1185 _aux2ExtremeDates(fmt, small, mid, buf, buflen, cbuf, count+1, ec) &&
1194 * binary search of a predefined interval (from 'small' to 'large').
1208 const double small = 1000; /* 1 sec */ local
1222 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c1171 * Recursively test between 'small' and 'large', up to the depth
1174 static UBool _aux2ExtremeDates(UDateFormat* fmt, UDate small, UDate large, argument
1179 UDate mid = (UDate) exp((log(small) + log(large)) / 2);
1185 _aux2ExtremeDates(fmt, small, mid, buf, buflen, cbuf, count+1, ec) &&
1194 * binary search of a predefined interval (from 'small' to 'large').
1208 const double small = 1000; /* 1 sec */ local
1222 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);
/external/chromium_org/v8/src/
H A Dfactory.cc120 const ConstantPoolArray::NumberOfEntries& small) {
121 DCHECK(small.total_count() > 0);
124 isolate()->heap()->AllocateConstantPoolArray(small),
130 const ConstantPoolArray::NumberOfEntries& small,
132 DCHECK(small.total_count() > 0);
136 isolate()->heap()->AllocateExtendedConstantPoolArray(small, extended),
507 // If the resulting string is small make a flat string.
646 // For small strings we check whether the resource contains only
2032 // number string cache. The idea is to have a small number string
119 NewConstantPoolArray( const ConstantPoolArray::NumberOfEntries& small) argument
129 NewExtendedConstantPoolArray( const ConstantPoolArray::NumberOfEntries& small, const ConstantPoolArray::NumberOfEntries& extended) argument
H A Dfactory.h48 const ConstantPoolArray::NumberOfEntries& small);
51 const ConstantPoolArray::NumberOfEntries& small,
675 // Attempt to find the number in a small cache. If we finds it, return
/external/skia/src/pathops/
H A DSkOpAngle.cpp294 SkASSERT(fSegment->verb() != SkPath::kLine_Verb && small());
863 // see if small span is contained by opposite span
936 if (SkPath::kLine_Verb != verb && small()) {
1058 bool SkOpAngle::small() const { function in class:SkOpAngle
/external/bison/doc/
H A Drefcard.tex75 \def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip}
105 \begingroup\small
/external/chromium_org/remoting/webapp/
H A Dmain.css8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,
550 .small-print {
/external/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl133 addib,<> -1,$count,$label ; $count is always small
/external/ceres-solver/
H A DAndroid.mk71 # simple and small implementation that builds on Android. However, if
/external/ceres-solver/jni/
H A DAndroid.mk71 # simple and small implementation that builds on Android. However, if
/external/chromium_org/chrome/browser/resources/options/
H A Dbrowser_options.css58 font-size: small;
/external/chromium_org/chrome/common/extensions/docs/static/sass/
H A D_normalize.scss342 small {

Completed in 1050 milliseconds

1234567