HomeSort by relevance Sort by last modified time
    Searched refs:VERSION (Results 51 - 75 of 2173) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
ShadowHelper.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
24 return Build.VERSION.SDK_INT >= 21;
29 if (Build.VERSION.SDK_INT >= 21) {
37 if (Build.VERSION.SDK_INT >= 21) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Constants.cs 44 public static readonly string VERSION = "3.1b1";
46 // Moved to version 2 for v3.1: added grammar name to enter/exit Rule
  /external/desugar/test/java/com/google/devtools/build/android/desugar/mocked_android_framework/android/os/
Build.java 3 // Licensed under the Apache License, Version 2.0 (the "License");
21 /** A simple mock for the real android.os.Build.VERSION */
22 public static final class VERSION {
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/subpackage/
PackagePrivateInterface.java 3 // Licensed under the Apache License, Version 2.0 (the "License");
28 Integer VERSION = Integer.valueOf(0);
  /external/dtc/scripts/
kup-dtc 9 VERSION="$1"
11 TAG="v$VERSION"
13 PREFIX="dtc-$VERSION/"
14 TAR="dtc-$VERSION.tar"
28 for version; do
29 kup_one $version
  /external/glide/library/src/main/java/com/bumptech/glide/load/
DecodeFormat.java 33 public static final DecodeFormat DEFAULT = Build.VERSION.SDK_INT > Build.VERSION_CODES.KITKAT
  /external/libdaemon/
bootstrap.sh 25 VERSION=1.9
50 run_versioned automake "$VERSION" -a -c --foreign
62 run_versioned aclocal "$VERSION" -I m4
65 run_versioned automake "$VERSION" -a -c --foreign
  /external/oj-libjdwp/src/solaris/javavm/export/
jvm_md.h 6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
46 #define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME "." VERSION JNI_LIB_SUFFIX
49 #define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME JNI_LIB_SUFFIX "." VERSION
  /external/syslinux/com32/hdt/
hdt.h 36 #define VERSION "0.5.2"
  /frameworks/compile/mclinker/include/mcld/Config/
Config.h 29 /* MCLINKER version */
36 /* Version number of package */
37 #define VERSION "dev"
  /libcore/ojluni/src/main/native/
jvm_md.h 6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
46 #define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME "." VERSION JNI_LIB_SUFFIX
49 #define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME JNI_LIB_SUFFIX "." VERSION
  /compatibility/cdd/
cdd_gen.sh 5 # ./cdd_gen.sh --version xx --branch xx
7 # where version is the version number and branch is the name of the AOSP branch.
19 -v|--version)
20 VERSION="$2"
41 echo "VERSION = ${VERSION}"
47 filename="android-${VERSION}-cdd-${current_time}"
50 if [ -z "${VERSION+x}" ] || [ -z "${BRANCH+x}" ];
56 python make_cdd.py --version $VERSION --branch $BRANCH --output $filename
    [all...]
  /device/common/
clear-factory-images-variables.sh 3 # Licensed under the Apache License, Version 2.0 (the "License");
31 unset VERSION
  /external/skia/infra/bots/assets/win_ninja/
create.py 15 VERSION = "v1.8.2"
20 subprocess.check_call(["curl", "-L", URL % VERSION, "-o", "ninja-win.zip"])
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
IntentButtonProvider.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
26 @ProvidesInterface(version = IntentButtonProvider.VERSION)
29 public static final int VERSION = 1;
OverlayPlugin.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
20 @ProvidesInterface(action = OverlayPlugin.ACTION, version = OverlayPlugin.VERSION)
24 int VERSION = 2;
PluginDependency.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
19 @ProvidesInterface(version = PluginDependency.VERSION)
21 public static final int VERSION = 1;
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
Trace.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
34 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR2) {
46 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR2) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Trace.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
34 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR2) {
46 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR2) {
  /frameworks/support/development/refaster/
IsAtLeastO.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 import android.os.Build.VERSION;
36 return VERSION.SDK_INT >= 26;
  /packages/apps/Dialer/java/com/android/contacts/common/compat/
CallableCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 import android.os.Build.VERSION;
31 if (VERSION.SDK_INT >= VERSION_CODES.N) {
ContactsCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 import android.os.Build.VERSION;
36 if (VERSION.SDK_INT >= VERSION_CODES.N) {
PhoneCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 import android.os.Build.VERSION;
31 if (VERSION.SDK_INT >= VERSION_CODES.N) {
  /packages/apps/TV/common/src/com/android/tv/common/feature/
Sdk.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
22 /** Holder for SDK version features */
28 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.N;
36 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.O;
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
Utils.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
60 return Build.VERSION.SDK_INT >= VERSION_CODES.FROYO;
64 return Build.VERSION.SDK_INT >= VERSION_CODES.GINGERBREAD;
68 return Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB;
72 return Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB_MR1;
76 return Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN;
80 return Build.VERSION.SDK_INT >= VERSION_CODES.KITKAT;

Completed in 504 milliseconds

1 23 4 5 6 7 8 91011>>