HomeSort by relevance Sort by last modified time
    Searched full:newer (Results 1 - 25 of 1298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
linuxthreads_det.stderr.exp-linuxthreads 3 the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
4 after having upgraded to a newer version of your Linux distribution.
  /external/libpcap/
acconfig.h 2 * implementation details wrt "const"; newer versions
  /packages/apps/PackageInstaller/
proguard.flags 1 # The support library contains references to newer platform versions.
  /ndk/sources/host-tools/make-3.81/config/
glibc21.m4 9 # Test for the GNU C Library, version 2.1 or newer.
14 AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer,
  /ndk/sources/host-tools/sed-4.2.1/m4/
glibc21.m4 7 # Test for the GNU C Library, version 2.1 or newer.
12 AC_CACHE_CHECK([whether we are using the GNU C Library 2.1 or newer],
  /sdk/templates/projects/NewAndroidApplication/root/res/values/
styles.xml.ftl 5 by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
9 Theme customizations available in newer API levels can go in
  /build/libs/host/include/host/
CopyFile.h 19 COPY_UPDATE_ONLY = 0x00400000, // only copy if source file is newer
  /external/iproute2/etc/iproute2/
rt_dsfield 15 # Newer RFC2597 values
  /external/v8/test/es5conform/
README 11 If you do update to a newer revision you may have to change the test
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
AgeFileFilter.java 26 * Filters files based on a cutoff time, can filter either newer
50 /** Whether the files accepted will be older or newer. */
69 * are accepted, else newer ones (after the cutoff).
92 * are accepted, else newer ones (after the cutoff).
117 * are accepted, else newer ones (after the cutoff).
128 * If last modification time equals cutoff and newer files are required,
137 boolean newer = FileUtils.isFileNewer(file, cutoff);
138 return acceptOlder ? !newer : newer;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TiledScreenNail.java 103 TiledScreenNail newer = (TiledScreenNail) other; local
104 mWidth = newer.mWidth;
105 mHeight = newer.mHeight;
106 if (newer.mTexture != null) {
109 mBitmap = newer.mBitmap;
110 mTexture = newer.mTexture;
111 newer.mBitmap = null;
112 newer.mTexture = null;
114 newer.recycle();
  /external/chromium/chrome/browser/first_run/
upgrade_util.h 26 // Checks if the last modified time of chrome is newer than that of the current
  /external/qemu/distrib/sdl-1.2.15/test/
testver.c 24 printf("Compiled with SDL 1.2 or newer\n");
  /external/stlport/src/
c_locale.c 26 # include "c_locale_glibc/c_locale_glibc2.c" /* glibc 2.2 and newer */
  /external/v8/test/test262/
README 13 If you do update to a newer revision you may have to change the test
  /ndk/sources/cxx-stl/stlport/src/
c_locale.c 26 # include "c_locale_glibc/c_locale_glibc2.c" /* glibc 2.2 and newer */
  /external/proguard/src/proguard/classfile/visitor/
ClassVersionSetter.java 51 * Creates a new ClassVersionSetter that also stores any newer class version
54 * @param newerClassVersions the <code>Set</code> in which newer class
  /frameworks/base/docs/html/training/backward-compatible-ui/
older-implementation.jd 34 <p>This lesson discusses how to create an implementation that mirrors newer APIs yet supports older devices.</p>
38 <p>The most challenging task in using newer UI features in a backward-compatible way is deciding on and implementing an older (fallback) solution for older platform versions. In many cases, it's possible to fulfill the purpose of these newer UI components using older UI framework features. For example:</p>
60 <p>There generally isn't a one-size-fits-all solution for backporting newer UI components to older devices. Be mindful of the user experience: on older devices, users may not be familiar with newer design patterns and UI components. Give some thought as to how the same functionality can be delivered using familiar elements. In many cases this is less of a concern&mdash;if newer UI components are prominent in the application ecosystem (such as the action bar), or where the interaction model is extremely simple and intuitive (such as swipe views using a {@link android.support.v4.view.ViewPager}).</p>
abstracting.jd 39 <p>Suppose you want to use <a href="{@docRoot}guide/topics/ui/actionbar.html#Tabs">action bar tabs</a> as the primary form of top-level navigation in your application. Unfortunately, the {@link android.app.ActionBar} APIs are only available in Android 3.0 or later (API level 11+). Thus, if you want to distribute your application to devices running earlier versions of the platform, you need to provide an implementation that supports the newer API while providing a fallback mechanism that uses older APIs.</p>
45 <p><a href="http://en.wikipedia.org/wiki/Abstraction_(computer_science)">Abstraction</a> in the Java programming language involves the creation of one or more interfaces or abstract classes to hide implementation details. In the case of newer Android APIs, you can use abstraction to build version-aware components that use the current APIs on newer devices, and fallback to older, more compatible APIs on older devices.</p>
47 <p>When using this approach, you first determine what newer classes you want to be able to use in a backward compatible way, then create abstract classes, based on the public interfaces of the newer classes. In defining the abstraction interfaces, you should mirror the newer API as much as possible. This maximizes forward-compatibility and makes it easier to drop the abstraction layer in the future when it is no longer necessary.</p>
111 <p>In the next lessons, you create implementations for <code>TabHelper</code> and <code>CompatTab</code> that work across both older and newer platform versions.</p>
  /external/openssl/crypto/
opensslconf.h.in 119 even newer MIPS CPU's, but at the moment one size fits all for
123 #if defined( sun ) /* Newer Sparc's */
142 #elif defined( __sgi ) /* Newer MIPS */
  /bionic/
CleanSpec.mk 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
48 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
  /bootable/diskinstaller/
CleanSpec.mk 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
50 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
  /bootable/recovery/
CleanSpec.mk 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
48 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
  /build/tools/acp/
README 7 only copies files if they are newer than the destination. This can
23 newer, because the local disk time stamp is truncated rather than
  /cts/
CleanSpec.mk 38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
49 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST

Completed in 858 milliseconds

1 2 3 4 5 6 7 8 91011>>