HomeSort by relevance Sort by last modified time
    Searched refs:VERSION (Results 676 - 700 of 1890) sorted by null

<<21222324252627282930>>

  /frameworks/support/tv-provider/tests/src/android/support/media/tv/
ProgramTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
233 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
240 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
245 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
VisualVoicemailNotifier.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
27 import android.os.Build.VERSION;
209 if (VERSION.SDK_INT < VERSION_CODES.N) {
227 if (VERSION.SDK_INT < VERSION_CODES.N) {
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
78 final String VERSION = "1";
84 testOptions.mAttributes.put(DictionaryHeader.DICTIONARY_VERSION_KEY, VERSION);
115 assertEquals("Wrong version attribute", VERSION, resultDict.mOptions.mAttributes.get(
163 options.put("version", Integer.toString(mRandom.nextInt()));
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
FeatureDeviceInfo.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
55 // Add the feature version if avaiable.
56 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
57 int version = featureInfo.version; local
58 addFeature(store, featureInfo.name, type, true, version);
115 int version) throws Exception {
120 store.addResult("version", version);
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
87 addResult(VERSION_RELEASE, Build.VERSION.RELEASE);
88 addResult(VERSION_SDK, Build.VERSION.SDK);
89 addResult(VERSION_BASE_OS, Build.VERSION.BASE_OS);
90 addResult(VERSION_SECURITY_PATCH, Build.VERSION.SECURITY_PATCH);
145 // OpenGL ES version
338 /** @return a string containing the Open GL ES version number or an error message */
344 // Null feature name means this feature is the open gl es version feature.
350 return "No feature for Open GL ES version.";
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
SetupProfileFragment.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
79 if (Build.VERSION.SDK_INT >= 24) {
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
119 if(Build.VERSION.SDK_INT >= 21) {
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
95 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
SetupProfileFragment.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
79 if (Build.VERSION.SDK_INT >= 24) {
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
119 if(Build.VERSION.SDK_INT >= 21) {
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
95 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
41 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
SetupProfileFragment.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
79 if (Build.VERSION.SDK_INT >= 24) {
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
119 if(Build.VERSION.SDK_INT >= 21) {
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
ThumbnailRadioButton.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
93 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN)
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
Policy.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
146 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
  /device/google/marlin/dataservices/datatop/src/
datatop_sys_snap.c 161 " Version ");
162 dtop_system_snapshot_helper_print(file, VERSION);
  /external/curl/lib/
curl_config.h 475 /* if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE
834 /* Define to the full name and version of this package. */
843 /* Define to the version of this package. */
992 /* Version number of package */
993 #define VERSION "-"
1032 /* the signed version of size_t */
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
AppDataDirGuesserTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
112 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
MemorySizeCalculator.java 89 final int sdkInt = Build.VERSION.SDK_INT;
  /external/jmdns/src/javax/jmdns/
JmDNS.java 2 // Licensed under Apache License version 2.0
40 * The version of JmDNS.
42 public static final String VERSION = "3.4.2";
  /external/kmod/tools/
insmod.c 8 * the Free Software Foundation, either version 2 of the License, or
9 * (at your option) any later version.
34 {"version", no_argument, 0, 'V'},
44 "\t-V, --version show version\n"
57 return "Module has wrong symbol version";
94 puts(PACKAGE " version " VERSION);
kmod.c 8 * the Free Software Foundation, either version 2 of the License, or
9 * (at your option) any later version.
35 { "version", no_argument, NULL, 'V' },
69 "\t-V, --version show version\n"
116 puts(PACKAGE " version " VERSION);
rmmod.c 8 * the Free Software Foundation, either version 2 of the License, or
9 * (at your option) any later version.
44 {"version", no_argument, 0, 'V'},
59 "\t-V, --version show version\n"
130 puts(PACKAGE " version " VERSION);
  /external/libjpeg-turbo/release/
makemacpkg.in 25 VERSION=@VERSION@
100 if [ -f $PACKAGE_NAME-$VERSION.dmg ]; then
101 rm -f $PACKAGE_NAME-$VERSION.dmg
461 pkgbuild --root $PKGROOT --version $VERSION.$BUILD \
466 hdiutil create -fs HFS+ -volname $PACKAGE_NAME-$VERSION \
467 -srcfolder "$TMPDIR/dmg" $TMPDIR/$PACKAGE_NAME-$VERSION.dmg
468 cp $TMPDIR/$PACKAGE_NAME-$VERSION.dmg .

Completed in 865 milliseconds

<<21222324252627282930>>