OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_version
(Results
1 - 25
of
25
) sorted by null
/external/chromium_org/testing/gtest/scripts/
gtest-config.in
110
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
:-9999.9999.9999
[
all
...]
/external/protobuf/gtest/scripts/
gtest-config.in
110
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
:-9999.9999.9999
[
all
...]
/cts/tests/webgl/res/raw/
extract_webgl_tests.py
34
max_version
= line.split()[1] if line.split()[0] == "--max-version" else "9.9.9"
36
if (version >= min_version and version <=
max_version
):
/external/chromium_org/components/variations/
processed_study.cc
33
!Version::IsValidWildcardString(study.filter().
max_version
())) {
35
<< study.filter().
max_version
();
study_filtering_unittest.cc
251
const char*
max_version
;
member in struct:variations::__anon11538
286
filter.set_max_version(max_test_cases[i].
max_version
);
297
filter.set_max_version(max_test_cases[j].
max_version
);
study_filtering.cc
145
if (version.CompareToWildcardString(filter.
max_version
()) > 0)
/external/chromium_org/third_party/webrtc/base/
fileutils.cc
254
const size_t
MAX_VERSION
= 100;
256
while (version <
MAX_VERSION
) {
/external/chromium_org/chrome/installer/setup/
setup_util.cc
151
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/
i915_context.c
179
const unsigned
max_version
=
local
184
if (req_version >
max_version
) {
/external/chromium_org/v8/tools/push-to-trunk/
bump_up_version.py
153
max_version
= max(self["trunk_version"],
159
map(str, map(int,
max_version
.split("."))))
/external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c
179
const unsigned
max_version
=
local
184
if (req_version >
max_version
) {
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py
128
max_version
= 2 ** 16
130
version_more = version /
max_version
131
version = version %
max_version
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/unit/
PhoneAccountRegistrarTest.java
48
private static final int
MAX_VERSION
= Integer.MAX_VALUE;
289
result = xml.readFromXml(parser,
MAX_VERSION
, context);
/external/chromium_org/components/variations/proto/
study.proto
185
optional string
max_version
= 3;
/external/tcpdump/
print-lldp.c
[
all
...]
/external/chromium_org/third_party/mesa/src/src/glsl/
linker.cpp
2424
unsigned
max_version
= 0;
local
[
all
...]
/external/mesa3d/src/glsl/
linker.cpp
2424
unsigned
max_version
= 0;
local
[
all
...]
/external/chromium_org/chrome/test/chromedriver/
run_buildbot_steps.py
152
A tuple of the form (min_version,
max_version
).
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
Completed in 1540 milliseconds