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

1 2 3 4 5 6 7 891011>>

  /external/curl/docs/cmdline-opts/
tls-max.d 2 Arg: <VERSION>
10 VERSION defines maximum supported TLS version. A minimum is defined
15 Use up to recommended TLS version.
  /external/elfutils/
config.h 58 /* Define to the full name and version of this package. */
67 /* Define to the version of this package. */
95 /* Version number of package */
96 #define VERSION "0.165"
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
Version.java 21 * The <code>version</code> command.
23 public class Version extends Command {
27 return "Print JaCoCo version information.";
33 out.println(JaCoCo.VERSION);
  /external/libopus/doc/
build_isobmff.sh 49 VERSION=$(fgrep Version ${HTML} | sed 's/.*Version \([0-9]\.[0-9]\.[0-9]\).*/\1/')
50 echo Now at version ${VERSION}
  /external/libusb/darwin/
config.h 112 /* Define to the full name and version of this package. */
121 /* Define to the version of this package. */
145 /* Version number of package */
146 #define VERSION "1.0.21-rc5"
148 /* Oldest Windows version supported */
  /external/libusb/linux/
config.h 113 /* Define to the full name and version of this package. */
122 /* Define to the version of this package. */
146 /* Version number of package */
147 #define VERSION "1.0.21-rc5"
149 /* Oldest Windows version supported */
  /external/pdfium/third_party/yasm/source/config/android/
config.h 121 /* Define to the full name and version of this package. */
130 /* Define to the version of this package. */
154 /* Version number of package */
155 #define VERSION "1.3.0"
  /external/pdfium/third_party/yasm/source/config/ios/
config.h 121 /* Define to the full name and version of this package. */
130 /* Define to the version of this package. */
154 /* Version number of package */
155 #define VERSION "1.3.0"
  /external/pdfium/third_party/yasm/source/config/linux/
config.h 121 /* Define to the full name and version of this package. */
130 /* Define to the version of this package. */
154 /* Version number of package */
155 #define VERSION "1.3.0"
  /external/pdfium/third_party/yasm/source/config/mac/
config.h 121 /* Define to the full name and version of this package. */
130 /* Define to the version of this package. */
154 /* Version number of package */
155 #define VERSION "1.3.0"
  /external/pdfium/third_party/yasm/source/config/openbsd/
config.h 113 /* Define to the full name and version of this package. */
122 /* Define to the version of this package. */
146 /* Version number of package */
147 #define VERSION "1.2.0"
  /external/ppp/pppd/plugins/
minconn.c 39 char pppd_version[] = VERSION;
  /external/syslinux/com32/hdt/
hdt-dump-hdt.c 38 add_s("hdt.version",VERSION);
  /external/webrtc/third_party/gflags/gen/posix/include/private/
config.h 81 /* Define to the full name and version of this package. */
90 /* Define to the version of this package. */
103 /* Version number of package */
104 #define VERSION "1.5"
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
QSTile.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
31 @ProvidesInterface(version = QSTile.VERSION)
38 int VERSION = 1;
75 @ProvidesInterface(version = Callback.VERSION)
77 public static final int VERSION = 1;
85 @ProvidesInterface(version = Icon.VERSION)
87 public static final int VERSION = 1
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/content/res/
ConfigurationHelper.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
19 import static android.os.Build.VERSION.SDK_INT;
  /frameworks/support/compat/src/main/java/androidx/core/database/
CursorWindowCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
44 } else if (Build.VERSION.SDK_INT >= 15) {
  /frameworks/support/compat/src/main/java/androidx/core/widget/
PopupMenuCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
55 if (Build.VERSION.SDK_INT >= 19) {
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
PermissionHelper.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
30 if (Build.VERSION.SDK_INT >= 23) {
  /frameworks/support/samples/SupportAppNavigation/src/main/java/com/example/android/support/appnavigation/app/
ActionBarCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
27 * This class will only ever be loaded if the version check succeeds,
38 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
  /frameworks/support/transition/src/main/java/androidx/transition/
PropertyValuesHolderUtils.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
38 if (Build.VERSION.SDK_INT >= 21) {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
TooltipCompat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
41 if (Build.VERSION.SDK_INT >= 26) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
89 final boolean validRelease = !TextUtils.isEmpty(Build.VERSION.RELEASE);
91 final boolean includeModel = "REL".equals(Build.VERSION.CODENAME)
96 builder.append("/").append(Build.VERSION.RELEASE);
100 builder.append(" ").append(Build.VERSION.RELEASE);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/utils/
ApiHelper.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
37 if (Build.VERSION.SDK_INT >= 11) {
  /developers/build/prebuilts/gradle/ImmersiveMode/Application/src/main/java/com/example/android/immersivemode/
ImmersiveModeFragment.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
79 if (Build.VERSION.SDK_INT >= 14) {
84 if (Build.VERSION.SDK_INT >= 16) {
96 if (Build.VERSION.SDK_INT >= 18) {

Completed in 1000 milliseconds

1 2 3 4 5 6 7 891011>>