/external/webkit/Source/WebKit/chromium/src/ |
WebFrameImpl.h | 243 // called on the main frame, as it is the only frame keeping track. Returned 346 // A way for the main frame to keep track of which frame has an active 361 // The scoping effort can time out and we need to keep track of where we 365 // Keeps track of the last string this frame searched for. This is used for 371 // Keeps track of how many matches this frame has found so far, so that we 387 // Keeps track of whether the scoping effort was completed (the user may 391 // Keeps track of when the scoping effort should next invalidate the scrollbar
|
/frameworks/av/cmds/stagefright/ |
SimplePlayer.cpp | 429 ALOGV("dequeued input buffer on track %d", 434 ALOGV("dequeueInputBuffer on track %d returned %d", 449 ALOGV("dequeued output buffer on track %d", 460 ALOGV("dequeueOutputBuffer on track %d returned %d", 503 ALOGV("enqueued input data on track %d", trackIndex); 529 ALOGI("track %d buffer late by %lld us, dropping.", 559 ALOGV("track %d buffer early by %lld us.",
|
/frameworks/av/include/private/media/ |
AudioTrackShared.h | 37 #define CBLK_FORCEREADY 0x02 // set: track is considered ready immediately by AudioFlinger, 38 // clear: track is ready when buffer full 39 #define CBLK_INVALID 0x04 // track buffer invalidated by AudioFlinger, need to re-create 40 #define CBLK_DISABLED 0x08 // track disabled by AudioFlinger due to underrun, need to re-start 76 size_t frameCount_; // used during creation to pass actual track buffer size 101 uint8_t mName; // normal tracks: track name, fast tracks: track index
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalFunctions.h | 106 * @brief Do what to do when the end of a clip video track is reached 116 * @brief Do what to do when the end of a clip audio track is reached 168 * @brief Delete the audio track. Clip will be like if it had no audio track 210 * @brief Jump in the audio track of the clip. 598 * @brief Delete the audio track. Clip will be like if it had no audio track
|
/frameworks/av/services/audioflinger/ |
FastMixer.cpp | 266 // check for change in active track set 273 // process removed tracks first to avoid running out of track names 288 // don't reset track dump state, since other side is ignoring it 307 mixer->setParameter(name, AudioMixer::TRACK, AudioMixer::MAIN_BUFFER, 309 // newly allocated track names default to full scale volume 314 mixer->setParameter(name, AudioMixer::TRACK, AudioMixer::CHANNEL_MASK, 329 // this track was actually modified 350 mixer->setParameter(name, AudioMixer::TRACK, AudioMixer::CHANNEL_MASK, 372 // for each track, update volume and check for underrun [all...] |
/external/webkit/Source/WebCore/platform/graphics/mac/ |
MediaPlayerPrivateQTKit.mm | 399 // In updateState(), we track when maxTimeLoaded() == duration(). [all...] |
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 105 public JetGameEvent(JetPlayer player, short segment, byte track, byte channel, 109 this.track = track; 117 public byte track; field in class:JetBoyView.JetGameEvent 179 // used to track beat for synch of mute/unmute actions 249 // used to track the picture to draw for ship animation 733 processJetEvent(jetEvent.player, jetEvent.segment, jetEvent.track, 793 // JET info: the laser sound is on track 23, we mute it (true) right away (false) 808 // JET info: unmute the laser track (false) right away (false) 829 // Track hit streak for adjusting musi [all...] |
/frameworks/base/media/java/android/media/ |
AudioTrack.java | 274 * will be created for this track if none is supplied. 631 * Returns this track's estimated latency in milliseconds. This includes the latency due 795 * Sets the playback sample rate for this track. This sets the sampling rate at which 1210 AudioTrack track = (AudioTrack)((WeakReference)audiotrack_ref).get(); local [all...] |
/external/flac/libFLAC/ |
format.c | 432 if(violation) *violation = "cue sheet must have at least one track (the lead-out)"; 437 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)"; 443 if(violation) *violation = "cue sheet may not have a track number 0"; 449 if(violation) *violation = "CD-DA cue sheet track number must be 1-99 or 170"; 456 if(i == cue_sheet->num_tracks-1) /* the lead-out track... */ 459 *violation = "CD-DA cue sheet track offset must be evenly divisible by 588 samples"; 466 if(violation) *violation = "cue sheet track must have at least one index point"; 471 if(violation) *violation = "cue sheet track's first index number must be 0 or 1"; 478 if(violation) *violation = "CD-DA cue sheet track index offset must be evenly divisible by 588 samples"; 484 if(violation) *violation = "cue sheet track index numbers must increase by 1" [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
AST.stg | 59 /** Add a variable to track rule's return AST */ 93 /** ID and track it for use in a rewrite rule */ 95 <tokenRefBang(...)> <! Track implies no auto AST construction!> 99 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and* 107 /** ^(ID ...) track for rewrite */ 113 /** Match ^(label+=TOKEN ...) track for rewrite */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
AST.stg | 85 /** Add a variable to track rule's return AST */ 119 /** ID and track it for use in a rewrite rule */ 121 <tokenRefBang(...)> <! Track implies no auto AST construction!> 125 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and* 133 /** ^(ID ...) track for rewrite */ 139 /** Match ^(label+=TOKEN ...) track for rewrite */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
AST.stg | 85 /** Add a variable to track rule's return AST */ 117 /** ID and track it for use in a rewrite rule */ 119 <tokenRefBang(...)> <! Track implies no auto AST construction!> 123 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and* 131 /** ^(ID ...) track for rewrite */ 137 /** Match ^(label+=TOKEN ...) track for rewrite */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
AST.stg | 96 /** Add a variable to track rule's return AST */ 137 /** ID and track it for use in a rewrite rule */ 139 <tokenRefBang(...)> <! Track implies no auto AST construction!> 143 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and* 151 /** ^(ID ...) track for rewrite */ 157 /** Match ^(label+=TOKEN ...) track for rewrite */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
AST.stg | 58 /** Add a variable to track rule's return AST */ 92 /** ID and track it for use in a rewrite rule */ 94 <tokenRefBang(...)> <! Track implies no auto AST construction!> 98 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and* 106 /** ^(ID ...) track for rewrite */ 112 /** Match ^(label+=TOKEN ...) track for rewrite */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
AST.stg | 55 /** Add a variable to track rule's return AST */ 88 /** ID and track it for use in a rewrite rule */ 90 <tokenRefBang(...)> <! Track implies no auto AST construction!> 94 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and* 102 /** ^(ID ...) track for rewrite */ 108 /** Match ^(label+=TOKEN ...) track for rewrite */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
AST.stg | 164 /** Add a variable to track rule's return AST */ 229 /** ID and track it for use in a rewrite rule */ 232 <tokenRefBang(...)> <! Track implies no auto AST construction!> 238 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and* 246 /** ^(ID ...) track for rewrite */ 255 /** Match ^(label+=TOKEN ...) track for rewrite */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
AST.stg | 73 /** Add a variable to track rule's return AST */ 109 /** ID and track it for use in a rewrite rule */ 111 <tokenRefBang(...)> <! Track implies no auto AST construction!> 115 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and* 123 /** ^(ID ...) track for rewrite */ 129 /** Match ^(label+=TOKEN ...) track for rewrite */
|
/external/skia/legacy/src/animator/ |
SkScriptRuntime.cpp | 139 track(strPtr); 148 track(operand[0].fString); 191 track(strPtr); 225 // track(operand[1].fString); 331 void SkScriptRuntime::track(SkOpArray* array) { function in class:SkScriptRuntime 336 void SkScriptRuntime::track(SkString* string) { function in class:SkScriptRuntime
|
/external/skia/src/animator/ |
SkScriptRuntime.cpp | 139 track(strPtr); 148 track(operand[0].fString); 191 track(strPtr); 225 // track(operand[1].fString); 331 void SkScriptRuntime::track(SkOpArray* array) { function in class:SkScriptRuntime 336 void SkScriptRuntime::track(SkString* string) { function in class:SkScriptRuntime
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
Avrcp.java | 360 /* need send play position changed notification when track is changed */ 426 byte[] track = new byte[TRACK_ID_SIZE]; 427 /* track is stored in big endian format */ 429 track[i] = (byte) (mTrackNumber >> (56 - 8 * i)); 431 registerNotificationRspTrackChangeNative(mTrackChangedNT, track); 554 private native boolean registerNotificationRspTrackChangeNative(int type, byte[] track);
|
/dalvik/vm/analysis/ |
CodeVerify.h | 127 * instruction. We track the status of all registers, and (if the method 133 * track the liveness of the method result register (which is not visible 174 * Number of registers we track for each instruction. This is equal
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
RewriteRuleElementStream.as | 49 /** Track single elements w/o creating a list. Upon 2nd add, alloc list */ 67 * the exception would track that info. 106 if ( singleElement == null ) { // no elements yet, track w/o list
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteRuleElementStream.cs | 63 /** <summary>Track single elements w/o creating a list. Upon 2nd add, alloc list */ 81 * the exception would track that info. 125 if (singleElement == null) { // no elements yet, track w/o list
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteRuleElementStream.cs | 65 /** <summary>Track single elements w/o creating a list. Upon 2nd add, alloc list */ 83 * the exception would track that info. 135 { // no elements yet, track w/o list
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
RewriteRuleElementStream.java | 52 /** Track single elements w/o creating a list. Upon 2nd add, alloc list */ 72 * the exception would track that info. 120 if ( singleElement == null ) { // no elements yet, track w/o list
|