Searched refs:version (Results 26 - 50 of 4103) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DFindMatchRectsDetails.java14 public final int version; field in class:FindMatchRectsDetails
22 public FindMatchRectsDetails(int version, int numRects, RectF activeRect) { argument
23 this.version = version;
/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());
H A Done_writer_seqlock.cc14 base::subtle::Atomic32 version; local
16 version = base::subtle::NoBarrier_Load(&sequence_);
20 if ((version & 1) == 0)
26 return version;
29 bool OneWriterSeqLock::ReadRetry(base::subtle::Atomic32 version) { argument
32 return base::subtle::Release_Load(&sequence_) != version;
/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format.cc12 version = kCurrentVersion;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-maxp-table.hh53 likely (version.major == 1 || (version.major == 0 && version.minor == 0x5000u)));
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/
H A Dhb-ot-maxp-table.hh53 likely (version.major == 1 || (version.major == 0 && version.minor == 0x5000u)));
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/libunwind/include/
H A Ddwarf-eh.h107 #define DW_EH_VERSION 1 /* The version we're implementing */
111 unsigned char version; member in struct:dwarf_eh_frame_hdr
/external/dexmaker/src/dx/java/com/android/dx/dex/
H A DDexFormat.java47 /** 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]);
75 if (version.equals(VERSION_CURRENT)) {
77 } else if (version.equals(VERSION_FOR_API_13)) {
88 String version;
91 version = VERSION_CURRENT;
93 version = VERSION_FOR_API_13;
96 return MAGIC_PREFIX + version + MAGIC_SUFFIX;
/external/chromium_org/ppapi/api/
H A Dppb_var.idl27 [version=1.0]
42 [version=1.0]
70 [version=1.0]
97 [version=1.1]
118 [version=1.0]
130 [version=1.2]
144 [version=1.2]
/external/chromium_org/media/cdm/ppapi/
H A Dsupported_cdm_versions.h12 bool IsSupportedCdmModuleVersion(int version) { argument
13 switch(version) {
22 bool IsSupportedCdmInterfaceVersion(int version) { argument
26 switch(version) {
36 bool IsSupportedCdmHostVersion(int version) { argument
40 switch(version) {
/external/objenesis/tck/test/org/springframework/osgi/test/internal/
H A Dboot-bundles.properties42 # 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}
61 ignore.spring.version=2.5.6.SEC01
62 # EDITED: Filter the version t
[all...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DRC5ParameterSpecTest.java38 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv) method
44 int version = 1;
50 new RC5ParameterSpec(version, rounds, wordSize, null);
57 new RC5ParameterSpec(version, rounds, wordSize + 8, iv);
64 new RC5ParameterSpec(version, rounds, wordSize, new byte[] { 1, 2, 3 });
70 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds,
79 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv, int
85 int version = 1;
92 new RC5ParameterSpec(version, rounds, wordSize, null, offset);
99 new RC5ParameterSpec(version, round
[all...]
/external/bluetooth/bluedroid/conf/
H A Dbt_did.conf18 # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
19 # JJ: major version number, M: minor version number, N: sub-minor version number
22 version = 0x1436
47 # Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
48 # JJ: major version number, M: minor version number, N: sub-minor version number
51 #version
[all...]
/external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/
H A Dchrome_test.py10 version = 1 variable
17 utils.update_version(pwd + '/src', False, version, setup, None)
/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/ppapi/generators/test_cgen_range/
H A Dversions.idl17 [version=0.0]
22 [version=0.0] int32_t Bar(int32_t x);
26 [version=1.0] int32_t Bar(int32_t x, int32_t y);
30 [version=2.0] int32_t Bar(int32_t x, int32_t y, int32_t z);
/external/chromium_org/third_party/opus/src/
H A Dversion.mk1 # static version string; update manually every release.
/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/libopus/
H A Dversion.mk1 # static version string; update manually every release.
/external/libpng/scripts/
H A Dlibpng-config-head.in14 version=1.6.10
/external/e2fsprogs/lib/ext2fs/
H A Dversion.c2 * version.c --- Return the version of the ext2 library
8 * General Public License, version 2.
22 #include "../../version.h"
30 int version = 0, dot_count = 0; local
41 version = (version * 10) + (*cp - '0');
43 return version;
/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;

Completed in 602 milliseconds

1234567891011>>