/external/llvm/lib/Target/PowerPC/ |
PPCHazardRecognizers.h | 39 // StoredPtr - Keep track of the address of any store. If we see a load from 41 // up to four stores in one dispatch group, hence we track up to 4. 43 // This is null if we haven't seen a store yet. We keep track of both
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/ |
SDL_syscdrom.c | 487 /* Read all the track TOC entries */ 490 cdrom->track[i].id = 0xAA;; 492 cdrom->track[i].id = cmd.indexing.track_index.first_track+i; 495 entry.indexing.track_msf.track = cdrom->track[i].id; 499 cdrom->track[i].type = 0; /* don't know how to detect 0x04 data track */ 500 cdrom->track[i].offset = MSF_TO_FRAMES( 504 cdrom->track[i].length = 0; 506 cdrom->track[i-1].length = cdrom->track[i].offse [all...] |
/external/webkit/Source/WebCore/platform/ |
ScrollbarTheme.h | 84 virtual int thumbPosition(Scrollbar*) { return 0; } // The position of the thumb relative to the track. 86 virtual int trackPosition(Scrollbar*) { return 0; } // The position of the track relative to the scrollbar. 87 virtual int trackLength(Scrollbar*) { return 0; } // The length of the track along the axis of the scrollbar.
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
QTTrack.cpp | 41 Track m_trackHandle; 55 PassRefPtr<QTTrack> QTTrack::create(Track trackHandle) 60 QTTrack::QTTrack(Track trackHandle)
|
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...] |
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
cor_h_x.c | 22 * 4 pulses per track, 16 positions in each track) to * 112 /* 6.0 x sumation of max of dn[] in each track not saturate. */
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
SDL_syscdrom_c.h | 69 the track information (number, offset, length, leadout, etc). See ReadTOCData() in 77 hopefully in the right order. Since these files all begin with a number "1 Audio Track", 78 etc, this is used to determine the correct track order. 82 cdrom's track list. At this point, we also save the offset to the next track and frames 90 play the next file if the previously saved next track and frames remaining
|
/external/webkit/Source/WebCore/platform/qt/ |
ScrollbarThemeQt.cpp | 225 IntRect track = style()->subControlRect(QStyle::CC_ScrollBar, opt, QStyle::SC_ScrollBarGroove, 0); local 226 return scrollbar->orientation() == HorizontalScrollbar ? track.x() - scrollbar->x() : track.y() - scrollbar->y(); 232 IntRect track = style()->subControlRect(QStyle::CC_ScrollBar, opt, QStyle::SC_ScrollBarGroove, 0); local 233 return scrollbar->orientation() == HorizontalScrollbar ? track.width() : track.height();
|
/frameworks/media/libvideoeditor/vss/3gpwriter/inc/ |
M4MP4W_Writer.h | 89 * @brief Add a new track 92 parameters for the new track. 122 * the streamID track 124 * @param streamID (IN) Stream ID of the track. 139 * @brief Ask the core MP4 writer to write the access unit in the streamID track 143 * @param streamID (IN) Stream ID of the track.
|
/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/llvm/lib/Target/Alpha/ |
AlphaMachineFunctionInfo.h | 24 /// GlobalBaseReg - keeps track of the virtual register initialized for 29 /// GlobalRetAddr = keeps track of the virtual register initialized for
|
/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/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/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...] |
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
RestorableView.java | 98 // Track views whose enabled status has been updated. 104 // Track views whose selected status has been updated.
|
/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";
|
/external/qemu/distrib/sdl-1.2.12/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.12/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
|