OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:small
(Results
2401 - 2425
of
8773
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
voronoi.cc
125
// Helper to post
small
update messages to JS.
298
// and process the rectangle. This
small
rectangle is called a tile.
377
// Renders a
small
diamond shaped dot at x, y clipped against the window
388
// render dot as a
small
diamond
462
// PostUpdateMessage() helper function for sendimg
small
messages to JS.
/external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
memcpy-sh4.S
192
! Check for
small
copies, and if so do a simple byte at a time copy.
194
! Deciding on an exact value of '
small
' is not easy, as the point at which
207
bf/s 6f ! 108 BR (not
small
)
238
! Size is not
small
, so its worthwhile looking for optimisations.
278
!
small
/external/llvm/docs/
TestingGuide.rst
45
The regression tests are
small
pieces of code that test a specific
53
somewhere underneath this directory. For example, it can be a
small
168
This directory contains a large array of
small
tests that exercise
485
single source file in size. These are usually
small
benchmark
486
programs or
small
programs that calculate a particular value. Several
/external/oprofile/
ChangeLog-2001
35
* doc/oprofile.1.in:
small
updates
261
* pp/opf_filter.cpp:
small
tidies
376
* dae/opd_util.cpp:
small
cleanup
731
* pp/op_to_source:
small
cleanup
987
* pp/oprofpp.c:
small
cleanup
1036
* pp/oprof_convert.c:
small
fixes
1122
* configure.in:
small
cleanup
1157
* pp/oprofpp.cpp:
small
tidy
1221
* oprofile.c: fix
small
but triggerable
[
all
...]
/external/pixman/test/
lowlevel-blt-bench.c
764
printf ("L1 -
small
Xx1 rectangle (fitting L1 cache), always blitted at the same\n");
765
printf (" memory location with
small
drift in horizontal direction\n");
766
printf ("L2 -
small
XxY rectangle (fitting L2 cache), always blitted at the same\n");
767
printf (" memory location with
small
drift in horizontal direction\n");
[
all
...]
/external/valgrind/main/coregrind/
fixup_macho_loadcmds.c
255
fail("Invalid Mach-O file (0 too
small
).");
268
fail("Invalid Mach-O file (1 too
small
).");
287
fail("Invalid Mach-O file (2 too
small
).");
303
fail("Invalid Mach-O file (3 too
small
).");
329
fail("Invalid Mach-O file (4 too
small
).");
/external/zlib/src/test/
example.c
198
* Test deflate() with
small
buffers
219
c_stream.avail_in = c_stream.avail_out = 1; /* force
small
buffers */
223
/* Finish the stream, still forcing
small
buffers: */
236
* Test inflate() with
small
buffers
259
d_stream.avail_in = d_stream.avail_out = 1; /* force
small
buffers */
/frameworks/base/core/java/android/text/
Html.java
497
} else if (tag.equalsIgnoreCase("
small
")) {
498
start(mSpannableStringBuilder, new
Small
());
547
} else if (tag.equalsIgnoreCase("
small
")) {
548
end(mSpannableStringBuilder,
Small
.class, new RelativeSizeSpan(0.8f));
819
private static class
Small
{ }
/frameworks/base/core/res/res/values/
themes_material.xml
78
<item name="textAppearanceSmall">@style/TextAppearance.Material.
Small
</item>
79
<item name="textAppearanceSmallInverse">@style/TextAppearance.Material.
Small
.Inverse</item>
94
<item name="textAppearanceSmallPopupMenu">@style/TextAppearance.Material.Widget.PopupMenu.
Small
</item>
98
<item name="buttonStyleSmall">@style/Widget.Material.Button.
Small
</item>
244
<item name="progressBarStyleSmall">@style/Widget.Material.ProgressBar.
Small
</item>
245
<item name="progressBarStyleSmallTitle">@style/Widget.Material.ProgressBar.
Small
.Title</item>
248
<item name="progressBarStyleSmallInverse">@style/Widget.Material.ProgressBar.
Small
.Inverse</item>
253
<item name="ratingBarStyleSmall">@style/Widget.Material.RatingBar.
Small
</item>
429
<item name="textAppearanceSmall">@style/TextAppearance.Material.
Small
</item>
430
<item name="textAppearanceSmallInverse">@style/TextAppearance.Material.
Small
.Inverse</item
[
all
...]
/frameworks/base/docs/html/design/style/
iconography.jd
10
<p>An icon is a graphic that takes up a
small
portion of screen real estate and provides a quick,
221
<h2 id="
small
-contextual">
Small
/ Contextual Icons</h2>
223
<p>Within the body of your app, use
small
icons to surface actions and/or provide status for specific
253
<p>
Small
icons should be <strong>16x16 <acronym title="Density-independent pixels. One dp is one pixel on a 160 dpi screen.">dp</acronym></strong>.</p></li>
/frameworks/base/docs/html/design/wear/
watchfaces.jd
192
you need to accommodate both large and
small
cards in your design. Your watch face can specify a
197
notification. A
small
peek card leaves more room for your design. Round faces with analog hands
198
should have a
small
peek card. If the time signature is clearly visible above the maximum height
201
the bottom half of the face should leverage the
small
peek card instead.</p>
218
position the status icons or the hotword on the bottom of the screen, the system forces
small
/frameworks/base/docs/html/guide/practices/ui_guidelines/
widget_design.jd
129
<th># of Cells<br><
small
style="font-weight:normal">(Columns or Rows)</
small
></th>
130
<th>Available Size (dp)<br><
small
style="font-weight:normal">(<code>minWidth</code> or
131
<code>minHeight</code>)</
small
></th>
215
<p>As previously mentioned, Android 4.0 will automatically add
small
, standard margins to each edge
/frameworks/base/docs/html/training/multiple-apks/
multiple.jd
54
take advantage of the space of large screens but still work on
small
ones, to use new Android API
105
<td>
small
</td>
164
Above is an example with four APKs. Blue is for all
small
/normal screen devices, Green is for large
259
<td>
small
</td>
416
Also note that instead of taking advantage of the default values (
small
and normal are always true
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
math_testcases.txt
66
--
small
integers
122
--
small
integers
187
--
small
positive integers give factorials
291
--
small
positive integers give factorials
374
-- expm1: exp(x) - 1, without precision loss for
small
x --
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
math_testcases.txt
66
--
small
integers
122
--
small
integers
187
--
small
positive integers give factorials
291
--
small
positive integers give factorials
374
-- expm1: exp(x) - 1, without precision loss for
small
x --
/build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js
146
node.plus_img.src = me.toroot + "assets/images/triangle-closed-
small
.png";
155
node.plus_img.src = me.toroot + "assets/images/triangle-closed-
small
.png";
206
node.plus_img.src = me.toroot + "assets/images/triangle-opened-
small
.png";
/cts/tools/utils/
buildCts.py
178
# CTS - sub plan for public,
small
size tests
186
self.__WritePlan(plan, 'CTS-kitkat-
small
')
284
""" Construct a defaultdict that lists packages names of
small
tests
/device/generic/goldfish/camera/
QemuClient.cpp
100
/* Preallocated buffer was too
small
. Allocate a bigger query buffer. */
539
ALOGE("%s: Reply %zu bytes is to
small
to contain %zu bytes video frame",
550
ALOGE("%s: Reply %zu bytes is to
small
to contain %zu bytes preview frame",
/external/blktrace/doc/
blkparse.1
282
Action, a (
small
) string (1 or 2 characters) -- see table below for more details
291
RWBS field, a (
small
) string (1-3 characters) -- see section below for more details
396
This is a
small
string containing at least one character ('R' for read, 'W'
/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_org/base/containers/
small_map_unittest.cc
188
// Assignments which assign from full to
small
, and vice versa.
207
// loop through the transition from
small
map to map.
240
// loop through the transition from
small
map to map.
/external/chromium_org/chrome/browser/download/
download_item_model_unittest.cc
257
//
Small
tooltip width.
Small
enough to require truncation of most
277
// Check that if the width is
small
, the returned tooltip only contains
/external/chromium_org/chrome/browser/resources/chromeos/login/
screen_supervised_user_creation.css
59
font-size:
small
;
290
font-size:
small
;
296
font-size:
small
;
/external/chromium_org/chrome/common/
crash_keys.cc
27
// A
small
crash key, guaranteed to never be split into multiple pieces.
284
"ash-default-wallpaper-
small
",
286
"ash-guest-wallpaper-
small
",
/external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller_unittest.cc
193
// TapDown, but there is a
small
delay between TapDown and TapUp.
274
// TapDown, but there is a
small
delay between the Ack and TapDown.
421
// TapDown and there is a
small
delay between the Ack and TapUp.
Completed in 549 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>