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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ELF/
version.s 3 .version "1234"
4 .version "123"
  /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/third_party/mesa/src/src/glsl/glcpp/tests/
064-version.c 0 #version 130
  /external/mesa3d/src/glsl/glcpp/tests/
064-version.c 0 #version 130
  /external/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/Headers/
Types.h 3 unsigned version; member in struct:FrameworkSubStruct
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
version_check.py 31 if sys.version < '2.6' or sys.version >= '2.8':
32 print >> sys.stderr, "Unsupported Python version: WebKit only supports 2.6.x - 2.7.x, and you're running %s." % sys.version.split()[0]
  /external/chromium_org/chrome/installer/util/
compat_checks.h 8 // Returns true if this computer has a Symantec End Point version that
10 bool HasIncompatibleSymantecEndpointVersion(const wchar_t* version);
  /external/chromium_org/tools/site_compare/scrapers/firefox/
__init__.py 9 def GetScraper(version):
10 """Returns the scraper module for the given version.
13 version: version string of IE, or None for most recent
16 scrape module for given version
20 # support one version of Firefox at this time
22 # We only have one version of the Firefox scraper for now
28 print GetScraper("2.0.0.6").version
  /external/chromium_org/tools/site_compare/scrapers/ie/
__init__.py 9 def GetScraper(version):
10 """Returns the scraper module for the given version.
13 version: version string of IE, or None for most recent
16 scrape module for given version
20 # support one version of IE at this time
22 # We only have one version of the IE scraper for now
28 print GetScraper("7.0.5370.1").version
  /external/clang/test/Driver/
darwin-version.c 5 #error Invalid version
13 #error Invalid version
21 #error Invalid version
29 #error Invalid version
  /external/webrtc/src/common_audio/signal_processing/
spl_version.c 21 WebRtc_Word16 WebRtcSpl_get_version(char* version, WebRtc_Word16 length_in_bytes)
23 strncpy(version, "1.2.0", length_in_bytes);
  /external/chromium_org/third_party/opus/src/win32/
genversion.bat 5 for /f %%v in ('git describe --tags --match "v*"') do set version=%%v variable
7 if not "%version%"=="" goto :gotversion
9 if exist "%~dp0..\version.mk" goto :getversion
11 echo Git cannot be found, nor can version.mk. Generating unknown version.
13 set version=unknown variable
19 for /f "delims== tokens=2" %%v in (%~dp0..\version.mk) do set version=%%v variable
21 set version=!version:^"= variable
22 set version=!version: =! variable
    [all...]
  /external/chromium_org/ppapi/generators/test_version/
versions.idl 19 [version=0.0]
24 [version=0.0] int32_t Bar([in] int32_t x);
28 [version=2.0] int32_t Bar([in] int32_t x, [in] int32_t y, [in] int32_t z);
33 [version=0.0]
38 [version=0.0] iFoo x;
42 [version=0.0]
47 [version=0.0] iFoo x;
51 [version=1.0] int32_t y;
58 typedef int32_t callback_t([in] int32_t x, [in, version=2.0] int32_t y);
65 int32_t Bar([in, version=1.0] callback_t cb)
    [all...]
  /external/chromium_org/tools/site_compare/scrapers/chrome/
__init__.py 9 def GetScraper(version):
10 """Returns the scraper module for the given version.
13 version: version string of Chrome, or None for most recent
16 scrape module for given version
18 if version is None:
19 version = "0.1.101.0"
21 parsed_version = [int(x) for x in version.split(".")]
36 print GetScraper("0.1.101.0").version
  /external/elfutils/libelf/
elf_version.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
58 /* Is the version initialized? */
61 /* Currently selected version. */
66 elf_version (version)
67 unsigned int version;
69 if (version == EV_NONE)
72 if (likely (version < EV_NUM))
74 /* Phew, we know this version. *
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
ProtocolVersion.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
23 * Represents Protocol Version
36 * Returns true if protocol version is supported
38 * @param version
40 public static boolean isSupported(byte[] version) {
41 if (version[0] != 3 || (version[1] != 0 && version[1] != 1)) {
50 * @param version
53 public static ProtocolVersion getByVersion(byte[] version) {
139 public final byte[] version; field in class:ProtocolVersion
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
FindMatchRectsDetails.java 13 /** Version of the the rects in this result. */
14 public final int version; field in class:FindMatchRectsDetails
22 public FindMatchRectsDetails(int version, RectF[] rects, RectF activeRect) {
23 this.version = version;
  /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/net/disk_cache/
disk_format.cc 12 version = kCurrentVersion;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-maxp-table.hh 53 likely (version.major == 1 || (version.major == 0 && version.minor == 0x5000)));
56 /* We only implement version 0.5 as none of the extra fields in version 1.0 are useful. */
58 FixedVersion version; /* Version of the maxp table (0.5 or 1.0), member in struct:OT::maxp
  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 53 likely (version.major == 1 || (version.major == 0 && version.minor == 0x5000)));
56 /* We only implement version 0.5 as none of the extra fields in version 1.0 are useful. */
58 FixedVersion version; /* Version of the maxp table (0.5 or 1.0), member in struct:OT::maxp
  /external/dexmaker/src/dx/java/com/android/dx/dex/
DexFormat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
47 /** dex file version number for the current format variant */
50 /** dex file version number for API level 13 and earlier */
73 String version = "" + ((char) magic[4]) + ((char) magic[5]) +((char) magic[6]); local
75 if (version.equals(VERSION_CURRENT)) {
77 } else if (version.equals(VERSION_FOR_API_13)) {
88 String version; local
91 version = VERSION_CURRENT;
93 version = VERSION_FOR_API_13;
96 return MAGIC_PREFIX + version + MAGIC_SUFFIX
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
ClientRegistrationMessage.java 51 private int version; field in class:ClientRegistrationMessage
69 public void setVersion( int version ) {
70 this.version = version;
74 return version;
  /external/objenesis/tck/test/org/springframework/osgi/test/internal/
boot-bundles.properties 4 # Licensed under the Apache License, Version 2.0 (the "License");
16 # Licensed under the Apache License, Version 2.0 (the "License");
42 # format: <groupId,artifactId,version>=+/-15
44 # - see Spring org.springframework.core.JdkVersion for jdk major version codes.
56 ignore.backport.version=3.1.0
57 ignore.junit.version=3.8.2
58 # EDITED: Upgrade the version from 1.2.15-SNAPSHOT to ${log4j.version}
59 ignore.log4j.version=${log4j.version}
    [all...]

Completed in 696 milliseconds

1 2 3 4 5 6 7 8 91011>>