Searched defs:version (Results 1 - 25 of 1603) 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.5.1"; variable
/external/valgrind/main/coregrind/m_gdbserver/
H A Dversion.c2 const char version[] = "gdbserver protocol box extracted from gdb 6.6"; variable
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
H A Dbackground.js6 chrome.debugger.attach({tabId:tab.id}, version,
10 var version = "1.0"; variable
/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/chromium_org/content/common/
H A Dwebplugininfo_unittest.cc12 #include "base/version.h"
30 { "1..0", "1.0.0" } // Empty version component
34 Version version; local
36 base::ASCIIToUTF16(versions[i][0]), &version); local
38 ASSERT_TRUE(version.IsValid());
39 EXPECT_EQ(versions[i][1], version.GetString());
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DVersion.py3 from Cython import __version__ as version namespace
8 watermark = "%s on %s" % (version, time.asctime())
/external/chromium_org/third_party/libsrtp/srtp/doc/
H A DMakefile17 # Determine the version of the library
19 version = $(shell cat $(top_srcdir)/VERSION) macro
27 sed 's/LIBSRTPVERSION/$(version)/' header.template > header.tex
/external/chromium_org/third_party/markdown/
H A D__version__.py4 # Copyright 2004 Manfred Stienstra (the original version)
41 " Returns a PEP 386-compliant version number from version_info. "
58 version = _get_version() variable
/external/chromium_org/third_party/webrtc/base/
H A Dmacutils_unittest.cc21 std::string version; local
22 EXPECT_TRUE(rtc::GetQuickTimeVersion(&version));
23 LOG(LS_INFO) << "GetQuickTimeVersion " << version;
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dspl_version.c21 int16_t WebRtcSpl_get_version(char* version, int16_t length_in_bytes) argument
23 strncpy(version, "1.2.0", length_in_bytes);
/external/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/Headers/
H A DTypes.h3 unsigned version; member in struct:FrameworkSubStruct
/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.
26 int setversion (int fd, unsigned long version) argument
31 ver = (int) version;
/external/srtp/doc/
H A DMakefile17 # Determine the version of the library
19 version = $(shell cat $(top_srcdir)/VERSION) macro
27 sed 's/LIBSRTPVERSION/$(version)/' header.template > header.tex
/external/webrtc/src/common_audio/signal_processing/
H A Dspl_version.c21 WebRtc_Word16 WebRtcSpl_get_version(char* version, WebRtc_Word16 length_in_bytes) argument
23 strncpy(version, "1.2.0", length_in_bytes);
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/
H A Dbackground.js6 var version = "1.0"; variable
19 chrome.debugger.attach(debuggeeId, version, onAttach.bind(null, debuggeeId));
/external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/page_cycler_dep/
H A Dpage_cycler_dep.py13 version = 1 variable
20 utils.update_version(pwd + '/src', False, version, setup, pwd)
/external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/perf_data_dep/
H A Dperf_data_dep.py15 version = 1 variable
22 utils.update_version(pwd + '/src', False, version, setup, None)
/external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/
H A Dpyauto_dep.py15 version = 1 variable
22 utils.update_version(pwd + '/src', False, version, setup, None)
/external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/telemetry_dep/
H A Dtelemetry_dep.py15 version = 1 variable
22 utils.update_version(pwd + '/src', False, version, setup, None)
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api_delegate.cc12 const std::string& version)
13 : success(success), response(response), version(version) {
9 UpdateCheckResult( bool success, const std::string& response, const std::string& version) argument
/external/chromium_org/extensions/shell/browser/
H A Dshell_nacl_browser_delegate_unittest.cc15 // Verifies that the returned version string has a valid format.
21 std::string version = delegate.GetVersionString(); local
22 EXPECT_TRUE(MatchPattern(version, "*.*.*.* (*)")) << "bad version "
23 << version;
/external/chromium_org/third_party/ots/src/
H A Dgasp.h16 uint16_t version; member in struct:ots::OpenTypeGASP
H A Dltsh.h15 uint16_t version; member in struct:ots::OpenTypeLTSH

Completed in 6369 milliseconds

1234567891011>>