Searched defs:version (Results 1 - 25 of 1371) sorted by relevance

1234567891011>>

/external/tcpdump/
H A Dversion.c1 char version[] = "3.9.8"; 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...]
H A Dgnu-web-doc-update6 # and requires a .prev-version file as well as a Makefile,
7 # from which it extracts the version number and package name, respectively.
16 # the Free Software Foundation, either version 3 of the License, or
17 # (at your option) any later version.
43 --version print version number, then exit
50 version() function
56 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
67 # supports --version). If found, set ENVVAR to the program name,
80 if ($i --version </de
[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 ASCIIToUTF16(versions[i][0]), &version); local
38 ASSERT_TRUE(version.IsValid());
39 EXPECT_EQ(versions[i][1], version.GetString());
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmacutils_unittest.cc37 std::string version; local
38 EXPECT_TRUE(talk_base::GetQuickTimeVersion(&version));
/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;
H A Dgetversion.c2 * getversion.c - Get a file version on an ext2 file system
10 * General Public License, version 2.
26 int getversion (int fd, unsigned long * version) argument
32 *version = ver;
/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/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
/external/elfutils/libelf/
H A Delf32_fsize.c8 Free Software Foundation; version 2 of the License.
38 exception to your version of the file, but you are not obligated to do
40 you must delete this exception statement from your version and license
64 elfw2(LIBELFBITS, fsize) (type, count, version)
67 unsigned int version; variable
71 if (unlikely (version == EV_NONE) || unlikely (version >= EV_NUM))
85 * __libelf_type_sizes[version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][type]);
/external/chromium/sdch/open-vcdiff/packages/deb/
H A Drules7 # This special exception was added by Craig Small in version 0.37 of dh-make.
31 #version=2.0.5
34 version=`ls src/.libs/lib*.so.* | \ macro
/external/chromium_org/base/threading/
H A Dthread_id_name_manager_unittest.cc70 std::string version = manager->GetName(a_id); local
73 EXPECT_NE(version, manager->GetName(a_id));
82 std::string version = manager->GetName(a_id); local
85 EXPECT_NE(version, manager->GetName(a_id));
88 EXPECT_EQ(version, manager->GetName(a_id));
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_installer_unittest.cc14 const char* version) {
18 ASCIIToUTF16(version),
47 // Invalid version.
13 GetSecurityStatus(PluginInstaller* installer, const char* version) argument
H A Dplugin_metadata_unittest.cc15 const char* version) {
19 ASCIIToUTF16(version),
52 // Invalid version.
13 GetSecurityStatus( PluginMetadata* plugin_metadata, const char* version) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dversion_handler_chromeos.cc17 // Start the asynchronous load of the version.
27 void VersionHandlerChromeOS::OnVersion(const std::string& version) { argument
28 StringValue arg(version);

Completed in 534 milliseconds

1234567891011>>