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

1 23 4 5 6 7 8

  /external/icu4c/test/testdata/
testdata.mak 131 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
135 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
139 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
143 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
147 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
151 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
155 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
159 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
  /system/core/libcorkscrew/
Android.mk 63 LOCAL_CFLAGS += -std=gnu99 -Werror -fno-inline-small-functions
87 LOCAL_CFLAGS += -std=gnu99 -Werror -fno-inline-small-functions
  /external/qemu/tcg/i386/
tcg-target.c 713 #undef small /* for mingw build */ macro
715 /* Use SMALL != 0 to force a short forward branch. */
716 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small)
732 if (small) {
743 } else if (small) {
779 int label_index, int small)
782 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
788 int label_index, int small)
791 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
797 const int *const_args, int small)
    [all...]
  /external/eigen/bench/btl/data/
mk_gnuplot_script.sh 31 echo set term pbm small color >> $WHAT.gnuplot
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 22 // policy for your dynamic zone. For example, within a small closed private
  /sdk/emulator/opengl/shared/OpenglOsUtils/
Android.mk 1 # This build script corresponds to a small library containing
  /external/v8/test/mjsunit/
html-string-funcs.js 35 fixed: 'tt', italics: 'i', small: 'small',
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-76054.js 86 status = 'small()';
87 actual = s.small();
  /ndk/sources/host-tools/make-3.81/
configure.bat 22 rem The SmallEnv trick protects against too small environment block,
59 echo Your environment is too small. Please enlarge it and run me again.
  /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/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 {
  /cts/tests/
Android.mk 30 LOCAL_AAPT_FLAGS = -c xx_YY -c cs -c small -c normal -c large -c xlarge \
  /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/src/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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 112 constexpr pixel small(2); // expected-error {{must be initialized by a constant expression}} expected-note {{in call to 'pixel(2)'}}
  /external/webkit/Source/WebCore/inspector/front-end/
heapProfiler.css 36 .heap-snapshot-sidebar-tree-item.small .icon {
236 font: -webkit-small-control;
  /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");

Completed in 938 milliseconds

1 23 4 5 6 7 8