Searched refs:max_version (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/variations/
H A Dprocessed_study.cc33 !Version::IsValidWildcardString(study.filter().max_version())) {
35 << study.filter().max_version();
H A Dstudy_filtering_unittest.cc251 const char* max_version; member in struct:variations::__anon6913
286 filter.set_max_version(max_test_cases[i].max_version);
297 filter.set_max_version(max_test_cases[j].max_version);
H A Dstudy_filtering.cc145 if (version.CompareToWildcardString(filter.max_version()) > 0)
/external/chromium_org/testing/gtest/scripts/
H A Dgtest-config.in110 max_version="$2"
111 max_major_version=${max_version%%.*}
114 if test "${max_version#*.}" != "${max_version}"; then
115 max_minor_version=${max_version#*.}
118 if test "${max_version#*.*.}" != "${max_version}"; then
119 max_point_version=${max_version#*.*.}
175 max_version=${1#--max-version=}
260 check_versions ${min_version:-0.0.0} ${max_version
[all...]
/external/protobuf/gtest/scripts/
H A Dgtest-config.in110 max_version="$2"
111 max_major_version=${max_version%%.*}
114 if test "${max_version#*.}" != "${max_version}"; then
115 max_minor_version=${max_version#*.}
118 if test "${max_version#*.*.}" != "${max_version}"; then
119 max_point_version=${max_version#*.*.}
175 max_version=${1#--max-version=}
260 check_versions ${min_version:-0.0.0} ${max_version
[all...]
/external/chromium_org/v8/tools/push-to-trunk/
H A Dbump_up_version.py153 max_version = max(self["trunk_version"],
159 map(str, map(int, max_version.split("."))))
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
H A Dpnacl_component_crx_gen.py128 max_version = 2 ** 16
130 version_more = version / max_version
131 version = version % max_version
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc151 scoped_ptr<Version> max_version(new Version("0.0.0.0"));
161 found_version->CompareTo(*max_version.get()) > 0) {
162 max_version.reset(found_version.release());
167 return (version_found ? max_version.release() : NULL);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_context.c179 const unsigned max_version = local
184 if (req_version > max_version) {
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_context.c179 const unsigned max_version = local
184 if (req_version > max_version) {
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp2424 unsigned max_version = 0; local
2427 max_version = MAX2(max_version, prog->Shaders[i]->Version);
2450 assert(max_version <= 140);
2451 if ((max_version >= 130 || min_version == 100)
2452 && min_version != max_version) {
2458 prog->Version = max_version;
2533 if (max_version >= 130) {
/external/mesa3d/src/glsl/
H A Dlinker.cpp2424 unsigned max_version = 0; local
2427 max_version = MAX2(max_version, prog->Shaders[i]->Version);
2450 assert(max_version <= 140);
2451 if ((max_version >= 130 || min_version == 100)
2452 && min_version != max_version) {
2458 prog->Version = max_version;
2533 if (max_version >= 130) {

Completed in 414 milliseconds