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

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
properties.rb 24 @properties << [$text, $type, $line, $pos, $index, $channel, $start, $stop]
35 text, type, line, pos, index, channel, start, stop = lexer.properties[ 0 ]
41 channel.should == ANTLR3::DEFAULT_CHANNEL
45 text, type, line, pos, index, channel, start, stop = lexer.properties[ 1 ]
51 channel.should == ANTLR3::DEFAULT_CHANNEL
56 text, type, line, pos, index, channel, start, stop = lexer.properties[ 2 ]
62 channel.should == ANTLR3::DEFAULT_CHANNEL
93 { $channel = HIDDEN }
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_branch_utility.py 29 return tuple(self.GetChannelInfo(channel)
30 for channel in BranchUtility.GetAllChannelNames())
32 def GetChannelInfo(self, channel):
33 version = self._channels[channel]
34 return ChannelInfo(channel, self.GetBranchForVersion(version), version)
45 for channel in self._channels.iterkeys():
46 if self._channels[channel] == version:
47 return channel
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
sheriff_calendar.py 31 # Detect 'none (channel is sheriff)' text and ignore it.
32 if 'channel is sheriff' in emails_string.lower():
  /external/smali/smali/src/main/java/org/jf/smali/
InvalidToken.java 39 this.channel = smaliParser.ERROR_CHANNEL;
45 this.channel = smaliParser.ERROR_CHANNEL;
  /frameworks/base/core/java/com/android/internal/view/
