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

1 2 3 4 5 6 7 8 91011

  /device/google/contexthub/firmware/build/
common_config.mk 76 # DEBUG/RELEASE-specific
78 RELEASE ?=
86 $(RELEASE) \
  /frameworks/base/core/java/android/util/
Config.java 37 public static final boolean RELEASE = true;
  /external/webrtc/webrtc/base/
winfirewall.cc 18 #define RELEASE(lpUnk) do { \
20 (lpUnk)->Release(); \
61 RELEASE(profile_);
62 RELEASE(policy_);
63 RELEASE(mgr_);
98 app->Release();
110 apps->Release();
146 app->Release();
148 apps->Release();
  /packages/apps/Dialer/java/com/android/dialer/buildtype/
BuildType.java 31 BUGFOOD, FISHFOOD, DOGFOOD, RELEASE, TEST,
38 public static final int RELEASE = 4;
  /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);
  /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:
  /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)
  /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() {}
  /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";
  /frameworks/native/include/gui/
FrameTimestamps.h 47 RELEASE,
222 std::shared_ptr<FenceTime>&& release);
  /system/core/base/include/android-base/
thread_annotations.h 59 #define RELEASE(...) \
  /external/libpcap/
atmuni31.h 48 #define RELEASE 0x4d /* release */
  /external/tcpdump/
atmuni31.h 48 #define RELEASE 0x4d /* release */
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 37 RELEASE = IBinder::FIRST_CALL_TRANSACTION,
332 status_t release() function in class:android::BpMediaRecorder
334 ALOGV("release");
337 remote()->transact(RELEASE, data, &reply);
351 case RELEASE: {
352 ALOGV("RELEASE");
354 reply->writeInt32(release());