Home
last modified time | relevance | path

Searched refs:RELEASE (Results 1 – 25 of 224) sorted by relevance

123456789

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DEnvelopeADSR.java29 private static final int RELEASE = 4; field in EnvelopeADSR
80 mSstate = RELEASE; in off()
100 case RELEASE: in render()
/third_party/giflib/
Dgetversion9 RELEASE=`sed <gif_lib.h -n -e "/RELEASE/s/#define GIFLIB_RELEASE *//p"`
10 echo ${MAJOR}.${MINOR}.${RELEASE}
/third_party/protobuf/csharp/
DCHANGES.txt6 RELEASE NOTES - Code imported into Google's main protobuf repository
16 RELEASE NOTES - Version 2.4.1.555
41 RELEASE NOTES - Version 2.4.1.521
61 RELEASE NOTES - Version 2.4.1.473
108 RELEASE NOTES - Version 2.3.0.277
136 RELEASE NOTES - Version 0.9.1
143 RELEASE NOTES - Version 0.9.0
/third_party/benchmark/src/
Dmutex.h43 #define RELEASE(...) \ macro
80 void unlock() RELEASE() { mut_.unlock(); } in unlock()
92 ~MutexLock() RELEASE() {} in RELEASE() function
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dmutex.h43 #define RELEASE(...) \ macro
80 void unlock() RELEASE() { mut_.unlock(); } in unlock()
92 ~MutexLock() RELEASE() {} in RELEASE() function
/third_party/node/deps/npm/node_modules/lockfile/
Dsockets.md10 to RELEASE(lockname)
15 - when connection disconnects, RELEASE(lockname)
/third_party/lz4/contrib/djgpp/
DMakefile9 RELEASE ?= r$(VERSION) macro
99 @echo "RELEASE="$(RELEASE)
/third_party/ffmpeg/ffbuild/
Dversion.sh7 if (cd "$1" && grep git RELEASE 2> /dev/null >/dev/null) ; then
32 test "$revision" || revision=$(cd "$1" && cat RELEASE 2> /dev/null)
/third_party/openssl/
Dconfig55 [ "$RELEASE" ] || RELEASE=`(uname -r) 2>/dev/null` || RELEASE="unknown"
107 case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
129 HPUXVER=`echo ${RELEASE}|sed -e 's/[^.]*.[0B]*//'`
184 VERS=`echo ${RELEASE} | sed -e 's/[-(].*//'`
229 OSFMAJOR=`echo ${RELEASE}| sed -e 's/^V\([0-9]*\)\..*$/\1/'`
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmutex.h38 MARL_NO_EXPORT inline void unlock() RELEASE() { _.unlock(); } in unlock()
76 inline ~lock() RELEASE() {} in RELEASE() function
/third_party/flatbuffers/.travis/
Dformat_install.sh50 …://swift.org/builds/swift-5.3.1-release/ubuntu1604/swift-5.3.1-RELEASE/swift-5.3.1-RELEASE-ubuntu1…
/third_party/libpng/scripts/
Dmakefile.linux13 RELEASE = 37
18 LIBSOREL=$(LIBSOMAJ).$(RELEASE)
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dmakefile.linux13 RELEASE = 37
18 LIBSOREL=$(LIBSOMAJ).$(RELEASE)
/third_party/skia/third_party/externals/libpng/scripts/
Dmakefile.linux13 RELEASE = 37
18 LIBSOREL=$(LIBSOMAJ).$(RELEASE)
/third_party/curl/docs/
DRELEASE-PROCEDURE.md9 - edit `RELEASE-NOTES` to be accurate
37 - edit `_changes.html` (insert changes+bugfixes from RELEASE-NOTES)
56 RELEASE-NOTES into the mail.
/third_party/boost/tools/build/test/prebuilt/
Dhello.cpp14 #ifdef RELEASE in main()
/third_party/boost/tools/build/test/prebuilt/ext/
Da.cpp13 #ifdef RELEASE
/third_party/skia/third_party/externals/spirv-tools/kokoro/linux-gcc-release/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE gcc cmake
/third_party/spirv-tools/kokoro/linux-clang-release/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE clang cmake
/third_party/skia/third_party/externals/spirv-tools/kokoro/linux-clang-release/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE clang cmake
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/linux-clang-release/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE clang cmake
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/linux-gcc-release/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE gcc cmake
/third_party/spirv-tools/kokoro/linux-gcc-release/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE gcc cmake
/third_party/spirv-tools/kokoro/linux-clang-release-bazel/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE clang bazel
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/linux-clang-release-bazel/
Dbuild.sh24 source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE clang bazel

123456789