Searched refs:version (Results 201 - 225 of 4103) sorted by relevance

1234567891011>>

/external/libcxx/test/input.output/stream.buffers/
H A DAndroid.mk19 test_name := input.output/stream.buffers/version
20 test_src := version.pass.cpp
/external/libcxx/test/input.output/string.streams/
H A DAndroid.mk19 test_name := input.output/string.streams/version
20 test_src := version.pass.cpp
/external/libcxx/test/language.support/support.dynamic/
H A DAndroid.mk19 test_name := language.support/support.dynamic/version
20 test_src := version.pass.cpp
/external/libcxx/test/language.support/support.exception/
H A DAndroid.mk19 test_name := language.support/support.exception/version
20 test_src := version.pass.cpp
/external/libcxx/test/language.support/support.rtti/
H A DAndroid.mk19 test_name := language.support/support.rtti/version
20 test_src := version.pass.cpp
/external/libcxx/test/numerics/rand/rand.synopsis/
H A DAndroid.mk19 test_name := numerics/rand/rand.synopsis/version
20 test_src := version.pass.cpp
/external/skia/tools/
H A Dxsan_build28 $CC --version
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DVersion.src24 * Administrative class to keep track of the version number of
28 * to get version information.</P>
35 * Get the basic version string for the current Serializer.
39 * Futurework: have this read version info from jar manifest.
41 * @return String denoting our current version
52 * Print the processor version to the command line.
79 * Major version number.
83 * version.
91 return @version.VERSION@;
105 return @version
[all...]
/external/chromium_org/chrome/installer/mac/
H A Dmake_signers.sh31 echo "usage: ${ME} packaging_dir mac_product_name version" >& 2
37 version="${3}"
49 version_regex="$(echo "${version}" | sed -e 's/\./\\\\./g')"
56 -e "s/@VERSION@/${version}/g" \
/external/chromium_org/media/formats/mpeg/
H A Dmpeg1_audio_stream_parser.cc33 // Maps version and layer information in the frame header
67 // Maps the sample rate index and version fields from the frame header
95 int version; local
106 !reader.ReadBits(2, &version) ||
120 << " version 0x" << version
127 version == kVersionReserved ||
133 << " version 0x" << version
149 int bitrate = kBitrateMap[bitrate_index][kVersionLayerMap[version][laye
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Dswiftshader_component_installer.cc49 // If we don't have a SwiftShader component, this is the version we claim.
61 // SwiftShader has version encoded in the path itself
74 Version version(path.BaseName().MaybeAsASCII());
75 if (!version.IsValid())
77 if (version.CompareTo(*latest) > 0 &&
82 *latest = version;
100 explicit SwiftShaderComponentInstaller(const Version& version);
117 const Version& version)
118 : current_version_(version) {
119 DCHECK(version
116 SwiftShaderComponentInstaller( const Version& version) argument
164 FinishSwiftShaderUpdateRegistration(ComponentUpdateService* cus, const Version& version) argument
[all...]
H A Dpepper_flash_component_installer.cc23 #include "base/version.h"
58 // If we don't have a Pepper Flash component, this is the version we claim.
101 // Pepper Flash plugins have the version encoded in the path itself
105 // |latest_version| returns the corresponding version number. |older_dirs|
117 Version version(path.BaseName().MaybeAsASCII());
118 if (!version.IsValid())
121 if (version.CompareTo(*latest_version) > 0) {
124 *latest_version = version;
130 *latest_version = version;
159 // pick the highest version numbe
256 RegisterPepperFlashWithChrome(const base::FilePath& path, const Version& version, bool is_debugger) argument
351 PepperFlashComponentInstaller( const Version& version) argument
364 Version version; local
438 FinishPepperFlashUpdateRegistration(ComponentUpdateService* cus, const Version& version) argument
[all...]
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py10 If you want to require a specific version of setuptools, set a download
18 DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
60 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
65 `version` should be a valid setuptools version number that is available
70 should one be required. If an older version of setuptools is installed,
78 "You have an obsolete version of setuptools installed. Please\n"
83 egg = download_setuptools(version, download_base, to_dir, download_delay)
89 pkg_resources.require("setuptools>="+version)
94 "The required version o
[all...]
/external/chromium_org/ppapi/api/private/
H A Dppb_net_address_private.idl24 * The Internet Protocol version 4 (IPv4) address family.
28 * The Internet Protocol version 6 (IPv6) address family.
47 [version=0.1] interface PPB_NetAddress_Private {
85 [version=1.0]
91 [version=1.0]
101 [version=1.0]
109 [version=1.1]
116 [version=1.1]
124 [version=1.1]
/external/elfutils/0.153/lib/
H A Deu-config.h7 Free Software Foundation; version 2 of the License.
35 If you modify this file, you may extend this exception to your version
38 exception statement from your version and license this file solely under
187 # define OLD_VERSION(name, version) \
188 asm (".globl _compat." #version "." #name "\n" \
189 "_compat." #version "." #name " = " #name "\n" \
190 ".symver _compat." #version "." #name "," #name "@" #version);
191 # define NEW_VERSION(name, version) \
192 asm (".symver " #name "," #name "@@@" #version);
[all...]
/external/smali/
H A Dbuild.gradle34 version = '2.0.3'
36 def jarVersion = version
54 def baseVersion = version
55 version = baseVersion + '-' + versionSuffix
74 version = parent.version
89 version = jarVersion
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_version_upgrade.cc21 // It is not possible to upgrade cache structures on disk that are of version
28 void LogMessageFailedUpgradeFromVersion(int version) { argument
29 LOG(ERROR) << "Failed to upgrade Simple Cache from version: " << version;
40 file_contents.version = disk_cache::kSimpleVersion;
60 // Migrates the cache directory from version 4 to version 5.
118 // process gets killed and some parts are remaining at version A + 1. There
130 // only signifies presence of the implementation's magic and version. There
158 uint32 version_from = file_header.version;
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dgithub_file_system.py25 def _MakeBlobstoreKey(version):
26 return ZIP_KEY + '.' + str(version)
73 # If we key the password store on the app version then the whole advantage
94 self._GetZip(self.Stat(ZIP_KEY).version)
96 def _GetZip(self, version):
98 blob = self._blobstore.Get(_MakeBlobstoreKey(version), BLOBSTORE_GITHUB)
106 self._blobstore.Delete(_MakeBlobstoreKey(version), BLOBSTORE_GITHUB)
115 version,
117 self._version = version
150 version
[all...]
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dusbenrollhandler.js136 * Attempts to match the gnubby's U2F version with an appropriate enroll
146 gnubby.version(this.gnubbyVersioned_.bind(this, gnubby));
150 * Called with the result of a version command.
152 * @param {number} rc result of version command.
153 * @param {ArrayBuffer=} data version.
161 var version = UTIL_BytesToString(new Uint8Array(data || null));
162 this.tryEnroll_(gnubby, version);
180 * version.
199 * version.
201 * @param {string} version Protoco
[all...]
/external/chromium_org/third_party/protobuf/python/
H A Dez_setup.py15 If you want to require a specific version of setuptools, set a download
23 DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
86 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
91 `version` should be a valid setuptools version number that is available
96 should one be required. If an older version of setuptools is installed,
102 egg = download_setuptools(version, download_base, to_dir, download_delay)
110 pkg_resources.require("setuptools>="+version); return
114 "The required version of setuptools (>=%s) is not available, and\n"
116 " a more recent version firs
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DO_S_2f_2.py40 version: H # version
107 if self.version == 1:
109 elif self.version in (2, 3, 4):
111 elif self.version == 5:
115 elif self.version != 0:
117 raise ttLib.TTLibError("unknown format for OS/2 table: version %s" % self.version)
126 if self.version == 0:
128 elif self.version
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DO_S_2f_2.py40 version: H # version
107 if self.version == 1:
109 elif self.version in (2, 3, 4):
111 elif self.version == 5:
115 elif self.version != 0:
117 raise ttLib.TTLibError("unknown format for OS/2 table: version %s" % self.version)
126 if self.version == 0:
128 elif self.version
[all...]
/external/protobuf/python/
H A Dez_setup.py15 If you want to require a specific version of setuptools, set a download
23 DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
78 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
83 `version` should be a valid setuptools version number that is available
88 should one be required. If an older version of setuptools is installed,
94 egg = download_setuptools(version, download_base, to_dir, download_delay)
102 pkg_resources.require("setuptools>="+version); return
106 "The required version of setuptools (>=%s) is not available, and\n"
108 " a more recent version firs
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dversion_loader.cc28 // Beginning of line we look for that gives full version number.
32 // Same but for short version (x.x.xx.x).
35 // Beginning of line we look for that gives the firmware version.
36 const char kFirmwarePrefix[] = "version";
44 const std::string* version) {
45 callback.Run(*version);
60 std::string* version = new std::string(); local
64 base::Bind(&Backend::GetVersion, backend_.get(), format, version),
65 base::Bind(&VersionLoaderCallbackHelper, callback, base::Owned(version)));
84 // version |
42 VersionLoaderCallbackHelper( base::Callback<void(const std::string&)> callback, const std::string* version) argument
103 GetVersion(VersionFormat format, std::string* version) argument
[all...]
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_metadata.cc42 void PluginMetadata::AddVersion(const Version& version, argument
44 DCHECK(versions_.find(version) == versions_.end());
45 versions_[version] = status;
100 Version version; local
101 content::WebPluginInfo::CreateVersionFromString(plugin.version, &version);
102 if (!version.IsValid())
103 version = Version("0");
105 // |lower_bound| returns the latest version that is not newer than |version|
[all...]

Completed in 5531 milliseconds

1234567891011>>