Searched refs:version (Results 1 - 25 of 4229) sorted by relevance

1234567891011>>

/external/fonttools/Lib/fontTools/
H A D__init__.py0 version = "2.4"
1 version = "2.4" variable
/external/fonttools/Tools/fontTools/
H A D__init__.py0 version = "2.4"
1 version = "2.4" variable
/external/llvm/test/MC/ELF/
H A Dversion.s3 .version "1234"
4 .version "123"
/external/tcpdump/
H A Dversion.c1 const char version[] = "4.7.4"; variable
/external/valgrind/coregrind/m_gdbserver/
H A Dversion.c2 const char version[] = "gdbserver protocol box extracted from gdb 6.6"; variable
/external/mesa3d/src/glsl/glcpp/tests/
H A D064-version.c0 #version 130
/external/protobuf/ruby/
H A Dtravis-test.sh7 version=$1
8 if [ "$version" == "jruby" ] ; then
11 "rvm install $version && rvm use $version && \
17 "rvm install $version && rvm use $version && \
/external/c-ares/
H A Dares_version.c5 const char *ares_version(int *version) argument
7 if(version)
8 *version = ARES_VERSION;
/external/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/Headers/
H A DTypes.h3 unsigned version; member in struct:FrameworkSubStruct
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkApiVersion.cpp21 * \brief Vulkan api version.
29 ApiVersion unpackVersion (deUint32 version) argument
31 return ApiVersion((version & 0xFFC00000) >> 22,
32 (version & 0x003FF000) >> 12,
33 version & 0x00000FFF);
36 deUint32 pack (const ApiVersion& version) argument
38 DE_ASSERT((version.majorNum & ~0x3FF) == 0);
39 DE_ASSERT((version.minorNum & ~0x3FF) == 0);
40 DE_ASSERT((version.patchNum & ~0xFFF) == 0);
42 return (version
[all...]
/external/sonic/
H A Dmkorig6 version=`head -1 debian/changelog | sed 's/.*(//
8 sed -i "s/LIB_TAG=.*/LIB_TAG=$version/" Makefile
9 if [ "`basename $PWD`" != "sonic-$version" ]; then
10 echo "Directory name should be sonic-$version"
15 echo "sonic_${version} (git: `git log -1 --oneline | sed 's/ .*//'`)" > version
18 if ! tar -cvzf sonic_$version.orig.tar.gz --exclude-vcs --exclude=debian sonic-$version; then
19 echo "Could not create sonic_$version.orig.tar.gz"
22 echo "Successfully created sonic_$version
[all...]
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
H A D__init__.py2 __version__ = pkg_resources.require('modulegraph')[0].version
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/
H A Dscript4 print (sys.version)
/external/kmod/libkmod/python/kmod/
H A D__init__.py6 # the terms of the GNU Lesser General Public License version 2.1 as published
19 from .version import __version__
/external/libopus/win32/
H A Dgenversion.bat5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v variable
7 if not "%version%"=="" goto :gotversion
9 if exist "%~dp0..\version.mk" goto :getversion
11 echo Git cannot be found, nor can version.mk. Generating unknown version.
13 set version=unknown variable
19 for /f "delims== tokens=2" %%v in (%~dps0..\version.mk) do set version=%%v variable
21 set version=!version variable
22 set version=!version: =! variable
[all...]
/external/autotest/client/bin/
H A Dkernel_versions.py2 # kernel_versions.py -- linux kernel version comparisons
11 # their accompanying version.
23 def version_encode(version):
24 bits = encode_sep.split(version)
45 def version_limit(version, n):
46 bits = encode_sep.split(version)
50 def version_len(version):
51 return len(encode_sep.split(version))
54 # Given a list of versions find the nearest version which is deemed
68 def version_choose_config(version, candidate
[all...]
/external/autotest/client/common_lib/
H A Dkernel_versions.py2 # kernel_versions.py -- linux kernel version comparisons
11 # their accompanying version.
23 def version_encode(version):
24 bits = encode_sep.split(version)
45 def version_limit(version, n):
46 bits = encode_sep.split(version)
50 def version_len(version):
51 return len(encode_sep.split(version))
54 # Given a list of versions find the nearest version which is deemed
68 def version_choose_config(version, candidate
[all...]
/external/slf4j/
H A Dversion.pl3 print "Usage: version.pl VER FILE {FILE, FILE}\n";
25 if($hitCount == 0 && /<version>.*<\/version>/) {
26 s/<version>.*<\/version>/<version>${V}<\/version>/;
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DHost.inc21 // FIXME: Adapt to running version.
/external/autotest/client/site_tests/example_UnitTest/
H A Dexample_UnitTest.py8 version = variable in class:example_UnitTest
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
H A D__init__.py132 __version__ = pkg_resources.require('altgraph')[0].version
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/src/child/
H A Dsetup.py5 version="1.5", variable
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/src/parent/
H A Dsetup.py5 version="1.0", variable
/external/elfutils/libelf/
H A Delf_version.c10 Software Foundation; either version 3 of the License, or (at
11 your option) any later version
16 Software Foundation; either version 2 of the License, or (at
17 your option) any later version
37 /* Is the version initialized? */
40 /* Currently selected version. */
45 elf_version (unsigned int version) argument
47 if (version == EV_NONE)
50 if (likely (version < EV_NUM))
52 /* Phew, we know this version
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-maxp-table.hh55 likely (version.major == 1 ||
56 (version.major == 0 && version.minor == 0x5000u)));
59 /* We only implement version 0.5 as none of the extra fields in version 1.0 are useful. */
61 FixedVersion<>version; /* Version of the maxp table (0.5 or 1.0), member in struct:OT::maxp

Completed in 689 milliseconds

1234567891011>>