/frameworks/base/docs/html/training/multiple-apks/ |
multiple.jd | 54 take advantage of the space of large screens but still work on small ones, to use new Android API 133 <td>large</td> 164 Above is an example with four APKs. Blue is for all small/normal screen devices, Green is for large 287 <td>large</td> 320 <li>Green covers Large screens and higher, minSDK 3.</li> 470 <p>Why? By adding the required permission SEND_SMS, the feature requirement of android.hardware.telephony was implicitly added. Since most (if not all) xlarge devices are tablets without telephony hardware in them, Google Play will filter out this APK in these cases, until future devices come along which are both large enough to report as xlarge screen size, and possess telephony hardware.
|
/frameworks/base/docs/html/guide/topics/ui/ |
dialogs.jd | 24 <li><a href="#ActivityAsDialog">Showing an activity as a dialog on large screens</a></li> 89 on large and small screens).</p> 638 the device is a large screen or small screen). The {@link android.support.v4.app.DialogFragment} 686 // The device is using a large layout, so show the fragment as a dialog 705 should use the app's large layout design (and thus show this fragment as a dialog, rather 720 <p class="code-caption">res/values-large/bools.xml</p> 722 <!-- Large screen boolean values --> 745 <h3 id="ActivityAsDialog">Showing an activity as a dialog on large screens</h3> 749 large screens. Which approach you choose depends on your app design, but 754 <p>To show an activity as a dialog only when on large screens [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
tcmalloc.cc | 181 // For windows, the printf we use to report large allocs is 202 "is very large and therefore you should see no extra " 366 PageHeap::LargeSpanStats large; local 368 ExtractStats(&stats, class_count, &small, &large); 495 total_normal += large.normal_pages; 496 total_returned += large.returned_pages; 497 out->printf(">255 large * %6u spans ~ %6.1f MiB; %6.1f MiB cum" 499 static_cast<unsigned int>(large.spans), 500 PagesToMiB(large.normal_pages + large.returned_pages) 863 PageHeap::LargeSpanStats large; local [all...] |
/dalvik/vm/analysis/ |
RegisterMap.cpp | 83 * changes tend to cluster in the low regs even for large methods. 790 * (2) Create a "large-enough" anonymous mmap region. 794 * not make the region large enough. Since the pages aren't mapped 924 * large. [all...] |
/external/jpeg/ |
install.doc | 132 unless you plan to process very large images. 284 process a large image, but too large a value can result in "insufficient 361 and make sure its output matches testimg.bmp. If you have any really large 363 -colors 256 to make sure your DEFAULT_MAX_MEM setting is not too large. 510 than the default. Timing cjpeg on a large PGM (grayscale) input file is the [all...] |
/external/qemu/distrib/jpeg-6b/ |
install.doc | 132 unless you plan to process very large images. 284 process a large image, but too large a value can result in "insufficient 361 and make sure its output matches testimg.bmp. If you have any really large 363 -colors 256 to make sure your DEFAULT_MAX_MEM setting is not too large. 510 than the default. Timing cjpeg on a large PGM (grayscale) input file is the [all...] |
/bionic/tests/ |
string_test.cpp | 25 #define LARGE 64*KB 104 ASSERT_STREQ("Unknown signal 1234", strsignal(1234)); // Too large. 786 StringTestState<char> state(LARGE); 808 StringTestState<char> state(LARGE); 830 StringTestState<char> state(LARGE); 851 StringTestState<char> state(LARGE); 870 StringTestState<char> state(LARGE);
|
/frameworks/base/packages/Keyguard/res/values/ |
strings.xml | 22 Displayed in one line in a large font. --> 26 Displayed in one line in a large font. --> 38 Displayed in one line in a large font. --> 42 Displayed in one line in a large font. --> 46 to unlock the keyguard. Displayed in one line in a large font. --> 354 with SIM PIN failed. Displayed in one line in a large font. --> 357 with PUK failed. Displayed in one line in a large font. -->
|
/frameworks/base/core/res/res/values/ |
themes.xml | 84 <item name="textAppearanceLarge">@android:style/TextAppearance.Large</item> 87 <item name="textAppearanceLargeInverse">@android:style/TextAppearance.Large.Inverse</item> 107 <item name="textAppearanceLargePopupMenu">@android:style/TextAppearance.Widget.PopupMenu.Large</item> 264 <item name="progressBarStyleLarge">@android:style/Widget.ProgressBar.Large</item> 267 <item name="progressBarStyleLargeInverse">@android:style/Widget.ProgressBar.Large.Inverse</item> 463 <item name="progressBarStyleLarge">@android:style/Widget.ProgressBar.Large.Inverse</item> 466 <item name="progressBarStyleLargeInverse">@android:style/Widget.ProgressBar.Large</item> [all...] |
styles.xml | 376 <style name="Widget.ProgressBar.Large"> 396 <style name="Widget.ProgressBar.Large.Inverse"> [all...] |
/frameworks/av/media/libmediaplayerservice/ |
StagefrightRecorder.cpp | 432 // If interleaving duration is too large, it can cause the recording 435 ALOGE("Audio/video interleave duration is too large: %d us", durationUs); [all...] |
/external/bzip2/ |
bzip2.1 | 267 compresses large files in blocks. The block size affects 310 -- that means most files you'd encounter using a large block size. The 371 should be of most use dealing with large .bz2 397 been observed to give disproportionately large performance improvements. 400 will perform best on machines with very large caches.
|
bzip2.1.preformatted | 209 _b_z_i_p_2 compresses large files in blocks. The block size 252 using a large block size. The amount of real memory 311 _b_z_i_p_2_r_e_c_o_v_e_r should be of most use dealing with large .bz2 341 large performance improvements. I imagine _b_z_i_p_2 will per 342 form best on machines with very large caches.
|
bzip2.txt | 206 bzip2 compresses large files in blocks. The block size 249 using a large block size. The amount of real memory 308 bzip2recover should be of most use dealing with large .bz2 338 large performance improvements. I imagine bzip2 will per- 339 form best on machines with very large caches.
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxclient.h | 244 * Commands that require large amounts of data to be transfered will 245 * also use this buffer to hold a header that describes the large 448 * the number be just large enough, but not so large as to reduce the 457 * large copies don't occur.
|
/external/libvorbis/doc/ |
stereo.html | 156 field, and a 'diffuse image' (angle) that fills a large amount of 184 representation concentrates represented energy into fewer large 186 encoding) as a secondary benefit. A single large, monolithic VQ 289 case in which we can use monolithic codebooks of arbitrarily large 377 example would be balanced reverberations within a large, live space;
|
/external/mesa3d/src/glx/ |
glxclient.h | 244 * Commands that require large amounts of data to be transfered will 245 * also use this buffer to hold a header that describes the large 448 * the number be just large enough, but not so large as to reduce the 457 * large copies don't occur.
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
TestService.java | 681 super("ParseLargeXmlRes", "Parse large XML resource"); 721 super("LayoutInflaterLarge", "Inflate large layout resource"); 889 super("LoadLargeBitmap", "Load large raw bitmap"); 909 super("LoadRecycleLargeBitmap", "Load and recycle large raw bitmap"); 950 super("LoadLargeScaledBitmap", "Load large raw bitmap that is scaled for density"); [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
results_holder.c | 51 int large_mag_field; /**< Flag describing if there is a large magnetic field */ 129 /** Returns non-zero if there is a large magnetic field. See inv_set_large_mag_field() for setting this variable. 130 * @return Returns non-zero if there is a large magnetic field. 137 /** Set to non-zero if there as a large magnetic field. See inv_get_large_mag_field() for getting this variable. 138 * @param[in] state value to set for magnetic field strength. Should be non-zero if it is large.
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
FolderSyncParser.java | 581 // Try to apply the ops. If the transaction is too large, split it in half and try again 587 // If the transaction is too large, try splitting it. 589 LogUtils.e(TAG, "Single operation transaction too large"); 590 throw new IOException("Single operation transaction too large"); 592 LogUtils.d(TAG, "Transaction operation count %d too large, halving...", [all...] |
/external/chromium_org/third_party/jemalloc/chromium/ |
jemalloc.c | 71 * | Large | 4 kB | 90 * Large : Each allocation is backed by a dedicated run. Metadata are stored 827 * Large: Run size for first page, unset for trailing pages. 833 * l : large? 854 * Large: 884 /* Map of pages within chunk that keeps track of free/large/small. */ [all...] |
/external/chromium_org/third_party/jemalloc/vendor/ |
jemalloc.c | 71 * | Large | 4 kB | 90 * Large : Each allocation is backed by a dedicated run. Metadata are stored 820 * Large: Run size for first page, unset for trailing pages. 826 * l : large? 847 * Large: 877 /* Map of pages within chunk that keeps track of free/large/small. */ [all...] |
/art/runtime/gc/space/ |
dlmalloc_space.cc | 152 // Note: making this value large means that large allocations are unlikely to succeed as dlmalloc 154 // size of the large allocation) will be greater than the footprint limit.
|
space_test.cc | 212 los = space::LargeObjectMapSpace::Create("large object space"); 214 los = space::FreeListSpace::Create("large object space", NULL, 128 * MB); 431 // All memory was released, try a large allocation to check freed memory is being coalesced
|
/dalvik/tests/003-omnibus-opcodes/src/ |
IntMath.java | 424 static void checkConsts(byte small, short medium, int large, long huge) { 430 assert(large == -88888); // const 431 assert(large == -88888L); // const-wide/32
|