/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
stdio_filebuf.h | 105 * there is no way for the library to track what you do with the 115 * Note that there is no way for the library to track what you do
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdrom.h | 55 #define CDROMPLAYTRKIND 0x5304 /* Play Audio Track/index 181 __u8 cdti_trk0; /* start track */ 183 __u8 cdti_trk1; /* end track */ 190 __u8 cdth_trk0; /* start track */ 191 __u8 cdth_trk1; /* end track */ 356 /* bit to tell whether track is data or audio (cdrom_tocentry.cdte_ctrl) */ 359 /* The leadout track is always 0xAA, regardless of # of tracks on disc */ 490 * to play data at track/index */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdrom.h | 55 #define CDROMPLAYTRKIND 0x5304 /* Play Audio Track/index 181 __u8 cdti_trk0; /* start track */ 183 __u8 cdti_trk1; /* end track */ 190 __u8 cdth_trk0; /* start track */ 191 __u8 cdth_trk1; /* end track */ 356 /* bit to tell whether track is data or audio (cdrom_tocentry.cdte_ctrl) */ 359 /* The leadout track is always 0xAA, regardless of # of tracks on disc */ 490 * to play data at track/index */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
stdio_filebuf.h | 105 * there is no way for the library to track what you do with the 115 * Note that there is no way for the library to track what you do
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_filebuf.h | 101 * there is no way for the library to track what you do with the 111 * Note that there is no way for the library to track what you do
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_filebuf.h | 101 * there is no way for the library to track what you do with the 111 * Note that there is no way for the library to track what you do
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_filebuf.h | 101 * there is no way for the library to track what you do with the 111 * Note that there is no way for the library to track what you do
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
stdio_filebuf.h | 101 * there is no way for the library to track what you do with the 111 * Note that there is no way for the library to track what you do
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
stdio_filebuf.h | 105 * there is no way for the library to track what you do with the 115 * Note that there is no way for the library to track what you do
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
stdio_filebuf.h | 106 * there is no way for the library to track what you do with the 116 * Note that there is no way for the library to track what you do
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GlobalCanvasDragInfo.java | 26 * This singleton is used to keep track of drag'n'drops initiated within this 36 * The singleton instance of this class will be used to track the data currently dragged
|
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/ |
AudioProtocol.java | 113 public void onMarkerReached(AudioTrack track) { 115 track.stop(); 116 track.flush(); 117 track.release(); 130 Log.d(TAG, "track periodic notification");
|
/external/jdiff/src/jdiff/ |
MergeChanges.java | 96 // Track changes in documentation 156 // Track changes in documentation 233 // Track changes in documentation 259 * Track changes in methods related to abstract, native, and 316 // Track changes in documentation
|
/external/kernel-headers/original/linux/ |
mtio.h | 197 #define FTFMT_FORMAT_TRACK 3 /* start formatting a tape track */ 198 #define FTFMT_STATUS 4 /* monitor formatting a tape track */ 205 unsigned char ft_ftm; /* floppy track max */ 206 unsigned short ft_spt; /* segments per track */ 211 unsigned int ft_track; /* track to format */
|
/external/srec/srec/include/ |
srec.h | 197 priority_q *word_priority_q; /*used to keep track of new word in frame*/ 198 srec_word_lattice *word_lattice; /*used to keep track of word lattice in utterance*/ 208 the search to keep track of new states for new frame. This 275 /*the following elements are to keep track of how big various arrays are*/ 299 costdata* cost_offset_for_frame; /* size max_frames, keeps track of
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaVideoItem.java | 521 * the Audio track of this media item. This function may take significant 529 * Audio track 594 * if there is no Audio track in the mediaItem 635 * Set volume of the Audio track of this mediaItem 650 * Get the volume value of the audio track as percentage. Call of this
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DecisionProbe.java | 74 /** Track all DFA states with nondeterministic alternatives. 78 * resolve the issue, but track info anyway. 84 /** Track just like stateToSyntacticallyAmbiguousAltsMap, but only 98 /** Track the predicates for each alt per DFA state; 539 // track a single problem DFA state for each alt 594 // track one problem DFA state per alt 645 // track the state number rather than the state as d will change 659 altsWithProblem.addAll(nondeterministicAlts); // track overall list 786 labels.add(t.label); // traverse edge and track label 816 // track a visit to state s at input index labelIndex if not see [all...] |
DFAState.java | 40 * to keep track of all possible states the NFA can be in after 47 * NFA could be in. We need to track the alt predicted by each 74 /** Track the transitions emanating from this DFA state. The List 161 * to simply track possible labels. 217 * As we add configurations to this DFA state, track the set of all possible 228 // track min alt rather than compute later 246 // this NFA state has a non-epsilon edge, track for fast 278 * As we add NFA configurations to a DFA state, we might as well track 771 if ( k > dfa.max_k ) { // track max k for entire DFA
|
/external/webkit/Source/WebKit/android/plugins/ |
android_npapi.h | 766 /** This event is passed to the callback proc when the audio-track needs 778 /** Called to feed sample data to the track. This will be called in a separate 780 cannot delete the track). [all...] |
/external/libvorbis/doc/ |
rfc5215.txt | 9 Category: Standards Track August 2008 16 This document specifies an Internet standards track protocol for the 58 Barbato Standards Track [Page 1] 115 Barbato Standards Track [Page 2] 172 Barbato Standards Track [Page 3] 229 Barbato Standards Track [Page 4] 286 Barbato Standards Track [Page 5] 343 Barbato Standards Track [Page 6] 400 Barbato Standards Track [Page 7] 457 Barbato Standards Track [Page 8 [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
TreeToNFAConverter.g | 247 // track decision if > 1 alts 389 // track decision if > 1 alts 425 // track the loop back / exit decision point 447 // track the loop back / exit decision point 660 $start.setSetValue(elements); // track set for use by code gen 669 $b.setSetValue(elements); // track set value of this block 791 * to track what's inside set for use in rewrite.
|
/external/sonivox/docs/ |
JET_Programming_Manual.html | 541 MIDI File Type 0, a MIDI file that contains a single track, but may be made up
547 MIDI File Type 1, a MIDI file that contains a one more tracks, and each track
549 data. By convention, each channel is stored on a separate track in an SMF-1
550 file. However, it is possible to have multiple MIDI channels on a single track,
556 <p class=MsoNormal><i style='mso-bidi-font-style:normal'>Track</i>: A single
557 track in a DAW containing a timed sequence of <st1:place w:st="on">MIDI</st1:place>
697 a decorative track that notifies the player of a successful attack, and
698 similarly, another track is temporarily un-muted to signify when the player
711 to the actual game event as possible. However, simply un-muting a track at the
720 accomplished by placing a number of short music clips on a decorative track. A <st1:place [all...] |
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
MediaPlayerPrivateAVFoundationObjC.mm | 669 // Some assets don't report track properties until they are completely ready to play, but we 676 // AVAsset's 'naturalSize' property only considers the movie's first video track, so we need to compute 677 // the union of all visual track rects. 679 for (AVAssetTrack *track in tracks) { 680 CGSize trackSize = [track naturalSize]; 682 trackUnionRect = CGRectUnion(trackUnionRect, CGRectApplyAffineTransform(trackRect, [track preferredTransform])); 685 // The movie is always displayed at 0,0 so move the track rect to the origin before using width and height.
|
/frameworks/base/media/java/android/media/ |
MediaPlayer.java | 210 * This callback allows applications to keep track of the buffering status 263 * track of the playback progress.</li> 659 * when playing back a video will result in only the audio track being played. 660 * A null surface holder or surface will result in only the audio track being [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ufs_fs.h | 379 __fs32 fs_npsect; /* # sectors/track including spares */ 386 __fs32 fs_trackskew; /* sector 0 skew, per track */ 398 __fs32 fs_nsect; /* sectors per track */ 432 __fs32 fs_active;/* used by snapshots to track fs */ 459 __fs32 fs_npsect; /* # sectors/track including spares */ 743 __u32 s_npsect; /* # sectors/track including spares */ 745 __u32 s_trackskew; /* sector 0 skew, per track */ 750 __u32 s_nsect; /* sectors per track */ [all...] |