OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeCount
(Results
1 - 17
of
17
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeAdapter.java
52
int[]
typeCount
= new int[itemCount];
67
int index =
typeCount
[typeIndex];
68
typeCount
[typeIndex] += count;
FakeExpandableAdapter.java
50
int[]
typeCount
= new int[itemCount];
71
int index =
typeCount
[typeIndex];
72
typeCount
[typeIndex] += count;
/external/proguard/src/proguard/preverify/
CodePreverifier.java
255
int
typeCount
= 0;
271
typeCount
= typeIndex;
282
VerificationType[] types = new VerificationType[
typeCount
];
288
for (int index = 0; typeIndex <
typeCount
; index++)
338
int
typeCount
= 0;
346
typeCount
++;
356
VerificationType[] types = new VerificationType[
typeCount
];
358
int typeIndex =
typeCount
;
/external/icu4c/i18n/
olsontz.cpp
101
typeCount
= 1;
178
typeCount
= (int16_t) len >> 1;
275
typeCount
= other.
typeCount
;
622
if (
typeCount
!= z->
typeCount
633
&& arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) *
typeCount
<< 1)
726
for (typeIdx = 0; typeIdx <
typeCount
; typeIdx++) {
743
historicRuleCount =
typeCount
;
[
all
...]
olsontz.h
338
int16_t
typeCount
;
342
* Length is
typeCount
int32_t's. At least one type (a pair of int32_t)
349
* type indices (from 0..
typeCount
-1).
/packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java
154
* @param
typeCount
When provided, will be used for the frequency count of
159
EditType forceInclude, boolean includeSecondary, SparseIntArray
typeCount
) {
165
if (
typeCount
== null) {
167
typeCount
= getTypeFrequencies(state, kind);
171
final int overallCount =
typeCount
.get(FREQUENCY_TOTAL);
175
final boolean validSpecific = (type.specificMax == -1 ? true :
typeCount
197
final SparseIntArray
typeCount
= new SparseIntArray();
201
if (mimeEntries == null) return
typeCount
;
211
final int count =
typeCount
.get(type.rawValue);
212
typeCount
.put(type.rawValue, count + 1)
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c
163
TNC_UInt32
typeCount
)
169
"
typeCount
=%lu)",
170
(unsigned long) imcID, (unsigned long)
typeCount
);
172
for (i = 0; i <
typeCount
; i++) {
183
os_malloc(
typeCount
* sizeof(TNC_MessageTypeList));
187
typeCount
* sizeof(TNC_MessageTypeList));
188
imc->num_supported_types =
typeCount
;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
tncs.c
218
TNC_UInt32
typeCount
)
224
"
typeCount
=%lu)",
225
(unsigned long) imvID, (unsigned long)
typeCount
);
227
for (i = 0; i <
typeCount
; i++) {
237
os_malloc(
typeCount
* sizeof(TNC_MessageTypeList));
241
typeCount
* sizeof(TNC_MessageTypeList));
242
imv->num_supported_types =
typeCount
;
/external/wpa_supplicant_8/src/eap_peer/
tncc.c
163
TNC_UInt32
typeCount
)
169
"
typeCount
=%lu)",
170
(unsigned long) imcID, (unsigned long)
typeCount
);
172
for (i = 0; i <
typeCount
; i++) {
183
os_malloc(
typeCount
* sizeof(TNC_MessageType));
187
typeCount
* sizeof(TNC_MessageType));
188
imc->num_supported_types =
typeCount
;
/external/wpa_supplicant_8/src/eap_server/
tncs.c
218
TNC_UInt32
typeCount
)
224
"
typeCount
=%lu)",
225
(unsigned long) imvID, (unsigned long)
typeCount
);
227
for (i = 0; i <
typeCount
; i++) {
237
os_malloc(
typeCount
* sizeof(TNC_MessageType));
241
typeCount
* sizeof(TNC_MessageType));
242
imv->num_supported_types =
typeCount
;
/frameworks/base/libs/utils/
ResourceTypes.cpp
246
const uint32_t
typeCount
= *map;
248
if (type >
typeCount
) {
249
LOGW("Resource ID map: type=%d exceeds number of types=%d\n", type,
typeCount
);
252
if (
typeCount
> size) {
253
LOGW("Resource ID map: number of types=%d exceeds size of map=%d\n",
typeCount
, size);
[
all
...]
/external/webkit/Tools/Scripts/
old-run-webkit-tests
[
all
...]
/frameworks/base/core/java/android/widget/
AbsListView.java
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java
[
all
...]
/prebuilt/darwin-x86/swt/
swt.jar
/prebuilt/common/ecj/
ecj.jar
/prebuilt/darwin-x86_64/swt/
swt.jar
Completed in 1120 milliseconds