Searched
full:compatibility (Results
601 -
625 of
5493) sorted by null
<<21222324252627282930>>
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetTimer.3 | 27 This function is kept for compatibility but has been superseded by the new timer functions \fISDL_AddTimer\fR and \fISDL_RemoveTimer\fR which support multiple timers\&.
|
/external/robolectric/src/main/java/ |
overview.html | 24 ##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
|
/external/skia/src/effects/ |
SkPorterDuff.cpp | 13 /* This file just exists as a compatibility layer, gluing the PorterDuff API
|
/external/webp/include/webp/ |
types.h | 44 // Macro to check ABI compatibility (same major revision number)
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
abstracting.jd | 41 <p>In this class, you build a tabbed user interface (UI) component that uses abstract classes with version-specific implementations to provide backward-compatibility. This lesson describes how to create an abstraction layer for the new tab APIs as the first step toward building the tab component.</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> 49 <p>After creating abstract classes for these new APIs, any number of implementations can be created and chosen at runtime. For the purposes of backward-compatibility, these implementations can vary by required API level. Thus, one implementation may use recently released APIs, while others can use older APIs.</p> 63 <p>The key APIs for tabs are in {@link android.app.ActionBar} and {@link android.app.ActionBar.Tab ActionBar.Tab}. These are the APIs to abstract in order to make your tabs version-aware. The requirements for this example project call for compatibility back to Eclair (API level 5) while taking advantage of the new tab features in Honeycomb (API Level 11). A diagram of the class structure to support these two implementations and their abstract base classes (or interfaces) is shown below.</p>
|
/frameworks/base/docs/html/training/search/ |
index.jd | 35 maintaining backward compatibility with older versions of Android by using the default search
|
/frameworks/compile/mclinker/include/mcld/MC/ |
ZOption.h | 20 * \brief The -z options for GNU ld compatibility.
|
/frameworks/native/include/android/ |
bitmap.h | 32 /* Backward compatibility: this macro used to be misspelled. */
|
/frameworks/opt/datetimepicker/res/values/ |
styles.xml | 27 backward-compatibility can go here.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
SIMFileHandler.java | 41 // TODO(): DF_GSM can be 7F20 or 7F21 to handle backward compatibility.
|
/hardware/libhardware_legacy/audio/ |
AudioPolicyCompatClient.h | 28 /* FOR BACKWARDS COMPATIBILITY ONLY */
|
/libcore/luni/src/main/java/javax/security/cert/ |
CertificateEncodingException.java | 25 * Note: This package is provided only for compatibility reasons. It contains a
|
CertificateException.java | 24 * Note: This package is provided only for compatibility reasons. It contains a
|
CertificateExpiredException.java | 23 * Note: This package is provided only for compatibility reasons. It contains a
|
CertificateNotYetValidException.java | 23 * Note: This package is provided only for compatibility reasons. It contains a
|
CertificateParsingException.java | 23 * Note: This package is provided only for compatibility reasons. It contains a
|
/libcore/luni/src/main/native/ |
Portability.h | 33 // Mac OS has a 64-bit off_t and no 32-bit compatibility cruft.
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
HttpRetryExceptionTest.java | 57 * serialization/deserialization compatibility with RI.
|
/ndk/sources/host-tools/make-3.81/ |
ansi2knr.1 | 29 backwards compatibility. The present version of
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
throw_exception.hpp | 63 //to ensure compatibility with BOOST_NO_EXCEPTIONS.
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
LegacyPhoneNumberPickerFragment.java | 63 Log.w(TAG, "setPhotoPosition() is ignored in legacy compatibility mode.");
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
Compatibility.java | 37 * Provide backwards compatibility for existing control panels. 46 public class Compatibility { 63 log("Compatibility Activity called from " + getCallingPackage()); 157 if (foo.activityInfo.name.equals(Compatibility.Redirector.class.getName())) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
fenv.h | 1 // -*- C++ -*- compatibility header.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stdio-ldbl.h | 1 /* -mlong-double-64 compatibility mode for stdio functions.
|
stropts.h | 92 #define FMNAMESZ 8 /* compatibility w/UnixWare/Solaris. */ 191 t_uscalar_t flags; /* UnixWare/Solaris compatibility. */ 198 t_uscalar_t flags; /* UnixWare/Solaris compatibility. */ 216 char __fill[8]; /* UnixWare/Solaris compatibility */
|
Completed in 1339 milliseconds
<<21222324252627282930>>