Searched refs:channel (Results 176 - 200 of 629) sorted by relevance

1234567891011>>

/external/chromium/chrome/common/extensions/docs/server/
H A Dchromeextensionsdocs.py98 # from the path they provided, figure out which channel they requested
103 channel = None
104 # if there's no subdirectory, choose the default channel
105 # otherwise, figure out if the subdirectory corresponds to a channel
109 channel = Channel.DEFAULT
117 channel = Channel.TRUNK
120 # otherwise, run through the different channel options
123 channel = c
127 # if the subdirectory doesn't correspond to a channel, use the default
128 if channel i
[all...]
/external/bluetooth/bluez/serial/
H A Dport.c77 uint8_t channel; /* RFCOMM channel */ member in struct:serial_port
81 GIOChannel *io; /* BtIO channel */
105 int channel; local
108 channel = strtol(pattern, &endptr, 10);
118 if (endptr && *endptr == '\0' && port->channel == channel)
324 req.channel = port->channel;
391 reply = btd_error_failed(port->msg, "Invalid channel");
452 create_port(struct serial_device *device, const char *uuid, uint8_t channel) argument
484 int channel; local
579 port_register(DBusConnection *conn, const char *path, bdaddr_t *src, bdaddr_t *dst, const char *uuid, uint8_t channel) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DCommonTokenStream.cs42 * and tokens are prefiltered for a certain channel (the parser will only
43 * see these tokens and cannot change the filter channel number during the
52 /** Skip tokens on any channel but this one; this is how we skip whitespace... */
64 public CommonTokenStream(ITokenSource tokenSource, int channel) argument
67 this._channel = channel;
92 /** Always leave p on an on-channel token. */
111 // skip off-channel tokens
133 // skip off-channel tokens
144 /** Given a starting index, return the index of the first on-channel
152 // also stops at EOF (it's on channel)
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRUnbufferedTokenStream.h41 NSInteger channel; variable
46 @property (getter=getChannel, setter=setChannel:) NSInteger channel; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRUnbufferedTokenStream.h41 NSInteger channel; variable
46 @property (getter=getChannel, setter=setChannel:) NSInteger channel; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRUnbufferedTokenStream.h41 NSInteger channel; variable
46 @property (getter=getChannel, setter=setChannel:) NSInteger channel; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRLexerState.h42 - (NSUInteger) channel;
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
H A DT.g64 WS : (' '|'\t'|'\n')+ { $channel = $self->HIDDEN; }
/external/chromium/chrome/browser/nacl_host/
H A Dnacl_process_host.cc247 HANDLE channel; local
252 &channel,
258 reinterpret_cast<nacl::FileDescriptor>(channel));
260 nacl::FileDescriptor channel;
261 channel.fd = dup(internal_->sockets_for_sel_ldr[i]);
262 if (channel.fd < 0) {
266 channel.auto_close = true;
267 handles_for_sel_ldr.push_back(channel);
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.h61 SocketMonitor(TransportChannel* channel,
77 void OnConnectionMonitor(P2PTransportChannel* channel);
/external/replicaisland/src/com/replica/replicaisland/
H A DButtonAnimationComponent.java78 public void setChannel(ChannelSystem.Channel channel) { argument
79 mChannel = channel;
/external/webkit/Source/WebCore/platform/audio/
H A DAudioDSPKernelProcessor.cpp56 // Create processing kernels, one per channel.
90 m_kernels[i]->process(source->channel(i)->data(), destination->channel(i)->data(), framesToProcess);
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEMorphology.cpp137 for (unsigned channel = 0; channel < 4; ++channel) {
141 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + 4 * j + channel);
143 unsigned char pixel = srcPixelArray->get(i * effectWidth + 4 * j + channel);
154 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + endX * 4 + channel);
156 unsigned char pixel = srcPixelArray->get(i * effectWidth + endX * 4 + channel);
171 dstPixelArray->set(y * effectWidth + 4 * x + channel, entireExtrema);
/external/webkit/Source/WebCore/webaudio/
H A DAudioChannelMerger.cpp84 AudioChannel* inputChannel = input->bus()->channel(j);
85 AudioChannel* outputChannel = output->bus()->channel(outputChannelIndex);
/external/wpa_supplicant_8/hostapd/
H A Dhostapd.conf107 # channel will need to be configured separately with iwconfig.
108 channel=1
383 # Supported channel width set: [HT40-] = both 20 MHz and 40 MHz with secondary
384 # channel below the primary channel; [HT40+] = both 20 MHz and 40 MHz
385 # with secondary channel below the primary channel
396 # channels if needed or creation of 40 MHz channel maybe rejected based
398 # is setting up the 40 MHz channel.
1149 # items, like channel)
[all...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DFileLockTest.java42 protected MockFileLock(FileChannel channel, long position, long size, argument
44 super(channel, position, size, shared);
77 assertNull(fileLock1.channel());
101 * @tests java.nio.channels.FileLock#channel()
104 assertSame(readWriteChannel, mockLock.channel());
106 assertNull(lock.channel());
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dcall.h111 void OnConnectionMonitor(VoiceChannel *channel,
113 void OnMediaMonitor(VoiceChannel *channel, const VoiceMediaInfo& info);
114 void OnAudioMonitor(VoiceChannel *channel, const AudioInfo& info);
115 void OnConnectionMonitor(VideoChannel *channel,
117 void OnMediaMonitor(VideoChannel *channel, const VideoMediaInfo& info);
/external/qemu/telephony/
H A Dremote_call.c107 SysChannel channel; member in struct:RemoteCallRec
135 if ( call->channel ) {
136 sys_channel_close( call->channel );
137 call->channel = NULL;
209 rcall->channel = sys_channel_create_tcp_client( "localhost", to_port );
210 if (rcall->channel == NULL) {
211 D("%s: could not create channel to port %d\n", __FUNCTION__, to_port);
216 sys_channel_on( rcall->channel, SYS_EVENT_WRITE, remote_call_event, rcall );
277 /* simply drain the channel */
279 int n = sys_channel_read( call->channel, tem
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_midi.c234 EAS_U8 channel; local
236 channel = pMIDIStream->status & 0x0f;
243 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
253 VMStartNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
260 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
273 VMControlChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
278 channel, pMIDIStream->d1, pMIDIStream->d2);
287 VMProgramChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1);
294 VMChannelPressure(pSynth, channel, pMIDIStream->d1);
301 VMPitchBend(pSynth, channel, pMIDIStrea
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_midi.c234 EAS_U8 channel; local
236 channel = pMIDIStream->status & 0x0f;
243 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
253 VMStartNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
260 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
273 VMControlChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
278 channel, pMIDIStream->d1, pMIDIStream->d2);
287 VMProgramChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1);
294 VMChannelPressure(pSynth, channel, pMIDIStream->d1);
301 VMPitchBend(pSynth, channel, pMIDIStrea
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_midi.c234 EAS_U8 channel; local
236 channel = pMIDIStream->status & 0x0f;
243 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
253 VMStartNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
260 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
273 VMControlChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
278 channel, pMIDIStream->d1, pMIDIStream->d2);
287 VMProgramChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1);
294 VMChannelPressure(pSynth, channel, pMIDIStream->d1);
301 VMPitchBend(pSynth, channel, pMIDIStrea
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java46 Socket channel = null; field in class:RemoteDebugEventSocketListener
62 int channel; field in class:RemoteDebugEventSocketListener.ProxyToken
67 public ProxyToken(int index, int type, int channel, argument
72 this.channel = channel;
102 return channel;
104 public void setChannel(int channel) { argument
105 this.channel = channel;
120 if ( channel!
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs52 Socket channel = null; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
70 int channel; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
77 public ProxyToken(int index, int type, int channel, argument
81 this.channel = channel;
126 return channel;
129 channel = value;
170 if (channel != TokenChannels.Default) {
171 channelStr = ",channel=" + channel;
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs55 Socket channel = null; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
74 int channel; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
82 public ProxyToken( int index, int type, int channel, argument
87 this.channel = channel;
146 return channel;
150 channel = value;
204 if ( channel != TokenChannels.Default )
206 channelStr = ",channel=" + channel;
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimTokenStream.cs59 /** <summary>Skip tokens on any channel but this one; this is how we skip whitespace...</summary> */
60 protected int channel = TokenChannels.Default; field in class:Antlr.Runtime.FastTokenStream
83 public FastTokenStream( ITokenSource<SlimToken> tokenSource, int channel )
86 this.channel = channel;
103 channel = TokenChannels.Default;
109 * set some token type / channel overrides before filling buffer.
128 // leave p pointing at first token on channel
141 * Walk past any token not on the channel the parser is listening to.
153 /** <summary>Given a starting index, return the index of the first on-channel toke
[all...]

Completed in 600 milliseconds

1234567891011>>