/third_party/rust/crates/signal-hook/src/low_level/ |
D | channel.rs | 110 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/ |
D | channel.rs | 13 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/ |
D | diagnostics_channel.md | 100 #### `channel.hasSubscribers` 120 #### `channel.publish(message)` 137 #### `channel.subscribe(onMessage)` 157 #### `channel.unsubscribe(onMessage)`
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 114 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/ |
D | diagnostics_channel.js | 66 class Channel { class 126 Channel field
|
/third_party/mesa3d/src/intel/isl/ |
D | gen_format_layout.py | 126 class Channel(object): class
|
/third_party/typescript/tests/cases/compiler/ |
D | complicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.ts | 13 type Channel = TextChannel | EmailChannel; alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURegisterInfo.cpp | 75 unsigned AMDGPURegisterInfo::getSubRegFromChannel(unsigned Channel, unsigned NumRegs) { in getSubRegFromChannel()
|
D | R600InstrInfo.cpp | 1038 unsigned Channel = MI.getOperand(ChanOpIdx).getImm(); in expandPostRAPseudo() local 1052 unsigned Channel = MI.getOperand(ChanOpIdx).getImm(); in expandPostRAPseudo() local
|
D | R600ISelLowering.cpp | 1112 unsigned &Channel, in getStackAddress()
|
/third_party/mesa3d/src/mesa/main/ |
D | format_parser.py | 44 class Channel: class
|
/third_party/mesa3d/src/util/format/ |
D | u_format_parse.py | 53 class Channel: class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 504 Create(rpc::RawByteChannel &Channel, ExecutionSession &ES) { in Create() 586 OrcRemoteTargetClient(rpc::RawByteChannel &Channel, ExecutionSession &ES, in OrcRemoteTargetClient()
|
D | OrcRemoteTargetServer.h | 56 OrcRemoteTargetServer(ChannelT &Channel, SymbolLookupFtor SymbolLookup, in OrcRemoteTargetServer()
|
/third_party/node/tools/doc/ |
D | type-parser.mjs | 76 'Channel': 'diagnostics_channel.html#diagnostics_channel_class_channel', property
|
/third_party/ffmpeg/libavcodec/ |
D | aptx.h | 92 } Channel; typedef
|
/third_party/flatbuffers/tests/ |
D | monster_test.grpc.fb.h | 22 class Channel; variable
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 641 enum Channel enum
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.hpp | 163 enum Channel enum
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | dtv.js | 570 const Channel = { variable
|