HomeSort by relevance Sort by last modified time
    Searched defs:version (Results 1 - 25 of 1191) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/fonttools/Lib/fontTools/
__init__.py 0 version = "2.4"
1 version = "2.4" 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 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/
Version.py 3 from Cython import __version__ as version namespace
8 watermark = "%s on %s" % (version, time.asctime())
  /external/chromium_org/third_party/libsrtp/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
  /external/chromium_org/third_party/markdown/
__version__.py 4 # 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/
macutils_unittest.cc 21 std::string version; local
22 EXPECT_TRUE(rtc::GetQuickTimeVersion(&version));
23 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/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/extensions/shell/browser/
shell_nacl_browser_delegate_unittest.cc 15 // Verifies that the returned version string has a valid format.
20 // Version should look like "1.2.3.4 (5)".
21 std::string version = delegate.GetVersionString(); local
22 EXPECT_TRUE(MatchPattern(version, "*.*.*.* (*)")) << "bad version "
23 << version;
  /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/0.153/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/uapi/linux/
keychord.h 25 __u16 version; member in struct:input_keychord
  /bootable/recovery/updater/
updater.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
29 int version; member in struct:__anon1130
  /development/ndk/platforms/android-3/include/linux/
keychord.h 21 __u16 version; member in struct:input_keychord
  /development/ndk/platforms/android-L/include/linux/
keychord.h 25 __u16 version; member in struct:input_keychord
  /external/chromium_org/ash/test/
test_suite.cc 36 base::win::Version version = base::win::GetVersion(); local
39 if (version >= base::win::VERSION_VISTA &&
44 if (version >= base::win::VERSION_WIN8)

Completed in 262 milliseconds

1 2 3 4 5 6 7 8 91011>>