HomeSort by relevance Sort by last modified time
    Searched refs:small (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /external/icu4c/
icu4c.css 116 font-size: x-small;
263 font-size: small;
341 font-size: small;
355 font-size: small;
390 font-size: small;
440 font-size: small;
  /external/dropbear/libtommath/
bn.tex 17 \def\approx{\raisebox{0.2ex}{\mbox{\small $\sim$}}}
183 \begin{small}
192 \end{small}
201 \begin{small}
222 \end{small}
225 \begin{small}
241 \end{small}
262 \begin{small}
276 \end{small}
280 It may seem odd to compare LibTomMath to GnuPG since the math in GnuPG is only a small portion of the entire application.
    [all...]
  /external/openssl/android.testssl/
testssl 73 echo test sslv2/sslv3 with both client and server authentication and small client buffers
76 echo test sslv2/sslv3 with both client and server authentication and small server buffers
79 echo test sslv2/sslv3 with both client and server authentication and small client and server buffers
  /external/webkit/Source/WebCore/css/
mediaControlsQuickTime.css 78 font: -webkit-small-control;
100 font: -webkit-small-control;
171 font: -webkit-small-control;
wml.css 117 font: -webkit-small-control;
223 small {
  /external/bzip2/
bzlib.c 495 int small )
502 if (small != 0 && small != 1) return BZ_PARAM_ERROR;
520 s->smallDecompress = (Bool)small;
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.css 18 enough extra space in the small grid layout.
20 .small-layout #apps-content,
21 .small-layout html.apps-promo-visible #apps-content {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 111 constexpr pixel small(2); // expected-error {{must be initialized by a constant expression}}
  /development/pdk/docs/source/
source_toc.cs 11 <li><a href="http://android.git.kernel.org/">Browse Source</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
  /external/dhcpcd/mk/
prog.mk 41 small: ${SRCS}
  /external/v8/test/mjsunit/regress/
regress-3218915.js 38 return (y = x + 1, y > 1) ? 'medium' : 'small';
  /external/zlib/contrib/pascal/
example.pas 181 * Test deflate with small buffers
204 c_stream.avail_out := 1; { force small buffers }
210 (* Finish the stream, still forcing small buffers: *)
226 * Test inflate with small buffers
250 d_stream.avail_out := 1; (* force small buffers *)
564 WriteLn('** Testing deflate with small buffers');
568 WriteLn('** Testing inflate with small buffers');
  /external/libffi/src/mips/
ffi.c 242 unsigned small = FFI_TYPE_SMALLSTRUCT; local
256 small = FFI_TYPE_SMALLSTRUCT2;
271 return small;
277 return small;
282 return small;
  /external/webkit/Source/WebCore/inspector/front-end/
heapProfiler.css 36 .heap-snapshot-sidebar-tree-item.small .icon {
236 font: -webkit-small-control;
  /bionic/libc/arch-sh/bionic/
memset.S 52 /* small amount to fill ? */
56 mov #12,REG_TMP1 /* if (len >= 12) goto small; */
58 bt/s small
92 small: label
146 /* 2 bytes aligned small fill */
  /dalvik/tests/003-omnibus-opcodes/src/
IntMath.java 424 static void checkConsts(byte small, short medium, int large, long huge) {
427 assert(small == 1); // const/4
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 25 is designed to provide DNS and, optionally, DHCP, to a small network. It can
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLElement100.js 80 Retrieve the dir attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
HTMLElement129.js 80 Retrieve the class attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
104 assertEquals("classNameLink","SMALL-class",vclassname);
HTMLElement13.js 80 Retrieve the id attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
104 assertEquals("idLink","Test-SMALL",vid);
HTMLElement42.js 80 Retrieve the title attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
104 assertEquals("titleLink","SMALL Element",vtitle);
HTMLElement71.js 80 Retrieve the lang attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLElement100.js 80 Retrieve the dir attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
HTMLElement129.js 80 Retrieve the class attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
104 assertEquals("classNameLink","SMALL-class",vclassname);
HTMLElement13.js 80 Retrieve the id attribute of the SMALL element and examine its value.
99 nodeList = doc.getElementsByTagName("small");
104 assertEquals("idLink","Test-SMALL",vid);

Completed in 1914 milliseconds

1 23 4 5 6