Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/external/android-mock/src/com/google/android/testing/mocking/
DSdkVersion.java72 List<SdkVersion> versions = new ArrayList<SdkVersion>(); in getAllVersions() local
75 versions.add(version); in getAllVersions()
78 return versions.toArray(new SdkVersion[versions.size()]); in getAllVersions()
/external/jmonkeyengine/engine/src/core/com/jme3/export/
DSavableClassUtil.java97 int[] versions = new int[versionList.size()]; in getSavableVersions() local
99 versions[i] = versionList.get(i); in getSavableVersions()
101 return versions; in getSavableVersions()
124 …bleVersion(Object savable, Class<? extends Savable> desiredClass, int[] versions, int formatVersio… in getSavedSavableVersion() argument
141 }else if (count >= versions.length){ in getSavedSavableVersion()
151 return versions[count]; in getSavedSavableVersion()
/external/elfutils/src/
Dldscript.y66 static void add_versions (struct version *versions);
791 add_versions (struct version *versions) in add_versions() argument
793 struct version *lastp = versions; in add_versions()
795 if (versions == NULL) in add_versions()
799 versions = versions->next; in add_versions()
800 assert (versions != NULL); in add_versions()
807 add_id_list (versions->versionname, versions->local_names, true); in add_versions()
808 add_id_list (versions->versionname, versions->global_names, false); in add_versions()
810 oldp = versions; in add_versions()
811 versions = versions->next; in add_versions()
[all …]
Dldscript.c205 static void add_versions (struct version *versions);
2586 add_versions (struct version *versions) in add_versions() argument
2588 struct version *lastp = versions; in add_versions()
2590 if (versions == NULL) in add_versions()
2594 versions = versions->next; in add_versions()
2595 assert (versions != NULL); in add_versions()
2602 add_id_list (versions->versionname, versions->local_names, true); in add_versions()
2603 add_id_list (versions->versionname, versions->global_names, false); in add_versions()
2605 oldp = versions; in add_versions()
2606 versions = versions->next; in add_versions()
[all …]
/external/android-mock/tests/com/google/android/testing/mocking/
DSdkVersionTest.java29 List<SdkVersion> versions = Arrays.asList(SdkVersion.getAllVersions()); in testGetAllVersions() local
31 assertEquals(6, versions.size()); in testGetAllVersions()
32 assertTrue(values.containsAll(versions)); in testGetAllVersions()
33 assertFalse(versions.contains(SdkVersion.UNKNOWN)); in testGetAllVersions()
/external/libpng/
DLICENSE13 libpng versions 1.2.6, August 15, 2004, through 1.2.46, July 9, 2011, are
20 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
38 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
47 libpng versions 0.89, June 1996, through 0.96, May 1997, are
59 libpng versions 0.5, May 1995, through 0.88, January 1996, are
85 2. Altered versions must be plainly marked as such and must not
DNOTICE13 libpng versions 1.2.6, August 15, 2004, through 1.2.46, July 9, 2011, are
20 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
38 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
47 libpng versions 0.89, June 1996, through 0.96, May 1997, are
59 libpng versions 0.5, May 1995, through 0.88, January 1996, are
85 2. Altered versions must be plainly marked as such and must not
/external/icu4c/test/perf/
DREADME7 The performance tests in ICU4C compares various aspects of ICU against previous versions of ICU,
25 1) You should create a directory to hold the ICU (current and previous versions) and the data.
28 2) Checkout the current ICU and 2 previous versions (for proper regression testing) and the data
40 c) Path to the root directory of the different versions of ICU
49 in the previous versions of ICU do not need to be run seperately.
/external/quake/quake/src/
Dreadme.txt7 build with only C code, but the software rendering versions lose almost half
8 its speed. The OpenGL versions will not be effected very much. The
10 linux, and windows versions, but I don't really recommend anyone mess
19 is that if you distribute new binary versions, you are required to make the
26 you are going to publicly release modified versions of this code, you must
/external/grub/
Dacinclude.m441 dnl Some versions of `objcopy -O binary' vary their output depending
79 dnl Older versions of GAS interpret `.code16' to mean ``generate 32-bit
83 dnl Newer versions of GAS interpret `.code16' to mean ``generate 16-bit
88 dnl We only support the newer versions, because the old versions cause
118 dnl Later versions of GAS requires that addr32 and data32 prefixes
120 dnl earlier versions requires that they appear in separate lines.
155 dnl Older versions of GAS require that absolute indirect calls/jumps are
156 dnl not prefixed with `*', while later versions warn if not prefixed.
323 # Because early versions of GNU sed 3.x are too buggy, use a C program
/external/noto-fonts/
DREADME10 needed for Android (the unhinted versions in particular, if both hinted
11 and unhinted versions are available, for size reasons), so does not
/external/llvm/lib/Support/Unix/
DREADME.txt14 created. Also, further subdirectories could be created to reflect versions of
16 subdirectories to reflect the three major versions of SUS.
/external/naver-fonts/
DREADME2 modified versions of the NanumGothicBold.ttf and NanumGothic.ttf fonts
15 font name with these moidified versions of NanumGothicBold.ttf and
/external/zlib/src/
DREADME46 available in Python 1.5 and later versions, see
58 - For Windows DLL versions, please see win32/DLL_FAQ.txt
70 - zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with
101 2. Altered source versions must be plainly marked as such, and must not be
115 the FAQ for more information on the distribution of modified source versions.
/external/webkit/Source/ThirdParty/ANGLE/Configurations/
DBase.xcconfig28 // Note that Xcode versions as new as 3.1.2 use XCODE_VERSION_ACTUAL for the minor version
29 // number. Newer versions of Xcode use XCODE_VERSION_MINOR for the minor version, and
/external/webkit/Tools/android/flex-2.5.4a/MISC/
DREADME44 to write progressively higher-performance versions of the Unix
68 And the following is included for compatibility with some broken versions
75 Many thanks to those who contributed these files. Updated versions will
/external/quake/quake/src/WinQuake/docs/
DREADME4 This README convers all versions of Quake for Linux:
91 such as sound, keyboard, mouse and the 3DFX video. Future versions may not
119 -mdev <device> (SVGALib based versions only)
122 -mrate <speed> (SVGALib based versions only)
153 kernel, libc, svgalib and other software versions before you email me.
/external/chromium/chrome/common/extensions/docs/server/
DREADME36 4. Go to http://www.appspot.com, select the docs project, click "versions" in
39 If you get an error about too many versions when deploying, go into this
/external/aac/
DNOTICE11 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
23 Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound…
46 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed t…
47 and the date of any change. For modified versions of the FDK AAC Codec, the term
/external/expat/bcb5/
DREADME.txt6 tested with both versions 5 and 6 of the C++ Builder product.
59 XML_UNICODE_WCHAR_T will bring in the unicode versions of the tchar macros.
60 Otherwise the utf-8 versions are used. xmlwf uses its own versions of the
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/English.lproj/
DInfoPlist.strings1 /* Localized versions of Info.plist keys */
/external/webkit/Source/WebKit2/English.lproj/
DInfoPlist.strings1 /* Localized versions of Info.plist keys */
/external/webkit/Examples/NetscapeCocoaPlugin/English.lproj/
DInfoPlist.strings1 /* Localized versions of Info.plist keys */
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLRTests/en.lproj/
DInfoPlist.strings1 /* Localized versions of Info.plist keys */
/external/webkit/Examples/NetscapeInputMethodPlugin/English.lproj/
DInfoPlist.strings1 /* Localized versions of Info.plist keys */

12345678910>>...30