HomeSort by relevance Sort by last modified time
    Searched refs:streams (Results 151 - 175 of 183) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/v8/tools/gyp/
v8_base.arm.target.linux-arm.mk 137 v8/src/scanner-character-streams.cc \
v8_base.ia32.target.darwin-x86.mk 137 v8/src/scanner-character-streams.cc \
v8_base.ia32.target.linux-x86.mk 137 v8/src/scanner-character-streams.cc \
v8_base.mipsel.target.darwin-mips.mk 137 v8/src/scanner-character-streams.cc \
v8_base.mipsel.target.linux-mips.mk 137 v8/src/scanner-character-streams.cc \
  /device/asus/flo/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 335 virtual bool GetActiveStreams(AudioInfo::StreamList* streams) { return true; }
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 656 stream = &(channel->streams[channel->num_streams++]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 428 struct snd_pcm_str streams[2]; member in struct:snd_pcm
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 428 struct snd_pcm_str streams[2]; member in struct:snd_pcm
    [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 284 "a=fmtp:5000 protocol=webrtc-datachannel; streams=10\r\n";
299 "a=fmtp:5000 protocol=webrtc-datachannel; streams=10\r\n";
680 // streams
681 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...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp 223 /* We need to stop all streams before deleting any stream */
437 * and output streams.
440 * @stream_list : streams to be configured
456 if (streamList->streams == NULL) {
462 ALOGE("%s: Bad number of streams requested: %d", __func__,
499 camera3_stream_t *newStream = streamList->streams[i];
532 ALOGE("%s: Multiple input streams requested!", __func__);
544 /*clean up invalid streams*/
581 /* Allocate channel objects for the requested streams */
583 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 204 /** @hide Maximum volume index values for audio streams */
221 * Some streams alias to different streams according to device category (phone or tablet) or
308 // Streams currently muted by ringer mode
526 // state on streams affected by ringer mode.
606 VolumeStreamState[] streams = mStreamStates = new VolumeStreamState[numStreamTypes]; local
609 streams[i] = new VolumeStreamState(System.VOLUME_SETTINGS[mStreamVolumeAlias[i]], i);
623 pw.print("\n- mute affected streams = 0x");
    [all...]
  /art/tools/
cpplint.py 188 'readability/streams',
    [all...]

Completed in 625 milliseconds

1 2 3 4 5 67 8