Home
last modified time | relevance | path

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

12

/external/python/cpython2/Tools/versioncheck/
D_checkversion.py8 _VERSION="1.0" variable
16 pyversioncheck.versioncheck(_PACKAGE, _URL, _VERSION, verbose=_myverbose)
/external/tensorflow/tensorflow/python/platform/
Dsysconfig.py26 from tensorflow.python.framework.versions import VERSION as _VERSION unknown
79 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)
Dpybind11Common.cmake262 set(${NORM_PYPI_NAME}_VERSION
/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/tensorflow/tensorflow/lite/micro/examples/person_detection/utils/
Draw_to_bitmap.py48 _VERSION = 0 variable
187 version='%(prog)s {ver}'.format(ver='v%d.%d' % (_VERSION, _SUBVERSION)))
/external/llvm-project/llvm/cmake/modules/
DFindOCaml.cmake27 # OCAML_${pkg}_VERSION
101 set(OCAML_${pkg}_VERSION ${version}
/external/llvm/cmake/modules/
DFindOCaml.cmake27 # OCAML_${pkg}_VERSION
101 set(OCAML_${pkg}_VERSION ${version}
/external/flatbuffers/lua/flatbuffers/
Dcompat.lua4 if _VERSION == "Lua 5.3" then
/external/tensorflow/tensorflow/tools/pip_package/
Dsetup.py53 _VERSION = '2.5.0' variable
299 version=_VERSION.replace('-', ''),
/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
Dlunit.lua61 if _VERSION >= 'Lua 5.2' then
/external/curl/CMake/
DFindGSS.cmake252 if(_GSS_PKG_${_MIT_MODNAME}_VERSION)
254 set(_GSS_VERSION _GSS_PKG_${_MIT_MODNAME}_VERSION)
257 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/python/apitools/samples/dns_sample/dns_v1/
Ddns_v1_client.py16 _VERSION = u'v1' variable in DnsV1
/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
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_client.py16 _VERSION = u'v2' variable in BigqueryV2
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_client.py16 _VERSION = u'v1' variable in ServicemanagementV1
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_client.py16 _VERSION = u'v1' variable in FusiontablesV1
/external/pcre/dist2/
DCMakeLists.txt478 string(REPLACE ":" ";" ${VARIABLE_PREFIX}_VERSION_LIST ${${VARIABLE_PREFIX}_VERSION})
487 …set(${VARIABLE_PREFIX}_VERSION "${${VARIABLE_PREFIX}_SOVERSION}.${${VARIABLE_PREFIX}_VERSION_AGE}.…
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_client.py16 _VERSION = u'v1' variable in StorageV1

12