OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getversion
(Results
151 - 175
of
1110
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/rlz/win/lib/
registry_util.cc
61
if (base::win::
GetVersion
() < base::win::VERSION_VISTA) return true;
/external/chromium_org/sandbox/win/src/
policy_broker.cc
102
if (base::win::
GetVersion
() >= base::win::VERSION_XP) {
policy_target_test.cc
166
if (base::win::
GetVersion
() >= base::win::VERSION_XP) {
175
if (base::win::
GetVersion
() >= base::win::VERSION_XP)
181
if (base::win::
GetVersion
() >= base::win::VERSION_XP) {
192
if (base::win::
GetVersion
() < base::win::VERSION_XP)
/external/chromium_org/sync/test/fake_server/
fake_server_entity.cc
48
int64 FakeServerEntity::
GetVersion
() const {
fake_server_entity.h
35
int64
GetVersion
() const;
/external/chromium_org/ui/gfx/animation/
animation.cc
97
if (base::win::
GetVersion
() >= base::win::VERSION_VISTA) {
/external/e2fsprogs/lib/e2p/
Makefile.in
20
getflags.o
getversion
.o hashstr.o iod.o ls.o mntopts.o \
27
$(srcdir)/
getversion
.c $(srcdir)/hashstr.c $(srcdir)/iod.c \
144
getversion
.o: $(srcdir)/
getversion
.c $(top_builddir)/lib/config.h \
e2p.h
36
int
getversion
(int fd, unsigned long * version);
/external/lldb/source/Commands/
CommandObjectVersion.cpp
43
result.AppendMessageWithFormat ("%s\n", lldb_private::
GetVersion
());
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
CookiesTest.java
88
assertEquals(0, cookie.
getVersion
());
118
assertEquals(1, cookie.
getVersion
());
152
assertEquals(1, cookie.
getVersion
());
186
assertEquals(1, cookie.
getVersion
());
/frameworks/base/core/jni/
android_content_res_ObbScanner.cpp
62
env->SetIntField(obbInfo, gObbInfoClassInfo.version, obb->
getVersion
());
/frameworks/base/include/androidfw/
ObbFile.h
58
int32_t
getVersion
() const {
/frameworks/base/libs/androidfw/tests/
ObbFile_test.cpp
80
EXPECT_EQ(versionNum, mObbFile->
getVersion
())
/frameworks/native/services/surfaceflinger/RenderEngine/
GLExtensions.cpp
74
char const* GLExtensions::
getVersion
() const {
GLExtensions.h
67
char const*
getVersion
() const;
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
VoiceSearch.java
91
public int
getVersion
() {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h
139
UINT
GetVersion
() const
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java
272
return String.format("%1$s (%2$s)", target.
getVersion
().getApiString(),
314
mValues.minSdk = target.
getVersion
().getApiString();
390
mValues.minSdk = target.
getVersion
().getApiString();
397
mValues.minSdk = target.
getVersion
().getApiString();
623
if (target.
getVersion
().isPreview() && !target.
getVersion
().equals(mValues.minSdk)) {
627
target.
getVersion
().getCodename()));
630
if (!target.
getVersion
().equals(mValues.minSdk)) {
631
return new Status(target.
getVersion
().isPreview() ? IStatus.ERROR : IStatus.WARNING,
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceVersionDetector.java
66
public int
getVersion
() {
/external/apache-http/src/org/apache/http/client/protocol/
ResponseProcessCookies.java
109
if (cookieSpec.
getVersion
() > 0) {
161
+ "[version=" + cookie.
getVersion
()
/external/apache-http/src/org/apache/http/message/
BasicHttpRequest.java
90
return HttpProtocolParams.
getVersion
(getParams());
98
ProtocolVersion ver = HttpProtocolParams.
getVersion
(getParams());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignedData.java
209
if (s.
getVersion
().getValue().intValue() == 3)
261
public ASN1Integer
getVersion
()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509V2AttributeCertificate.java
94
public int
getVersion
()
96
return cert.getAcinfo().
getVersion
().getValue().intValue() + 1;
/external/chromium_org/base/
base_paths_win.cc
99
if (win::
GetVersion
() < win::VERSION_VISTA)
123
if (win::
GetVersion
() < win::VERSION_WIN8)
/external/chromium_org/build/
compiler_version.py
48
def
GetVersion
(compiler, tool):
136
compiler_version =
GetVersion
(compiler, tool)
Completed in 2518 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>