Home
last modified time | relevance | path

Searched refs:_VERSION (Results 1 – 25 of 34) sorted by relevance

12

/external/dagger2/
Dworkspace_defs.bzl25 _VERSION = POM_VERSION if POM_VERSION != "${project.version}" else "HEAD-SNAPSHOT"
28 "com.google.dagger:dagger:" + _VERSION,
29 "com.google.dagger:dagger-compiler:" + _VERSION,
30 "com.google.dagger:dagger-producers:" + _VERSION,
31 "com.google.dagger:dagger-spi:" + _VERSION,
35 "com.google.dagger:dagger-android-processor:" + _VERSION,
36 "com.google.dagger:dagger-android-support:" + _VERSION,
37 "com.google.dagger:dagger-android:" + _VERSION,
44 "com.google.dagger:dagger:" + _VERSION,
45 "com.google.dagger:dagger-compiler:" + _VERSION,
[all …]
/external/tensorflow/tensorflow/tools/pip_package/
Dsetup_partner_builds.py43 _VERSION = '2.11.0' variable
68 _VERSION +
74 '==' + _VERSION + ';platform_system=="Windows"',
89 version=_VERSION.replace('-', ''),
Dsetup.py48 _VERSION = '2.11.0' variable
285 version=_VERSION.replace('-', ''),
/external/openthread/third_party/nlbuild-autotools/repo/examples/
DMakefile-toplevel.am93 …SHORT_UPPER@_VERSION := $(if $(filter 0,$(MAKELEVEL)),$(shell cat $(VERSION_FILE) 2> /dev/n…
95 @PACKAGE_SHORT_UPPER@_VERSION ?= $(MAYBE_@PACKAGE_SHORT_UPPER@_VERSION)
97 PACKAGE_VERSION = $(@PACKAGE_SHORT_UPPER@_VERSION)
106 # If @PACKAGE_SHORT_UPPER@_VERSION has been supplied anywhere other than in this file
113 if [ "$(origin @PACKAGE_SHORT_UPPER@_VERSION)" != "file" ]; then \
114 echo "$(@PACKAGE_SHORT_UPPER@_VERSION)" > "$(2)"; \
117 -b "$(@PACKAGE_SHORT_UPPER@_VERSION)" "$(top_srcdir)" \
/external/flatbuffers/lua/flatbuffers/
Dcompat.lua15 return assert(compats[_VERSION], "Unsupported Lua Version: ".._VERSION)()
/external/python/cpython2/Tools/versioncheck/
D_checkversion.py8 _VERSION="1.0" variable
16 pyversioncheck.versioncheck(_PACKAGE, _URL, _VERSION, verbose=_myverbose)
/external/cronet/third_party/protobuf/python/google/protobuf/compiler/
Dplugin_pb2.py25 _VERSION._serialized_start=101
26 _VERSION._serialized_end=171
/external/tensorflow/tensorflow/python/platform/
Dsysconfig.py23 from tensorflow.python.framework.versions import VERSION as _VERSION unknown
78 ver = _VERSION.split('.')[0]
/external/python/pybind11/tools/
Dpybind11NewTools.cmake69 message(STATUS "PyPy ${${_Python}_PyPy_VERSION} (Py ${${_Python}_VERSION})")
71 message(STATUS "${_Python} ${${_Python}_VERSION}")
151 if(DEFINED ${_Python}_VERSION AND ${_Python}_VERSION VERSION_LESS 3)
215 if(DEFINED ${_Python}_VERSION AND ${_Python}_VERSION VERSION_LESS 3)
/external/tflite-support/tensorflow_lite_support/tools/pip_package/
Dsetup.py46 _VERSION = '0.1.0' variable
109 version=_VERSION.replace('-', ''),
/external/swiftshader/third_party/marl/cmake/
Dparse_version.cmake16 # version string to ${PROJECT}_VERSION and the parsed version to
35 set("${PROJECT}_VERSION"
/external/deqp-deps/glslang/
Dparse_version.cmake16 # version string to ${PROJECT}_VERSION and the parsed version to
35 set("${PROJECT}_VERSION"
/external/angle/third_party/vulkan-deps/glslang/src/
Dparse_version.cmake16 # version string to ${PROJECT}_VERSION and the parsed version to
35 set("${PROJECT}_VERSION"
/external/llvm/cmake/modules/
DFindOCaml.cmake27 # OCAML_${pkg}_VERSION
101 set(OCAML_${pkg}_VERSION ${version}
/external/libconfig/lib/
Dlibconfig++Config.cmake.in2 set(LIBCONFIG++_VERSION "1.7")
/external/googletest/googlemock/scripts/generator/cpp/
Dgmock_class.py44 _VERSION = (1, 0, 1) # The version of this script. variable
213 '.'.join(map(str, _VERSION)))
/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/lunit/
Dconsole.lua56 if _VERSION >= 'Lua 5.2' then
/external/curl/CMake/
DFindGSS.cmake254 if(_GSS_PKG_${_MIT_MODNAME}_VERSION)
256 set(_GSS_VERSION _GSS_PKG_${_MIT_MODNAME}_VERSION)
259 set(_GSS_VERSION _GSS_PKG_${_MIT_HEIMDAL}_VERSION)
/external/bcc/src/lua/bcc/vendor/
Dmiddleclass.lua2 _VERSION = 'middleclass v4.0.0',
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/bindings/lua/
Dtest_upb.lua10 if _VERSION >= 'Lua 5.2' then
351 if _VERSION >= 'Lua 5.2' then
/external/cronet/third_party/libevent/
Devent_rpcgen.py13 _VERSION = "0.1" variable
1345 global _VERSION
1352 ' */\n\n' ) % (name, _NAME, _VERSION)
/external/python/apitools/samples/dns_sample/dns_v1/
Ddns_v1_client.py16 _VERSION = u'v1' variable in DnsV1
/external/linux-kselftest/tools/testing/selftests/wireguard/qemu/
DMakefile31 $(1)_VERSION := $(3)
32 $(1)_NAME := $(2)-$$($(1)_VERSION)
/external/libevent/
Devent_rpcgen.py27 _VERSION = "0.1" variable
1746 global _VERSION
1779 "script_version": _VERSION,
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_client.py16 _VERSION = u'v1' variable in IamV1

12