Searched defs:version (Results 1 - 25 of 2379) 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/tcpdump/
H A Dversion.c1 const char version[] = "4.9.0"; variable
/external/valgrind/coregrind/m_gdbserver/
H A Dversion.c2 const char version[] = "gdbserver protocol box extracted from gdb 6.6"; variable
/external/autotest/client/common_lib/
H A Denv.py17 from mod_wsgi import version namespace
/external/c-ares/
H A Dares_version.c5 const char *ares_version(int *version) argument
7 if(version)
8 *version = ARES_VERSION;
/external/python/cpython2/Python/
H A Dgetversion.c2 /* Return the full version string. */
11 static char version[250]; local
12 PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s",
14 return version;
/external/autotest/client/deps/camera_hal3/
H A Dcamera_hal3.py10 version = 1 variable
21 utils.update_version(os.getcwd(), True, version, setup, os.getcwd())
/external/autotest/client/site_tests/example_UnitTest/
H A Dexample_UnitTest.py8 version = variable in class:example_UnitTest
/external/autotest/server/site_tests/platform_InstallTestImage/
H A Dplatform_InstallTestImage.py9 version = 1 variable in class:platform_InstallTestImage
/external/bison/build-aux/
H A Ddo-release-commit-and-tag2 # In a git/autoconf/automake-enabled project with a NEWS file and a version-
3 # controlled .prev-version file, automate the procedure by which we record
4 # the date, release-type and version string in the NEWS file. That commit
14 # the Free Software Foundation, either version 3 of the License, or
15 # (at your option) any later version.
37 update in which the date, release-type and version string are
43 - you use git for version-control
44 - a version-controlled .prev-version file
52 --version prin
64 version() function
[all...]
/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/e2fsprogs/lib/e2p/
H A Dsetversion.c2 * setversion.c - Set a file version on an ext2 file system
10 * General Public License, version 2.
29 int setversion (int fd, unsigned long version) argument
34 ver = (int) version;
/external/python/cpython2/Lib/idlelib/
H A Didlever.py2 The separate Idle version was eliminated years ago;
5 from sys import version
6 IDLE_VERSION = version[:version.index(' ')]
11 from sys import version namespace
12 IDLE_VERSION = version[:version.index(' ')]
/external/webrtc/webrtc/base/
H A Dmacutils_unittest.cc21 std::string version; local
22 EXPECT_TRUE(rtc::GetQuickTimeVersion(&version));
23 LOG(LS_INFO) << "GetQuickTimeVersion " << version;
/external/autotest/client/deps/libcap/
H A Dlibcap.py6 version = 2 variable
16 utils.update_version(srcdir, False, version, setup, srcdir)
/external/autotest/client/site_tests/dummy_Pass/
H A Ddummy_Pass.py9 version = 1 variable in class:dummy_Pass
/external/autotest/client/site_tests/network_3GModemPresent/
H A Dnetwork_3GModemPresent.py16 version = 1 variable in class:network_3GModemPresent
/external/autotest/client/site_tests/power_KernelSuspend/
H A Dpower_KernelSuspend.py11 version = 1 variable in class:power_KernelSuspend
/external/autotest/client/site_tests/touch_HasInput/
H A Dtouch_HasInput.py11 version = 1 variable in class:touch_HasInput
/external/autotest/client/site_tests/webstore_InstallItem/
H A Dwebstore_InstallItem.py16 version = 1 variable in class:webstore_InstallItem
/external/autotest/client/tests/aborttest/
H A Daborttest.py5 version = 1 variable in class:aborttest
/external/autotest/client/tests/error_cleanup/
H A Derror_cleanup.py4 version = 1 variable in class:error_cleanup
/external/autotest/client/tests/error_initialize/
H A Derror_initialize.py4 version = 1 variable in class:error_initialize

Completed in 780 milliseconds

1234567891011>>