InputBindResult.java 36 * The input channel used to send input events to this IME.
38 public final InputChannel channel; field in class:InputBindResult
59 channel = _channel;
68 channel = InputChannel.CREATOR.createFromParcel(source);
70 channel = null;
94 if (channel != null) {
96 channel.writeToParcel(dest, flags);
123 return channel != null ? channel.describeContents() : 0;
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Token.as 46 function get channel():int;
47 function set channel(channel:int):void;
  /external/chromium_org/third_party/webrtc/voice_engine/
channel_manager.h 28 class Channel;
38 // To access the underlying Channel, use .channel().
42 // Channel channel_owner = channel_manager.GetChannel(channel_id);
44 // channel_owner.channel()->...;
48 explicit ChannelOwner(Channel* channel);
55 Channel* channel() { return channel_ref_->channel.get(); function in class:webrtc::voe::ChannelOwner
63 const scoped_ptr<Channel> channel; member in struct:webrtc::voe::ChannelOwner::ChannelRef
    [all...]
voe_volume_control_impl.cc 15 #include "webrtc/voice_engine/channel.h"
232 int VoEVolumeControlImpl::SetInputMute(int channel, bool enable)
235 "SetInputMute(channel=%d, enable=%d)", channel, enable);
242 if (channel == -1)
247 // Mute after demultiplexing <=> affects one channel only
248 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
249 voe::Channel* channelPtr = ch.channel();
253 "SetInputMute() failed to locate channel");
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tokens.py 109 """@brief Get the channel of the token
111 Using setter/getter methods is deprecated. Use o.channel instead."""
115 def setChannel(self, channel):
116 """@brief Set the channel of the token
118 Using setter/getter methods is deprecated. Use o.channel instead."""
177 def __init__(self, type=None, channel=DEFAULT_CHANNEL, text=None,
185 self.channel = oldToken.channel
198 self.channel = channel
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_kay.c 66 static int wpas_get_receive_lowest_pn(void *wpa_s, u32 channel,
69 return wpa_drv_get_receive_lowest_pn(wpa_s, channel, an, lowest_pn);
73 static int wpas_get_transmit_next_pn(void *wpa_s, u32 channel,
76 return wpa_drv_get_transmit_next_pn(wpa_s, channel, an, next_pn);
80 static int wpas_set_transmit_next_pn(void *wpa_s, u32 channel,
83 return wpa_drv_set_transmit_next_pn(wpa_s, channel, an, next_pn);
87 static int wpas_get_available_receive_sc(void *wpa_s, u32 *channel)
89 return wpa_drv_get_available_receive_sc(wpa_s, channel);
107 static int wpas_create_receive_sc(void *wpa_s, u32 channel,
112 return wpa_drv_create_receive_sc(wpa_s, channel, sci->addr, sci->port
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonToken.cs 45 int channel = TokenChannels.Default; field in class:Antlr.Runtime.CommonToken
75 public CommonToken( ICharStream input, int type, int channel, int start, int stop )
79 this.channel = channel;
87 this.channel = TokenChannels.Default;
98 channel = oldToken.Channel;
170 public int Channel
174 return channel;
178 channel = value
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock.c 43 const uint8_t* uuid, int channel, int* sock_fd, int flags);
45 const uint8_t* uuid, int channel, int* sock_fd, int flags);
93 const uint8_t* service_uuid, int channel, int* sock_fd, int flags)
95 if((service_uuid == NULL && channel <= 0) || sock_fd == NULL)
97 BTIF_TRACE_ERROR("invalid parameters, uuid:%p, channel:%d, sock_fd:%p", service_uuid, channel, sock_fd);
105 status = btsock_rfc_listen(service_name, service_uuid, channel, sock_fd, flags);
123 const uint8_t* uuid, int channel, int* sock_fd, int flags)
125 if((uuid == NULL && channel <= 0) || bd_addr == NULL || sock_fd == NULL)
127 BTIF_TRACE_ERROR("invalid parameters, bd_addr:%p, uuid:%p, channel:%d, sock_fd:%p"
    [all...]
  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_client.cc 14 // Get the base of the data buffer of the channel; this is where the input
16 // channel we avoid one copy.
32 ChannelControl* channel = control_->channels; local
33 LONG result = ::InterlockedExchange(&channel[num].state, kFreeChannel);
45 // There must be at least one channel.
49 // Do the IPC. At this point the channel should have already been
58 ChannelControl* channel = control_->channels; local
62 channel[num].ipc_tag = params->GetTag();
70 DWORD wait = ::SignalObjectAndWait(channel[num].ping_event,
71 channel[num].pong_event
122 ChannelControl* channel = control_->channels; local
    [all...]
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_grobj.c 43 nvgrobj->base.channel = chan;
49 g.channel = chan->id;
75 nvgrobj->base.channel = chan;
96 chan = nouveau_channel(nvgrobj->base.channel);
102 f.channel = chan->drm.channel;
117 struct nouveau_subchannel *scc = &grobj->channel->subc[i];
133 subc->gr->subc = subc - &grobj->channel->subc[0];
135 BEGIN_RING(grobj->channel, grobj, 0x0000, 1);
136 OUT_RING (grobj->channel, grobj->handle)
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 29 import com.android.tools.sdkcontroller.lib.Channel;
49 * is done via "sensors" channel, multi-touch emulation is done via "multi-touch"
50 * channel, etc.
56 * its side (a channel) that implement functionality and exchange protocol required
65 * 3. Bind emulator connection with service-side channel via port name, provided by
84 * List of connected emulator sockets, pending for a channel to be registered.
86 * Emulator may connect to SDK controller before the app registers a channel
87 * for that connection. In this case (when app-side channel is not registered
89 * for the app-side channel to register.
99 private List<Channel> mChannels = new ArrayList<Channel>()
361 final Channel channel = getChannel(channel_name); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorWorkerAgent.cpp 170 WorkerFrontendChannel* channel = m_idToChannel.get(workerId); local
171 if (channel)
172 channel->connectToWorkerGlobalScope();
179 WorkerFrontendChannel* channel = m_idToChannel.get(workerId); local
180 if (channel)
181 channel->disconnectFromWorkerGlobalScope();
188 WorkerFrontendChannel* channel = m_idToChannel.get(workerId); local
189 if (channel)
190 channel->proxy()->sendMessageToInspector(message->toJSONString());
242 WorkerFrontendChannel* channel = new WorkerFrontendChannel(m_inspectorFrontend, workerGlobalScopeProxy) local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACfixfloat.txt 23 for channel in $CHANNELFILES
27 $ISACFIXFLOAT $INDIR/$channel -m 1 -PLC $INDIR/"$file" $OUTDIR/flfx$index1"$file" >> $LOGFILE
28 $ISACFIXFLOAT $INDIR/$channel -m 2 -PLC $INDIR/"$file" $OUTDIR/fxfl$index1"$file" >> $LOGFILE
38 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 1 $INDIR/"$file" $OUTDIR/flfxnb1_$index1"$file" >> $LOGFILE
39 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 1 $INDIR/"$file" $OUTDIR/fxflnb1_$index1"$file" >> $LOGFILE
40 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 2 -PLC $INDIR/"$file" $OUTDIR/flfxnb2_$index1"$file" >> $LOGFILE
41 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 2 -PLC $INDIR/"$file" $OUTDIR/fxflnb2_$index1"$file" >> $LOGFILE
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACfixfloat.txt 23 for channel in $CHANNELFILES
27 $ISACFIXFLOAT $INDIR/$channel -m 1 -PLC $INDIR/"$file" $OUTDIR/flfx$index1"$file" >> $LOGFILE
28 $ISACFIXFLOAT $INDIR/$channel -m 2 -PLC $INDIR/"$file" $OUTDIR/fxfl$index1"$file" >> $LOGFILE
38 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 1 $INDIR/"$file" $OUTDIR/flfxnb1_$index1"$file" >> $LOGFILE
39 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 1 $INDIR/"$file" $OUTDIR/fxflnb1_$index1"$file" >> $LOGFILE
40 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 2 -PLC $INDIR/"$file" $OUTDIR/flfxnb2_$index1"$file" >> $LOGFILE
41 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 2 -PLC $INDIR/"$file" $OUTDIR/fxflnb2_$index1"$file" >> $LOGFILE
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACfixfloat.txt 23 for channel in $CHANNELFILES
27 $ISACFIXFLOAT $INDIR/$channel -m 1 -PLC $INDIR/"$file" $OUTDIR/flfx$index1"$file" >> $LOGFILE
28 $ISACFIXFLOAT $INDIR/$channel -m 2 -PLC $INDIR/"$file" $OUTDIR/fxfl$index1"$file" >> $LOGFILE
38 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 1 $INDIR/"$file" $OUTDIR/flfxnb1_$index1"$file" >> $LOGFILE
39 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 1 $INDIR/"$file" $OUTDIR/fxflnb1_$index1"$file" >> $LOGFILE
40 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 2 -PLC $INDIR/"$file" $OUTDIR/flfxnb2_$index1"$file" >> $LOGFILE
41 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 2 -PLC $INDIR/"$file" $OUTDIR/fxflnb2_$index1"$file" >> $LOGFILE
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 40 mm_camera_channel_t *channel = NULL; local
52 /* find channel */
55 channel = &pme->channels[i];
60 for (i = 0; i < channel->num_streams; i++) {
61 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) {
62 p_stream = &channel->streams[i];
115 mm_camera_channel_t *channel = NULL; local
128 /* find channel */
131 channel = &pme->channels[i];
136 for (i = 0; i < channel->num_streams; i++)
186 mm_camera_channel_t *channel = NULL; local
566 mm_camera_channel_t *channel = NULL; local
628 mm_camera_channel_t *channel = NULL; local
670 mm_camera_channel_t *channel = local
684 mm_camera_channel_t *channel = NULL; local
782 mm_camera_channel_t *channel = local
    [all...]
mm_qcamera_rdi.c 87 mm_camera_channel_t *channel,
100 stream = mm_app_add_stream(test_obj, channel);
151 rc = mm_app_config_stream(test_obj, channel, stream, &stream->s_config);
167 mm_camera_channel_t *channel,
177 stream = mm_app_add_stream(test_obj, channel);
207 rc = mm_app_config_stream(test_obj, channel, stream, &stream->s_config);
218 mm_camera_channel_t *channel = NULL; local
221 channel = mm_app_add_channel(test_obj,
226 if (NULL == channel) {
227 CDBG_ERROR("%s: add channel failed", __func__)
283 mm_camera_channel_t *channel = NULL; local
305 mm_camera_channel_t *channel = local
    [all...]
  /external/chromium_org/media/base/
audio_bus.h 17 // Scoped container for "busing" audio channel data around. Each channel is
20 // will dice up a contiguous memory block for channel data. When wrapped,
21 // AudioBus instead routes requests for channel data to the wrapped object.
24 // Guaranteed alignment of each channel's data; use 16-byte alignment for easy
38 // Creates a new AudioBus from an existing channel vector. Does not transfer
40 // the returned AudioBus. Each channel must be aligned by kChannelAlignment.
70 // to channel(x)[start_frame].
74 // Helper method for copying channel data from one AudioBus to another. Both
87 // Returns a raw pointer to the requested channel. Pointer is guaranteed t
90 float* channel(int channel) { return channel_data_[channel]; } function in class:media::AudioBus
91 const float* channel(int channel) const { return channel_data_[channel]; } function in class:media::AudioBus
    [all...]
  /external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 48 int channel = base->CreateChannel(); local
49 ASSERT_NE(-1, channel);
52 new VoiceChannelTransport(network, channel));
68 ASSERT_EQ(0, codec->SetSendCodec(channel, codec_params));
93 ASSERT_EQ(0, base->StartReceive(channel));
94 ASSERT_EQ(0, base->StartPlayout(channel));
95 ASSERT_EQ(0, base->StartSend(channel));
  /external/e2fsprogs/lib/ext2fs/
dosio.c 54 static errcode_t dos_open(const char *dev, int flags, io_channel *channel);
55 static errcode_t dos_close(io_channel channel);
56 static errcode_t dos_set_blksize(io_channel channel, int blksize);
57 static errcode_t dos_read_blk(io_channel channel, unsigned long block,
59 static errcode_t dos_write_blk(io_channel channel, unsigned long block,
61 static errcode_t dos_flush(io_channel channel);
179 static errcode_t dos_open(const char *dev, int flags, io_channel *channel)
224 *channel = alloc_io_channel(active);
225 if (!*channel)
349 *channel = alloc_io_channel(active)
    [all...]
  /libcore/luni/src/main/java/java/io/
FileOutputStream.java 57 /** The unique file channel. Lazily initialized because it's rarely needed. */
58 private FileChannel channel; field in class:FileOutputStream
104 this.channel = NioUtils.newFileChannel(this, fd, mode);
134 if (channel != null) {
135 channel.close();
170 if (channel == null) {
171 channel = NioUtils.newFileChannel(this, fd, mode);
173 return channel;

Completed in 1290 milliseconds

1 2 3 4 5 67 8 91011>>