OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrLen
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/content/
DefaultDataHandler.java
152
int
attrLen
= atts.getLength();
153
if (
attrLen
== 0) {
161
int
attrLen
= atts.getLength();
162
if (
attrLen
!= 2) {
163
throw new SAXException("illegal attributes number " +
attrLen
);
181
int
attrLen
= atts.getLength() - 2;
182
if (
attrLen
> 0) {
183
String[] selectionArgs = new String[
attrLen
];
184
for (int i = 0; i <
attrLen
; i++) {
188
} else if (
attrLen
== 0)
[
all
...]
/frameworks/base/media/java/android/media/
ExifInterface.java
221
int
attrLen
= Integer.parseInt(attrStr.substring(ptr, lenPos));
225
String attrValue = attrStr.substring(ptr, ptr +
attrLen
);
226
ptr +=
attrLen
;
/frameworks/base/include/utils/
ResourceTypes.h
687
const char16_t* attr, size_t
attrLen
) const;
[
all
...]
/frameworks/base/libs/utils/
ResourceTypes.cpp
[
all
...]
Completed in 224 milliseconds