/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
|
/external/deqp-deps/SPIRV-Tools/kokoro/linux-clang-release/ |
build.sh | 24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE clang
|
/external/deqp-deps/SPIRV-Tools/kokoro/linux-gcc-release/ |
build.sh | 24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE gcc
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/linux-clang-release/ |
build.sh | 24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE clang
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/linux-gcc-release/ |
build.sh | 24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE gcc
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsuleTxt/ |
MicrocodeCapsuleTxt.dsc | 32 BUILD_TARGETS = DEBUG|RELEASE
|
/art/runtime/gc/ |
scoped_gc_critical_section.h | 41 void Exit(const char* old_reason) RELEASE(Roles::uninterruptible_); 55 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
|
scoped_gc_critical_section.cc | 44 auto kludge = []() RELEASE(Roles::uninterruptible_) NO_THREAD_SAFETY_ANALYSIS {};
|
/external/syzkaller/tools/ |
create-image.sh | 10 RELEASE=wheezy 14 sudo debootstrap --include=openssh-server,curl,tar,gcc,libc6-dev,time,strace,sudo,less,psmisc,selinux-utils,policycoreutils,checkpolicy,selinux-policy-default $RELEASE $DIR 35 ssh-keygen -f $RELEASE.id_rsa -t rsa -N '' 37 cat $RELEASE.id_rsa.pub | sudo tee $DIR/root/.ssh/authorized_keys 40 dd if=/dev/zero of=$RELEASE.img bs=1M seek=2047 count=1 41 sudo mkfs.ext4 -F $RELEASE.img 43 sudo mount -o loop $RELEASE.img /mnt/$DIR
|
/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...] |
/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:
|
/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;
|
/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)
|
/art/openjdkjvmti/ |
deopt_manager.h | 142 RELEASE(deoptimization_status_lock_) REQUIRES(!art::Locks::mutator_lock_); 148 RELEASE(deoptimization_status_lock_) 152 RELEASE(deoptimization_status_lock_) 156 RELEASE(deoptimization_status_lock_) 160 RELEASE(deoptimization_status_lock_) 164 RELEASE(deoptimization_status_lock_) 168 RELEASE(deoptimization_status_lock_)
|
/external/google-benchmark/src/ |
mutex.h | 43 #define RELEASE(...) \ 80 void unlock() RELEASE() { mut_.unlock(); } 92 ~MutexLock() RELEASE() {}
|
/external/libcxx/utils/google-benchmark/src/ |
mutex.h | 43 #define RELEASE(...) \ 80 void unlock() RELEASE() { mut_.unlock(); } 92 ~MutexLock() RELEASE() {}
|