OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:versionInt
(Results
1 - 2
of
2
) sorted by null
/sdk/find_java/src/source/
find_java_lib.cpp
261
int
versionInt
= 0;
270
versionInt
= checkBinPath(&javaHome);
271
if (
versionInt
>= 0) {
275
versionInt
, javaHome.cstr());
279
if (
versionInt
>= minVersion) {
281
return
versionInt
;
317
if (v >
versionInt
) {
321
versionInt
, javaHome.cstr());
324
versionInt
= v;
/cts/hostsidetests/api/src/com/android/cts/api/
UnofficialApisUsageTest.java
231
int
versionInt
= Integer.parseInt(versionString);
232
if (
versionInt
<= 27) {
Completed in 162 milliseconds