OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getversion
(Results
251 - 275
of
529
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
jni.h
169
jint (*
GetVersion
)(JNIEnv *);
510
jint
GetVersion
()
511
{ return functions->
GetVersion
(this); }
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java
583
int apiLevel = target.
getVersion
().getApiLevel();
847
AndroidVersion version = target.
getVersion
();
852
if (t.
getVersion
().getApiLevel() == targetApiLevel
[
all
...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java
285
public int
getVersion
() {
/external/apache-xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java
104
public String
getVersion
();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java
323
if (cert != null && cert.
getVersion
() == 1)
/external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc
51
base::win::Version version = base::win::
GetVersion
();
/external/chromium/chrome/browser/first_run/
first_run_win.cc
296
if (base::win::
GetVersion
() < base::win::VERSION_WIN7)
/external/chromium/chrome/browser/google/
google_update.cc
108
if (base::win::
GetVersion
() >= base::win::VERSION_VISTA) {
/external/chromium/chrome/common/net/
x509_certificate_model_nss.cc
126
string
GetVersion
(X509Certificate::OSCertHandle cert_handle) {
Completed in 1391 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>