OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:posn
(Results
1 - 4
of
4
) sorted by null
/build/make/tools/ziptime/
ZipEntry.cpp
47
long
posn
;
local
57
posn
= ftell(fp);
70
if (fseek(fp,
posn
, SEEK_SET) != 0)
/build/make/tools/zipalign/
ZipEntry.cpp
44
long
posn
; // NOLINT(google-runtime-int), for ftell/fseek
local
59
posn
= ftell(fp);
72
if (fseek(fp,
posn
, SEEK_SET) != 0)
/development/tools/apkcheck/src/com/android/apkcheck/
TypeUtils.java
62
int
posn
= -1;
local
63
while ((
posn
= type.indexOf('[',
posn
+1)) != -1) {
65
firstPosn =
posn
;
/cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java
3438
int
posn
= instances.getPosition();
local
[
all
...]
Completed in 120 milliseconds