Home
last modified time | relevance | path

Searched defs:Channel (Results 1 – 20 of 20) sorted by relevance

/third_party/rust/crates/signal-hook/src/low_level/
Dchannel.rs110 pub struct Channel<T> { struct
116 impl<T> Channel<T> { impl
157 impl<T> Default for Channel<T> { implementation
163 unsafe impl<T: Send> Send for Channel<T> {} implementation
167 unsafe impl<T: Send> Sync for Channel<T> {} implementation
/third_party/rust/crates/version_check/src/
Dchannel.rs13 pub struct Channel(Kind); struct
15 impl Channel { impl
56 pub fn parse(version: &str) -> Option<Channel> { in parse()
189 impl fmt::Display for Channel { implementation
/third_party/node/doc/api/
Ddiagnostics_channel.md100 #### `channel.hasSubscribers`
120 #### `channel.publish(message)`
137 #### `channel.subscribe(onMessage)`
157 #### `channel.unsubscribe(onMessage)`
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp114 struct Channel struct
116 deUint8 planeNdx;
117 deUint8 type; // tcu::TextureChannelClass value
118 deUint8 offsetBits; // Offset in element in bits
119 deUint8 sizeBits; // Value size in bits
120 deUint8 strideBytes; // Pixel stride (in bytes), usually plane elementSize
/third_party/node/lib/
Ddiagnostics_channel.js66 class Channel { class
126 Channel field
/third_party/mesa3d/src/intel/isl/
Dgen_format_layout.py126 class Channel(object): class
/third_party/typescript/tests/cases/compiler/
DcomplicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.ts13 type Channel = TextChannel | EmailChannel; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterInfo.cpp75 unsigned AMDGPURegisterInfo::getSubRegFromChannel(unsigned Channel, unsigned NumRegs) { in getSubRegFromChannel()
DR600InstrInfo.cpp1038 unsigned Channel = MI.getOperand(ChanOpIdx).getImm(); in expandPostRAPseudo() local
1052 unsigned Channel = MI.getOperand(ChanOpIdx).getImm(); in expandPostRAPseudo() local
DR600ISelLowering.cpp1112 unsigned &Channel, in getStackAddress()
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py44 class Channel: class
/third_party/mesa3d/src/util/format/
Du_format_parse.py53 class Channel: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h504 Create(rpc::RawByteChannel &Channel, ExecutionSession &ES) { in Create()
586 OrcRemoteTargetClient(rpc::RawByteChannel &Channel, ExecutionSession &ES, in OrcRemoteTargetClient()
DOrcRemoteTargetServer.h56 OrcRemoteTargetServer(ChannelT &Channel, SymbolLookupFtor SymbolLookup, in OrcRemoteTargetServer()
/third_party/node/tools/doc/
Dtype-parser.mjs76 'Channel': 'diagnostics_channel.html#diagnostics_channel_class_channel', property
/third_party/ffmpeg/libavcodec/
Daptx.h92 } Channel; typedef
/third_party/flatbuffers/tests/
Dmonster_test.grpc.fb.h22 class Channel; variable
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp641 enum Channel enum
/third_party/vk-gl-cts/framework/common/
DtcuTexture.hpp163 enum Channel enum
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Ddtv.js570 const Channel = { variable