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

<<21222324252627282930>>

  /external/libopus/celt/
entcode.c 75 even track that value), even though the real number of bits used after
78 If we did try to track that special case, then coding a value with a
  /external/llvm/include/llvm/ADT/
EpochTracker.h 46 /// DebugEpochBase does not by itself track handles pointing into itself. The
69 /// HandleBase does not track the parent data structure by itself. It expects
  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 65 /// \brief Keeps track of basic block code size estimates.
68 /// \brief Keep track of the number of calls to 'big' functions.
  /external/llvm/include/llvm/IR/
LegacyPassManager.h 57 /// run - Execute all of the passes scheduled for execution. Keep track of
78 /// track of whether any of the passes modifies the function, and if
  /external/llvm/test/Instrumentation/MemorySanitizer/
instrumentation-with-call-threshold.ll 6 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -msan-track-origins=1 -S | FileCheck -check-prefix=CHECK -check-prefix=CHECK-ORIGINS %s
7 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -msan-track-origins=2 -S | FileCheck -check-prefix=CHECK -check-prefix=CHECK-ORIGINS %s
  /external/markdown/markdown/
blockparser.py 5 """ Track the current and nested state of the parser.
7 This utility class is used to track the state of the BlockParser and
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
CencSampleEncryptionInformationGroupEntry.java 27 * Each sample in a protected track shall be associated with an IsEncrypted flag, IV_Size, and KID.
31 * When specifying the parameters by sample group, the SampleToGroupBox in the sample table or track
  /external/parameter-framework/parameter/
BinaryStream.cpp 105 // Keep track
127 // Keep track
  /external/skia/src/gpu/
GrAtlas.h 24 // or more GrPlots. The GrPlots keep track of subimage placement via their GrRectanizer. Once a
78 // This class allows each client to independently track the GrPlots in
  /external/sonivox/arm-fm-22k/lib_src/
eas_smfdata.h 47 /* 'MTrk' track chunk ID */
62 /* value for pSMFStream->ticks to signify end of track */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smfdata.h 47 /* 'MTrk' track chunk ID */
62 /* value for pSMFStream->ticks to signify end of track */
  /external/sonivox/arm-wt-22k/lib_src/
eas_smfdata.h 47 /* 'MTrk' track chunk ID */
62 /* value for pSMFStream->ticks to signify end of track */
  /external/toybox/toys/pending/
klogd.c 61 * Read kernel ring buffer in local buff and keep track of
62 * "used" amount to track next read to start.
  /external/v8/src/
hydrogen-gvn.h 88 // Track up to four global vars.
93 // Track up to n inobject fields.
  /frameworks/av/include/media/
IAudioRecord.h 37 /* After it's created the track is not active. Call start() to
42 /* Stop a track. If set, the callback will cease being called and
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerCCDecoder.cpp 156 ALOGE("track %zu already selected", index);
159 ALOGV("selected track %zu", index);
163 ALOGE("track %zu is not selected", index);
166 ALOGV("unselected track %zu", index);
188 // returns true if a new CC track is found
210 // returns true if a new CC track is found
344 ALOGI("Found CEA-608 track");
354 ALOGE("Could not find current track(index=%d)", mSelectedTrack);
  /frameworks/av/media/libstagefright/timedtext/
TimedText3GPPSource.cpp 88 // in the text track or text file.
101 // used to render the text track
  /frameworks/av/services/audioflinger/
RecordTracks.h 22 // record track
88 // playback track, used by PatchPanel
  /frameworks/base/core/java/com/android/internal/os/
CpuPowerCalculator.java 76 // Keep track of the package with highest drain.
91 // Keep track of the package who's process has the highest drain.
  /frameworks/native/opengl/tests/angeles/
cams.h 29 /* Length in milliseconds of one camera track base unit.
35 // Camera track definition for one camera trucking shot.
  /libcore/luni/src/main/java/java/lang/ref/
WeakReference.java 92 * @param r the referent to track
102 * @param r the referent to track
  /packages/apps/DeskClock/src/com/android/deskclock/events/
Events.java 80 * method can be used to track events such as button presses or other user
96 * method can be used to track events such as button presses or other user
  /art/runtime/gc/accounting/
remembered_set.h 42 // The remembered set keeps track of cards that may contain references
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
ISensorVerification.java 46 * @param stats a {@link SensorStats} object used to keep track of the stats.
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_MediaTest.java 121 assertEquals(Audio1.TRACK, c.getInt(c.getColumnIndex(Media.TRACK)));
160 assertEquals(Audio2.TRACK, c.getInt(c.getColumnIndex(Media.TRACK)));

Completed in 132 milliseconds

<<21222324252627282930>>