/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ImportInsteadPage.java | 49 " mechanism more closely tracks the requirements of Studio Gradle projects.\n" +
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
nestegg.c | 54 /* Tracks Elements */ 243 struct tracks { struct 266 struct tracks tracks; member in struct:segment 428 E_MASTER(ID_TRACK_ENTRY, TYPE_MASTER, struct tracks, track_entry), 454 E_SINGLE_MASTER(ID_TRACKS, TYPE_MASTER, struct segment, tracks), 1210 node = ctx->segment.tracks.track_entry.head; 1229 unsigned int tracks = 0; local 1231 node = ctx->segment.tracks.track_entry.head; 1234 if (track == tracks) [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
ANTLRStringStream.as | 46 /** tracks how deep mark() calls are nested */ 49 /** A list of CharStreamState objects that tracks the stream state
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
process_summary_track_test.html | 11 <link rel="import" href="/tracing/ui/tracks/process_summary_track.html"> 17 var ProcessSummaryTrack = tr.ui.tracks.ProcessSummaryTrack;
|
/external/google-breakpad/src/client/windows/crash_generation/ |
minidump_generator.h | 177 // Tracks whether the dump file handle is managed externally. 180 // Tracks whether the full dump file handle is managed externally.
|
/external/kernel-headers/original/uapi/linux/ |
fdreg.h | 86 #define FD_RSEEK_OUT 0x8f /* seek out (i.e. to lower tracks) */ 87 #define FD_RSEEK_IN 0xcf /* seek in (i.e. to higher tracks) */
|
fd.h | 17 track, /* nr of tracks */ 145 unsigned char tracks; /* maximum number of tracks */ member in struct:floppy_drive_params
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
StatepointLowering.h | 26 /// This class tracks both per-statepoint and per-selectiondag information. 27 /// For each statepoint it tracks locations of it's gc valuess (incoming and
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
FlatPackageWriterImpl.java | 26 import com.googlecode.mp4parser.authoring.tracks.ChangeTimeScaleTrack; 182 * Returns a new <code>Movie</code> in that all tracks have the timescale 10000000. CTS & DTS are modified
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/ |
SampleGroupDescriptionBox.java | 40 * For video tracks, an abstract VisualSampleGroupEntry is used with similar types for audio and hint tracks.
|
/frameworks/av/include/media/stagefright/ |
MPEG4Writer.h | 39 // 1. No more than 2 tracks can be added 157 // Write all buffered chunks from all tracks
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
fdreg.h | 86 #define FD_RSEEK_OUT 0x8f /* seek out (i.e. to lower tracks) */ 87 #define FD_RSEEK_IN 0xcf /* seek in (i.e. to higher tracks) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
fdreg.h | 86 #define FD_RSEEK_OUT 0x8f /* seek out (i.e. to lower tracks) */ 87 #define FD_RSEEK_IN 0xcf /* seek in (i.e. to higher tracks) */
|
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/ |
RichTvInputService.java | 139 List<TvTrackInfo> tracks = new ArrayList<>(); 140 Collections.addAll(tracks, mPlayer.getTracks(TvTrackInfo.TYPE_AUDIO)); 141 Collections.addAll(tracks, mPlayer.getTracks(TvTrackInfo.TYPE_VIDEO)); 142 Collections.addAll(tracks, mPlayer.getTracks(TvTrackInfo.TYPE_SUBTITLE)); 144 notifyTracksChanged(tracks);
|
/external/apache-http/src/org/apache/http/conn/routing/ |
RouteTracker.java | 117 * Tracks connecting to the target. 132 * Tracks connecting to the first proxy. 152 * Tracks tunnelling to the target. 170 * Tracks tunnelling to a proxy in a proxy chain. 201 * Tracks layering a protocol.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 971 // Tracks Class 973 const char Tracks::kOpusCodecId[] = "A_OPUS"; 974 const char Tracks::kVorbisCodecId[] = "A_VORBIS"; 975 const char Tracks::kVp8CodecId[] = "V_VP8"; 976 const char Tracks::kVp9CodecId[] = "V_VP9"; 979 Tracks::Tracks() 984 Tracks::~Tracks() { 994 bool Tracks::AddTrack(Track* track, int32 number) [all...] |
mkvmuxer.hpp | 483 // Tracks element 484 class Tracks { 497 Tracks(); 498 ~Tracks(); 500 // Adds a Track element to the Tracks object. |track| will be owned and 501 // deleted by the Tracks object. Returns true on success. |number| is the 509 // Search the Tracks and return the track that matches |tn|. Returns NULL 519 // Output the Tracks element to the writer. Returns true on success. 531 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Tracks); 852 // tracks -- this allows us to serialize the track number value fo [all...] |
/external/libmtp/src/ |
libmtp.h | 659 uint32_t *tracks; /**< The tracks in this playlist */ member in struct:LIBMTP_playlist_struct 660 uint32_t no_tracks; /**< The number of tracks in this playlist */ 675 uint32_t *tracks; /**< The tracks in this album */ member in struct:LIBMTP_album_struct 676 uint32_t no_tracks; /**< The number of tracks in this album */ 852 * @defgroup tracks The track management API. [all...] |
libmtp.h.in | 657 uint32_t *tracks; /**< The tracks in this playlist */ 658 uint32_t no_tracks; /**< The number of tracks in this playlist */ 673 uint32_t *tracks; /**< The tracks in this album */ 674 uint32_t no_tracks; /**< The number of tracks in this album */ 841 * @defgroup tracks The track management API.
|
/frameworks/base/media/java/android/media/ |
MediaExtractor.java | 248 * Count the number of tracks found in the data source. 347 * <th>All Tracks</th> 348 * <th>Audio Tracks</th> 349 * <th>Video Tracks</th> 454 * {@link #getSampleTime} only retrieve information for the subset of tracks 463 * {@link #getSampleTime} only retrieve information for the subset of tracks 491 * All selected tracks seek near the requested time according to the
|
/frameworks/av/media/libstagefright/httplive/ |
M3UParser.cpp | 165 ALOGE("only select subtitile/audio tracks for now!"); 343 size_t tracks = group->countTracks(); local 344 if (ii < tracks) { 351 ii -= tracks; 367 size_t tracks = group->countTracks(); local 368 if (ii < tracks) { 371 ii -= tracks; 401 size_t tracks = group->countTracks(); local 403 ii += tracks; [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
ANTLRStringStream.js | 34 * Tracks how deep mark() calls are nested 41 * An Array of objects that tracks the stream state 147 * tracks line/col info as well as input index so its markers are
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPoolEntry.java | 51 * The pool entry stores the underlying connection and tracks the 193 * Tracks tunnelling of the connection to the target. 230 * Tracks tunnelling of the connection to a chained proxy.
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
FCDIterCollationIterator.java | 425 * pos tracks the current text index. 430 * pos tracks the current index in the normalized string. 436 * pos tracks the current index in the normalized string.
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
FCDIterCollationIterator.java | 423 * pos tracks the current text index. 428 * pos tracks the current index in the normalized string. 434 * pos tracks the current index in the normalized string.
|