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

<<21222324252627282930>>

  /dalvik/dx/tests/024-code-bytecode/
small-class.txt 2 # sample small-but-valid classfile
13 07 0003 # 0001: class[Small]
15 01 0005 "Small" # 0003: utf8["Small"]
20 08 0003 # 0008: string["Small"]
30 09 0001 0012 # 0014: field[Small.blort:x/y/Zzz]
31 0a 0001 0013 # 0015: method[Small.blort:()V]
32 0b 0001 0013 # 0016: ifaceMethod[Small.blort:()V]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
StreamBlockCipher.java 79 * @exception DataLengthException if the output buffer is too small.
91 throw new DataLengthException("output buffer too small in processBytes()");
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
allfiles.tmpl 55 <small>
60 </small>
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_test_utils.h 32 // small value is used to minimize the amount of time spent compressing
55 // |expected_color|. (The center is used so small wallpaper images can be
  /external/chromium_org/chrome/common/extensions/docs/static/sass/
_layout.scss 46 @media only screen and (max-width: $break-small) {
63 @media only screen and (min-width: $break-small + 1) and (max-width: $break-large) {
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
extensions_index.html 4 Extensions are small software programs that
11 <img src="{{static}}/images/index/gmail-small.png"
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
getdents_helper.cc 73 // If the buffer is too small, fail
75 LOG_TRACE("dirent buffer size is too small: %d < %d", size, sizeof(dirent));
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_stub/
ppapi_main.c 46 * We know that newlib and glibc use a small pthread_t type, so we
82 * small overhead of pulling in pthread_create() even if the
  /external/chromium_org/third_party/hwcplus/include/cutils/
properties.h 37 /* System properties are *small* name value pairs managed by the
66 __errordecl(__property_get_too_small_error, "property_get() called with too small of a buffer");
  /external/chromium_org/third_party/libjpeg_turbo/
jmemnobs.c 48 * "Large" objects are treated the same as "small" ones.
50 * this file won't actually work in 80x86 small/medium model; at least,
  /external/chromium_org/third_party/skia/bench/
MergeBench.cpp 20 MergeBench(bool small) : fIsSmall(small), fInitialized(false) { }
  /external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
constants.hpp 32 //The smaller this number, the less worst-case memory usage. If too small, too many recursions slow down spreadsort
34 //Used to force a comparison-based sorting for small bins, if it's faster. Minimum value 0
  /external/chromium_org/ui/views/layout/
layout_constants.h 33 // Small horizontal spacing between controls that are logically related.
42 // Small vertical spacing between controls that are logically related.
  /external/chromium_org/v8/test/mjsunit/
html-string-funcs.js 35 fixed: 'tt', italics: 'i', small: 'small',
  /external/clang/docs/tools/
manpage.css 23 color: #ffffff; font-size: xx-small;
27 color: #ffffff; font-size: xx-small;
50 color: #336699; font-size: small;
54 color: #336699; font-size: small;
58 font-family: Arial,Helvetica; font-size: small;
77 .smstd { font-family: Arial,Helvetica; color: #000000; font-size: x-small; }
80 font-family: sans-serif; font-size: x-small; color: black; }
88 .meerkatDate { font-family: sans-serif; font-size: xx-small; color: #336699; }
  /external/clang/include/clang/AST/
CommentHTMLTags.td 13 def Small : Tag<"small">;
  /external/doclava/test/api/
added-package.xml 217 <class name="Small"
225 <constructor name="Small"
226 type="doclava.sample.Small"
234 return="doclava.sample.Small"
461 <class name="Small"
469 <constructor name="Small"
470 type="doclava.sample.Small"
478 return="doclava.sample.Small"
  /external/freetype/src/autofit/
afcover.h 40 "small capitals from capitals",
83 "small capitals",
afstyles.h 56 "small capticals from capitals", \
68 "small capitals", \
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
XML.java 68 * &amp; <small>(ampersand)</small> is replaced by &amp;amp;
69 * &lt; <small>(less than)</small> is replaced by &amp;lt;
70 * &gt; <small>(greater than)</small> is replaced by &amp;gt;
71 * &quot; <small>(double quote)</small> is replaced by &amp;quot;
  /external/jpeg/
jmemnobs.c 48 * "Large" objects are treated the same as "small" ones.
50 * this file won't actually work in 80x86 small/medium model; at least,
  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 36 // accidental SlotIndex gaps for small intervals. The effect is that small
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemnobs.c 61 * "Large" objects are treated the same as "small" ones.
63 * this file won't actually work in 80x86 small/medium model; at least,
  /external/qemu/distrib/jpeg-6b/
jmemnobs.c 48 * "Large" objects are treated the same as "small" ones.
50 * this file won't actually work in 80x86 small/medium model; at least,
  /external/skia/bench/
MergeBench.cpp 20 MergeBench(bool small) : fIsSmall(small), fInitialized(false) { }

Completed in 1869 milliseconds

<<21222324252627282930>>