/art/compiler/linker/arm/ |
relative_patcher_arm_base.h | 61 // ReserveSpace() tracks unprocessed patches.
|
/external/chromium-trace/catapult/tracing/tracing/ui/ |
timeline_viewport_test.html | 15 <link rel="import" href="/tracing/ui/tracks/drawing_container.html"> 16 <link rel="import" href="/tracing/ui/tracks/slice_track.html"> 54 var track = new tr.ui.tracks.SliceTrack(viewport); 92 // search for the tracks and manually build the stableId map here.
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
chart_point.html | 13 tr.exportTo('tr.ui.tracks', function() {
|
highlighter.html | 17 tr.exportTo('tr.ui.tracks', function() {
|
chart_axis_test.html | 10 <link rel="import" href="/tracing/ui/tracks/chart_axis.html"> 11 <link rel="import" href="/tracing/ui/tracks/chart_point.html"> 12 <link rel="import" href="/tracing/ui/tracks/chart_series.html"> 18 var ChartAxis = tr.ui.tracks.ChartAxis; 19 var ChartPoint = tr.ui.tracks.ChartPoint; 20 var ChartSeries = tr.ui.tracks.ChartSeries;
|
counter_track_perf_test.html | 55 drawingContainer = new tr.ui.tracks.DrawingContainer(viewport); 58 var modelTrack = new tr.ui.tracks.ModelTrack(viewport);
|
drawing_container_perf_test.html | 41 this.drawingContainer = new tr.ui.tracks.DrawingContainer(this.viewport); 44 var modelTrack = new tr.ui.tracks.ModelTrack(this.viewport);
|
rect_track_test.html | 20 var RectTrack = tr.ui.tracks.RectTrack; 21 var Rect = tr.ui.tracks.Rect; 29 var drawingContainer = new tr.ui.tracks.DrawingContainer(viewport); 55 var drawingContainer = new tr.ui.tracks.DrawingContainer(viewport); 81 var drawingContainer = new tr.ui.tracks.DrawingContainer(viewport); 120 var drawingContainer = new tr.ui.tracks.DrawingContainer(viewport); 167 var drawingContainer = new tr.ui.tracks.DrawingContainer(viewport); 219 var drawingContainer = new tr.ui.tracks.DrawingContainer(viewport);
|
/external/droiddriver/ |
contributing.md | 5 The [`master` branch](https://github.com/appium/droiddriver/tree/master) on GitHub tracks [the AOSP master branch](https://android.googlesource.com/platform/external/droiddriver). [All releases](releasing_to_jcenter.md) are made from the master branch.
|
/external/kernel-headers/original/uapi/linux/ |
nfs4_mount.h | 15 * tracks which fields are present. This will ensure some measure of
|
/external/libvpx/libvpx/ |
webmdec.cc | 86 const mkvparser::Tracks *const tracks = segment->GetTracks(); member in class:mkvparser 88 for (unsigned long i = 0; i < tracks->GetTracksCount(); ++i) { 89 const mkvparser::Track* const track = tracks->GetTrackByIndex(i);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/ |
Track.java | 27 * For media data, a track corresponds to a sequence of images or sampled audio; for hint tracks, a track
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
ARDBitrateTracker.h | 14 * byte count is monotonocially increasing. This class tracks the times that
|
/frameworks/av/services/audioflinger/ |
PlaybackTracks.h | 109 // framesWritten is cumulative, never reset, and is shared all tracks 137 // and is even allocated (though unused) for fast tracks 138 // FIXME don't allocate track name for fast tracks 153 // The following fields are only for fast tracks, and should be in a subclass
|
/frameworks/base/core/res/res/raw-en-rGB/ |
incognito_mode_start_page.html | 14 <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
|
/frameworks/base/core/res/res/raw-en-rGB-xlarge/ |
incognito_mode_start_page.html | 14 <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
|
/frameworks/base/media/java/android/media/tv/ |
ITvInputSessionCallback.aidl | 33 void onTracksChanged(in List<TvTrackInfo> tracks);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
LatencyTracker.java | 22 * Tracks latency in wall-clock time. Since {@link #getLatency} returns an {@code int},
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
nfs4_mount.h | 15 * tracks which fields are present. This will ensure some measure of
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
nfs4_mount.h | 15 * tracks which fields are present. This will ensure some measure of
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/data/ |
PsipData.java | 107 * {@link TvTracksInterface} for serving the audio and caption tracks. 111 * Set the flag that tells the caption tracks have been found in this section container. 116 * Returns whether or not the caption tracks have been found in this section container. 117 * If true, zero caption track will be interpreted as a clearance of the caption tracks. 122 * Returns the audio tracks received. 127 * Returns the caption tracks received. 610 // The list of caption tracks and the program ids are not compared in here because the 611 // channels in TIF have the concept of the caption and audio tracks while the programs 670 + "length: %6d, rating: %s, audio tracks: %d, caption tracks: %d, [all...] |
/external/icu/icu4c/source/i18n/ |
utf8collationiterator.h | 149 * pos tracks the current text index. 154 * pos tracks the current index in the normalized string.
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
TextTrackImpl.java | 16 package com.googlecode.mp4parser.authoring.tracks; 61 trackMetaData.setTimescale(1000); // Text tracks use millieseconds
|
/external/skia/src/gpu/gl/ |
GrGLVertexArray.h | 21 * This sets and tracks the vertex attribute array state. It is used internally by GrGLVertexArray 79 * Tracks the state of glVertexAttribArray for an attribute index.
|
/frameworks/av/include/media/stagefright/ |
MediaMuxer.h | 37 // MediaMuxer is used to mux multiple tracks into a video. Currently, we only 68 * Start muxing. Make sure all the tracks have been added before
|