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

<<61626364656667686970>>

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/symbols/
math_symbols.json 505 "default": "small tilde",
1208 "default": "turned small f"
1296 "default": "small element of"
1320 "default": "small contains as member"
    [all...]
  /frameworks/base/core/res/res/values/
themes_holo.xml 115 <item name="textAppearanceSmall">@style/TextAppearance.Holo.Small</item>
118 <item name="textAppearanceSmallInverse">@style/TextAppearance.Holo.Small.Inverse</item>
133 <item name="textAppearanceSmallPopupMenu">@style/TextAppearance.Holo.Widget.PopupMenu.Small</item>
138 <item name="buttonStyleSmall">@style/Widget.Holo.Button.Small</item>
272 <item name="progressBarStyleSmall">@style/Widget.Holo.ProgressBar.Small</item>
273 <item name="progressBarStyleSmallTitle">@style/Widget.Holo.ProgressBar.Small.Title</item>
276 <item name="progressBarStyleSmallInverse">@style/Widget.Holo.ProgressBar.Small.Inverse</item>
281 <item name="ratingBarStyleSmall">@style/Widget.Holo.RatingBar.Small</item>
453 <item name="textAppearanceSmall">@style/TextAppearance.Holo.Light.Small</item>
456 <item name="textAppearanceSmallInverse">@style/TextAppearance.Holo.Light.Small.Inverse</item
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/devguide/devcycle/
building.html 7 <ul class="small-gap">
9 <ul class="small-gap">
19 <ul class="small-gap">
28 <ul class="small-gap">
37 <ul class="small-gap">
197 download size small.</dd>
330 <ul class="small-gap">
398 <ul class="small-gap">
400 <ul class="small-gap">
408 <ul class="small-gap"
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/reference/
pnacl-c-cpp-language-support.html 6 <ul class="small-gap">
8 <ul class="small-gap">
14 <ul class="small-gap">
25 <ul class="small-gap">
34 <ul class="small-gap">
53 <ul class="small-gap">
88 <ul class="small-gap">
116 <ul class="small-gap">
374 <ul class="small-gap">
386 <ul class="small-gap"
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/reference/sandbox_internals/
arm-32-bit-sandbox.html 25 <ul class="small-gap">
27 <ul class="small-gap">
33 <ul class="small-gap">
35 <ul class="small-gap">
43 <ul class="small-gap">
49 <ul class="small-gap">
94 <ul class="small-gap">
112 only on registers, or on registers and small constants called
150 <ul class="small-gap">
167 simple, we keep the validator simple, small, and fast. We like to pu
    [all...]
  /art/runtime/arch/arm/
memcmp16_arm.S 48 * and avoid some overhead for small blocks
54 /* small blocks (less then 12 words) */
  /art/runtime/
monitor_pool.h 33 // Abstraction to keep monitors small enough to fit in a lock word (32bits). On 32bit systems the
162 // resizing unlikely, but small enough to not waste too much memory.
  /art/test/701-easy-div-rem/
genMain.py 119 System.out.println("Int: checking small dividends...");
137 System.out.println("Long: checking small dividends...");
  /bionic/libc/arch-mips/include/machine/
exec.h 121 #define SHN_MIPS_SCOMMON 0xff03 /* Small common symbols */
122 #define SHN_MIPS_SUNDEFINED 0xff04 /* Small undefined symbols */
  /bionic/libc/arch-mips64/include/machine/
exec.h 121 #define SHN_MIPS_SCOMMON 0xff03 /* Small common symbols */
122 #define SHN_MIPS_SUNDEFINED 0xff04 /* Small undefined symbols */
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_log2.c 76 * keeps R small (though not as small as a true `lo' term would be),
  /cts/suite/cts/deviceTests/dram/src/com/android/cts/dram/
BandwidthTest.java 162 // too small buffer size finishes too early to give accurate result.
195 // too small buffer size finishes too early to give accurate result.
  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
AlmostFullTest.java 62 Log.i(TAG, "free disk " + freeDisk + " too small, needs " + FREE_SPACE_FINAL);
113 // TODO: file size too small and caching will give wrong better result.
  /cts/tests/tests/content/src/android/content/pm/cts/
SignatureTest.java 113 assertFalse("Should return a new array since the existing one is too small",
131 assertFalse("Should return a new array since the existing one is too small",
  /cts/tests/tests/view/src/android/view/cts/
FocusFinderTest.java 85 * Create a small rectangle on the border between the top left and top right buttons.
102 * Create a small rectangle on the border between the top left and bottom left buttons.
  /development/ndk/platforms/android-9/arch-mips/include/machine/
exec.h 121 #define SHN_MIPS_SCOMMON 0xff03 /* Small common symbols */
122 #define SHN_MIPS_SUNDEFINED 0xff04 /* Small undefined symbols */
  /development/ndk/platforms/android-L/arch-mips/include/machine/
exec.h 121 #define SHN_MIPS_SCOMMON 0xff03 /* Small common symbols */
122 #define SHN_MIPS_SUNDEFINED 0xff04 /* Small undefined symbols */
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
exec.h 121 #define SHN_MIPS_SCOMMON 0xff03 /* Small common symbols */
122 #define SHN_MIPS_SUNDEFINED 0xff04 /* Small undefined symbols */
  /development/ndk/samples/hello-neon/jni/
helloneon.c 98 /* Benchmark small FIR filter loop - C version */
133 /* Benchmark small FIR filter loop - Neon version */
  /external/apache-http/src/org/apache/http/
HttpConnection.java 74 * that by attempting a read with a very small timeout. Thus this
75 * method may block for a small amount of time before returning a result.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
StringToIntTable.java 59 * block size is very small, for small lists.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
BoolStack.java 42 * block size is very small, for small lists.
IntStack.java 39 * block size is very small, for small lists.
ObjectStack.java 39 * block size is very small, for small lists.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
AEADBlockCipher.java 63 * @exception DataLengthException if the output buffer is too small.
77 * @exception DataLengthException if the output buffer is too small.

Completed in 397 milliseconds

<<61626364656667686970>>