HomeSort by relevance Sort by last modified time
    Searched full:large (Results 326 - 350 of 7141) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 86 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
106 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
123 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
143 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
162 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
181 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
  /libcore/luni/src/test/java/tests/api/java/math/
OldBigIntegerTest.java 180 assertFalse("isProbablePrime failed for product of two large primes" +
206 assertFalse("isProbablePrime failed for product of two large primes" +
317 // add large positive + small positive
324 // add large positive + small negative
326 // add large negative + small positive
328 // add large negative + small negative
  /frameworks/base/docs/html-intl/es/training/multiscreen/
screensizes.jd 130 <li><code>res/layout-large/main.xml</code>, diseño de panel dual:
136 <p>Observa el calificador <code>large</code> en el nombre de directorio del segundo diseño. Este diseño se seleccionará en dispositivos con pantallas clasificadas como grandes (por ejemplo, tablets de 7" y superiores). El otro diseño (sin calificadores) se seleccionará en el caso de dispositivos más pequeños.</p>
143 <p>Este calificador te permite mostrar contenido en pantallas que tengan un ancho mínimo determinado en píxeles independientes de la densidad. Por ejemplo, el tablet típico de 7" tiene un ancho mínimo de 600 dp, por lo que si quieres que la interfaz de usuario sea de panel dual en esta pantalla (y una única lista en pantallas más pequeñas), puedes utilizar los mismos dos diseños de la sección anterior para los diseños de panel único y de panel dual, solo que en lugar de utilizar el calificador de tamaño <code>large</code>, debes utilizar <code>sw600dp</code> para indicar que el diseño de panel dual se utiliza con las pantallas cuyo ancho mínimo sea de 600 dp:</p>
158 <p>No obstante, esto no funcionará en los dispositivos anteriores a Android 3.2 porque no reconocen <code>sw600dp</code> como calificador de tamaño, por lo que también tendrás que seguir utilizando el calificador <code>large</code>. Por tanto, debes tener un archivo con el nombre <code>res/layout-large/main.xml</code> idéntico a <code>res/layout-sw600dp/main.xml</code>. En la siguiente sección, obtendrás información sobre una técnica que te permite evitar que se dupliquen los archivos de diseños.</p>
167 <li><code>res/layout-large:</code> diseño multipanel,</li>
183 <li><code>res/values-large/layout.xml</code>:
201 <p>Estos dos últimos archivos tienen el mismo contenido, pero en realidad no definen el diseño. Solo configuran <PH>{@code main}</PH> para que sea un alias de <PH>{@code main_twopanes}</PH>. Como los archivos tienen selectores <code>large</code> y <code>sw600dp</code>, se aplican a tablets y a televisiones independientemente de la versión de Android (las televisiones y los tablets anteriores a la versión 3.2 utilizarán
202 <PH>{@code large}</PH>y las televisiones y los tablets posteriores a la versión 3.2 utilizarán <code>sw600dp</code>).</p>
246 <p><code>res/values-large-land/layouts.xml</code>:</p
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2f.c 24 * use __kernel_rem_pio2() for large x
72 * all other (large) arguments
k_exp.c 66 * They are intended for large arguments (real part >= ln(DBL_MAX))
71 * has filtered out very large x, for which overflow would be inevitable.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
FastQueue.java 34 /** A queue that can dequeue and get(i) in O(1) and grow arbitrarily large.
40 * buffer will not grow too large.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
FastQueue.h 34 /** A queue that can dequeue and get(i) in O(1) and grow arbitrarily large.
40 * buffer will not grow too large.
FastQueue.m 34 /** A queue that can dequeue and get(i) in O(1) and grow arbitrarily large.
40 * buffer will not grow too large.
  /external/ceres-solver/internal/ceres/
schur_jacobi_preconditioner.h 34 // Bundle Adjustment in the Large
61 // Bundle Adjustment in the Large
  /external/chromium/chrome/common/extensions/
extension_unpacker.h 35 // of sending them over IPC, since they are so large. Returns true on
40 // instead of sending them over IPC, since they are so large. Returns true on
  /external/chromium/net/tools/dump_cache/
cache_dumper.h 15 // Dumping the cache often creates very large filenames, which are tricky
16 // on windows. Most API calls don't support large filenames, including
  /external/chromium_org/chrome/browser/extensions/api/web_request/
upload_data_presenter.cc 72 // Insert the file path instead of the contents, which may be too large.
98 // Insert the file path instead of the contents, which may be too large.
  /external/chromium_org/chrome/browser/resources/help/
help.css 59 .help-page-icon-large {
71 .help-page-icon-large {
  /external/chromium_org/chrome/utility/extensions/
unpacker.h 40 // of sending them over IPC, since they are so large. Returns true on
45 // instead of sending them over IPC, since they are so large. Returns true on
  /external/chromium_org/content/public/common/
child_process_host.h 50 // ASLR. For process types that need to allocate a large contiguous
51 // region, ASLR may not leave a large enough "hole" for the purpose. This
  /external/chromium_org/media/filters/
h264_to_annex_b_bitstream_converter.h 56 // Client is responsible for making sure the output buffer is large enough
86 // buffer is large enough to hold the output data. Client can precalculate the
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.h 14 // Dumping the cache often creates very large filenames, which are tricky
15 // on windows. Most API calls don't support large filenames, including
  /external/chromium_org/third_party/WebKit/ManualTests/
optgroup-empty-and-nested.html 26 font-size in the <optgroup> to extra large, opening the select element
28 <optgroup style="font-size: x-large;">
  /external/chromium_org/third_party/libusb/src/msvc/
errno.h 51 #define EFBIG 27 /* File too large */
58 #define ERANGE 34 /* Result too large (possibly too small) */
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
generate 24 a large pile of simultaneous equations and then solves them);
39 Subject: random large primes
  /external/chromium_org/third_party/opus/src/celt/
kiss_fft.h 107 * If lenmem is not NULL and mem is not NULL and *lenmem is large enough,
111 * If lenmem is not NULL and ( mem is NULL or *lenmem is not large enough),
  /external/chromium_org/third_party/re2/util/
arena.h 5 // Sometimes it is necessary to allocate a large number of small
8 // mark/release method of memory management: it asks for a large chunk
  /external/chromium_org/third_party/skia/include/core/
SkPackBits.h 28 up writing more bytes than it read, so dst[] must be large enough.
38 up writing more bytes than it read, so dst[] must be large enough.
  /external/chromium_org/third_party/sqlite/src/test/
memsubsys2.test 22 # rebalance operations in the btree-layer and to require a large
74 # Test 2: Verify that the highwater mark increases after a large
tt3_checkpoint.c 35 ** large, and in the second will be limited to the 50 pages or thereabouts.
145 test_error(&err, "WAL grew too large - %d frames", ctx.nMaxFrame);

Completed in 8881 milliseconds

<<11121314151617181920>>