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

<<21222324252627282930>>

  /external/tinyxml/docs/
files.html 12 <hr size="1"><address style="align: right;"><small>Generated on Sat Oct 8 14:15:30 2005 for TinyXml by&nbsp;
14 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
functions_enum.html 14 <hr size="1"><address style="align: right;"><small>Generated on Sat Oct 8 14:15:30 2005 for TinyXml by&nbsp;
16 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
functions_rela.html 15 <hr size="1"><address style="align: right;"><small>Generated on Sat Oct 8 14:15:30 2005 for TinyXml by&nbsp;
17 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
functions_vars.html 14 <hr size="1"><address style="align: right;"><small>Generated on Sat Oct 8 14:15:30 2005 for TinyXml by&nbsp;
16 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_action_bar.jd 84 <small style="font-weight: normal">(Low density screen)</small>
88 <small style="font-weight: normal">(Medium density screen)</small>
92 <small style="font-weight: normal">(High density screen)</small>
96 <small style="font-weight: normal">(Extra-high density screen)</small>
  /frameworks/base/tests/DpiTest/
AndroidManifest.xml 22 <screen android:screenSize="small" android:screenDensity="ldpi" />
23 <screen android:screenSize="small" android:screenDensity="xhdpi" />
  /libcore/luni/
license.html 47 <p><small>
49 </small></p>
  /packages/apps/Gallery2/jni/filters/
kmeans.cc 48 // setting for small bitmap
57 // get initial picks from small downsampled image
  /external/bzip2/
bzlib.h 80 # ifdef small
81 /* windows.h define small to char */
82 # undef small macro
119 int small
143 int small,
219 int small,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SidebarTreeElement.js 56 this._childrenListNode.classList.toggle("small", this._smallChildren);
104 get small()
109 set small(x)
113 this.listItemElement.classList.toggle("small", this._small);
175 if (this.small)
176 this.listItemElement.classList.add("small");
  /external/chromium_org/tools/relocation_packer/src/
main.cc 58 " echo -n 'NULL' >/tmp/small\n"
60 " --add-section .android.rel.dyn=/tmp/small \\\n"
62 " rm /tmp/small\n"
79 " echo -n 'NULL' >/tmp/small\n"
81 " --add-section .android.rela.dyn=/tmp/small \\\n"
83 " rm /tmp/small\n"
  /external/deqp/modules/gles2/stress/
es2sMemoryTests.cpp 87 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 64, 1*MiB, false, false, false, false, "buffer_small_no_write_no_use", "Random small buffer allocations, no data writes, no use"));
88 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 64, 1*MiB, true, false, false, false, "buffer_small_write_no_use", "Random small allocations, data writes, no use"));
89 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 64, 1*MiB, false, true, false, false, "buffer_small_no_write_use", "Random small allocations, no data writes, data used"));
90 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 64, 1*MiB, true, true, false, false, "buffer_small_write_use", "Random small allocations, data writes, data used"));
98 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 8, 256, 0, 0, false, false, false, false, "texture_small_rgba_no_write_no_use", "Small RGBA texture allocations, no data writes, no use"));
99 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 8, 256, 0, 0, true, false, false, false, "texture_small_rgba_write_no_use", "Small RGBA texture allocations, data writes, no use"));
100 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 8, 256, 0, 0, false, true, false, false, "texture_small_rgba_no_write_use", "Small RGBA texture allocations, no data writes, data used"));
101 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 8, 256, 0, 0, true, true, false, false, "texture_small_rgba_write_use", "Small RGBA texture allocations, data writes, data used"));
108 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE|MEMOBJECTTYPE_BUFFER, 8, 256, 64, 1*MiB, false, false, false, false, "mixed_small_rgba_no_write_no_use", "Small RGBA mixed allocations, no data writes, no use"));
109 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE|MEMOBJECTTYPE_BUFFER, 8, 256, 64, 1*MiB, true, false, false, false, "mixed_small_rgba_write_no_use", "Small RGBA mixed allocations, data writes, no use"))
    [all...]
  /external/deqp/modules/gles3/stress/
es3sMemoryTests.cpp 89 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 64, 1*MiB, false, false, false, false, "buffer_small_no_write_no_use", "Random small buffer allocations, no data writes, no use"));
90 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 64, 1*MiB, true, false, false, false, "buffer_small_write_no_use", "Random small allocations, data writes, no use"));
91 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 64, 1*MiB, false, true, false, false, "buffer_small_no_write_use", "Random small allocations, no data writes, data used"));
92 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 64, 1*MiB, true, true, false, false, "buffer_small_write_use", "Random small allocations, data writes, data used"));
100 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 8, 256, 0, 0, false, false, false, false, "texture_small_rgba_no_write_no_use", "Small RGBA texture allocations, no data writes, no use"));
101 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 8, 256, 0, 0, true, false, false, false, "texture_small_rgba_write_no_use", "Small RGBA texture allocations, data writes, no use"));
102 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 8, 256, 0, 0, false, true, false, false, "texture_small_rgba_no_write_use", "Small RGBA texture allocations, no data writes, data used"));
103 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE, 8, 256, 0, 0, true, true, false, false, "texture_small_rgba_write_use", "Small RGBA texture allocations, data writes, data used"));
110 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE|MEMOBJECTTYPE_BUFFER, 8, 256, 64, 1*MiB, false, false, false, false, "mixed_small_rgba_no_write_no_use", "Small RGBA mixed allocations, no data writes, no use"));
111 randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_TEXTURE|MEMOBJECTTYPE_BUFFER, 8, 256, 64, 1*MiB, true, false, false, false, "mixed_small_rgba_write_no_use", "Small RGBA mixed allocations, data writes, no use"))
    [all...]
  /external/pixman/demos/
