/frameworks/av/media/libmedia/ |
ToneGenerator.cpp | [all...] |
/frameworks/av/media/libstagefright/ |
AwesomePlayer.cpp | 368 ALOGV("track of type '%s' does not publish bitrate", mime); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
VideoEditorPerformance.java | 504 /** 17.Add Audio Track,Set extract boundaries o to 10 sec. 509 /** 18.Enable Looping for Audio Track. [all...] |
/system/core/libcutils/ |
mq.c | 158 /** Keeps track of recently dead peers. Requires mutex. */ 167 /** Keeps track of data coming in from the remote peer. */ 196 * keep track of which connections we've sent to whom. 696 // Keep track of which peer proxy we're accepting a connection for. [all...] |
/external/chromium-trace/ |
script.js | 1 window.FLATTENED={};window.FLATTENED.base=!0;window.FLATTENED.event_target=!0;window.FLATTENED.measuring_stick=!0;window.FLATTENED.filter=!0;window.FLATTENED.range=!0;window.FLATTENED.selection=!0;window.FLATTENED.timeline_viewport=!0;window.FLATTENED.ui=!0;window.FLATTENED["tracks.track"]=!0;window.FLATTENED["tracks.container_track"]=!0;window.FLATTENED.fast_rect_renderer=!0;window.FLATTENED.color_scheme=!0;window.FLATTENED["tracks.canvas_based_track"]=!0;window.FLATTENED.sorted_array_utils=!0; 27 base.exportTo("tracing",function(){function d(b,a){this.track=b;this.slice=a}function c(b,a,e){this.track=b;this.counter=a;this.sampleIndex=e}function a(){this.bounds_dirty_=!0;this.bounds_=new base.Range;this.length_=0}d.prototype={get selected(){return this.slice.selected},set selected(b){this.slice.selected=b}};c.prototype={get selected(){return!0==this.track.selectedSamples[this.sampleIndex]},set selected(b){this.track.selectedSamples[this.sampleIndex]=b?!0:!1;this.track.invalidate()}};a.prototype= 30 new a,f=0;f<this.length_;f++)this[f]instanceof d&&b.push_(this[f]);return b},getNumSliceHits:function(){for(var b=0,a=0;a<this.length_;a++)this[a]instanceof d&&b++;return b},getNumCounterHits:function(){for(var b=0,a=0;a<this.length_;a++)this[a]instanceof c&&b++;return b},map:function(b){for(var a=0;a<this.length_;a++)b(this[a])},getShiftedSelection:function(b){for(var f=new a,e=0;e<this.length_;e++){var g=this[e];g.track.addItemNearToProvidedHitToSelection(g,b,f)}return 0==f.length?void 0:f}};return{SelectionSliceHit:d, 44 10),l=a.clientWidth-d-g-e;c.addEventListener("input",f);f()},toCssPx:function(c){window.isFinite(c)||console.error("Pixel value is not a number: "+c);return Math.round(c)+"px"}}});base.requireStylesheet("tracks.track");base.require("ui"); 45 base.exportTo("tracing.tracks",function(){var d=tracing.ui.define("div");d.prototype={__proto__:HTMLDivElement.prototype,decorate:function(){},get visible(){return"none"!==this.style.display},set visible(c){this.style.display=c?"":"none"},get numVisibleTracks(){return this.visible?1:0},addControlButtonElements_:function(c){var a=document.createElement("div");a.classList.add("track-button");a.classList.add("track-close-button");a.textContent=String.fromCharCode(215);var b=this;a.addEventListener("click" [all...] |
/external/sonivox/docs/ |
JET_Creator_User_Manual.html | [all...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_AudioMixing.c | 302 * There may be no audio track (Remove audio track feature). 904 * Ok, let's go with this audio track */ [all...] |
/frameworks/base/services/input/ |
InputReader.h | 594 /* Keeps track of the state of mouse or touch pad buttons. */ 618 /* Keeps track of cursor movements. */ 639 /* Keeps track of cursor scrolling motions. */ 671 /* Keeps track of the state of touch, stylus and tool buttons. */ 804 /* Keeps track of the state of single-touch protocol. */ 833 /* Keeps track of the state of multi-touch protocol. */ [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_Genres_MembersTest.java | 146 assertEquals(Audio1.TRACK, c.getInt(c.getColumnIndex(Members.TRACK)));
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
web_services.py | 179 # Keep track of the update/delete counts, so we can log it 229 # Keep track of the number of new contacts the client sent to us,
|
/docs/source.android.com/src/source/ |
submit-patches.jd | 182 <a href="/source/code-lines.html">Codelines, Branches, and Releases</a>. For most projects under <code>external/</code>, changes should be made upstream and then the Android maintainers informed of the new upstream release containing these changes. It may also be useful to upload patches that move us to track a new upstream release, though these can be difficult changes to make if the project is widely used within Android like most of the larger ones mentioned below, where we tend to upgrade with every release.</p> 183 <p>One interesting special case is bionic. Much of the code there is from BSD, so unless the change is to code that's new to bionic, we'd much rather see an upstream fix and then pull a whole new file from the appropriate BSD. (Sadly we have quite a mix of different BSDs at the moment, but we hope to address that in future, and get into a position where we track upstream much more closely.)</p>
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonTreeNodeStream.as | 75 /** IF this tree (root) was created from a token stream, track it. */ 89 /** Track the last mark() call result value for use in rewind(). */
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3debugeventlistener.h | 120 /** Track entry into any (...) subrule other EBNF construct 127 * so that a GUI can easily track what LT/consume events are
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3commontreeadaptor.c | 243 // need to track and free the memory allocated to it, so for now, we just 366 /** Track start/stop token for subtree root created for a rule.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
IDebugEventListener.cs | 77 /** <summary>Track entry into any (...) subrule other EBNF construct</summary> */ 84 * so that a GUI can easily track what LT/consume events are
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
BaseTree.cs | 85 /** <summary>BaseTree doesn't track parent pointers.</summary> */ 94 /** <summary>BaseTree doesn't track child indexes.</summary> */
|
BufferedTreeNodeStream.cs | 133 /** <summary>IF this tree (root) was created from a token stream, track it.</summary> */ 147 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/ |
IDebugEventListener.cs | 79 /** <summary>Track entry into any (...) subrule other EBNF construct</summary> */ 86 * so that a GUI can easily track what LT/consume events are
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
BaseTree.cs | 99 /** <summary>BaseTree doesn't track parent pointers.</summary> */ 111 /** <summary>BaseTree doesn't track child indexes.</summary> */
|
BaseTreeAdaptor.cs | 47 * track ourselves. That's ok, it's only for debugging, though it's 417 * Track start/stop token for subtree root created for a rule.
|
BufferedTreeNodeStream.cs | 142 /** <summary>IF this tree (root) was created from a token stream, track it.</summary> */ 156 /** <summary>Track the last mark() call result value for use in rewind().</summary> */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugEventListener.java | 72 /** Track entry into any (...) subrule other EBNF construct */ 78 * so that a GUI can easily track what LT/consume events are
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
BufferedTreeNodeStream.java | 102 /** IF this tree (root) was created from a token stream, track it. */ 116 /** Track the last mark() call result value for use in rewind(). */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseTree.m | 390 /** ANTLRBaseTree doesn't track child indexes. */ 400 /** ANTLRBaseTree doesn't track parent pointers. */
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2RTFDTM.java | 129 // NEVER track source locators for RTFs; they aren't meaningful. I think. 130 // (If we did track them, we'd need to tail-prune these too.)
|