HomeSort by relevance Sort by last modified time
    Searched full:larger (Results 151 - 175 of 4263) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 25 * fact that entropy of 3 last bytes of address is larger than entropy
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 25 * fact that entropy of 3 last bytes of address is larger than entropy
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c 93 * the result is larger in magnitude than cbrt(x) but not much more than
94 * 2 23-bit ulps larger). With rounding towards zero, the error bound
99 * before the final error is larger than 0.667 ulps.
  /cts/tests/tests/text/src/android/text/cts/
LoginFilterTest.java 100 // start is larger than end.
101 assertNull("should return null when start is larger than end",
113 // dstart is larger than dend.
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListActivity.java 30 * FragmentActivity to hold the main {@link ContactsListFragment}. On larger screen devices which
41 // If true, this is a larger screen device which fits two panes
57 // fragment. One larger screen devices this is a two pane view with two fragments.
  /external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.h 67 * stage 3 entries with the larger block size.
80 * Larger values cause slightly larger MBCS .cnv files.
  /external/chromium_org/third_party/opus/src/celt/
entcode.h 37 larger type, you can speed up the decoder by using it here.*/
102 This will always be slightly larger than the exact value (e.g., all
112 This will always be slightly larger than the exact value (e.g., all
  /external/eigen/Eigen/src/Core/
Random.h 42 * a temporary matrix whenever it is nested in a larger expression. This prevents unexpected
69 * a temporary vector whenever it is nested in a larger expression. This prevents unexpected
90 * a temporary matrix whenever it is nested in a larger expression. This prevents unexpected
  /external/icu4c/tools/makeconv/
genmbcs.h 67 * stage 3 entries with the larger block size.
80 * Larger values cause slightly larger MBCS .cnv files.
  /frameworks/volley/src/com/android/volley/toolbox/
ByteArrayPool.java 37 * off of a stream), but doesn't mind if the buffer is larger than the minimum. Taking this into
39 * free to return buffers larger than the requested size. The caller needs to be able to gracefully
88 * larger.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
common.h 55 // Using large pages speeds up the execution at a cost of larger memory use.
61 // central lists. Also, larger pages are less likely to get freed.
130 // For larger allocation sizes, we use larger memory alignments to
150 // So for these larger sizes we have an array indexed by ceil(size/128).
  /frameworks/base/docs/html/training/design-navigation/
multiple-sizes.jd 47 <p>Larger screens such as those found on tablets and TVs, on the other hand, generally have much more available screen space and are able to present multiple panes of content. In landscape, panes are usually ordered from left to right in increasing detail order. Users are especially accustomed to multiple panes on larger screens from years and years of desktop application and desktop web site use. Many desktop applications and websites offer a left-hand navigation pane or use a master/detail two-pane layout.</p>
51 <p>The following figures demonstrate some of the problems that can arise when moving a UI (user interface) design into a larger layout and how to address these issues with multi-pane layouts:</p>
86 <p>A variation on the stretch strategy is to collapse the contents of the left pane when in portrait. This works quite well with master/detail panes where the left (master) pane contains easily collapsible list items. An example would be for a realtime chat application. In landscape, the left list could contain chat contact photos, names, and online statuses. In portrait, horizontal space could be collapsed by hiding contact names and only showing photos and online status indicator icons. Optionally also provide an expand control that allows the user to expand the left pane content to its larger width and vice versa.</p></li>
103 <p>Now that we are able to group individual screens together by providing multi-pane layouts on larger-screen devices, let's apply this technique to our exhaustive screen map from the <a href="screen-planning.html">previous lesson</a> to get a better sense of our application's hierarchy on such devices:</p>
  /external/chromium/crypto/
hmac_unittest.cc 108 "Test Using Larger Than Block-Size Key - Hash Key First", 54,
117 "Test Using Larger Than Block-Size Key and Larger "
140 std::string data = "Test Using Larger Than Block-Size Key - Hash Key First";
219 { "Test Using Larger Than Block-Size Key - Hash Key First", 54,
222 { "Test Using Larger Than Block-Size Key and Larger "
  /external/chromium_org/crypto/
hmac_unittest.cc 26 { "Test Using Larger Than Block-Size Key - Hash Key First", 54,
29 { "Test Using Larger Than Block-Size Key and Larger "
130 "Test Using Larger Than Block-Size Key - Hash Key First", 54,
139 "Test Using Larger Than Block-Size Key and Larger "
162 std::string data = "Test Using Larger Than Block-Size Key - Hash Key First";
  /frameworks/base/docs/html/about/versions/
android-3.0-highlights.jd 62 <p>Android 3.0 is a new version of the Android platform that is specifically optimized for devices with larger screen sizes, particularly tablets. It introduces a brand new, truly virtual and ?holographic? UI design, as well as an elegant, content-focused interaction model.</p>
104 <p>The Android soft keyboard is redesigned to make entering text fast and accurate on larger screen sizes. The keys are reshaped and repositioned for improved targeting, and new keys have been added, such as a Tab key, to provide richer and more efficient text input. Users can touch-hold keys to access menus of special characters and switch text/voice input modes from a button in the System Bar.</p>
130 <p>The Android 3.0 platform includes an updated set of standard applications that are designed for use on larger screen devices. The sections below highlight some of the new features. </p>
138 <p>The Camera application has been redesigned to take advantage of a larger screen for quick access to exposure, focus, flash, zoom, front-facing camera, and more. To let users capture scenes in new ways, it adds built-in support for time-lapse video recording. The Gallery application lets users view albums and other collections in full-screen mode, with easy access to thumbnails for other photos in the collection. </p>
153 <p>The Android 3.0 platform is designed specially to meet the unique needs of applications on devices with larger screen sizes. It offers all of the tools developers need to create incredible visual and interaction experiences on these devices.</p>
174 <p>Starting with Android 3.0, developers can break the Activities of their applications into subcomponents called Fragments, then combine them in a variety of ways to create a richer, more interactive experience. For example, an application can use a set of Fragments to create a true multipane UI, with the user being able to interact with each pane independently. Fragments can be added, removed, replaced, and animated inside an Activity dynamically, and they are modular and reusable across multiple Activities. Because they are modular, Fragments also offer an efficient way for developers to write applications that can run properly on both larger screen as well as smaller screen devices.</p>
180 <p>Android 3.0 offers an updated set of UI widgets that developers can use to quickly add new types of content to their applications. The new UI widgets are redesigned for use on larger screens such as tablets and incorporate the new holographic UI theme. Several new widget types are available, including a 3D stack, search box, a date/time picker, number picker, calendar, popup menu, and others. Most of the redesigned UI widgets can now be used as remote views in application widgets displayed on the home screen. Applications written for earlier versions can inherit the new Widget designs and themes.</p>
260 <p>Android 3.0 brings a new UI designed for tablets and other larger screen devices, but it also is fully compatible with applications developed for earlier versions of the platform, or for smaller screen sizes. Existing applications can seamlessly participate in the new holographic UI theme without code changes, by adding a single attribute in their manifest files. The platform emulates the Menu key, which is replaced by the overflow menu in the Action Bar in the new UI. Developers wanting to take fuller advantage of larger screen sizes can also create dedicated layouts and assets for larger screens and add them to their existing applications.</p
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDecodeRunnable.java 181 * Sets the sample size to be larger of the horizontal or
189 * actual dimension is larger that the available dimension.
191 * by the larger of the scaling factors. Setting
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherInputStreamTest.java 116 + "is larger than expected.");
157 + "is larger than expected.");
195 + "is larger than expected.");
  /external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h 100 // encounters a delta file that would cause it to create a target file larger
103 // trusted, then a value larger than the the default value (64 MB) can be
117 // delta window that would cause it to create a target window larger
  /external/chromium_org/sdch/open-vcdiff/src/google/
vcdecoder.h 100 // encounters a delta file that would cause it to create a target file larger
103 // trusted, then a value larger than the the default value (64 MB) can be
117 // delta window that would cause it to create a target window larger
  /external/open-vcdiff/src/google/
vcdecoder.h 100 // encounters a delta file that would cause it to create a target file larger
103 // trusted, then a value larger than the the default value (64 MB) can be
117 // delta window that would cause it to create a target window larger
  /cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewTest.java 86 * larger number of iterations can be done in a short amount of time.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
TranslationAdvice.java 56 * register numbers larger than 15 for all instructions so
  /dalvik/dx/src/com/android/dx/rop/code/
TranslationAdvice.java 56 * register numbers larger than 15 for all instructions so
  /development/samples/Support4Demos/res/layout/
sliding_pane_layout.xml 38 responsively grow in width on larger screens while still
  /external/bison/lib/
sprintf.c 47 /* vasnprintf fails with EOVERFLOW when the buffer size argument is larger

Completed in 2312 milliseconds

1 2 3 4 5 67 8 91011>>