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

<<31323334353637383940>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
prompt.py 6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
51 "The version of GDB."
52 return gdb.VERSION
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
prompt.py 6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
51 "The version of GDB."
52 return gdb.VERSION
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
prompt.py 6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
51 "The version of GDB."
52 return gdb.VERSION
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
prompt.py 6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
51 "The version of GDB."
52 return gdb.VERSION
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 54 #define VERSION "2.5.1-FreeBSD"
  /tools/tradefederation/core/src/com/android/tradefed/build/
SdkFolderBuildInfo.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
28 private static final long serialVersionUID = BuildSerializedVersion.VERSION;
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
SerializationUtilTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
43 private static final long serialVersionUID = BuildSerializedVersion.VERSION;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DynamicSensorDiscoveryTestActivity.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
60 if (mSensorManager == null || !(Build.VERSION.SDK_INT > Build.VERSION_CODES.M ||
61 Build.VERSION.CODENAME.startsWith("N") /* useful when N in dev */) ) {
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
177 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
186 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
177 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
186 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
177 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
186 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
177 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
186 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
177 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
186 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
177 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
186 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
177 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
186 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
177 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
186 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
177 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
186 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
177 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
186 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
177 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
186 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
177 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
186 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
177 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
186 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DisplayActivity.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
82 // If the platform version is Android 3.0 (Honeycomb) or above
83 if (Build.VERSION.SDK_INT >= 11) {
88 // If the platform version is Android 4.0 (ICS) or above
89 if (Build.VERSION.SDK_INT >= 14 && fullscreen) {
  /external/bison/examples/calc++/
Makefile.am 6 # the Free Software Foundation, either version 3 of the License, or
7 # (at your option) any later version.
38 $(AWK) -f ../extexi -v VERSION="$(VERSION)" \
  /external/elfutils/libdwfl/
Makefile.am 12 ## Software Foundation; either version 3 of the License, or (at
13 ## your option) any later version
18 ## Software Foundation; either version 2 of the License, or (at
19 ## your option) any later version
35 VERSION = 1
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
LruBitmapPool.java 121 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB_MR1) {
171 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {

Completed in 4723 milliseconds

<<31323334353637383940>>