HomeSort by relevance Sort by last modified time
    Searched refs:RELEASE (Results 26 - 50 of 446) sorted by null

12 3 4 5 6 7 8 91011>>

  /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)
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
cstring.i 208 * %cstring_output_allocate(TYPEMAP, RELEASE)
220 %define %cstring_output_allocate(TYPEMAP, RELEASE)
228 RELEASE;
236 * %cstring_output_allocate_size(TYPEMAP, SIZE, RELEASE)
249 %define %cstring_output_allocate_size(TYPEMAP, SIZE, RELEASE)
258 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() {}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
mutex.h 43 #define RELEASE(...) \
80 void unlock() RELEASE() { mut_.unlock(); }
92 ~MutexLock() RELEASE() {}
  /external/libpcap/
atmuni31.h 48 #define RELEASE 0x4d /* release */
  /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();
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
AppRTCUtils.java 58 + "Release: " + Build.VERSION.RELEASE + ", "
  /device/linaro/bootloader/edk2/EdkShellPkg/
EdkShellPkg.dsc 25 BUILD_TARGETS = DEBUG|RELEASE
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/
IntelFrameworkPkg.dsc 30 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  /system/core/libutils/include/utils/
Mutex.h 59 #define RELEASE(...) THREAD_ANNOTATION_ATTRIBUTE__(release_capability(__VA_ARGS__))
108 void unlock() RELEASE();
134 inline ~Autolock() RELEASE() { mLock.unlock(); }
208 * When the function returns, it will go out of scope, and release the
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 40 private static final String EXPECTED_TAG = "release-keys";
46 // Applications may rely on the exact release version
47 assertAnyOf("BUILD.VERSION.RELEASE", Build.VERSION.RELEASE, getExpectedReleases());
60 * (BRAND)/(PRODUCT)/(DEVICE):(VERSION.RELEASE)/(BUILD_ID)/
79 assertEquals(Build.VERSION.RELEASE, devicePlatform[1]);
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/
SourceJarTaskHelper.kt 30 // Create sources jar for release builds
32 if (libraryVariant.buildType.name != BuilderConstants.RELEASE) {
33 return@all // Skip non-release builds.
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
cstrings.swg 234 * %cstring_output_allocate(TYPEMAP, RELEASE)
246 %define Name ## _output_allocate(TYPEMAP, RELEASE)
254 RELEASE;
261 * %cstring_output_allocate_size(TYPEMAP, SIZE, RELEASE)
274 %define Name ## _output_allocate_size(TYPEMAP, SIZE, RELEASE)
282 RELEASE;
  /cts/hostsidetests/gputools/apps/
Android.mk 54 LOCAL_PACKAGE_NAME := CtsGpuToolsRootlessGpuDebugApp-RELEASE
67 --rename-manifest-package android.rootlessgpudebug.RELEASE.app
  /device/google/cuttlefish_common/common/libs/threads/
thread_annotations.h 54 #define RELEASE(...) \
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 6 %define RELEASE 1
7 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
13 Release: %rel
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBuildTest.java 41 assertThat(VERSION.RELEASE).isEqualTo("robo_release");
  /external/tensorflow/tensorflow/core/platform/default/
thread_annotations.h 82 #define RELEASE(...) \
116 // not release it.
124 // and release it in the body of the function.
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 64 assertNotEmpty("VERSION.RELEASE", Build.VERSION.RELEASE);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/firmwareversion/
FirmwareVersionPreferenceController.java 52 pref.setSummary(Build.VERSION.RELEASE);
  /art/runtime/base/
mutex.h 261 // Release exclusive access.
262 void ExclusiveUnlock(Thread* self) RELEASE();
263 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); }
344 // Release exclusive access.
345 void ExclusiveUnlock(Thread* self) RELEASE();
346 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); }
362 // Release a share of the access.
516 ~MutexLock() RELEASE() {
534 ALWAYS_INLINE ~ReaderMutexLock() RELEASE();
568 void Release() RELEASE() {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
ApiHelper.java 95 ("4.4.4".equals(Build.VERSION.RELEASE) || "4.4.3".equals(Build.VERSION.RELEASE)));

Completed in 1389 milliseconds

12 3 4 5 6 7 8 91011>>