/external/chromium-trace/trace-viewer/src/tracks/ |
container_track.js | 7 base.require('tracks.track'); 13 * A generic track that contains other tracks as its children. 16 var ContainerTrack = tracing.ui.define(tracing.tracks.Track); 18 __proto__: tracing.tracks.Track.prototype, 61 // The number of tracks that would be displayed if this track were visible. 97 addTrack_: function(track) { 98 track.headingWidth = this.headingWidth_; 99 track.viewport = this.viewport_; 100 track.categoryFilter = this.categoryFilter; 102 this.tracks_.push(track); [all...] |
counter_track.css | 5 .counter-track {
|
model_track.css | 5 .model-track {
|
slice_track.css | 5 .slice-track {
|
canvas_based_track.js | 8 base.require('tracks.track'); 16 * A canvas-based track constructed. Provides the basic heading and 23 tracing.ui.define(tracing.tracks.Track); 26 __proto__: tracing.tracks.Track.prototype, 29 this.className = 'canvas-based-track'; 33 this.headingDiv_.className = 'canvas-based-track-title'; 38 'canvas-based-track-canvas-container'; 41 this.canvas_.className = 'canvas-based-track-canvas'; 105 this.classList.remove('ruler-track-with-distance-measurements'); 107 this.classList.add('ruler-track-with-distance-measurements') [all...] |
model_track.js | 27 this.classList.add('model-track'); 64 headingEl.className = 'canvas-based-track-title'; 86 var track = new tracing.tracks.CpuTrack(); 87 track.heading = 'CPU ' + cpu.cpuNumber + ':'; 88 track.cpu = cpu; 89 this.addTrack_(track); 98 var track = new tracing.tracks.ProcessTrack(); 99 track.process = process; 100 this.addTrack_(track);
|
thread_track.js | 27 this.classList.add('thread-track'); 83 var track = new tracing.tracks.SliceGroupTrack(); 84 track.decorateHit = function(hit) { 87 track.group = this.thread_; 88 this.addTrack_(track); 114 var track = this.tracks_[i]; 115 if (track.visible) { 118 track.heading = this.heading_; 119 track.tooltip = this.tooltip_;
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_CDStatus.3 | 38 \f(CWint playTrack(int track) 44 if (track >= cdrom->numtracks) { 45 track = cdrom->numtracks-1; 48 if ( SDL_CDPlayTracks(cdrom, track, 0, 1, 0) == 0 ) {
|
/external/webkit/ |
WEBKIT_MERGE_REVISION | 1 Currently we track the Chromium 12.0.742 release branch:
|
/frameworks/base/core/java/android/widget/ |
ScrollBarDrawable.java | 50 * Indicate whether the horizontal scrollbar track should always be drawn regardless of the 53 * @param alwaysDrawTrack Set to true if the track should always be drawn 60 * Indicate whether the vertical scrollbar track should always be drawn regardless of the 63 * @param alwaysDrawTrack Set to true if the track should always be drawn 70 * Indicates whether the vertical scrollbar track should always be drawn regardless of the 78 * Indicates whether the horizontal scrollbar track should always be drawn regardless of the 148 Drawable track; local 150 track = mVerticalTrack; 152 track = mHorizontalTrack; 154 if (track != null) [all...] |
/frameworks/wilhelm/src/desktop/ |
OutputMixExt.h | 35 /** \brief Track describes each PCM input source to OutputMix */ 39 CAudioPlayer *mAudioPlayer; ///< Mixer examines this track if non-NULL 43 SLuint32 mFramesMixed; ///< Number of sample frames mixed from track; reset periodically 44 } Track;
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
Track.java | 37 public interface Track extends Savable, Cloneable { 42 * Internally, the track will retrieve objects from the control 47 * @param weight The weight from 0 to 1 on how much to apply the track 48 * @param control The control which the track should effect 49 * @param channel The channel which the track should effect 54 * @return the length of the track 62 public Track clone();
|
SpatialTrack.java | 15 * This class represents the track for spatial animation.
19 public class SpatialTrack implements Track {
22 * Translations of the track.
27 * Rotations of the track.
32 * Scales of the track.
45 * Creates a spatial track for the given track data.
63 * Modify the spatial which this track modifies.
135 * Set the translations, rotations and scales for this track.
174 * @return the array of rotations of this track
[all...] |
/external/libmtp/examples/ |
getplaylist.c | 33 LIBMTP_track_t *track; local 35 track = LIBMTP_Get_Trackmetadata(device, pl->tracks[i]); 36 if (track != NULL) { 37 printf(" %u: %s - %s\n", pl->tracks[i], track->artist, track->title); 38 LIBMTP_destroy_track_t(track); 40 printf(" %u: INVALID TRACK REFERENCE!\n", pl->tracks[i]);
|
playlists.c | 36 LIBMTP_track_t *track; local 38 track = LIBMTP_Get_Trackmetadata(device, pl->tracks[i]); 39 if (track != NULL) { 40 printf(" %u: %s - %s\n", pl->tracks[i], track->artist, track->title); 41 LIBMTP_destroy_track_t(track); 43 printf(" %u: INVALID TRACK REFERENCE!\n", pl->tracks[i]);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
MovieAudioTrack.java | 27 * This class represents an audio track in the user interface
72 * @param audioTrack The audio track
106 * @param resId The audio track raw resource id
148 * Get the filename source for this audio track.
157 * @return The number of audio channels in the source of this audio track
164 * @return The audio codec of the source of this audio track
171 * @return The audio sample frequency of the audio track
178 * @return The audio bitrate of the audio track
185 * Set the volume of this audio track as percentage of the volume in the
200 * Get the volume of the audio track as percentage of the volume in the [all...] |
/external/quake/quake/src/QW/client/ |
cd_win.c | 103 void CDAudio_Play(byte track, qboolean looping)
119 track = remap[track];
121 if (track < 1 || track > maxTrack)
123 Con_DPrintf("CDAudio: Bad track number %u.\n", track);
127 // don't try to play a non-audio track
129 mciStatusParms.dwTrack = track;
138 Con_Printf("CDAudio: track %i is not audio\n", track); [all...] |
/external/quake/quake/src/WinQuake/ |
cd_win.cpp | 103 void CDAudio_Play(byte track, qboolean looping)
119 track = remap[track];
121 if (track < 1 || track > maxTrack)
123 Con_DPrintf("CDAudio: Bad track number %u.\n", track);
127 // don't try to play a non-audio track
129 mciStatusParms.dwTrack = track;
138 Con_Printf("CDAudio: track %i is not audio\n", track); [all...] |
/frameworks/av/media/libstagefright/wifi-display/source/ |
PlaybackSession.cpp | 51 struct WifiDisplaySource::PlaybackSession::Track : public AHandler { 56 Track(const sp<AMessage> ¬ify, 62 Track(const sp<AMessage> ¬ify, const sp<AMessage> &format); 100 virtual ~Track(); 123 DISALLOW_EVIL_CONSTRUCTORS(Track); 126 WifiDisplaySource::PlaybackSession::Track::Track( 142 WifiDisplaySource::PlaybackSession::Track::Track( 151 WifiDisplaySource::PlaybackSession::Track::~Track() 493 const sp<Track> &track = mTracks.valueFor(trackIndex); local 579 sp<Track> track = mTracks.valueFor(trackIndex); local 701 sp<Track> track = new Track(notify, format); local 877 sp<Track> track = new Track( local 966 const sp<Track> &track = mTracks.valueAt(i); local [all...] |
/external/chromium-trace/ |
style.css | 1 * WARNING:This file is generated by generate_standalone_timeline_view.py * * Do not edit directly. */.track-button{background-color:rgba(255,255,255,0.5);border:1px solid rgba(0,0,0,0.1);color:rgba(0,0,0,0.2);font-size:10px;height:12px;text-align:center;width:12px}.track-button:hover{background-color:rgba(255,255,255,1.0);border:1px solid rgba(0,0,0,0.5);box-shadow:0 0 .05em rgba(0,0,0,0.4);color:rgba(0,0,0,1)}.track-close-button{left:2px;position:absolute;top:2px}.track-collapse-button{left:17px;position:absolute;top:2px}.canvas-based-track{-webkit-box-align:stretch;-webkit-box-orient:horizontal;background-color:white;display:-webkit-box;margin:0;padding:0 5px 0 0}.canvas-based-track-title{background-color:#d6dde5;border-right:1px solid #8e8e8e;overflow:hidden;padding-right:5px;padding-left:18px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.canvas-based-track-canvas-container{-webkit-box-flex:1;width:100%}.canvas-based-track-canvas{-webkit-box-flex:1;display:block}.slice-track{height:18px}.counter-track{height:30px;position:relative}.thread-track{-webkit-box-orient:vertical;display:-webkit-box;positi (…) [all...] |
/frameworks/base/core/java/android/speech/tts/ |
BlockingAudioTrack.java | 34 * The maximum amount of time to wait for an audio track to make progress while 57 * track buffer size (mAudioBufferSize). In this case, we need to call 59 * different logic is required to wait for the track to finish. 96 AudioTrack track = createStreamingAudioTrack(); local 98 mAudioTrack = track; 101 if (track == null) { 118 AudioTrack track = null; local 120 track = mAudioTrack; 123 if (track == null || mStopped) { 126 final int bytesWritten = writeToAudioTrack(track, data) 133 AudioTrack track = null; local [all...] |
/external/chromium-trace/trace-viewer/src/ |
selection.js | 14 function SelectionSliceHit(track, slice) { 15 this.track = track; 27 function SelectionCounterSampleHit(track, counter, sampleIndex) { 28 this.track = track; 34 return this.track.selectedSamples[this.sampleIndex] == true; 38 this.track.selectedSamples[this.sampleIndex] = true; 40 this.track.selectedSamples[this.sampleIndex] = false; 41 this.track.invalidate() [all...] |
/frameworks/av/services/audioflinger/ |
PlaybackTracks.h | 22 // playback track 23 class Track : public TrackBase, public VolumeProvider { 25 Track( PlaybackThread *thread, 35 virtual ~Track(); 70 Track(const Track&); 71 Track& operator = (const Track&); 114 int mName; // track name on the normal mixer, 115 // allocated statically at track creation time [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
DivideTimeScaleTrack.java | 19 import com.googlecode.mp4parser.authoring.Track; 28 * Changes the timescale of a track by wrapping the track. 30 public class DivideTimeScaleTrack implements Track { 31 Track source; 34 public DivideTimeScaleTrack(Track source, int timeScaleDivisor) {
|
/frameworks/av/media/libstagefright/include/ |
MPEG4Extractor.h | 67 struct Track { 68 Track *next; 86 Track *mFirstTrack, *mLastTrack; 102 static status_t verifyTrack(Track *track); 121 Track *findTrackByMimePrefix(const char *mimePrefix);
|