HomeSort by relevance Sort by last modified time
    Searched refs:Channel (Results 101 - 125 of 144) sorted by null

1 2 3 45 6

  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 610 header.channels().insert( "R", Channel( type ));
611 header.channels().insert( "G", Channel( type ));
612 header.channels().insert( "B", Channel( type ));
617 header.channels().insert( "Y", Channel( type ));
  /packages/apps/Settings/src/com/android/settings/wifi/
WpsDialog.java 59 private WifiManager.Channel mChannel;
WifiSettingsForSetupWizardXL.java 77 private WifiManager.Channel mChannel;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m 360 state.channel = ANTLRTokenChannelDefault;
423 name = [[ANTLRCommonToken newANTLRCommonToken:input Type:ANTLRTokenTypeInvalid Channel:ANTLRTokenChannelDefault Start:nameStart31 Stop:[self getIndex]-1] retain];
453 state.channel = _channel;
512 state.channel = _channel;
542 name = [[ANTLRCommonToken newANTLRCommonToken:input Type:ANTLRTokenTypeInvalid Channel:ANTLRTokenChannelDefault Start:nameStart81 Stop:[self getIndex]-1] retain];
723 state.channel = _channel;
753 name = [[ANTLRCommonToken newANTLRCommonToken:input Type:ANTLRTokenTypeInvalid Channel:ANTLRTokenChannelDefault Start:nameStart158 Stop:[self getIndex]-1] retain];
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 66 ATTRIBUTE Ascend-Base-Channel-Count 172 integer
130 ATTRIBUTE Ascend-Inc-Channel-Count 236 integer
131 ATTRIBUTE Ascend-Dec-Channel-Count 237 integer
  /external/chromium/chrome/browser/service/
service_process_control.cc 37 // If the channel has already been established then we run the task
46 // Run the IPC channel on the shared IO thread.
49 // TODO(hclam): Handle error connecting to channel.
52 new IPC::SyncChannel(channel_id, IPC::Channel::MODE_NAMED_CLIENT, this,
204 // We just established a channel with the service process. Notify it if an
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc 148 channel_(new Channel(shutdown_event)),
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc 52 channel_ = new Channel(done);
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 837 typedef EventChannel<DirectoryEventTraits, base::Lock> Channel;
882 // Get the channel for post save notification, used by the syncer.
883 inline Channel* channel() const { function in class:syncable::Directory
884 return kernel_->channel;
1016 Channel* const channel; member in struct:syncable::Directory::Kernel
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 249 State.Channel := TToken.DEFAULT_CHANNEL;
840 TokenType, Channel: Integer;
858 Channel := DEFAULT_TOKEN_CHANNEL;
865 State.Channel := Channel;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 364 buf.Append(t.Channel);
Profiler.cs 469 // if (t.Channel != TokenChannels.Default)
645 if (t.Channel != TokenChannels.Default) {
RemoteDebugEventSocketListener.cs 52 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,
81 this.channel = channel;
124 public int 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/
DebugEventSocketProxy.cs 413 buf.Append( t.Channel );
Profiler.cs 516 // if (t.Channel != TokenChannels.Default)
703 if (t.Channel != TokenChannels.Default)
RemoteDebugEventSocketListener.cs 55 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,
87 this.channel = channel;
142 public int Channel
146 return channel;
150 channel = value;
204 if ( channel != TokenChannels.Default )
206 channelStr = ",channel=" + channel
    [all...]
  /external/chromium/chrome/browser/automation/
automation_resource_message_filter.cc 36 // automation channel. This cookie store is transient i.e. it maintains cookies
123 void AutomationResourceMessageFilter::OnFilterAdded(IPC::Channel* channel) {
125 channel_ = channel;
automation_provider.cc 166 use_named_interface ? IPC::Channel::MODE_NAMED_SERVER
167 : IPC::Channel::MODE_CLIENT,
299 LOG(INFO) << "Testing channel connected, sending hello message";
381 // and disconnect the channel to notify the caller about the error
388 << "(like ChromeFrame). Closing the automation channel.";
394 << "Closing the automation channel.";
435 VLOG(1) << "Error reinitializing AutomationProvider channel.";
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.cc 311 IPC::Channel::Listener* listener =
  /external/openssh/
session.c 182 Channel *nc;
238 /* Allocate a channel for the authentication agent socket. */
275 /* setup the channel layer */
    [all...]
ssh.c 1054 Channel *c;
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3Client.java 18 import ch.ethz.ssh2.channel.Channel;
111 throw new IOException("There is a problem with the streams of the underlying channel.");
882 * Queries the channel state
886 return sess.getState() == Channel.STATE_OPEN;
893 * underlying channel is closed (this can happen, e.g., if the other server
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java 97 public WifiManager.Channel mChannel;
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 77 private WifiManager.Channel mChannel;
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 74 private WifiP2pManager.Channel mChannel;

Completed in 899 milliseconds

1 2 3 45 6