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

<<51525354555657585960>>

  /external/chromium_org/native_client_sdk/doc_generated/
help.html 9 <ul class="small-gap">
16 <ul class="small-gap">
35 the issue form and click the &#8220;Submit issue&#8221; button. You can report:<ul class="small-gap">
overview.html 6 <ul class="small-gap">
11 <ul class="small-gap">
18 <ul class="small-gap">
54 <ul class="small-gap">
65 <ul class="small-gap">
87 <ul class="small-gap">
115 small optimized routines that accelerate vital parts of web applications.</li>
121 <ul class="small-gap">
139 <ul class="small-gap">
156 <ul class="small-gap"
    [all...]
  /external/chromium_org/net/quic/
quic_data_writer_test.cc 55 // Small numbers represent themselves.
98 // Small numbers represent themselves.
136 // Check that small numbers represent themselves
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 611 output += "<td class='" + (tmp[run] || '') + "'>" + mean.toFixed(2) + "<small>" + runStyle + " &#177;" + ((error / mean) * 100).toFixed(2) + "%</small></td>";
619 output += "<tr class='onetest hidden'><td><small>" + _data[i].name + "</small></td>";
621 output += "<td>" + (_tests[run][i].mean - 0).toFixed(2) + "<small>" + runStyle + " &#177;" + (_tests[run][i].error - 0).toFixed(2) + "%</small></td>";
644 totaloutput += "<th class='name " + (tmp[run] || '') + "' title='" + (tmp[run + "title"] || '') + "'>" + runs[run].mean.toFixed(2) + "<small>" + runStyle + " &#177;" + ((runs[run].error / runs[run].mean) * 100).toFixed(2) + "%</small></th>";
651 overview.innerHTML = "<div class='resultwrap'><table class='results'>" + preoutput + totaloutput + output + totaloutput + "</table>" + (excluded.length ? "<div style='text-align:left;'><small><b>Excluded Tests:</b> " + excluded.sort().join(", ") + "</small></div>" : "") + "</div>"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioDestination.cpp 65 // The optimum low-latency hardware buffer size is usually too small on Android for WebAudio to
66 // render without glitching. So, if it is small, use a larger size. If it was already large, use
69 // Since WebAudio renders in 128-frame blocks, the small buffer sizes (144 for a Galaxy Nexus),
  /external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.h 28 * affects only a small number of .cnv files [if any] but all
60 * 0xfff also covers a number other small scripts which have legacy charsets
63 * that covers small-script blocks which usually have either dense mappings
  /external/chromium_org/third_party/sqlite/src/test/
cache.test 62 # database to a small (< 10) value. More specifically:
64 # cache-2.1.*: Test that "PRAGMA cache_size" appears to work with small
67 # small values.
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.h 28 * affects only a small number of .cnv files [if any] but all
60 * 0xfff also covers a number other small scripts which have legacy charsets
63 * that covers small-script blocks which usually have either dense mappings
  /external/iproute2/man/man8/
tc-tbf.8 47 some tokens, no matter how small it is. This reflects the fact that even a zero-sized packet occupies
58 with a very small bucket, so that it doesn't burst.
86 If your buffer is too small, packets may be dropped because more tokens arrive per timer tick than fit in your bucket.
  /external/llvm/include/llvm/ADT/
SmallSet.h 1 //===- llvm/ADT/SmallSet.h - 'Normally small' sets --------------*- C++ -*-===//
24 /// when the set is small (less than N). In this case, the set can be
54 // Since the collection is small, just do a linear search.
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 88 CM = CodeModel::Small;
94 else if (CM != CodeModel::Small && CM != CodeModel::Large)
96 "Only small and large code models are allowed on AArch64");
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 75 CM = CodeModel::Small;
77 if (CM != CodeModel::Small && CM != CodeModel::Large)
78 report_fatal_error("Target only supports CodeModel Small or Large");
  /external/proguard/src/proguard/shrink/
ShortestUsageMarker.java 114 // Small utility methods.
190 // Small utility methods.
257 // Small utility methods.
  /external/valgrind/main/perf/
README 54 Valgrind due to the small dispatcher overhead.
57 - Description: A very small and fast C compiler. A munged version of
63 to perf/heap typically cause a small improvement.
  /external/zlib/src/msdos/
Makefile.msc 6 # To compile in small model, set below: MODEL=S
23 # Memory model: one of S, M, C, L (small, medium, compact, large)
34 # but should be a "no-op" for small code models.
Makefile.tc 6 # To compile in small model, set below: MODEL=s
8 # WARNING: the small model is supported but only for small values of
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 70 * Checks whether a Bitmap is a small grayscale icon.
108 * Checks whether a Drawable is a small grayscale icon.
133 * Checks whether a drawable with a resoure id is a small grayscale icon.
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_status_bar.jd 109 small amount of internal padding can help maintain balance across status bar icons. See
143 <small style="font-weight: normal">(Low density screen)</small>
147 <small style="font-weight: normal">(Medium density screen)</small>
151 <small style="font-weight: normal">(High density screen)</small>
155 <small style="font-weight: normal">(Extra-high density screen)</small>
160 Status Bar Icon Size<br><small>(Android 3.0 and Later)</small
    [all...]
  /frameworks/native/opengl/tests/angeles/
README.txt 8 This is an OpenGL ES port of the small self-running demonstration
31 for small testing/demonstration programs. This framework
40 * How to create a self contained small demonstration
  /packages/apps/Browser/res/values/
styles.xml 55 parent="@android:style/TextAppearance.Holo.Small">
75 <style name="TabTitleSelected" parent="@android:style/TextAppearance.Small">
79 <style name="TabTitleUnselected" parent="@android:style/TextAppearance.Small">
  /packages/apps/InCallUI/res/values/
dimens.xml 22 Note: This is the default size for small (<600dp height) devices: larger screen sizes apply
43 Note: These are the default sizes for small (<600dp height) devices: larger screen sizes
61 Note: These are the default sizes for small (<600dp height) devices: larger screen sizes
  /packages/apps/TvSettings/Settings/res/values-en-rGB/
arrays.xml 80 <item msgid="5560655268137500927">"Small capitals"</item>
83 <item msgid="4304493614734189861">"Very small"</item>
84 <item msgid="1694402928400844023">"Small"</item>
  /packages/apps/TvSettings/Settings/res/values-en-rIN/
arrays.xml 80 <item msgid="5560655268137500927">"Small capitals"</item>
83 <item msgid="4304493614734189861">"Very small"</item>
84 <item msgid="1694402928400844023">"Small"</item>
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeGroupsXLarge.java 106 swapPanes(); // swap the list to the small pane
133 // Small was before large so add them back in reverse order
137 // Large was before small so add them back in reverse order
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
file_utils.cpp 128 AKLOGE("outDirPathBufSize is too small. filePath: %s, suffix: %s, outDirPathBufSize: %d",
145 AKLOGE("outDirPathBufSize is too small. filePath: %s, outDirPathBufSize: %d",
164 AKLOGE("outNameBufSize is too small. filePath: %s, outNameBufSize: %d",

Completed in 1131 milliseconds

<<51525354555657585960>>