HomeSort by relevance Sort by last modified time
    Searched refs:Channel (Results 226 - 250 of 347) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.h 423 unsigned Channel) const override;
  /external/webrtc/webrtc/modules/audio_coding/test/
TestRedFec.cc 84 // Create and connect the channel
85 _channelA2B = new Channel;
  /packages/apps/TV/src/com/android/tv/data/
Program.java 354 mProgram.mChannelId = Channel.INVALID_ID;
  /external/ImageMagick/PerlMagick/demo/
demo.pl 94 print "Channel...\n";
96 $example->Label('Channel');
97 $example->Channel(channel=>'red');
  /external/ImageMagick/www/source/
examples.pl 94 print "Channel...\n";
96 $example->Label('Channel');
97 $example->Channel(channel=>'red');
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayController.java 41 import android.net.wifi.p2p.WifiP2pManager.Channel;
99 private final Channel mWifiP2pChannel;
    [all...]
  /packages/apps/Settings/src/com/android/settings/wfd/
WifiDisplaySettings.java 35 import android.net.wifi.p2p.WifiP2pManager.Channel;
105 private Channel mWifiP2pChannel;
418 // Drop down list for choosing listen channel
423 int channel = Integer.parseInt((String) value);
424 if (channel != mListenChannel) {
425 mListenChannel = channel;
442 // Drop down list for choosing operating channel
447 int channel = Integer.parseInt((String) value);
448 if (channel != mOperatingChannel) {
449 mOperatingChannel = channel;
    [all...]
  /external/webrtc/talk/session/media/
channel_unittest.cc 36 #include "talk/session/media/channel.h"
85 typedef ChannelT Channel;
203 typename T::Channel* CreateChannel(
209 typename T::Channel* channel = new typename T::Channel( local
211 if (!channel->Init()) {
212 delete channel;
213 channel = NULL;
215 return channel;
1867 cricket::VideoChannel* channel = new cricket::VideoChannel( local
2589 cricket::DataChannel* channel = new cricket::DataChannel( local
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
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/
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/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiP2pManagerFacade.java 280 private WifiP2pManager.Channel mChannel;
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 71 private WifiP2pManager.Channel mChannel;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 395 state.channel = ANTLRTokenChannelDefault;
1001 state.channel = _channel;
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 257 property Channel: Integer read GetChannel write SetChannel;
617 /// <summary>The channel number for the current token</summary>
618 property Channel: Integer read GetChannel write SetChannel;
678 property Channel: Integer read GetChannel write SetChannel;
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /frameworks/base/docs/html/
gms_navtree_data.js     [all...]
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0/
repository-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha5/
repository-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha7/
repository-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha9/
repository-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-beta2/
repository-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-beta5/
repository-25.0.0-beta5.jar 

Completed in 750 milliseconds

1 2 3 4 5 6 7 8 91011>>