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

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddcdrm.h 156 UCHAR Track;
303 UCHAR Track;
  /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
  /prebuilts/ndk/9/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/9/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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/9/sources/cxx-stl/gnu-libstdc++/4.9/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/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 160 extern PyObject *TrackObj_New(Track);
161 extern int TrackObj_Convert(PyObject *, Track *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 160 extern PyObject *TrackObj_New(Track);
161 extern int TrackObj_Convert(PyObject *, Track *);
  /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/e2fsprogs/e2fsck/
e2fsck.h 140 * This structure is used for keeping track of how much resources have
528 struct resource_track *track,
530 extern void init_resource_track(struct resource_track *track,
533 #define print_resource_track(ctx, desc, track, channel) do { } while (0)
534 #define init_resource_track(track, channel) do { } while (0)
  /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/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 219 FILE *track; local
264 track = fopen("/tmp/tracklog", "w");
265 if (track) {
266 radeon_tracker_print(&radeon->radeonScreen->bom->tracker, track);
267 fclose(track);
  /frameworks/av/services/audioflinger/
Effects.h 41 // the attached track(s) to accumulate their auxiliary channel.
161 // to receive parameter updates, keeps track of effect control
241 // order corresponding in the effect process order. When attached to a track (session ID != 0),
242 // it also provide it's own input buffer used by the track as accumulation buffer.
253 // minimum duration during which we force calling effect process when last track on
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 469 AudioTrack track = null; local
483 track = new AudioTrack.Builder()
493 track.write(vab, 0 /* offsetInBytes */, vab.length,
495 final int trackSessionId = track.getAudioSessionId();
518 // If the track does not complete in 30 seconds, recording begins regardless.
521 // (2) Track completion may be triggered by pause() as well as stop()
531 track.play();
593 if (track != null) {
594 track.release();
595 track = null
    [all...]
  /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...]
  /external/v8/src/
flag-definitions.h 198 DEFINE_BOOL(track_fields, true, "track fields with only smi values")
199 DEFINE_BOOL(track_double_fields, true, "track fields with double values")
200 DEFINE_BOOL(track_heap_object_fields, true, "track fields with heap values")
201 DEFINE_BOOL(track_computed_fields, true, "track computed boilerplate fields")
205 DEFINE_BOOL(track_field_types, true, "track field types")
317 "track concurrent recompilation")
345 "track source code positions when building TurboFan IR")
529 "track un-executed functions to age code and flush only "
536 "track object counts and memory usage")
    [all...]
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 112 sp<IAudioTrack> track; local
154 track = interface_cast<IAudioTrack>(reply.readStrongBinder());
156 if (track == 0) {
161 if (track != 0) {
163 track.clear();
170 return track;
941 sp<IAudioTrack> track; local
    [all...]

Completed in 552 milliseconds

<<31323334353637383940>>