OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:version
(Results
301 - 325
of
2174
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/support/v4/java/android/support/v4/content/
IntentCompat.java
4
* Licensed under the Apache License,
Version
2.0 (the "License");
85
final int
version
= Build.
VERSION
.SDK_INT;
typedefs
86
if (
version
>= 15) {
88
} else if (
version
>= 11) {
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmeth.h
96
uint8
version
; /*
Version
is 0 */
member in struct:bcmeth_hdr
/hardware/qcom/msm8960/kernel-headers/linux/
msm_rmnet.h
50
unsigned char
version
;
member in struct:QMI_QOS_HDR_S
/hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rmnet.h
4
* it under the terms of the GNU General Public License
version
2 and
5
* only
version
2 as published by the Free Software Foundation.
51
unsigned char
version
;
member in struct:QMI_QOS_HDR_S
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
domimplementationhasfeature01.java
34
* The method "hasFeature(feature,
version
)" tests if the DOMImplementation implements
39
* "1.0" and if the
version
is not specified, supporting any
version
of the feature
69
String
version
= "";
local
87
success = domImpl.hasFeature(featureXML,
version
);
94
success = domImpl.hasFeature(featureCore,
version
);