| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
| H A D | EnvelopeADSR.java | 29 private static final int RELEASE = 4; field in EnvelopeADSR 80 mSstate = RELEASE; in off() 100 case RELEASE: in render()
|
| /third_party/benchmark/src/ |
| H A D | mutex.h | 43 #define RELEASE(...) \ macro 80 void unlock() RELEASE() { mut_.unlock(); } in RELEASE() function 92 ~MutexLock() RELEASE() {} in RELEASE() function in benchmark::MutexLock
|
| /third_party/lz4/contrib/djgpp/ |
| H A D | Makefile | 9 RELEASE ?= r$(VERSION) macro 22 CFLAGS ?= -O3 -std=gnu99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"$(RELEASE)\" 99 @echo "RELEASE="$(RELEASE)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| H A D | mutex.h | 38 MARL_NO_EXPORT inline void unlock() RELEASE() { _.unlock(); } in RELEASE() function 76 inline ~lock() RELEASE() {} in RELEASE() function in marl::lock
|
| H A D | tsa.h | 56 #define RELEASE(...) \ macro
|
| H A D | scheduler.h | 378 void enqueueAndUnlock(Task&& task) REQUIRES(work.mutex) RELEASE(work.mutex);
|
| /third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
| H A D | config.pm | 32 my $RELEASE; 74 # Pattern matches against "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" 84 my $HPUXVER = $RELEASE; 111 my $VERS = $RELEASE; 140 my $OSFMAJOR = $RELEASE; 175 [ 'NONSTOP_KERNEL:.*:NSE-.*?', 'nse-tandem-nsk${RELEASE}' ], 176 [ 'NONSTOP_KERNEL:.*:NSV-.*?', 'nsv-tandem-nsk${RELEASE}' ], 177 [ 'NONSTOP_KERNEL:.*:NSX-.*?', 'nsx-tandem-nsk${RELEASE}' ], 253 ($SYSTEM, undef, $RELEASE, $VERSION, $MACHINE) = POSIX::uname(); 254 my $sys = "${SYSTEM}:${RELEASE} [all...] |
| /third_party/openssl/util/perl/OpenSSL/ |
| H A D | config.pm | 32 my $RELEASE; 74 # Pattern matches against "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" 84 my $HPUXVER = $RELEASE; 111 my $VERS = $RELEASE; 140 my $OSFMAJOR = $RELEASE; 175 [ 'NONSTOP_KERNEL:.*:NSE-.*?', 'nse-tandem-nsk${RELEASE}' ], 176 [ 'NONSTOP_KERNEL:.*:NSV-.*?', 'nsv-tandem-nsk${RELEASE}' ], 177 [ 'NONSTOP_KERNEL:.*:NSX-.*?', 'nsx-tandem-nsk${RELEASE}' ], 253 ($SYSTEM, undef, $RELEASE, $VERSION, $MACHINE) = POSIX::uname(); 254 my $sys = "${SYSTEM}:${RELEASE} [all...] |
| /third_party/libwebsockets/ |
| H A D | component.mk | 27 -DCMAKE_BUILD_TYPE=RELEASE \
|
| /third_party/pulseaudio/speex/libspeexdsp/ |
| H A D | os_support.h | 157 #ifndef RELEASE
|
| /third_party/FreeBSD/sys/cam/scsi/ |
| H A D | scsi_all.h | 44 #define RELEASE 0x17 macro
|
| /third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
| H A D | CapScan.java | 82 Element release = out.createElement(IcuInfo.RELEASE); in createRelease()
|
| H A D | SimpleScan.java | 80 CapElement release = out.createCapElement(IcuInfo.RELEASE); in createRelease()
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
| H A D | scsi.h | 20 #define RELEASE 0x17 macro
|
| /third_party/musl/porting/liteos_m/kernel/include/scsi/ |
| H A D | scsi.h | 20 #define RELEASE 0x17 macro
|
| /third_party/musl/porting/uniproton/kernel/include/scsi/ |
| H A D | scsi.h | 20 #define RELEASE 0x17 macro
|
| /third_party/musl/include/scsi/ |
| H A D | scsi.h | 20 #define RELEASE 0x17 macro
|
| /third_party/mesa3d/src/imagination/vulkan/pds/ |
| H A D | pvr_rogue_pds_disasm.h | 84 X(RELEASE) \
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_loudnorm.c | 41 RELEASE, enumerator 324 s->limiter_state = RELEASE; in true_peak_limiter() 366 case RELEASE: in true_peak_limiter()
|
| /third_party/node/ |
| H A D | Makefile | 893 RELEASE=$(shell sed -ne 's/\#define NODE_VERSION_IS_RELEASE \([01]\)/\1/p' src/node_version.h) macro 1056 @if [ "$(DISTTYPE)" != "release" ] || [ "$(RELEASE)" = "1" ]; then \ 1060 echo "#NODE_VERSION_IS_RELEASE is set to $(RELEASE)." >&2 ; \ 1065 @if [ "$(RELEASE)" = "0" ] || [ -f "$(CHANGELOG)" ]; then \ 1069 echo "#NODE_VERSION_IS_RELEASE is set to $(RELEASE) but " >&2 ; \
|