Searched
full:track (Results
551 -
575 of
3692) sorted by null
<<21222324252627282930>>
/external/bluetooth/bluedroid/gki/common/ |
gki_common.h | 265 INT16 OSDisableNesting; /* counter to keep track of interrupt disable nesting */ 266 INT16 OSLockNesting; /* counter to keep track of sched lock nesting */ 267 INT16 OSIntNesting; /* counter to keep track of interrupt nesting */
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_titlebar.h | 69 // A helper class to keep track of which frame of the throbber animation 207 // value, so manually track the focus-in and focus-out events.) 211 // we use these structs to keep track of their original size.
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_gtk.h | 149 // Creates the drag widget used to track a drag operation. 187 // A GtkInivisible used to track the drag event. GtkInvisibles are of the 196 // Keep track of whether or not we have an observer.
|
/external/chromium/chrome/common/extensions/docs/static/ |
tut_analytics.html | 4 <p>This tutorial demonstrates using Google Analytics to track the usage of your 16 Analytics account</a> set up to track your extension. Note that when setting 100 The <code>_gaq.push(['_trackPageview']);</code> code will track a single
|
/external/chromium-trace/trace-viewer/build/ |
parse_deps_test.py | 244 module, "tracks.track") 246 self.assertTrue(os.path.samefile(filename, os.path.join(srcdir, "tracks/track.js"))) 248 with open(os.path.join(srcdir, "tracks/track.js")) as f:
|
/external/elfutils/libdwfl/ |
dwfl_module_addrsym.c | 94 /* Keep track of the closest symbol we have seen so far. 99 /* Keep track of an eligible symbol with st_size == 0 as a fallback. */ 104 /* Keep track of the lowest address a relevant sizeless symbol could have. */
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_common.h | 271 INT16 OSDisableNesting; /* counter to keep track of interrupt disable nesting */ 272 INT16 OSLockNesting; /* counter to keep track of sched lock nesting */ 273 INT16 OSIntNesting; /* counter to keep track of interrupt nesting */
|
/external/libnfc-nci/src/gki/common/ |
gki_common.h | 271 INT16 OSDisableNesting; /* counter to keep track of interrupt disable nesting */ 272 INT16 OSLockNesting; /* counter to keep track of sched lock nesting */ 273 INT16 OSIntNesting; /* counter to keep track of interrupt nesting */
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
EditListBox.java | 37 * This box contains an explicit timeline map. Each entry defines part of the track time-line: by mapping part of 45 * Starting offsets for tracks (streams) are represented by an initial empty edit. For example, to play a track from 52 * <li>Segment-duration = 30 seconds (could be the length of the whole track)</li>
|
/external/webkit/Source/WebCore/webaudio/ |
AudioContext.h | 94 // Keep track of this buffer so we can release memory after the context is shut down... 131 // Keeps track of the number of connections made. 182 // In AudioNode::deref() a tryLock() is used for calling finishDeref(), but if it fails keep track here.
|
/frameworks/av/media/libstagefright/rtsp/ |
ASessionDescription.cpp | 186 const Attribs &track = mTracks.itemAt(index); local 187 ssize_t i = track.indexOfKey(AString(key)); 193 *value = track.valueAt(i);
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorClasses.h | 386 * Get Background Track settings 396 * Free Background Track settings structure 403 * Log Background Track settings
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
AudioTrackView.java | 37 * Audio track view 271 * The audio track processing progress 298 // Compute the number of frames in the trimmed audio track
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
XF86keysym.h | 58 #define XF86XK_AudioPrev 0x1008FF16 /* Previous track */ 59 #define XF86XK_AudioNext 0x1008FF17 /* Next track */ 102 #define XF86XK_AudioRewind 0x1008FF3E /* "rewind" audio track */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
XF86keysym.h | 58 #define XF86XK_AudioPrev 0x1008FF16 /* Previous track */ 59 #define XF86XK_AudioNext 0x1008FF17 /* Next track */ 102 #define XF86XK_AudioRewind 0x1008FF3E /* "rewind" audio track */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
XF86keysym.h | 58 #define XF86XK_AudioPrev 0x1008FF16 /* Previous track */ 59 #define XF86XK_AudioNext 0x1008FF17 /* Next track */ 102 #define XF86XK_AudioRewind 0x1008FF3E /* "rewind" audio track */
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerTest.java | 804 // Run twice to check if repeated selection-deselection on the same track works well. 811 // Try deselecting track. 817 // Run the same test for external subtitle track. 823 // Try deselecting track. 831 fail("Deselecting unselected track: expected RuntimeException, " + [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
Item.java | 72 * If this instance keeps track of its offset, then this method will
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttEnclosingMethod.java | 23 * Attribute class for standards-track {@code EnclosingMethod}
|
/dalvik/dx/src/com/android/dx/dex/code/ |
CodeAddress.java | 23 * Pseudo-instruction which is used to track an address within a code
|
/dalvik/dx/src/com/android/dx/dex/file/ |
Item.java | 72 * If this instance keeps track of its offset, then this method will
|
/dalvik/vm/mterp/armv5te/ |
OP_NEW_ARRAY.S | 52 mov r2, #ALLOC_DONT_TRACK @ don't track in local refs table
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
RecyclingBitmapDrawable.java | 27 * A BitmapDrawable that keeps track of whether it is being displayed or cached.
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3commontreeadaptor.h | 58 /** Tree factory for producing new nodes as required without needing to track
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
RecognitionException.cs | 64 * In general, the recognition exceptions can track where in a grammar a 84 * can retrieve the ith Token, we have to track the Token object. 101 * Track the line (1-based) at which the error occurred in case this is 102 * generated from a lexer. We need to track this since the
|
Completed in 1173 milliseconds
<<21222324252627282930>>