HomeSort by relevance Sort by last modified time
    Searched refs:RELEASE (Results 1 - 25 of 446) 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...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsulePdb/
MicrocodeCapsulePdb.dsc 32 BUILD_TARGETS = DEBUG|RELEASE
  /frameworks/base/core/java/android/util/
Config.java 37 public static final boolean RELEASE = true;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsuleTxt/
MicrocodeCapsuleTxt.dsc 32 BUILD_TARGETS = DEBUG|RELEASE
  /art/runtime/gc/
scoped_gc_critical_section.h 37 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
  /packages/apps/Dialer/java/com/android/dialer/buildtype/release/
BuildTypeAccessorImpl.java 29 return Type.RELEASE;
  /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...]
  /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 34 Type.RELEASE,
41 int RELEASE = 4;
  /system/sepolicy/prebuilts/api/26.0/private/
keys.conf 21 [@RELEASE]
  /system/sepolicy/prebuilts/api/27.0/private/
keys.conf 21 [@RELEASE]
  /system/sepolicy/prebuilts/api/28.0/private/
keys.conf 21 [@RELEASE]
  /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:
  /art/openjdkjvmti/
deopt_manager.h 130 RELEASE(deoptimization_status_lock_) REQUIRES(!art::Locks::mutator_lock_);
136 RELEASE(deoptimization_status_lock_)
140 RELEASE(deoptimization_status_lock_)
144 RELEASE(deoptimization_status_lock_)
148 RELEASE(deoptimization_status_lock_)
152 RELEASE(deoptimization_status_lock_)
156 RELEASE(deoptimization_status_lock_)
  /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 + ";"
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
BuildInfo.java 46 return Build.VERSION.RELEASE;
  /frameworks/support/media/version-compat-tests/lib/src/main/java/android/support/mediacompat/testlib/
MediaSessionConstants.java 37 public static final int RELEASE = 114;
  /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,

Completed in 1019 milliseconds

1 2 3 4 5 6 7 8 91011>>