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

<<21222324252627282930>>

  /frameworks/base/media/java/android/media/
MediaRecorder.java 392 * called, the output file will not contain an audio track. The source needs
413 * called, the output file will not contain an video track. The source needs
608 * called, the output file will not contain an audio track. Call this after
621 * called, the output file will not contain an video track. Call this after
    [all...]
  /docs/source.android.com/src/devices/audio/
debugging.jd 107 <li>4 = per-track AudioRecord and AudioTrack</li>
125 note that track-specific dump filenames do not appear in the dumpsys output,
126 but are still saved to <code>/data/misc/media</code> upon track closure.
141 <li>Track-specific dumps are only saved when the track is closed;
142 you may need to force close an app in order to dump its track-specific data
  /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/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
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 347 // A track of type other than video or audio is not supported.
359 ALOGE("Track (%s) other than %s or %s is not supported", mime, vp8, vorbis);
363 // No more than one video or one audio track is supported.
365 ALOGE("%s track already exists", mStreams[streamIndex].mName);
369 // This is the first track of either audio or video.
370 // Go ahead to add the track.
  /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
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/common/
html.js 155 TRACK: 'track',
252 SPECIAL_ELEMENTS[NS.HTML][$.TRACK] = true;
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
timing_tool.html 256 // Look at the track under mouse position first for better performance.
283 var track = viewport.trackForEvent(event);
284 var trackRect = track.getBoundingClientRect();
  /external/elfutils/src/libdwfl/
dwfl_module_addrsym.c 92 /* 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. */
106 /* 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/libunwind/include/tdep-ia64/
libunwind_i.h 168 track of the register-backing-store areas across on which the
170 stacked registers and since we only have to track the current
172 limit on the # of backing-store areas we have to track.
  /external/llvm/include/llvm/Analysis/
AssumptionCache.h 1 //===- llvm/Analysis/AssumptionCache.h - Track @llvm.assume ---*- C++ -*-===//
10 // This file contains a pass that keeps track of @llvm.assume intrinsics in
46 /// We track this to lazily populate our assumptions.
BranchProbabilityInfo.h 136 /// \brief Track the last function we run over for printing.
139 /// \brief Track the set of blocks directly succeeded by a returning block.
142 /// \brief Track the set of blocks that always lead to a cold call.
  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 96 /// We do not keep track of the frame indices used for these registers - they
113 /// CPEClones - Track constant pool entries clones created by Constant Island
117 /// GlobalBaseReg - keeps track of the virtual register initialized for

Completed in 371 milliseconds

<<21222324252627282930>>