Searched refs:Version (Results 501 - 525 of 817) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/components/variations/
H A Dvariations_seed_processor.cc86 const base::Version& version,
H A Dvariations_seed_simulator.cc115 const base::Version& version,
/external/chromium_org/content/browser/tracing/
H A Detw_system_event_consumer_win.cc163 value->Set("ver", new FundamentalValue(event->Header.Class.Version));
/external/chromium_org/extensions/browser/
H A Dcontent_verifier.cc156 extension->version() ? *extension->version() : base::Version()));
H A Dverified_contents.cc142 version_ = base::Version(version_string);
/external/chromium_org/extensions/common/manifest_handlers/
H A Dshared_module_info.cc213 Version v(min_version);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dmain.cpp192 shader->Version = state->language_version;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpoints.c8 * Version: 7.1
196 if ((ctx->API == API_OPENGL && ctx->Version >= 20)
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc4 * Licensed under the Apache License, Version 2.0 (the "License");
31 int32_t EbdtTable::Version() { function in class:sfntly::EbdtTable
/external/chromium_org/third_party/sqlite/src/
H A Dconfigure.ac172 AC_MSG_NOTICE(Version set to $VERSION)
180 AC_MSG_NOTICE(Version number set to $VERSION_NUMBER)
/external/chromium_org/tools/grit/grit/gather/
H A Drc_unittest.py66 LTEXT "klonk Version ""yibbee"" 1.0",IDC_STATIC,49,10,119,8,
81 'klonk Version "yibbee" 1.0')
144 version = rc.Version(StringIO.StringIO('''
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h21 CArchiveVersion Version; member in struct:NArchive::N7z::CInArchiveInfo
H A D7zIn.cpp1025 bool checkRecordsSize = (db.ArchiveInfo.Version.Major > 0 ||
1026 db.ArchiveInfo.Version.Minor > 2);
1147 db.ArchiveInfo.Version.Major = _header[6];
1148 db.ArchiveInfo.Version.Minor = _header[7];
1150 if (db.ArchiveInfo.Version.Major != kMajorVersion)
/external/mesa3d/src/glsl/
H A Dmain.cpp192 shader->Version = state->language_version;
/external/mesa3d/src/mesa/main/
H A Dpoints.c8 * Version: 7.1
196 if ((ctx->API == API_OPENGL && ctx->Version >= 20)
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc4 * Licensed under the Apache License, Version 2.0 (the "License");
31 int32_t EbdtTable::Version() { function in class:sfntly::EbdtTable
/external/strace/
H A DAndroid.mk4 # Licensed under the Apache License, Version 2.0 (the "License");
40 strace_version := $(shell grep Version $(LOCAL_PATH)/strace.spec | cut -d " " -f 2)
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DUnitTests.cs4 // Use, modification and distribution are subject to the Boost Software License, Version 1.0.
159 Assert.AreEqual("1.2.8", Info.Version);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc458 Version* base) {
509 Version* base = versions_->current();
540 Version* base = versions_->current();
1019 Version* version;
1091 Version* current = versions_->current();
1097 Version::GetStats stats;
1407 Version* v;
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl538 if ($licensetext =~ /Mozilla Public License( Version|, v.) ([^ ]+[^., ]),?/) {
556 } elsif ($licensetext =~ /under the Apache License, Version ([^ ]+)/) {
584 if ($licensetext =~ /terms of the Common Development and Distribution License(, Version ([^(]+))? \(the License\)/) {
592 if ($licensetext =~ /as defined in and that are subject to the Apple Public Source License([ ,-]+Version ([^ ]+)?(\.))/) {
600 $licensetext =~ /Boost Software License([ ,-]+Version ([^ ]+)?(\.))/i) {
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp63 memcpy(Options.Version, DefaultGCOVVersion.c_str(), 4);
87 ReversedVersion[0] = Options.Version[3];
88 ReversedVersion[1] = Options.Version[2];
89 ReversedVersion[2] = Options.Version[1];
90 ReversedVersion[3] = Options.Version[0];
135 // Reversed, NUL-terminated copy of Options.Version.
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp12 #include "clang/Basic/Version.h"
1149 // Set OpenCL Version.
1232 unsigned Version = 0; local
1233 if (Value.getAsInteger(10, Version)) {
1238 if (Version < 100)
1239 Version = Version * 100; // major -> major.minor
1240 if (Version < 100000)
1241 Version = Version * 10000
[all...]
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.cc257 printf("%s\n", version_info.Version().c_str());
265 version_info.Version().c_str(),
/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer.cc157 expected_version_.reset(new Version(*approval->minimum_version));
669 Version current_version(current_version_);
/external/chromium_org/components/test/data/web_database/
H A Dversion_21.sql6 INSERT INTO "meta" VALUES('Builtin Keyword Version','27');

Completed in 3070 milliseconds

<<21222324252627282930>>