/frameworks/base/docs/html/guide/practices/ |
optimizing-for-3.0.jd | 86 add extra resources to support extra large screens, as appropriate.</p> 235 resources</a> when running on extra large screens (using the <code>xlarge</code> resource 238 <p>For example, here are some things to consider when creating a new layout for extra large 244 qualifier, but if you want alternative resources for an extra large landscape screen, you 501 large devices. In this case, you can manage the availability of your application to smaller screens 505 <p>For example, if you want your application to be available only to extra large 522 your application is available only to devices with an extra large screen.</p> [all...] |
/libcore/luni/src/main/java/javax/xml/datatype/ |
DatatypeFactory.java | 155 * Implementations may chose not to or be incapable of supporting arbitrarily large and/or small values. 211 * Implementations may chose not to or be incapable of supporting arbitrarily large and/or small values. 318 * Implementations may chose not to or be incapable of supporting arbitrarily large and/or small values. 447 * Implementations may chose not to or be incapable of supporting arbitrarily large and/or small values. 531 * Implementations may chose not to or be incapable of supporting arbitrarily large and/or small values. 604 * Implementations may chose not to or be incapable of supporting arbitrarily large and/or small values. [all...] |
/frameworks/base/core/java/android/app/ |
Notification.java | 180 * the status bar on large and smaller devices. 198 * A large-format version of {@link #contentView}, giving the Notification an [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
docs.css | 74 .jumbotron .btn-large { 83 .jumbotron .btn-large small { 377 .large-bird { 767 .large-bird { 838 /* LARGE DESKTOP SCREENS */
|
/external/chromium_org/third_party/leveldatabase/src/doc/ |
benchmark.html | 72 font-size:large; 176 <h3>A. Large Values </h3> 202 <p>LevelDB doesn't perform as well with large values of 100,000 bytes each. This is because LevelDB writes keys and values at least twice: first time to the transaction log, and second time (during a compaction) to a sorted file. 204 cost of extra copies of large values.</p> 412 very effective use of a cache that is large enough to hold the entire
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxext.c | 1054 * Send a command that is too large for the GLXRender protocol request. 1056 * Send a large command, one that is too large for some reason to 1058 * a large command is to avoid copying the data. 1087 ** Send all of the command, except the large array, as one request.
|
/external/chromium_org/third_party/openssl/openssl/patches/ |
aead_support.patch | 668 +{ERR_REASON(EVP_R_TAG_TOO_LARGE) ,"tag too large"}, 669 {ERR_REASON(EVP_R_TOO_LARGE) ,"too large"}, 773 +encrypted or decrypted in a single call. Large messages may have to be split up 776 +drop message chunks. For example, using a single key for a given (large) 801 +returned if the input length is large enough that the output size exceeds the
|
/external/chromium_org/third_party/opus/src/celt/ |
cwrs.c | 41 /*Guaranteed to return a conservatively large estimate of the binary logarithm 135 With a large enough table of U(N,K) values, we could write O(N) encoding 137 prohibitively large for small embedded devices (K may be as large as 32767 138 for small N, and N may be as large as 200).
|
/external/elfutils/ |
NEWS | 604 strip: handle files with large number of sections. 714 elflint: tons of fixes wrt large number of sections. New tests in this area. 717 size, strip, nm: better support for large number of sections. Including 720 libasm: correctly create data structures for large number of sections 722 new tests asm-tst4 and asm-tst5 to check large number of sections
|
/external/mesa3d/src/glx/ |
glxext.c | 1054 * Send a command that is too large for the GLXRender protocol request. 1056 * Send a large command, one that is too large for some reason to 1058 * a large command is to avoid copying the data. 1087 ** Send all of the command, except the large array, as one request.
|
/libcore/harmony-tests/src/test/java/tests/api/java/math/ |
BigIntegerTest.java | 292 // add large positive + small positive 294 // add large positive + small negative 296 // add large negative + small positive 298 // add large negative + small negative 924 assertTrue("quotient too large", q.abs().multiply(i2.abs()).compareTo(
|
/external/ceres-solver/docs/source/ |
solving.rst | 375 directions, all aimed at large scale problems. 451 Large non-linear least square problems are usually sparse. In such 475 substantial savings in time and memory for large sparse 584 For general sparse problems, if the problem is too large for 613 prohibitive for large problems. Indeed, for an inexact Newton solver 634 Decomposition methods* for solving large linear systems that arise in [all...] |
/libcore/luni/src/main/java/java/util/ |
DualPivotQuicksort.java | 114 } else { // Use Dual-Pivot Quicksort on large arrays 287 * If center part is too large (comprises > 2/3 of the array), 392 } else { // Use Dual-Pivot Quicksort on large arrays 565 * If center part is too large (comprises > 2/3 of the array), 687 } else { // Use Dual-Pivot Quicksort on large arrays [all...] |
/external/chromium/net/spdy/ |
spdy_framer.cc | 282 // control frame has too-large payload 827 // The important frames to compress are those which contain large 929 "Unexpectedly large frame. Spdy session is likely corrupt."; [all...] |
/external/chromium_org/third_party/icu/source/io/unicode/ |
ustdio.h | 173 some large number.</td></tr> 175 0 to some large number.<br>If * is used in printf, then the precision is passed in as an argument before the number to be formatted.</td></tr> 744 * <TT>buffer</TT> had count been sufficiently large. This does not include 788 * <TT>buffer</TT> had count been sufficiently large. 825 * <TT>buffer</TT> had count been sufficiently large. [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
coded_stream.h | 251 // responsible for ensuring that the buffer is large enough to read a varint 323 // To prevent malicious users from sending excessively large messages 343 // warning about dangerously large protocol messages, you may be 345 // design such that excessively large messages are not necessary. 347 // messages rather than a single large one. If this is infeasible, 534 // not large enough. Making the slow path out-of-line speeds up the common [all...] |
/external/icu4c/io/unicode/ |
ustdio.h | 174 some large number.</td></tr> 176 0 to some large number.<br>If * is used in printf, then the precision is passed in as an argument before the number to be formatted.</td></tr> 784 * <TT>buffer</TT> had count been sufficiently large. This does not include 828 * <TT>buffer</TT> had count been sufficiently large. [all...] |
/external/iputils/ |
RELNOTES | 185 ping,ping6: Fix integer overflow with large interval value (-i option). 186 clockdiff: Make it work with large pid. 188 arping: Do not quit too early with large deadline value (-w option). 295 ping6: do not allow too large packet size by -s option. 535 Also, Ian submitted two large patches, one fixing formatting, another 560 is large enough. Fix is to allow oversize by root (it is necessary
|
/external/protobuf/src/google/protobuf/io/ |
coded_stream.h | 235 // responsible for ensuring that the buffer is large enough to read a varint 304 // To prevent malicious users from sending excessively large messages 323 // warning about dangerously large protocol messages, you may be 325 // design such that excessively large messages are not necessary. 327 // messages rather than a single large one. If this is infeasible, 507 // not large enough. Making the slow path out-of-line speeds up the common [all...] |
/frameworks/base/docs/html/about/versions/ |
android-2.3.jd | 411 <h3 id="extralargescreens">Extra Large Screens</h3> 413 <p>The platform now supports extra large screen sizes, such as those that might 415 designed to support extra large screen sizes by adding a <code><supports 418 tag resources that are specific to extra large screens. For 419 details on how to support extra large and other screen sizes, see <a 594 extra large screen form-factors. For details, see <a [all...] |
/frameworks/base/docs/html/distribute/googleplay/quality/ |
tablet.jd | 91 large canvas — these adjustments may be all 108 <li>Provide custom layouts as needed for <code>large</code> and 221 <code>large</code>/<code>xlarge</code>) or minimum screen widths (such as 329 <li>Tablets and other large screen devices often request a launcher icon that is one density 384 <li>Text should not be excessively large or small on tablet screen sizes and [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
random.py | 36 on the large period to avoid overlapping sequences. 85 arbitrarily large ranges. 151 # so it needs a large and "interesting" n to work with. Here, 152 # we use hashing to create a large n for the shuffle. 267 "enough bits to choose from a population range this large") 305 large population: sample(xrange(10000000), 60)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
random.py | 36 on the large period to avoid overlapping sequences. 85 arbitrarily large ranges. 151 # so it needs a large and "interesting" n to work with. Here, 152 # we use hashing to create a large n for the shuffle. 267 "enough bits to choose from a population range this large") 305 large population: sample(xrange(10000000), 60)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_io.py | 313 LARGE = 2**31 318 self.assertEqual(f.seek(self.LARGE), self.LARGE) 319 self.assertEqual(f.tell(), self.LARGE) 321 self.assertEqual(f.tell(), self.LARGE + 3) 322 self.assertEqual(f.seek(-1, 1), self.LARGE + 2) 323 self.assertEqual(f.truncate(), self.LARGE + 2) 324 self.assertEqual(f.tell(), self.LARGE + 2) 325 self.assertEqual(f.seek(0, 2), self.LARGE + 2) 326 self.assertEqual(f.truncate(self.LARGE + 1), self.LARGE + 1 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_io.py | 313 LARGE = 2**31 318 self.assertEqual(f.seek(self.LARGE), self.LARGE) 319 self.assertEqual(f.tell(), self.LARGE) 321 self.assertEqual(f.tell(), self.LARGE + 3) 322 self.assertEqual(f.seek(-1, 1), self.LARGE + 2) 323 self.assertEqual(f.truncate(), self.LARGE + 2) 324 self.assertEqual(f.tell(), self.LARGE + 2) 325 self.assertEqual(f.seek(0, 2), self.LARGE + 2) 326 self.assertEqual(f.truncate(self.LARGE + 1), self.LARGE + 1 [all...] |