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

<<21222324252627282930>>

  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 3 * Licensed under the Apache License, Version 2.0 (the "License");
94 if (Build.VERSION.SDK_INT >= 16) {
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/
SwipeRefreshListFragment.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
149 * Handles platform version differences, providing backwards compatible functionality where
153 if (android.os.Build.VERSION.SDK_INT >= 14) {
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DetailActivity.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
43 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
  /external/curl/lib/
config-tpf.h 588 /* Define to the full name and version of this package. */
594 /* Define to the version of this package. */
654 /* Version number of package */
655 #define VERSION "not-used"
682 /* the signed version of size_t */
  /external/deqp/scripts/egl/
library.py 9 # Licensed under the Apache License, Version 2.0 (the "License");
79 check = lambda api, version: api == 'egl' and version in set(["1.4", "1.5"]),
86 noExtIface = getInterface(registry, 'egl', VERSION)
  /external/dnsmasq/src/
config.h 5 the Free Software Foundation; version 2 dated June, 1991, or
6 (at your option) version 3 dated 29 June, 2007.
17 #define VERSION "2.51"
149 HAVE_ARC4RANDOM - OpenBSD and FreeBSD and NetBSD version 2.0 or later
  /external/droiddriver/src/io/appium/droiddriver/actions/
SingleKeyAction.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
83 Build.VERSION.SDK_INT < Build.VERSION_CODES.HONEYCOMB_MR1 ? String.valueOf(keyCode)
TextAction.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
36 Build.VERSION.SDK_INT < Build.VERSION_CODES.HONEYCOMB
  /external/glide/library/src/main/java/com/bumptech/glide/util/
Util.java 69 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
  /external/icu/icu4c/source/config/
icu-config-bottom 62 echo " --unicode-version Print version of Unicode data used in ICU ($UNICODE_VERSION)"
63 echo " --version Print ICU version ($VERSION)"
359 --version)
360 echo $ECHO_N $VERSION
363 --unicode-version)
  /external/libmojo/base/android/java/src/org/chromium/base/
CommandLineInitUtil.java 70 String debugApp = Build.VERSION.SDK_INT < 17
  /frameworks/base/core/java/android/content/pm/split/
DefaultSplitAssetLoader.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
69 Build.VERSION.RESOURCES_SDK_INT);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
Utils.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
47 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/span/
LinkSpan.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
88 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
StickyHeaderScrollView.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
79 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicConvolve3x3.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
67 android.os.Build.VERSION.SDK_INT < INTRINSIC_API_LEVEL;
ScriptIntrinsicConvolve5x5.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
68 android.os.Build.VERSION.SDK_INT < INTRINSIC_API_LEVEL;
ScriptIntrinsicLUT.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
52 android.os.Build.VERSION.SDK_INT < INTRINSIC_API_LEVEL;
ScriptIntrinsicResize.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
46 android.os.Build.VERSION.SDK_INT < INTRINSIC_API_LEVEL;
  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
MediaStoreSaver.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
79 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /frameworks/rs/tests/java_api/RSTestBackward/src/com/android/rs/testbackward/
RSBackwardCompatibilityTests.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
51 int thisApiVersion = android.os.Build.VERSION.SDK_INT;
56 String.format("API version is less than %d, no tests running", minApiVersion));
  /frameworks/rs/tests/java_api/RSTestBackward19/src/com/android/rs/testbackward19/
RSBackward19CompatibilityTests.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
58 int thisApiVersion = android.os.Build.VERSION.SDK_INT;
63 String.format("API version is less than %d, no tests running", minApiVersion));
69 String.format("API version is greater than %d, please use RSTestBackward",
RSTests.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
25 * To change unit tests version, please run the Python script above.
29 int thisApiVersion = android.os.Build.VERSION.SDK_INT;
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
MediaStoreSaver.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
73 if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
MediaStoreSaver.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
79 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {

Completed in 557 milliseconds

<<21222324252627282930>>