OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:END
(Results
901 - 925
of
2680
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/bionic/libc/arch-x86_64/syscalls/
unshare.S
15
END
(unshare)
utimensat.S
16
END
(utimensat)
vmsplice.S
16
END
(vmsplice)
wait4.S
16
END
(wait4)
write.S
15
END
(write)
writev.S
15
END
(writev)
/bionic/libm/x86/
ceil.S
41
END
(ceil)
ceilf.S
39
END
(ceilf)
floor.S
41
END
(floor)
floorf.S
39
END
(floorf)
rint.S
36
END
(rint)
rintf.S
36
END
(rintf)
sqrt.S
41
END
(sqrt)
sqrtf.S
39
END
(sqrtf)
trunc.S
41
END
(trunc)
truncf.S
39
END
(truncf)
/developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
Constants.java
35
public static final String
END
= "
end
";
/developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
Constants.java
30
public static final String
END
= "
end
";
/developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
Constants.java
35
public static final String
END
= "
end
";
/developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
Constants.java
30
public static final String
END
= "
end
";
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
Constants.java
35
public static final String
END
= "
end
";
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
Constants.java
30
public static final String
END
= "
end
";
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
syn-pred.rb
7
inline_grammar( <<-'
END
' )
23
END
28
end
31
end
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMAxisIterator.java
29
/** Specifies the
end
of the iteration, and is the same as DTM.NULL. */
30
public static final int
END
= DTM.NULL;
35
* @return The next node handle in the iteration, or
END
.
70
* Set start to
END
should 'close' the iterator,
71
* i.e. subsequent call to next() should return
END
.
80
* Get start to
END
should 'close' the iterator,
81
* i.e. subsequent call to next() should return
END
.
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java
50
* Set this to
END
to construct an empty iterator.
52
protected int _startNode = DTMAxisIterator.
END
;
66
* Get start to
END
should 'close' the iterator,
67
* i.e. subsequent call to next() should return
END
.
142
while (next() !=
END
);
272
while ((node = next()) != DTMAxisIterator.
END
) {
278
return
END
;
Completed in 231 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>