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

<<71727374757677787980>>

  /external/chromium_org/native_client_sdk/src/doc/_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/net/server/
http_connection_unittest.cc 175 // Capacity reduced because read data was too small comparing to capacity.
216 // Capacity reduced again because read data was too small.
296 // Set total size limit very small.
  /external/chromium_org/third_party/freetype/src/cache/
ftcsbits.c 92 * This function tries to load a small bitmap within a given FTC_SNode.
165 " glyph too large for small bitmap cache\n"));
351 * Here, we want to load a small bitmap on-demand; we thus
  /external/chromium_org/third_party/libjpeg_turbo/
jmemmgr.c 94 * Small and large pool headers are identical except that the latter's
128 * in the small-pool list.
147 * Note that these blocks are allocated in the "small" pool area.
209 fprintf(stderr, " Small chunk used %ld free %ld\n",
231 * Allocation of "small" objects.
240 * machines, but may be too small if longs are 64 bits or more.
264 /* Allocate a "small" object */
312 if (slop < MIN_SLOP) /* give up when it gets real small */
342 * The external semantics of these are the same as "small" objects,
445 /* Get space for row pointers (small object) *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c 316 GLfloat err = -1.0F; /* small enough */
339 GLdouble var, maxvar = -1; /* small enough */
385 GLint maxSum = -1; /* small enough */
677 maxSum = -1; /* small enough */
700 maxSum = -1; /* small enough */
822 GLint maxSum = -1; /* small enough */
907 maxSum = -1; /* small enough */
925 maxSum = -1; /* small enough */
1046 maxSum = -1; /* small enough */
1062 maxSum = -1; /* small enough *
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lobject.c 255 if (l <= bufflen) /* small enough? */
263 if (l <= bufflen) /* small enough? */
275 if (l < bufflen && nl == NULL) { /* small one-line source? */
  /external/chromium_org/third_party/tcmalloc/vendor/src/
common.h 83 // for the small memory footprint case.
138 // list in one shot. We want this to be not too small so we can
217 // list in one shot. We want this to be not too small so we can
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.h 57 // We also need to configure a suitable request size. Too small and we'd burn
58 // CPU from the overhead of transfering small amounts of data at once. Too large
66 // CPU from the overhead of transfering small amounts of data at once, so we set
  /external/eigen/doc/
TutorialLinearAlgebra.dox 153 However, for \em very \em small matrices, the above is not true, and inverse and determinant can be very useful.
156 call inverse() and determinant() directly on a matrix. If your matrix is of a very small fixed size (at most 4x4) this
157 allows Eigen to avoid performing a LU decomposition, and instead use formulas that are more efficient on such small matrices.
  /external/freetype/src/cache/
ftcsbits.c 92 * This function tries to load a small bitmap within a given FTC_SNode.
165 " glyph too large for small bitmap cache\n"));
351 * Here, we want to load a small bitmap on-demand; we thus
  /external/jpeg/
jmemmgr.c 82 * Small and large pool headers are identical except that the latter's
126 * in the small-pool list.
145 * Note that these blocks are allocated in the "small" pool area.
207 fprintf(stderr, " Small chunk used %ld free %ld\n",
229 * Allocation of "small" objects.
238 * machines, but may be too small if longs are 64 bits or more.
258 /* Allocate a "small" object */
303 if (slop < MIN_SLOP) /* give up when it gets real small */
330 * The external semantics of these are the same as "small" objects,
416 /* Get space for row pointers (small object) *
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_DesfireMap.h 232 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
275 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
298 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
phFriNfc_MifareULMap.h 200 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
243 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
266 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy.S 43 * itself) and a small icache footprint. Otherwise, we jump off to
112 * Small (<16 bytes) unaligned copying is done via a simple byte-at-the-time
114 * get used very often (gcc inlines small copies) and due to atomicity
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 63 clEnumValN(CodeModel::Small, "small",
64 "Small code model"),
  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 110 // Allocate small functions
138 // Check that the small functions didn't allocate any new slabs.
203 // Allocate a small global, a big global, and a third global, and make sure we
  /external/lzma/xz-embedded/
xz.h 107 * is too small or the compressed input is corrupt in a way that makes the
183 * small for decoding the given input stream, xz_dec_run() will return
214 * cannot give the single-call decoder a too small buffer and then expect to
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 316 GLfloat err = -1.0F; /* small enough */
339 GLdouble var, maxvar = -1; /* small enough */
385 GLint maxSum = -1; /* small enough */
677 maxSum = -1; /* small enough */
700 maxSum = -1; /* small enough */
822 GLint maxSum = -1; /* small enough */
907 maxSum = -1; /* small enough */
925 maxSum = -1; /* small enough */
1046 maxSum = -1; /* small enough */
1062 maxSum = -1; /* small enough *
    [all...]
  /external/owasp/sanitizer/tools/
googlecode_upload.py 13 # file on your local machine, a small summary of what the file is, a
68 summary: A small description for the file.
164 summary: A small description for the file.
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemmgr.c 85 * Small and large pool headers are identical except that the latter's
129 * in the small-pool list.
148 * Note that these blocks are allocated in the "small" pool area.
210 FXSYS_fprintf(stderr, " Small chunk used %ld free %ld\n",
232 * Allocation of "small" objects.
241 * machines, but may be too small if longs are 64 bits or more.
261 /* Allocate a "small" object */
306 if (slop < MIN_SLOP) /* give up when it gets real small */
333 * The external semantics of these are the same as "small" objects,
419 /* Get space for row pointers (small object) */
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemmgr.c 82 * Small and large pool headers are identical except that the latter's
126 * in the small-pool list.
145 * Note that these blocks are allocated in the "small" pool area.
207 fprintf(stderr, " Small chunk used %ld free %ld\n",
229 * Allocation of "small" objects.
238 * machines, but may be too small if longs are 64 bits or more.
258 /* Allocate a "small" object */
303 if (slop < MIN_SLOP) /* give up when it gets real small */
330 * The external semantics of these are the same as "small" objects,
416 /* Get space for row pointers (small object) *
    [all...]
  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 48 /* These are handles for Word sets. CONSTRAINTS: must be small ints
59 is a small integer which uniquely identifies a Thr and which is
68 be as small as possible. Freeing Thread structures makes the
  /frameworks/base/core/java/android/hardware/camera2/params/
ColorSpaceTransform.java 166 throw new ArrayIndexOutOfBoundsException("destination too small to fit elements");
201 throw new ArrayIndexOutOfBoundsException("destination too small to fit elements");
204 // Manual copy faster than System#arraycopy for very small loops
  /frameworks/base/docs/html/guide/practices/
screens-support-1.5.jd 52 <em>normal</em> screen size (basically, the system displays the application in a small window
132 <p>In particular, remember to test your application on an AVD that emulates a small-screen device.
134 should understand how your application will look and function on a small-screen device. In some
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp 377 // If the normalizer gets dangerously large or small, normalize the
379 // weights and the normalizer simultaneously all very small or
389 "Is lambda too small?");

Completed in 811 milliseconds

<<71727374757677787980>>