HomeSort by relevance Sort by last modified time
    Searched full:track (Results 501 - 525 of 3692) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
efs_fs_sb.h 29 __be16 fs_sectors; /* sectors per track */
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3exception.h 145 * all input streams will be able to retrieve the nth token, we track it here
169 /** Track the line at which the error occurred in case this is
170 * generated from a lexer. We need to track this since the
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 53 /** Track object returned by nextElement upon end of stream;
58 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
161 _lastMarker = _p; // track where we are in buffer, not absolute token index
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 56 /** Track object returned by nextElement upon end of stream;
61 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
190 _lastMarker = _p; // track where we are in buffer, not absolute token index
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
LookaheadStream.java 49 /** Track object returned by nextElement upon end of stream;
54 /** Track the last mark() call result value for use in rewind(). */
131 lastMarker = p; // track where we are in buffer not absolute token index
  /external/chromium/chrome/browser/
keychain_mock_mac.h 165 // We can't handle multiple active searches, since we don't track the search
169 // Track copies and releases to make sure they balance. Really these should
170 // be maps to track per item, but this should be good enough to catch
  /external/chromium/net/disk_cache/
rankings.h 64 // Rankings whenever a CacheRankingsBlock is deleted, to keep track of cache
94 // This structure keeps track of where we are on the iteration.
194 // Keeps track of the number of entries on a list.
disk_format.h 36 // entry keeps track of all the information related to the same cache entry,
37 // such as the key, hash value, data pointers etc. A rankings node keeps track
165 // Bitmap to track used blocks on a block-file.
172 // instance, an entry of 3 blocks is an entry of type 3. We also keep track of
188 volatile int32 updating; // Keep track of updates to the header.
222 // Each child entry keeps track of all the 1 KB blocks that have been written
233 // keep track of that block.
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
PoseTrack.java 44 * A single track of pose animation associated with a certain mesh.
47 public final class PoseTrack implements Track {
144 * @return the length of the track
package.html 72 is simply a list of tracks, each track describes a timeline with each keyframe
73 having a transformation. For bone animations, every track is assigned to a bone,
74 while for morph animations, every track is assigned to a mesh.<br>
  /external/libmtp/
TODO 70 objects during startup, track listing, file listing, playlist listing,
76 3. SPEED: Cache track metadata, file metadata etc in params->proplist.
78 4. SPEED: Whenever we add an object (file, track, playlist...) we
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromium.cpp 86 // two buttons, the track disappears.
98 // Just assume a forward track part. We only paint the track as a single piece when there is no thumb.
  /frameworks/av/libvideoeditor/vss/common/inc/
M4Common_types.h 44 M4COMMON_k3GppAssetTrackBox, /**< Metadata from a 3gpp file (track box) */
208 M4OSA_UInt8 m_uiTrackNumber; /**< Track number for the media*/
209 M4OSA_UInt32 m_uiDuration; /**< The track duration in milliseconds */
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 317 // They are not representing the actual track
336 // when select is true, the given track is selected.
337 // otherwise, the given track is unselected.
  /frameworks/base/core/java/android/widget/
Switch.java 373 * Set the drawable used for the track that the switch slides within.
375 * @param track Track drawable
379 public void setTrackDrawable(Drawable track) {
380 mTrackDrawable = track;
385 * Set the drawable used for the track that the switch slides within.
387 * @param resId Resource ID of a track drawable
396 * Get the drawable used for the track that the switch slides within.
398 * @return Track drawable
408 * can physically touch and drag along the track
    [all...]
  /hardware/libhardware/include/hardware/
bt_rc.h 102 btrc_uid_t track; /* queue position in NowPlaying */ member in union:__anon20655
149 /** Callback for register notification (Play state change/track change/...)
219 /* Response to the register notification request (Play state change/track change/...).
  /packages/apps/VideoEditor/res/values/
strings.xml 38 <!-- Text displayed in the remove audio track confirmation dialog. -->
39 <string name="editor_remove_audio_track_question">Do you want to remove this audio track?</string>
92 <!-- Enable looping for the audio track. -->
94 <!-- Disable looping for the audio track. -->
96 <!-- Mute the audio track. -->
98 <!-- Unmute the audio track. -->
171 <!-- Error message displayed in a toast if an audio track cannot be added. -->
172 <string name="editor_add_audio_track_error">Can\'t add the audio track.</string>
173 <!-- Error message displayed in a toast if an audio track cannot be removed. -->
174 <string name="editor_remove_audio_track_error">Can\'t remove the audio track.</string
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 202 Word16 track; local
241 track = i & 3; /* track = pos%4 */
259 if (pos_indx[track] < 0)
261 pos_indx[track] = pos_index;
262 sign_indx[track] = sign_index;
266 if (((sign_index ^ sign_indx[track]) & 1) == 0)
270 if (pos_indx[track] <= pos_index)
272 pos_indx[track + NB_TRACK_MR102] = pos_index;
276 pos_indx[track + NB_TRACK_MR102] = pos_indx[track]
    [all...]
c3_14pf.cpp 93 Word16 dn2[], /* i : maximum of corr. in each track. */
317 dn2[] Array of type Word16 -- maximum of corr. in each track.
375 Word16 dn2[], /* i : maximum of corr. in each track. */
681 Word16 track; local
710 /* track = pos%5 */
717 /* track = sub(i, (Word16) s, pOverflow); */
718 track = i - (Word16) s;
720 if (track == 1)
725 else if (track == 2)
727 track = 2
    [all...]
  /bionic/libc/kernel/common/linux/
fd.h 29 track, member in struct:floppy_struct
62 unsigned int device,head,track; member in struct:format_descr
145 short track; member in struct:floppy_drive_struct
186 unsigned char track[4]; member in struct:floppy_fdc_state
239 int track; member in struct:floppy_raw_cmd
  /external/e2fsprogs/e2fsck/
e2fsck.h 130 * This structure is used for keeping track of how much resources have
497 struct resource_track *track,
499 extern void init_resource_track(struct resource_track *track,
502 #define print_resource_track(ctx, desc, track, channel) do { } while (0)
503 #define init_resource_track(track, channel) do { } while (0)
  /frameworks/av/services/audioflinger/
Effects.h 37 // the attached track(s) to accumulate their auxiliary channel.
149 // to receive parameter updates, keeps track of effect control
228 // order corresponding in the effect process order. When attached to a track (session ID != 0),
229 // it also provide it's own input buffer used by the track as accumulation buffer.
240 // minimum duration during which we force calling effect process when last track on
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorAPITest.java 713 * To test creation of Audio Track
724 assertEquals("Audio Track Item Duration", audioTrack.getDuration(),
726 assertEquals("Audio Track Start Time", 0, audioTrack.getStartTime());
727 assertFalse("Audio Track is Looping", audioTrack.isLooping())
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 54 * Activity allowing the user to select a music track on the device, and
56 * extensive, providing information about each track like the music
82 /** Menu item to sort the music list by track title. */
99 MediaStore.Audio.Media.TRACK
117 /** Used to keep track of the last scroll state of the list. */
119 /** Used to keep track of whether the list last had focus. */
143 /** Which track row ID the user has last selected. */
148 /** If >= 0, we are currently playing a track for preview, and this is its
548 + MediaStore.Audio.Media.TRACK + " ASC, "
556 + MediaStore.Audio.Media.TRACK + " ASC,
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 50 * class to track variables for many different kinds of nodes. It wastes
81 /** Rule ref nodes, token refs, set, and NOT set refs need to track their
90 /** If this is a BLOCK node, track options here */
93 /** If this is a BLOCK node for a rewrite rule, track referenced
94 * elements here. Don't track elements in nested subrules.
98 /* If REWRITE node, track EVERY element and label ref to right of ->
543 /** Track start/stop token for subtree root created for a rule.

Completed in 1951 milliseconds

<<21222324252627282930>>