HomeSort by relevance Sort by last modified time
    Searched full:track (Results 801 - 825 of 4318) sorted by null

<<31323334353637383940>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt 29 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference]
30 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference]
31 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean]
32 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
BootSector.java 420 * Gets the number of sectors/track
429 * Sets the number of sectors/track
431 * @param v the new number of sectors per track
492 res.append("Sectors per track = ");
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c4_17pf.cpp 102 Word16 dn2[], /* i : maximum of corr. in each track. */
329 dn2[] Array of type Word16 -- maximum of corr. in each track.
388 Word16 dn2[], /* i : maximum of corr. in each track. */
404 Word16 track; local
432 for (track = 3; track < 5; track++)
439 ipos[3] = track;
751 Word16 track; local
782 /* track = pos%5 *
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvInputService.java 367 * maintain the track information for a given session, which in turn is used by
368 * {@link TvView#getTracks} for the application to retrieve metadata for a given track type.
369 * The TV input service must call this method as soon as the track information becomes
371 * certain track is updated, it is not necessary to create a new {@link TvTrackInfo} object
372 * with a different track ID.
374 * @param tracks A list which includes track information.
379 for (TvTrackInfo track : tracks) {
380 String trackId = track.getId();
382 throw new IllegalArgumentException("redundant track ID: " + trackId);
388 // TODO: Validate the track list
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 150 // used to track what type of audio focus loss caused the playback to pause
777 * for the currently playing track:
781 * "track" - String: the name of the track
787 * respectively indicating that a new track has
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 217 assertTrue("not a video track. Wrong test file?", mime.startsWith("video/"));
294 fail("unexpected track index: " + idx);
299 // read the video track once, then rewind and do it again, and
319 // read the audio track once, then rewind and do it again, and
339 // read the video track first, then rewind and get the audio track instead, and
363 fail("unexpected track index: " + idx);
370 // read the video track first, then rewind, enable the audio track in addition
371 // to the video track, and verify we get the right sample
    [all...]
MediaMetadataRetrieverTest.java 83 assertEquals("Track number was other than expected",
108 assertEquals("Track number was other than expected",
  /external/srtp/doc/
rfc3711.txt 9 Category: Standards Track Cisco Systems, Inc.
21 This document specifies an Internet standards track protocol for the
58 Baugher, et al. Standards Track [Page 1]
115 Baugher, et al. Standards Track [Page 2]
172 Baugher, et al. Standards Track [Page 3]
229 Baugher, et al. Standards Track [Page 4]
273 thereby protects the RTCP fields to keep track of membership, provide
286 Baugher, et al. Standards Track [Page 5]
343 Baugher, et al. Standards Track [Page 6]
400 Baugher, et al. Standards Track [Page 7
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.h 70 // determining references to track.
148 // Card caching implementation. Keeps track of which cards we cleared and only this information.
  /art/runtime/
mem_map.h 46 // Used to keep track of mmap segments.
69 // but when we still want to keep track of it in the list.
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaPlayerStressTest.java 67 output.write(" Track Lagging: " + CodecTest.mMediaInfoVideoTrackLaggingCount);
79 output.write("Total Track Lagging: " + mTotalVideoTrackLagging + "\n" );
  /device/lge/hammerhead/original-kernel-headers/sound/
compress_offload.h 127 * end of the track
129 * beginning of the track
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3rewritestreams.h 70 /// Track single elements w/o creating a list. Upon 2nd add, alloc list
84 /// the exception would track that info.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs 51 * Track the set of token types that can follow any rule invocation.
86 /** <summary>Did the recognizer encounter a syntax error? Track how many.</summary> */
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 48 /** <summary>Using the debug event interface, track what is happening in the parser
57 /** Because I may change the stats, I need to track that for later
115 /** Track memoization; this is not part of standard debug interface
139 /** Warning: doesn't track success/failure, just unique recording event */
202 decisionEvents.Add(d); // done with decision; track all
245 /** Track refs to lookahead if in a fixed/nonfixed decision.
280 /** Track backtracking decisions. You'll see a fixed or cyclic decision
307 /** Successful or not, track how much lookahead synpreds use */
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs 53 * Track the set of token types that can follow any rule invocation.
88 /** <summary>Did the recognizer encounter a syntax error? Track how many.</summary> */
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 47 /** <summary>Using the debug event interface, track what is happening in the parser
57 /** Because I may change the stats, I need to track that for later
119 /** Track memoization; this is not part of standard debug interface
147 /** Warning: doesn't track success/failure, just unique recording event */
217 decisionEvents.Add(d); // done with decision; track all
267 /** Track refs to lookahead if in a fixed/nonfixed decision.
306 /** Track backtracking decisions. You'll see a fixed or cyclic decision
335 /** Successful or not, track how much lookahead synpreds use */
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java 39 /** Track the set of token types that can follow any rule invocation.
65 /** Did the recognizer encounter a syntax error? Track how many. */
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 35 /** Using the debug event interface, track what is happening in the parser
113 /** Because I may change the stats, I need to track that for later
171 /** Track memoization; this is not part of standard debug interface
196 /** Warning: doesn't track success/failure, just unique recording event */
255 decisionEvents.add(d); // done with decision; track all
291 /** Track refs to lookahead if in a fixed/nonfixed decision.
323 /** Track backtracking decisions. You'll see a fixed or cyclic decision
349 /** Successful or not, track how much lookahead synpreds use */
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeNodeStream.java 44 /** If this tree (root) was created from a token stream, track it. */
80 /** Pull elements from tree iterator. Track tree level 0..max_level.
  /external/compiler-rt/test/msan/
msan_print_shadow2.cc 4 // RUN: %clangxx_msan -fsanitize-memory-track-origins -O0 -g %s -o %t && %run %t >%t.out 2>&1
7 // RUN: %clangxx_msan -fsanitize-memory-track-origins=2 -O0 -g %s -o %t && %run %t >%t.out 2>&1
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 60 //keep track of compile logs containing errors
63 // keep track of the factory to use
  /external/eigen/unsupported/Eigen/
BVH 55 * for traversal. To abstract from the query, the query is responsible for keeping track of results.
79 * responsibility of the intersectObject function to keep track of the results in whatever manner is appropriate.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
NioEndpoint.java 47 * track of the outbound data queue for the channel.
124 // use it to track the data sent to each endpoint
  /external/kernel-headers/original/uapi/linux/
cdrom.h 56 #define CDROMPLAYTRKIND 0x5304 /* Play Audio Track/index
182 __u8 cdti_trk0; /* start track */
184 __u8 cdti_trk1; /* end track */
191 __u8 cdth_trk0; /* start track */
192 __u8 cdth_trk1; /* end track */
357 /* bit to tell whether track is data or audio (cdrom_tocentry.cdte_ctrl) */
360 /* The leadout track is always 0xAA, regardless of # of tracks on disc */
494 * to play data at track/index */

Completed in 585 milliseconds

<<31323334353637383940>>