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

<<11121314151617181920>>

  /developers/samples/android/input/multitouch/BasicMultitouch/
multitouch.jd 4 <p>This samples demonstrates the use of <pre>MotionEvent</pre> properties to keep track of individual touches across multiple touch events.</p>
17 <p>The sample shows how these pointer identifiers can be used over subsequent events to track individual fingers.
  /external/chromium/chrome/browser/autocomplete/
extension_app_provider.h 7 // is responsible for keeping track of which Extension Apps are installed and
59 // AutoComplete match classification that keeps track of the highlighting
  /external/libmtp/examples/
getfile.c 74 fprintf(stderr, "bad file/track id %u\n", id);
80 printf("Getting file/track %d to local file %s\n", id, file);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
TemporalLevelEntry.java 22 * The Temporal Level sample grouping ('tele') provides a codec-independent sample grouping that can be used to group samples (access units) in a track (and potential track fragments) according to temporal level, where samples of one temporal level have no coding dependencies on samples of higher temporal levels. The temporal level equals the sample group description index (taking values 1, 2, 3, etc). The bitstream containing only the access units from the first temporal level to a higher temporal level remains conforming to the coding standard.
  /external/quake/quake/src/WinQuake/
cl_demo.cpp 193 record <demoname> <map> [cd track]
200 int track; local
208 Con_Printf ("record <demoname> [<map> [cd track]]\n");
224 // write the forced cd track number, or -1
227 track = atoi(Cmd_Argv(3));
228 Con_Printf ("Forcing CD track to %i\n", cls.forcetrack);
231 track = -1;
254 cls.forcetrack = track;
  /external/sonivox/arm-wt-22k/lib_src/
eas_xmf.h 45 /* 'MTrk' track chunk ID */
55 /* value for pXMFStream->ticks to signify end of track */
  /external/webkit/Source/WebCore/manual-tests/
scrollbar-hover-active.html 45 div::-webkit-scrollbar-track {
57 div::-webkit-scrollbar-track:hover {
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.cpp 620 // Track indexes are 1-based. yuck. These things must descend from old-
623 // Grab the track at the current index. If there isn't one there, then
625 Track currentTrack = GetMovieIndTrack(m_private->m_movie, trackIndex);
629 // Check to see if the track is disabled already, we should move along.
634 // Grab the track's media. We're going to check to see if we need to
640 // Grab the media type for this track. Make sure that we don't
651 // Different mpeg variants import as different track types so check for the "mpeg
660 // Grab the track reference count for chapters. This will tell us if it
662 // can move on the next track.
673 Track chapterTrack = GetTrackReference(currentTrack, kTrackReferenceChapterList, referenceIndex)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
BackForwardListChromium.h 63 // The last history item that was accessed via itemAtIndex(). We keep track
64 // of this until goToItem() is called, so we can track the navigation.
  /external/webkit/Source/WebKit/mac/WebView/
WebResourceLoadDelegate.h 48 parameter. This identifier can be used to track messages associated with a single
60 that can be used to track the load of a single resource. This identifier will be
62 identifier is useful to track changes to a resources request, which will be
74 @param identifier An identifier that can be used to track the progress of a resource load across
107 @param identifier An identifier that can be used to track the progress of a resource load across
122 @param identifier An identifier that can be used to track the progress of a resource load across
133 @param identifier An identifier that can be used to track the progress of a resource load across
143 @param identifier An identifier that can be used to track the progress of a resource load across
  /external/webkit/Source/WebKit/win/Interfaces/
IWebResourceLoadDelegate.idl 50 parameter. This identifier can be used to track messages associated with a single
70 that can be used to track the load of a single resource. This identifier will be
72 identifier is useful to track changes to a resources request, which will be
85 @param identifier An identifier that can be used to track the progress of a resource load across
121 @param identifier An identifier that can be used to track the progress of a resource load across
137 @param identifier An identifier that can be used to track the progress of a resource load across
149 @param identifier An identifier that can be used to track the progress of a resource load across
160 @param identifier An identifier that can be used to track the progress of a resource load across
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h 85 struct Track;
114 KeyedVector<size_t, sp<Track> > mTracks;
  /frameworks/base/media/java/android/media/
JetPlayer.java 86 private static final int JET_EVENT_TRACK_MASK = 0x00fc0000; // mask for track number
90 private static final int JET_EVENT_TRACK_SHIFT = 18; // shift to get track ID to bit 0
271 * affects track 0, bit 1 affects track 1 etc.
277 * track including trigger clips and mute flags.
299 * playback. The value at index 0 affects track 0, value at index 1 affects track 1 etc.
306 * track including trigger clips and mute flags.
322 * @param muteFlags a bitmask to specify which MIDI tracks are muted. Bit 0 affects track 0,
323 * bit 1 affects track 1 etc
    [all...]
  /system/core/adb/
test_track_devices.c 1 /* a simple test program, connects to ADB server, and opens a track-devices session */
58 const char* request = "host:track-devices";
test_track_jdwp.c 1 /* a simple test program, connects to ADB server, and opens a track-devices session */
58 const char* request = "track-jdwp";
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 153 // This is used to cache the full sampletable metadata for a single track,
155 // Each MPEG4DataSource caches the sampletable metadata for a single track.
352 Track *track = mFirstTrack; local
353 while (track) {
354 Track *next = track->next;
356 delete track;
357 track = next;
398 Track *track = mFirstTrack local
415 Track *track = mFirstTrack; local
842 Track *track = new Track; local
2111 Track *track = mFirstTrack; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
SDL_syscdrom.c 412 /* Read all the track TOC entries */
415 cdrom->track[i].id = CDROM_LEADOUT;
417 cdrom->track[i].id = toc.cdth_trk0+i;
419 entry.cdte_track = cdrom->track[i].id;
426 cdrom->track[i].type = SDL_DATA_TRACK;
428 cdrom->track[i].type = SDL_AUDIO_TRACK;
430 cdrom->track[i].offset = MSF_TO_FRAMES(
434 cdrom->track[i].length = 0;
436 cdrom->track[i-1].length =
437 cdrom->track[i].offset
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
SDL_syscdrom.c 202 /* Get an array of track locations by examining the TOC */
211 * ((char *) (cdpb.csParam.words+4)) = 1; /* First track */
217 /* Read all the track TOC entries */
221 cdrom->track[i].id = i+1;
223 cdrom->track[i].type = SDL_DATA_TRACK;
226 cdrom->track[i].type = SDL_AUDIO_TRACK;
230 cdrom->track[i].offset = MSF_TO_FRAMES(
234 cdrom->track[i].length = MSF_TO_FRAMES(
238 cdrom->track[i].offset;
242 cdrom->track[i].offset = leadout
    [all...]
  /bootable/recovery/minzip/
SysUtil.h 14 * Use this to keep track of mapped segments.
  /build/target/board/vbox_x86/
disk_layout.conf 3 # 63 sectors/track
  /cts/tools/dex-tools/test/dex/reader/util/
SpecialJavaFileManager.java 31 * {@link MemoryByteCode} objects for its output and keeps track of them.
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttSignature.java 22 * Attribute class for standards-track {@code Signature} attributes.
  /dalvik/hit/src/com/android/hit/
StackTrace.java 26 * but keep track of its offset into the parent's list of stack frame ids.
  /developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouch/src/main/java/com/example/android/input/multitouch/basicMultitouch/
MainActivity.java 26 * This is an example of keeping track of individual touches across multiple
  /developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouch/src/main/res/values/
strings.xml 22 to keep track of individual touches across multiple touch events.\n\n

Completed in 1435 milliseconds

<<11121314151617181920>>