HomeSort by relevance Sort by last modified time
    Searched refs:RELEASE (Results 1 - 25 of 383) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLProcessorVersion.src 25 * the Xalan release.
57 * the previous release. 'n' represents the n'th
67 * Release Number.
68 * Release number. This changes when:
72 * - its designated as a reference release.
74 public static final int RELEASE = @version.RELEASE@;
79 * drop applied to a specific release and contains
81 * with the release and contains no API changes.
83 * development drop for a release
    [all...]
  /frameworks/base/core/java/android/util/
Config.java 37 public static final boolean RELEASE = true;
  /packages/apps/Dialer/java/com/android/dialer/buildtype/release/
BuildTypeAccessorImpl.java 28 return BuildType.RELEASE;
  /art/runtime/gc/
scoped_gc_critical_section.h 37 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
  /bionic/libc/bionic/
pthread_barrier.cpp 61 RELEASE,
120 while(atomic_load_explicit(&barrier->state, memory_order_acquire) == RELEASE) {
121 __futex_wait_ex(&barrier->state, barrier->pshared, RELEASE, false, nullptr);
146 // Use release operation here to synchronize between the last thread entering the
148 atomic_store_explicit(&barrier->state, RELEASE, memory_order_release);
158 // Use release operation here to make it not reordered with previous operations.
160 // Use release operation here to synchronize with threads entering the barrier for
175 while (atomic_load_explicit(&barrier->state, memory_order_acquire) == RELEASE) {
176 __futex_wait_ex(&barrier->state, barrier->pshared, RELEASE, false, nullptr);
  /external/apache-xml/src/main/java/org/apache/xalan/
Version.src 25 * the Xalan release.
38 * Get the basic version string for the current Xalan release.
85 * the previous release. 'n' represents the n'th
99 * Release Number.
100 * Release number. This changes when:
104 * - its designated as a reference release.
108 return @version.RELEASE@;
114 * drop applied to a specific release and contains
116 * with the release and contains no API changes.
118 * development drop for a release.
    [all...]
  /external/curl/scripts/
contributors.sh 27 # RELEASE-NOTES.
45 # awk them into RELEASE-NOTES format
55 grep -a "^ [^ \(]" RELEASE-NOTES| \
contrithanks.sh 46 # grep out the list of names from RELEASE-NOTES
49 grep -a "^ [^ (]" RELEASE-NOTES| \
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraActions.java 22 public static final int RELEASE = 2;
61 case RELEASE:
62 return "RELEASE";
  /packages/apps/Dialer/java/com/android/dialer/buildtype/
BuildType.java 31 BUGFOOD, FISHFOOD, DOGFOOD, RELEASE, TEST,
38 public static final int RELEASE = 4;
  /system/sepolicy/private/
keys.conf 21 [@RELEASE]
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 20 * Very simple Attack, Decay, Sustain, Release envelope with linear ramps.
29 private static final int RELEASE = 4;
76 mSstate = RELEASE;
96 case RELEASE:
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 20 * Very simple Attack, Decay, Sustain, Release envelope with linear ramps.
29 private static final int RELEASE = 4;
76 mSstate = RELEASE;
96 case RELEASE:
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 20 * Very simple Attack, Decay, Sustain, Release envelope with linear ramps.
29 private static final int RELEASE = 4;
76 mSstate = RELEASE;
96 case RELEASE:
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
EnvelopeADSR.java 20 * Very simple Attack, Decay, Sustain, Release envelope with linear ramps.
29 private static final int RELEASE = 4;
76 mSstate = RELEASE;
96 case RELEASE:
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
EnvelopeADSR.java 20 * Very simple Attack, Decay, Sustain, Release envelope with linear ramps.
29 private static final int RELEASE = 4;
76 mSstate = RELEASE;
96 case RELEASE:
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 89 final boolean validRelease = !TextUtils.isEmpty(Build.VERSION.RELEASE);
96 builder.append("/").append(Build.VERSION.RELEASE);
100 builder.append(" ").append(Build.VERSION.RELEASE);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
Constants.java 66 + android.os.Build.VERSION.RELEASE + ";"
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/
build.sh 85 if [[ $arg == RELEASE ]];
87 TARGET=RELEASE
107 if [[ $TARGET == RELEASE ]]; then
108 build -p $WORKSPACE/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/BeagleBoardPkg.dsc -a ARM -t $TARGET_TOOLS -b $TARGET -D DEBUG_TARGET=RELEASE ${2:-} ${3:-} ${4:-} ${5:-} ${6:-} ${7:-} ${8:-}
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
BuildInfo.java 46 return Build.VERSION.RELEASE;
  /hardware/interfaces/drm/1.0/
types.hal 157 * The Release type is used to request that offline keys be no longer
160 RELEASE,
180 * Key request type is a release. A key release causes offline keys
183 RELEASE,
  /device/google/contexthub/firmware/build/
common_config.mk 76 # DEBUG/RELEASE-specific
78 RELEASE ?=
86 $(RELEASE) \
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Version.src 25 * the Serializer release.
82 * the previous release. 'n' represents the n'th
96 * Release Number.
97 * Release number. This changes when:
101 * - its designated as a reference release.
105 return @version.RELEASE@;
111 * drop applied to a specific release and contains
113 * with the release and contains no API changes.
115 * development drop for a release.
125 * a specific release. D01 is the first development dro
    [all...]
  /external/lz4/contrib/djgpp/
Makefile 9 RELEASE ?= r$(VERSION)
22 CFLAGS ?= -O3 -std=gnu99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"$(RELEASE)\"
99 @echo "RELEASE="$(RELEASE)
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
cstring.i 208 * %cstring_output_allocate(TYPEMAP, RELEASE)
220 %define %cstring_output_allocate(TYPEMAP, RELEASE)
228 RELEASE;
236 * %cstring_output_allocate_size(TYPEMAP, SIZE, RELEASE)
249 %define %cstring_output_allocate_size(TYPEMAP, SIZE, RELEASE)
258 RELEASE;

Completed in 1534 milliseconds

1 2 3 4 5 6 7 8 91011>>