HomeSort by relevance Sort by last modified time
    Searched full:current_version (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/icu/icu4c/source/config/
mh-darwin 32 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET))
34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET))
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsXml.java 31 private static final int CURRENT_VERSION = 1;
122 xml.attribute(null, VERSION_ATTR, Integer.toString(CURRENT_VERSION));
UsageStatsDatabase.java 40 private static final int CURRENT_VERSION = 3;
238 if (version != CURRENT_VERSION) {
239 Slog.i(TAG, "Upgrading from version " + version + " to " + CURRENT_VERSION);
243 if (version != CURRENT_VERSION || mNewUpdate) {
245 writer.write(Integer.toString(CURRENT_VERSION));
  /external/clang/tools/libclang/
CMakeLists.txt 115 "${LIBCLANG_LINK_FLAGS} -Wl,-current_version -Wl,${LLVM_SUBMIT_VERSION}.${LLVM_SUBMIT_SUBVERSION}")
Makefile 53 LLVMLibsOptions += -Wl,-current_version \
  /external/e2fsprogs/lib/
Makefile.darwin-lib 26 $(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
  /external/llvm/tools/lto/
Makefile 31 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
  /external/google-breakpad/src/common/mac/
macho_id.cc 198 identifier[4] = (dylib_cmd.dylib.current_version >> 24) & 0xFF;
199 identifier[5] = (dylib_cmd.dylib.current_version >> 16) & 0xFF;
200 identifier[6] = (dylib_cmd.dylib.current_version >> 8) & 0xFF;
201 identifier[7] = dylib_cmd.dylib.current_version & 0xFF;
  /external/libcxxabi/src/
CMakeLists.txt 67 "-current_version 1"
  /external/libcxxabi/src/Unwind/
CMakeLists.txt 91 "-current_version ${LIBCXXABI_VERSION}"
  /external/llvm/tools/llvm-shlib/
CMakeLists.txt 113 " -compatibility_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR} -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}")
Makefile 48 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
  /external/compiler-rt/make/
AppleBI.mk 63 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
139 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
  /external/libcxx/lib/
buildit 57 -dynamiclib -nodefaultlibs -current_version 1 \
87 -current_version ${RC_ProjectSourceVersion} \
CMakeLists.txt 79 "-current_version 1"
  /bionic/libc/tools/zoneinfo/
update-tzdata.py 240 current_version = GetCurrentTzDataVersion()
241 current_filename = '%s.tar.gz' % current_version
257 print 'You already have the latest tzdata (%s)!' % current_version
  /external/libcxxabi/lib/
buildit 52 -current_version ${RC_ProjectSourceVersion} \
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 67 public static final int CURRENT_VERSION = 5;
373 if (version == CURRENT_VERSION) return;
408 editor.putInt(KEY_VERSION, CURRENT_VERSION);
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraSettings.java 58 public static final int CURRENT_VERSION = 5;
313 if (version == CURRENT_VERSION) return;
348 editor.putInt(KEY_VERSION, CURRENT_VERSION);
  /external/deqp/framework/delibs/cmake/
toolchain-ios.cmake 56 set (CMAKE_C_OSX_CURRENT_VERSION_FLAG "-current_version ")
  /external/lldb/lib/
Makefile 118 LLVMLibsOptions += -Wl,-current_version \
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/
buildit 74 -current_version ${RC_ProjectSourceVersion} \
  /external/libopus/
configure.ac 6 m4_define([CURRENT_VERSION],
15 AC_INIT([opus],[CURRENT_VERSION],[opus@xiph.org])
  /external/lz4/lib/
Makefile 56 SONAME_FLAGS = -install_name $(PREFIX)/lib/liblz4.$(SHARED_EXT_MAJOR) -compatibility_version $(LIBVER_MAJOR) -current_version $(LIBVER)
  /external/ceres-solver/cmake/
iOS.cmake 106 set (CMAKE_C_OSX_CURRENT_VERSION_FLAG "-current_version ")

Completed in 472 milliseconds

1 2 3 4 5