OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:truns
(Results
1 - 5
of
5
) sorted by null
/external/javassist/src/main/javassist/bytecode/
AccessFlag.java
47
*
Truns
the public bit on. The protected and private bits are
55
*
Truns
the protected bit on. The protected and public bits are
63
*
Truns
the private bit on. The protected and private bits are
/external/javassist/src/main/javassist/
Modifier.java
172
*
Truns
the public bit on. The protected and private bits are
180
*
Truns
the protected bit on. The protected and public bits are
188
*
Truns
the private bit on. The protected and private bits are
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
Mp4TrackImpl.java
80
List<TrackRunBox>
truns
= traf.getBoxes(TrackRunBox.class);
local
81
for (TrackRunBox trun :
truns
) {
/external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac_unittest.mm
49
// It
truns
out the rwhv and the plugin handle are not necessary for
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java
504
List<TrackRunBox>
truns
= traf.getBoxes(TrackRunBox.class);
505
for (int j = 0; j <
truns
.size(); j++) {
507
TrackRunBox trun =
truns
.get(j);
Completed in 76 milliseconds