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

<<71727374757677787980>>

  /external/libcxx/src/
hash.cpp 136 // The algorithm creates a list of small primes, plus an open-ended list of
146 // primes as those not divisible by 2 or 3. By raising the number of small
183 // If n is small enough, search in small_primes
205 // small prime.
215 // n wasn't divisible by small primes, try potential primes
  /external/libcxxabi/include/mach-o/
compact_unwind_encoding.h 25 // __TEXT,__unwind_info section. This section is a small and fast way for the
107 // in a small range in the stack that starts EBP-4 to EBP-1020. The offset/4
112 // A "frameless" (EBP not used as frame pointer) function with a small
237 // in a small range in the stack that starts RBP-8 to RBP-1020. The offset/4
242 // A "frameless" (RBP not used as frame pointer) function with a small
  /external/pdfium/core/include/thirdparties/zlib/
zconf.h 253 plus a few kilobytes for small objects. For example, if you want to reduce
260 for small objects.
282 * model programming (small or medium model with some far allocations).
289 /* MSC small or medium model */
298 /* Turbo C small or medium model */
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
zconf.h 253 plus a few kilobytes for small objects. For example, if you want to reduce
260 for small objects.
282 * model programming (small or medium model with some far allocations).
289 /* MSC small or medium model */
298 /* Turbo C small or medium model */
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
ShadowPainter.java 195 * Draws a small rectangular drop shadow (of size {@link #SMALL_SHADOW_SIZE} by {@link
245 * Draws a small drop shadow for the given rectangle into the given context. It will not draw
318 * Draws a small drop shadow for the given rectangle into the given context. It will not draw
380 // (for the small drop shadows x offset=10, y offset=10, blur radius=10)
407 // Small Drop Shadow
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalConvertTest.java 74 * Double value of a small negative BigDecimal
85 * Double value of a small positive BigDecimal
136 * Float value of a small negative BigDecimal
147 * Float value of a small positive BigDecimal
292 * Convert a small BigDecimal to BigInteger
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
hash.cpp 136 // The algorithm creates a list of small primes, plus an open-ended list of
146 // primes as those not divisible by 2 or 3. By raising the number of small
183 // If n is small enough, search in small_primes
205 // small prime.
215 // n wasn't divisible by small primes, try potential primes
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/
compact_unwind_encoding.h 25 // __TEXT,__unwind_info section. This section is a small and fast way for the
107 // in a small range in the stack that starts EBP-4 to EBP-1020. The offset/4
112 // A "frameless" (EBP not used as frame pointer) function with a small
237 // in a small range in the stack that starts RBP-8 to RBP-1020. The offset/4
242 // A "frameless" (RBP not used as frame pointer) function with a small
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSMetadata.js 367 "caption", "icon", "menu", "message-box", "small-caption", "-webkit-mini-control", "-webkit-small-control",
368 "-webkit-control", "status-bar", "italic", "oblique", "small-caps", "normal", "bold", "bolder", "lighter",
369 "100", "200", "300", "400", "500", "600", "700", "800", "900", "xx-small", "x-small", "small", "medium",
481 "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "-webkit-xxx-large", "smaller",
485 "small-caps", "normal
    [all...]
  /external/jemalloc/include/jemalloc/internal/
arena.h 6 * as small as possible such that this setting is still honored, without
7 * violating other constraints. The goal is to make runs as small as possible
16 * constraint is relaxed (ignored) for runs that are so small that the
100 * Small: Run page offset.
102 * n : binind for small size class, BININD_INVALID for large size class.
129 * Small:
186 * Map of pages within chunk that keeps track of free/large/small. The
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspectorStyle.css 688 .error-icon-small,
689 .warning-icon-small,
690 .device-icon-small,
702 .error-icon-small,
703 .warning-icon-small,
704 .device-icon-small,
712 .error-icon-small {
716 .warning-icon-small {
720 .device-icon-small {
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 33 // A malloc that uses a per-thread cache to satisfy small malloc requests.
34 // (The time for malloc/free of a small object drops from 300 ns to 50 ns.)
85 // * malloc/free of small objects goes from ~300 ns to ~50 ns.
150 // Some windows file somewhere (at least on cygwin) #define's small (!)
151 #undef small macro
355 PageHeap::SmallSpanStats small; local
358 ExtractStats(&stats, class_count, &small, &large);
378 "NOTE: SMALL MEMORY MODEL IS IN USE, PERFORMANCE MAY SUFFER.\n");
437 if (small.normal_length[s] + small.returned_length[s] > 0)
855 PageHeap::SmallSpanStats small; local
    [all...]
  /frameworks/base/core/res/res/values/
themes.xml 96 <item name="textAppearanceSmall">@style/TextAppearance.Small</item>
99 <item name="textAppearanceSmallInverse">@style/TextAppearance.Small.Inverse</item>
118 <item name="textAppearanceSmallPopupMenu">@style/TextAppearance.Widget.PopupMenu.Small</item>
122 <item name="buttonStyleSmall">@style/Widget.Button.Small</item>
281 <item name="progressBarStyleSmall">@style/Widget.ProgressBar.Small</item>
282 <item name="progressBarStyleSmallTitle">@style/Widget.ProgressBar.Small.Title</item>
285 <item name="progressBarStyleSmallInverse">@style/Widget.ProgressBar.Small.Inverse</item>
290 <item name="ratingBarStyleSmall">@style/Widget.RatingBar.Small</item>
517 <item name="progressBarStyleSmall">@style/Widget.ProgressBar.Small.Inverse</item>
520 <item name="progressBarStyleSmallInverse">@style/Widget.ProgressBar.Small</item
    [all...]
  /external/jemalloc/doc/
jemalloc.xml.in 464 a small fixed per-arena overhead, and additionally, arenas manage memory
465 completely independently of each other, which means a small fixed increase
475 allocator supports thread-specific caching for small and large objects, in
487 small, large, and huge. Small objects are smaller than one page. Large
489 the chunk size. Small and large objects are managed entirely by arenas;
496 contiguous pages (unused, backing a set of small objects, or backing one
498 makes it possible to determine all metadata regarding small and large
501 <para>Small objects are managed in groups by page runs. Each run maintains
505 <code language="C">sizeof(<type>double</type>)</code>. All other small
    [all...]
  /external/libxml2/
HTMLparser.c 618 #define FONTSTYLE "tt", "i", "b", "u", "s", "strike", "big", "small"
    [all...]
  /art/runtime/
reflection.cc 43 // We can trivially use the small arg array.
423 // We want to make sure that the stack is not within a small distance from the
444 // We want to make sure that the stack is not within a small distance from the
464 // We want to make sure that the stack is not within a small distance from the
484 // We want to make sure that the stack is not within a small distance from the
505 // We want to make sure that the stack is not within a small distance from the
521 // We want to make sure that the stack is not within a small distance from the
  /external/chromium_org/native_client_sdk/doc_generated/devguide/
distributing.html 6 <ul class="small-gap">
9 <ul class="small-gap">
41 <ul class="small-gap">
72 <ul class="small-gap">
109 <ul class="small-gap">
111 <ul class="small-gap">
236 <ul class="small-gap">
  /external/chromium_org/native_client_sdk/doc_generated/devguide/tutorial/
tutorial-part1.html 6 <ul class="small-gap">
8 <ul class="small-gap">
87 <ul class="small-gap">
100 <ul class="small-gap">
153 <ul class="small-gap">
216 <ul class="small-gap">
222 <ul class="small-gap">
  /external/libnfc-nxp/src/
phFriNfc_TopazMap.h 296 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
341 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
364 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
515 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
558 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
580 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
624 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too 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/chromium_org/third_party/libxml/src/
HTMLparser.c 615 #define FONTSTYLE "tt", "i", "b", "u", "s", "strike", "big", "small"
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 195 // no error checking, and assumes the picture is small (does not
259 // no error checking, and assumes the picture is small (does not
321 // no error checking, and assumes the picture is small (does not
  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
googlecode_upload.py 13 # file on your local machine, a small summary of what the file is, a
74 summary: A small description for the file.
170 summary: A small description for the file.
  /external/chromium_org/native_client_sdk/doc_generated/_static/css/
nacl.css 7 .small-gap {margin-top: 0.5em;}
8 .small-gap li, dt {margin-top: 1em;}
12 .indent-small {margin-left: 20px;}
  /external/chromium_org/native_client_sdk/doc_generated/devguide/coding/
native-client-modules.html 10 <ul class="small-gap">
30 <ul class="small-gap">
114 <ul class="small-gap">

Completed in 893 milliseconds

<<71727374757677787980>>