OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lenPos
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
ANQPFactory.java
87
int
lenPos
= target.position();
99
target.putShort(
lenPos
, (short) (target.position() -
lenPos
- Constants.BYTES_IN_SHORT));
131
int
lenPos
= target.position();
145
target.putShort(
lenPos
, (short) (target.position() -
lenPos
- Constants.BYTES_IN_SHORT));
154
int
lenPos
= target.position();
162
target.putShort(
lenPos
, (short) (target.position() -
lenPos
- Constants.BYTES_IN_SHORT));
/frameworks/base/core/java/android/content/
IntentFilter.java
288
int[] lengths, int
lenPos
) {
290
final int N = lengths[
lenPos
];
298
int[] lengths, int
lenPos
) {
299
if (findStringInSet(set, string, lengths,
lenPos
) >= 0) return set;
303
lengths[
lenPos
] = 1;
306
final int N = lengths[
lenPos
];
309
lengths[
lenPos
] = N+1;
317
lengths[
lenPos
] = N+1;
322
int[] lengths, int
lenPos
) {
323
int pos = findStringInSet(set, string, lengths,
lenPos
);
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 155 milliseconds