HomeSort by relevance Sort by last modified time
    Searched full:small (Results 501 - 525 of 8773) sorted by null

<<21222324252627282930>>

  /external/llvm/test/CodeGen/X86/
2010-07-02-asm-alignstack.ll 9 call void asm sideeffect alignstack ".file \22small.c\22", "~{dirflag},~{fpsr},~{flags}"() nounwind
24 call void asm sideeffect ".file \22small.c\22", "~{dirflag},~{fpsr},~{flags}"() nounwind
  /external/skia/bench/
DisplacementBench.cpp 20 DisplacementBaseBench(bool small) :
21 fInitialized(false), fIsSmall(small) {
90 DisplacementZeroBench(bool small) : INHERITED(small) {
117 DisplacementAlphaBench(bool small) : INHERITED(small) {
143 DisplacementFullBench(bool small) : INHERITED(small) {
  /external/valgrind/main/memcheck/tests/linux/
brk.c 19 vals[2] = ds - 0x1; // small shrink
21 vals[4] = ds + 0x1000; // small growth
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_dialog.jd 61 <small style="font-weight: normal">(Low density screen)</small>
65 <small style="font-weight: normal">(Medium density screen)</small>
69 <small style="font-weight: normal">(High density screen)</small>
73 <small style="font-weight: normal">(Extra-high density screen)</small>
icon_design_list.jd 63 <small style="font-weight: normal">(Low density screen)</small>
67 <small style="font-weight: normal">(Medium density screen)</small>
71 <small style="font-weight: normal">(High density screen)</small>
75 <small style="font-weight: normal">(Extra-high density screen)</small>
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
FocusHighlight.java 27 * A small zoom factor, recommended for large item views.
37 * A large zoom factor, recommended for small item views.
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.pom 7 <name>kXML 2 is a small XML pull parser based on the common XML pull API</name>
9 <description>kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices. In contrast to kXML 1, kXML 2 is based on the common XML pull API.</description>
  /external/chromium_org/v8/test/cctest/
test-constantpool.cc 38 ConstantPoolArray::NumberOfEntries small(3, 1, 2, 1);
39 Handle<ConstantPoolArray> array = factory->NewConstantPoolArray(small);
79 ConstantPoolArray::NumberOfEntries small(1, 2, 3, 4);
82 factory->NewExtendedConstantPoolArray(small, extended);
84 // Check small section.
106 // Check small and large section's don't overlap.
195 ConstantPoolArray::NumberOfEntries small(1, 5, 2, 0);
196 Handle<ConstantPoolArray> array = factory->NewConstantPoolArray(small);
215 ConstantPoolArray::NumberOfEntries small(1, 0, 0, 4);
218 factory->NewExtendedConstantPoolArray(small, extended)
    [all...]
  /frameworks/base/docs/html/tv/
index.jd 74 <p class="landing-small">
79 <p class="landing-small">
106 <p class="landing-small">
110 <p class="landing-small">
120 <p class="landing-small">
123 <p class="landing-small">
133 <p class="landing-small">
136 <p class="landing-small">
181 <p class="landing-small">
185 <p class="landing-small">
    [all...]
  /external/chromium_org/third_party/protobuf/
CONTRIBUTORS.txt 40 * Small patch to handle trailing slashes in --proto_path flag.
42 * Small patch to fix Python CallMethod().
44 * Small optimizations to Python serialization.
71 * Small patch improving performance of in Python serialization.
82 * Optimize Java serialization code when writing a small message to a stream.
  /external/chromium_org/third_party/skia/gm/
verylargebitmap.cpp 75 int small = 150; variable
82 show_bm(canvas, small, small, colors);
87 show_bm(canvas, big, small, colors);
99 show_bm(canvas, veryBig, small, colors);
  /external/protobuf/
CONTRIBUTORS.txt 40 * Small patch to handle trailing slashes in --proto_path flag.
42 * Small patch to fix Python CallMethod().
44 * Small optimizations to Python serialization.
71 * Small patch improving performance of in Python serialization.
82 * Optimize Java serialization code when writing a small message to a stream.
  /external/skia/gm/
verylargebitmap.cpp 75 int small = 150; variable
82 show_bm(canvas, small, small, colors);
87 show_bm(canvas, big, small, colors);
99 show_bm(canvas, veryBig, small, colors);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 66 public enum PictureSize { SMALL, MEDIUM, LARGE };
151 * Scene: Night / Pic: Small / Geo: on
156 PictureSize.SMALL, Geotagging.ON);
181 * Scene: Auto / Pic: Small / Geo: on
186 PictureSize.SMALL, Geotagging.ON);
191 * Scene: Action / Pic: Small / Geo: on
196 PictureSize.SMALL, Geotagging.ON);
221 * Scene: Sunset / Pic: Small / Geo: off
226 PictureSize.SMALL, Geotagging.OFF);
261 * Scene: Night / Pic: Small / Geo: of
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
RealToStringBenchmark.java 25 private static final float SMALL = -123.45f;
61 Float.toString(SMALL);
79 new StringBuilder().append(SMALL);
97 String.format("%f", SMALL);
115 String.format("%.2f", SMALL);
  /frameworks/base/docs/html/guide/topics/manifest/