radial-test.c 34 * - Small start circle completely inside the end circle
37 * - Small start circle internally tangent to the end circle
40 * - Small start circle outside of the end circle
46 * - Small end circle outside of the start circle
49 * - Small end circle internally tangent to the start circle
52 * - Small end circle completely inside the start circle
  /frameworks/base/docs/html/
index.jd 69 <p class="landing-small">
72 <p class="landing-small">
79 <p class="landing-small">
82 <p class="landing-small">
90 <p class="landing-small">
94 <p class="landing-small">
  /frameworks/base/docs/html-intl/intl/zh-cn/
index.jd 76 <p class="landing-small">
79 <p class="landing-small">
86 <p class="landing-small">
89 <p class="landing-small">
97 <p class="landing-small">
100 <p class="landing-small">
  /frameworks/base/core/res/res/values/
styles_device_defaults.xml 37 <style name="Widget.DeviceDefault.Button.Small" parent="Widget.Material.Button.Small"/>
53 <style name="Widget.DeviceDefault.ProgressBar.Small" parent="Widget.Material.ProgressBar.Small"/>
54 <style name="Widget.DeviceDefault.ProgressBar.Small.Title" parent="Widget.Material.ProgressBar.Small.Title"/>
59 <style name="Widget.DeviceDefault.RatingBar.Small" parent="Widget.Material.RatingBar.Small"/>
87 <style name="Widget.DeviceDefault.Button.Borderless.Small" parent="Widget.Material.Button.Borderless.Small"/>
    [all...]
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 26 Results for: {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA}
28 = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA}
30 = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBINING DOT ABOVE}
32 = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CEDILLA}
34 = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT ABOVE}
36 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA}
38 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBINING DOT ABOVE}
40 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CEDILLA}
42 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT ABOVE}
44 = {ANGSTROM SIGN}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
nan.test 268 set small [string repeat 0 10000].[string repeat 0 324][string repeat 9 10000]
269 db eval "INSERT INTO t1 VALUES($small)"
274 set small \
276 db eval "INSERT INTO t1 VALUES($small)"
280 # These tests test some really, really small floating point numbers.
284 # the very small numbers back to text form (probably due to a difference
289 set small \
291 db eval "INSERT INTO t1 VALUES($small)"
296 set small \
298 db eval "INSERT INTO t1 VALUES($small)"
    [all...]
  /external/icu/icu4c/source/common/
caniter.cpp 26 Results for: {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA}
28 = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA}
30 = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBINING DOT ABOVE}
32 = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CEDILLA}
34 = {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT ABOVE}
36 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA}
38 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBINING DOT ABOVE}
40 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CEDILLA}
42 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT ABOVE}
44 = {ANGSTROM SIGN}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA
    [all...]
  /external/chromium_org/third_party/icu/source/data/unidata/
CaseFolding.txt 122 00DF; F; 0073 0073; # LATIN SMALL LETTER SHARP S
160 0149; F; 02BC 006E; # LATIN SMALL LETTER N PRECEDED BY APOSTROPHE
188 017F; C; 0073; # LATIN SMALL LETTER LONG S
226 01C5; C; 01C6; # LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON
228 01C8; C; 01C9; # LATIN CAPITAL LETTER L WITH SMALL LETTER J
230 01CB; C; 01CC; # LATIN CAPITAL LETTER N WITH SMALL LETTER J
248 01F0; F; 006A 030C; # LATIN SMALL LETTER J WITH CARON
250 01F2; C; 01F3; # LATIN CAPITAL LETTER D WITH SMALL LETTER Z
294 024A; C; 024B; # LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL
308 0390; F; 03B9 0308 0301; # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONO
    [all...]
  /external/icu/icu4c/source/data/unidata/
CaseFolding.txt 122 00DF; F; 0073 0073; # LATIN SMALL LETTER SHARP S
160 0149; F; 02BC 006E; # LATIN SMALL LETTER N PRECEDED BY APOSTROPHE
188 017F; C; 0073; # LATIN SMALL LETTER LONG S
226 01C5; C; 01C6; # LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON
228 01C8; C; 01C9; # LATIN CAPITAL LETTER L WITH SMALL LETTER J
230 01CB; C; 01CC; # LATIN CAPITAL LETTER N WITH SMALL LETTER J
248 01F0; F; 006A 030C; # LATIN SMALL LETTER J WITH CARON
250 01F2; C; 01F3; # LATIN CAPITAL LETTER D WITH SMALL LETTER Z
294 024A; C; 024B; # LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL
308 0390; F; 03B9 0308 0301; # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONO
    [all...]
  /external/clang/test/CodeGen/
sparcv9-abi.c 24 // Small structs are passed in registers.
25 struct small { struct
29 // CHECK-LABEL: define %struct.small @f_small(i32* %x.coerce0, i32* %x.coerce1)
30 struct small f_small(struct small x) {
167 // CHECK-DAG: %[[ADR:[^ ]+]] = bitcast i8* %[[CUR]] to %struct.small*
170 s += *va_arg(ap, struct small).a;
  /external/clang/test/CodeGenCXX/
thunks.cpp 184 struct Small { short s; };
201 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0;
209 void baz(X, X&, _Complex float, Small, Small&, Large);
212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { }
  /external/jemalloc/include/jemalloc/internal/
size_classes.sh 196 * bin: 'yes' if a small bin size class, 'no' otherwise.
201 * NBINS: Number of small size class bins.
204 * SMALL_MAXCLASS: Maximum small size class.
241 * cannot support more than 256 small size classes. Further constrain NBINS to
242 * 255 since all small size classes, plus a "not small" size class must be
246 # error "Too many small size classes"

Completed in 394 milliseconds

<<21222324252627282930>>