HomeSort by relevance Sort by last modified time
    Searched refs:streams (Results 276 - 300 of 319) sorted by null

<<111213

  /external/chromium_org/v8/tools/gyp/
v8_base.target.darwin-x86_64.mk 153 v8/src/scanner-character-streams.cc \
v8_base.target.linux-arm.mk 153 v8/src/scanner-character-streams.cc \
v8_base.target.linux-arm64.mk 153 v8/src/scanner-character-streams.cc \
v8_base.target.linux-mips.mk 153 v8/src/scanner-character-streams.cc \
v8_base.target.linux-x86.mk 153 v8/src/scanner-character-streams.cc \
v8_base.target.linux-x86_64.mk 153 v8/src/scanner-character-streams.cc \
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 656 stream = &(channel->streams[channel->num_streams++]);
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 656 stream = &(channel->streams[channel->num_streams++]);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 53 @brief Base interface for streams of integer values.
81 not pure input indexes. Same for tree node streams.
146 For char streams, seeking forward must update the stream state such
164 Only makes sense for streams that buffer everything up probably, but
198 For infinite streams, you don't need this; primarily I'm providing
200 use this on streams that don't support it.
317 # character streams for use in lexers
599 # Token streams
1036 machine instruction streams (programs) operating on a single input tape. :)
1063 You can also have multiple "instruction streams" and get multipl
    [all...]
tree.py 45 from antlr3.streams import IntStream
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 979 # if you're using the standard streams, ANTLR3::StringStream and
    [all...]
token.rb 52 originated. Token streams will also provide an index value for the token, which
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h 339 virtual bool GetActiveStreams(AudioInfo::StreamList* streams) { return true; }
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 84 /// not pure input indexes. Same for tree node streams. */
152 /// For char streams, seeking forward must update the stream state such
170 /// Only makes sense for streams that buffer everything up probably,
207 /// actions don't use this on streams that don't support it).
208 /// For infinite streams, you don't need this.
217 /// streams, we are able to [re-]set the line.
223 /// line (0..N-1). To support rewinding character streams, we are
    [all...]
  /external/blktrace/btt/doc/
btt.tex 80 errors in the trace streams saved, it is best to recapture the data
92 containing parallel trace streams -- one file per CPU per
636 and will produce a file containing streams of IOs (separated by blank
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 705 // streams
706 EXPECT_EQ(cd1->streams(), cd2->streams());
    [all...]
  /external/blktrace/doc/
blktrace.tex 434 The \emph{blkparse} utility will attempt to combine streams of events
442 of blktrace, and blkparse is combining event streams and dumping
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp 206 /* We need to stop all streams before deleting any stream */
399 * and output streams.
402 * @stream_list : streams to be configured
417 if (streamList->streams == NULL) {
423 ALOGE("%s: Bad number of streams requested: %d", __func__,
446 camera3_stream_t *newStream = streamList->streams[i];
477 ALOGE("%s: Multiple input streams requested!", __func__);
489 /*clean up invalid streams*/
527 /* Allocate channel objects for the requested streams */
529 camera3_stream_t *newStream = streamList->streams[i]
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/libvorbis/doc/
04-codec.tex 72 field especially may be considerably off in purely VBR streams. The
  /external/opencv/cxcore/src/
cxpersistence.cpp     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 250 /** @hide Maximum volume index values for audio streams */
267 * Some streams alias to different streams according to device category (phone or tablet) or
367 // Streams currently muted by ringer mode
596 // state on streams affected by ringer mode.
745 VolumeStreamState[] streams = mStreamStates = new VolumeStreamState[numStreamTypes]; local
748 streams[i] = new VolumeStreamState(System.VOLUME_SETTINGS[mStreamVolumeAlias[i]], i);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 

Completed in 1750 milliseconds

<<111213