/external/tcpdump/ |
version.c | 1 char version[] = "3.9.8"; variable
|
/external/valgrind/main/coregrind/m_gdbserver/ |
version.c | 2 const char version[] = "gdbserver protocol box extracted from gdb 6.6"; variable
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/ |
background.js | 6 chrome.debugger.attach({tabId:tab.id}, version, 10 var version = "1.0"; variable
|
/external/bison/build-aux/ |
do-release-commit-and-tag | 2 # 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 6 VERSION=2012-08-01.09 # UTC 14 # the Free Software Foundation, either version 3 of the License, or 15 # (at your option) any later version. 34 Usage: $ME [OPTION...] VERSION RELEASE_TYPE 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 fil 64 version() function [all...] |
gnu-web-doc-update | 6 # and requires a .prev-version file as well as a Makefile, 7 # from which it extracts the version number and package name, respectively. 10 VERSION=2009-07-21.16; # UTC 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 52 year=$(echo "$VERSION" | sed 's/[^0-9].*//') 54 $ME $VERSION [all...] |
/external/chromium_org/content/common/ |
webplugininfo_unittest.cc | 12 #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/ |
macutils_unittest.cc | 38 std::string version; local 39 EXPECT_TRUE(talk_base::GetQuickTimeVersion(&version)); 40 LOG(LS_INFO) << "GetQuickTimeVersion " << version;
|
/external/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/Headers/ |
Types.h | 3 unsigned version; member in struct:FrameworkSubStruct
|
/external/srtp/doc/ |
Makefile | 17 # Determine the version of the library 19 version = $(shell cat $(top_srcdir)/VERSION) macro 27 sed 's/LIBSRTPVERSION/$(version)/' header.template > header.tex
|
/frameworks/compile/mclinker/lib/Core/ |
LinkerConfig.cpp | 49 const char* LinkerConfig::version() function in class:LinkerConfig
|
/bootable/recovery/updater/ |
updater.h | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 29 int version; member in struct:__anon805
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/ |
background.js | 6 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/ |
page_cycler_dep.py | 13 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/ |
perf_data_dep.py | 15 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/ |
pyauto_dep.py | 15 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/ |
telemetry_dep.py | 15 version = 1 variable 22 utils.update_version(pwd + '/src', False, version, setup, None)
|
/external/chromium_org/sandbox/win/src/ |
ipc_ping_test.cc | 26 int version = 0; local 28 version = 1; 30 version = 2; 32 if (!ts_base->TestIPCPing(version)) 36 if (!ts_base->TestIPCPing(version))
|
/external/chromium_org/third_party/ots/src/ |
gasp.h | 16 uint16_t version; member in struct:ots::OpenTypeGASP
|
ltsh.h | 15 uint16_t version; member in struct:ots::OpenTypeLTSH
|
/external/elfutils/libelf/ |
elf32_fsize.c | 8 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]);
|
/bionic/libc/kernel/common/linux/ |
keychord.h | 25 __u16 version; member in struct:input_keychord
|
/development/ndk/platforms/android-3/include/linux/ |
keychord.h | 21 __u16 version; member in struct:input_keychord
|
/external/chromium/sdch/open-vcdiff/packages/deb/ |
rules | 7 # 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/ |
thread_id_name_manager_unittest.cc | 70 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/profiles/ |
chrome_version_service.cc | 8 #include "base/version.h" 24 const std::string& version) { 25 prefs->SetString(prefs::kProfileCreatedByVersion, version); 36 // Obtain the Chrome version info. 39 // If this is a new profile set version to current version, otherwise 42 std::string version = version_info.Version(); local 45 SetVersion(prefs, version);
|