/external/openssh/ |
D | channels.h | 67 typedef struct Channel Channel; typedef 96 struct Channel { struct 97 int type; /* channel type/state */ 98 int self; /* my own channel identifier */ 99 int remote_id; /* channel identifier for remote peer */ 100 u_int istate; /* input from channel (state of receive half) */ 101 u_int ostate; /* output to channel (state of transmit half) */ 102 int flags; /* close sent/rcvd */ 103 int rfd; /* read fd */ 104 int wfd; /* write fd */ [all …]
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 146 struct Channel { struct 147 explicit Channel() in Channel() function 169 bool external_transport; 170 bool send; 171 bool playout; 172 float volume_scale; 173 bool vad; 174 bool codec_fec; 175 int max_encoding_bandwidth; 176 bool opus_dtx; [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 90 struct Channel struct 92 deUint8 planeNdx; 93 deUint8 type; // tcu::TextureChannelClass value 94 deUint8 offsetBits; // Offset in element in bits 95 deUint8 sizeBits; // Value size in bits 96 deUint8 strideBytes; // Pixel stride (in bytes), usually plane elementSize
|
/external/skia/include/core/ |
D | SkICC.h | 72 struct Channel { struct 78 Channel fRed; argument
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | sync_buffer.h | 79 const AudioVector& Channel(size_t n) const { return *channels_[n]; } in Channel() function 80 AudioVector& Channel(size_t n) { return *channels_[n]; } in Channel() function
|
/external/webrtc/webrtc/voice_engine/ |
D | channel_proxy.h | 30 class Channel; variable
|
D | channel_manager.h | 29 class Channel; variable
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | IToken.cs | 59 int Channel { property
|
D | CommonTokenStream.cs | 65 public int Channel { property in Antlr.Runtime.CommonTokenStream
|
D | ClassicToken.cs | 114 public int Channel { property in Antlr.Runtime.ClassicToken
|
D | CommonToken.cs | 151 public int Channel { property in Antlr.Runtime.CommonToken
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | IToken.cs | 65 int Channel property
|
D | CommonTokenStream.cs | 70 public int Channel property in Antlr.Runtime.CommonTokenStream
|
D | ClassicToken.cs | 132 public int Channel property in Antlr.Runtime.ClassicToken
|
D | CommonToken.cs | 170 public int Channel property in Antlr.Runtime.CommonToken
|
/external/mesa3d/src/intel/isl/ |
D | gen_format_layout.py | 95 class Channel(object): class
|
/external/llvm/tools/lli/ChildTarget/ |
D | ChildTarget.cpp | 56 FDRPCChannel Channel(InFD, OutFD); in main() local
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimToken.cs | 100 public int Channel property
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | Channel.cc | 225 Channel::Channel(int16_t chID) in Channel() function in webrtc::Channel
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 41 OrcRemoteTargetServer(ChannelT &Channel, SymbolLookupFtor SymbolLookup, in OrcRemoteTargetServer() 435 ChannelT &Channel; variable
|
D | OrcRemoteTargetClient.h | 590 static Expected<OrcRemoteTargetClient> Create(ChannelT &Channel) { in Create() 690 OrcRemoteTargetClient(ChannelT &Channel, Error &Err) : Channel(Channel) { in OrcRemoteTargetClient() 809 ChannelT &Channel; variable
|
/external/flatbuffers/tests/ |
D | monster_test.grpc.fb.h | 20 class Channel; variable
|
/external/libmojo/mojo/edk/system/ |
D | channel.cc | 469 Channel::Channel(Delegate* delegate) in Channel() function in mojo::edk::Channel
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 124 public int Channel { property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 52 class Channel: class
|