Searched refs:version (Results 276 - 300 of 4103) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ppapi/generators/test_thunk/
H A Dbasic_test_types.idl16 [version=0.0]
/external/chromium_org/sync/test/
H A Dmock_invalidation.h19 static scoped_ptr<MockInvalidation> Build(int64 version,
33 int64 version,
36 // Whether or not this is an 'unknown version' invalidation.
39 // The version of this invalidation. Valid only if !is_unknown_version_.
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DWindowWebDatabase.idl31 [MeasureAs=OpenWebDatabase, LogActivity, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIInput.h44 static MIDIInput* create(MIDIAccess*, const String& id, const String& manufacturer, const String& name, const String& version);
58 MIDIInput(MIDIAccess*, const String& id, const String& manufacturer, const String& name, const String& version);
H A DMIDIPort.idl44 readonly attribute DOMString version;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMIDIAccessorClient.h40 virtual void didAddInputPort(const WebString& id, const WebString& manufacturer, const WebString& name, const WebString& version) = 0;
41 virtual void didAddOutputPort(const WebString& id, const WebString& manufacturer, const WebString& name, const WebString& version) = 0;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-hhea-table.hh49 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
53 FixedVersion version; /* 0x00010000u for version 1.0. */ member in struct:OT::hhea
/external/chromium_org/third_party/ots/src/
H A Dhhea.cc20 if (!table.ReadU32(&hhea->header.version)) {
23 if (hhea->header.version >> 16 != 1) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A DMakefile.inc12 $(top_srcdir)/modules/preprocs/nasm/nasm-preproc.c: nasm-version.c
14 nasm-version.c: version.mac genmacro$(EXEEXT)
15 $(top_builddir)/genmacro$(EXEEXT) $@ nasm_version_mac version.mac
17 BUILT_SOURCES += nasm-version.c
18 CLEANFILES += nasm-version.c
20 version.mac: genversion$(EXEEXT)
23 BUILT_SOURCES += version.mac
24 CLEANFILES += version.mac
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSVersion.py5 """Handle version information related to Visual Stuio."""
17 """Information regarding a version of Visual Studio."""
36 """Get the full description of the version."""
40 """Get the version number of the sln files."""
44 """Get the version number of the vcproj or vcxproj files."""
51 """Returns true if this version uses a vcxproj file."""
67 """Returns the msbuild toolset version that will be used in the absence
204 autodetected if GYP_MSVS_VERSION is not explicitly specified. If a version is
330 for version in versions_to_check:
331 # Old method of searching for which VS version i
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-hhea-table.hh49 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
53 FixedVersion version; /* 0x00010000u for version 1.0. */ member in struct:OT::hhea
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DGetNameClassWriter.java31 public void visit(int version, int access, String name, String signature, String superName, String[] interfaces) { argument
33 super.visit(version, access, name, signature, superName, interfaces);
/external/kernel-headers/original/uapi/linux/
H A Dcycx_cfm.h13 * as published by the Free Software Foundation; either version
14 * 2 of the License, or (at your option) any later version.
16 * 1998/08/08 acme Initial version.
51 * @version - firmware version number
64 unsigned short version; member in struct:cycx_fw_info
79 * @version - file format version
88 unsigned short version; member in struct:cycx_firmware
/external/libcxx/test/diagnostics/syserr/
H A DAndroid.mk19 test_name := diagnostics/syserr/version
20 test_src := version.pass.cpp
/external/libcxx/test/input.output/iostream.forward/
H A DAndroid.mk23 test_name := input.output/iostream.forward/version
24 test_src := version.pass.cpp
/external/libcxx/test/language.support/support.initlist/
H A DAndroid.mk19 test_name := language.support/support.initlist/version
20 test_src := version.pass.cpp
/external/libcxx/test/language.support/support.limits/limits/
H A DAndroid.mk19 test_name := language.support/support.limits/limits/version
20 test_src := version.pass.cpp
/external/libcxx/test/localization/c.locales/
H A DAndroid.mk19 test_name := localization/c.locales/version
20 test_src := version.pass.cpp
/external/libcxx/test/numerics/complex.number/
H A DAndroid.mk23 test_name := numerics/complex.number/version
24 test_src := version.pass.cpp
/external/libcxx/test/utilities/ratio/
H A DAndroid.mk23 test_name := utilities/ratio/version
24 test_src := version.pass.cpp
/external/libcxx/test/utilities/template.bitset/
H A DAndroid.mk23 test_name := utilities/template.bitset/version
24 test_src := version.pass.cpp
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Denroller.js181 * version: (string|undefined),
200 var version = enrollChallenge['version'];
201 if (!version) {
203 version = 'U2F_V1';
205 if (version != 'U2F_V1' && version != 'U2F_V2') {
208 if (seenVersions[version]) {
209 // Each version can appear at most once.
212 seenVersions[version]
[all...]
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
H A DOs.java36 System.getProperty("os.version").toLowerCase(Locale.ENGLISH);
49 * version of OS
51 private String version; field in class:Os
167 * Sets the desired OS version
169 * @param version The OS version
171 public void setVersion(String version) { argument
172 this.version = version.toLowerCase(Locale.ENGLISH);
184 return isOs(family, name, arch, version);
230 isVersion(String version) argument
245 isOs(String family, String name, String arch, String version) argument
[all...]
/external/chromium_org/chrome/test/ispy/
H A Dispy_api.py8 from distutils.version import LooseVersion
22 cloud_bucket: a BaseCloudBucket in which to the version file,
30 """Updates the most recent expectation version to the Chrome version.
35 chrome_version: the chrome version as a string of the form "31.0.123.4".
36 version_file: path to the version file in the cloud bucket. The version
46 version = self._GetExpectationVersion(
48 if version == chrome_version:
50 insert_pos = expectation_versions.index(version)
[all...]
/external/ceres-solver/scripts/
H A Dceres-solver.spec12 Source0: http://%{name}.org/%{name}-%{version}.tar.gz
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
57 Requires: %{name} = %{version}-%{release}
115 - Bump version
118 - Bump version
121 - Bump version
124 - Bump version
127 - Bump version
130 - Bump version
133 - Bump version
[all...]

Completed in 634 milliseconds

<<11121314151617181920>>