compatible-screens-element.jd 11 &lt;<a href="#screen">screen</a> android:<a href="#screenSize">screenSize</a>=["small" | "normal" | "large" | "xlarge"]
52 support <em>small</em> and <em>normal</em> screen sizes. External services (such as Google
81 <li>{@code small}</li>
112 <p>If your application is compatible with only small and normal screens, regardless
117 entry looks like if your application is compatible with only small and normal screens:</p>
123 &lt;!-- all small size screens -->
124 &lt;screen android:screenSize="small" android:screenDensity="ldpi" />
125 &lt;screen android:screenSize="small" android:screenDensity="mdpi" />
126 &lt;screen android:screenSize="small" android:screenDensity="hdpi" />
127 &lt;screen android:screenSize="small" android:screenDensity="xhdpi" /
    [all...]
  /frameworks/base/docs/html/wear/
index.jd 48 <p>Small, powerful devices, worn on the body.
96 <p class="landing-small">
106 <p class="landing-small">
115 <p class="landing-small">
145 <p class="landing-small">
149 <p class="landing-small">
156 <p class="landing-small">
160 <p class="landing-small">
167 <p class="landing-small">
171 <p class="landing-small">
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
string-capitalization.js 58 // 0265;LATIN SMALL LETTER TURNED H;Ll;0;L;;;;;N;;;A78D;;A78D
66 // 0266;LATIN SMALL LETTER H WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER H HOOK;;A7AA;;A7AA
70 // 2CF3;COPTIC SMALL LETTER BOHAIRIC KHEI;Ll;0;L;;;;;N;;;2CF2;;2CF2
71 // 2D27;GEORGIAN SMALL LETTER YN;Ll;0;L;;;;;N;;;10C7;;10C7
72 // 2D2D;GEORGIAN SMALL LETTER AEN;Ll;0;L;;;;;N;;;10CD;;10CD
74 // A793;LATIN SMALL LETTER C WITH BAR;Ll;0;L;;;;;N;;;A792;;A792
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 40 Small = 3
53 : Small
104 * This is a compile time mapping from {1,Small,Large}^3 -> {product types} */
109 template<> struct product_type_selector<Small,1, Small> { enum { ret = CoeffBasedProductMode }; };
110 template<> struct product_type_selector<1, Small,Small> { enum { ret = CoeffBasedProductMode }; };
111 template<> struct product_type_selector<Small,Small,Small> { enum { ret = CoeffBasedProductMode }; }
    [all...]
  /external/eigen/test/
stable_norm.cpp 67 Scalar small = factor * ((std::numeric_limits<RealScalar>::min)() * RealScalar(1e4)); local
75 vsmall.fill(small);
96 VERIFY(isFinite(sqrt(size)*abs(small)));
97 VERIFY_IS_NOT_APPROX(sqrt(copy(vsmall.squaredNorm())), abs(sqrt(size)*small)); // here the default norm must fail
98 VERIFY_IS_APPROX(vsmall.stableNorm(), sqrt(size)*abs(small));
99 VERIFY_IS_APPROX(vsmall.blueNorm(), sqrt(size)*abs(small));
100 VERIFY_IS_APPROX(vsmall.hypotNorm(), sqrt(size)*abs(small));
  /bionic/libc/bionic/
__FD_chk.cpp 41 __fortify_chk_fail("FD_ISSET: set is too small", 0);
54 __fortify_chk_fail("FD_CLR: set is too small", 0);
67 __fortify_chk_fail("FD_SET: set is too small", 0);
  /external/chromium_org/build/internal/
README.chromium 15 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_official. Includes release_defaults.vsprops. Enables Whole Program Optimizations (WPO), which doubles the build time. Results in much more optimized build. Uses "Full Optimization" and "Flavor small code".
18 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_instrument. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) instrumentation (first pass). Uses "Full Optimization" and "Flavor small code".
21 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_optimize. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) optimization (second pass). Uses "Full Optimization" and "Flavor small code".
  /external/chromium_org/cc/test/
pixel_comparator.h 39 // Fuzzy pixel comparator. Counts small and arbitrary errors separately and
62 // Limit for percentage of pixels with a small error.
68 // Threshold for small errors.
  /external/chromium_org/components/feedback/
feedback_common_unittest.cc 59 // Add a large and small log, verify that only the small log gets
70 // Add a large and small log, verify that an attachment has been
  /external/chromium_org/native_client_sdk/doc_generated/sdk/
release-notes.html 7 <ul class="small-gap">
14 <ul class="small-gap">
19 <ul class="small-gap">
26 <ul class="small-gap">
31 <ul class="small-gap">
40 <ul class="small-gap">
48 <ul class="small-gap">
58 <ul class="small-gap">
65 <ul class="small-gap">
72 <ul class="small-gap"
    [all...]

Completed in 1314 milliseconds

<<21222324252627282930>>