/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
D | BrotliDecoderChannelTest.java | 17 import java.nio.channels.Channels; 74 ReadableByteChannel src = Channels.newChannel(new ByteArrayInputStream(compressed)); in run() 78 crc = BundleHelper.fingerprintStream(Channels.newInputStream(decoder)); in run()
|
D | BrotliInputStream.java | 11 import java.nio.channels.Channels; 30 this.decoder = new Decoder(Channels.newChannel(source), bufferSize); in BrotliInputStream()
|
/third_party/boost/boost/gil/extension/io/pnm/detail/ |
D | write.hpp | 112 template< int Channels > 117 Channels == 1, in get_type() 123 template< int Channels > 128 Channels == 1, in get_type()
|
/third_party/libsnd/docs/ |
D | sndfile_info.md | 21 Channels : 2 30 Channels : 2
|
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | TestResponseStreamWriter.cs | 18 using System.Threading.Channels; 33 …_channel = System.Threading.Channels.Channel.CreateBounded<HealthCheckResponse>(new BoundedChannel… in TestResponseStreamWriter()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
D | BrotliOutputStream.java | 11 import java.nio.channels.Channels; 31 this.encoder = new Encoder(Channels.newChannel(destination), params, bufferSize); in BrotliOutputStream()
|
D | BrotliEncoderChannelTest.java | 15 import java.nio.channels.Channels; 87 WritableByteChannel encoder = new BrotliEncoderChannel(Channels.newChannel(dst)); in run()
|
/third_party/grpc/doc/ |
D | connectivity-semantics-and-api.md | 10 gRPC Channels provide the abstraction over which clients can communicate with 12 than a DNS name. Channels encapsulate a range of functionality including name 14 handshakes. Channels can also handle errors on established connections and 32 handshake timing out or a socket error). Channels in this state will eventually 53 Channels may enter this state either because the application explicitly requested 56 communicating) that are classified as non-recoverable.) Channels that enter this
|
/third_party/skia/modules/particles/include/ |
D | SkParticleData.h | 18 enum Channels { enum
|
/third_party/flutter/skia/modules/particles/include/ |
D | SkParticleData.h | 19 enum Channels { enum
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/xaudio2/ |
D | SDL_xaudio2.h | 255 STDMETHOD_(HRESULT, SetChannelVolumes)(THIS, UINT32 Channels, 258 STDMETHOD_(VOID, GetChannelVolumes)(THIS, UINT32 Channels, 336 STDMETHOD_(HRESULT, SetChannelVolumes)(THIS, UINT32 Channels, 339 STDMETHOD_(VOID, GetChannelVolumes)(THIS, UINT32 Channels,
|
/third_party/node/doc/api/ |
D | diagnostics_channel.md | 20 Channels may also be acquired at runtime but it is not encouraged 21 due to the additional overhead of doing so. Channels may be exported for 96 for heavy use while incurring very minimal cost. Channels are created with
|
/third_party/flutter/flutter/dev/integration_tests/channels/lib/ |
D | main.dart | 178 title: 'Channels Test', 181 title: const Text('Channels Test'),
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_color_spec.h | 90 uint32 Channels () const in Channels() function
|
/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/ |
D | kinect-audio.conf | 30 description = 4 Channels Input
|
D | native-instruments-traktor-audio2.conf | 50 description = Analog Stereo Output Channels A & B
|
D | native-instruments-audio8dj.conf | 67 description = Analog Stereo Duplex Channels A, B, C (Line/Mic), D (Headphones) 81 description = Analog Stereo Duplex Channels C (Line/Mic), D (Line/Mic)
|
D | native-instruments-traktor-audio6.conf | 66 description = Analog Stereo Duplex Channels A, B (Headphones)
|
D | native-instruments-audio4dj.conf | 48 description = Analog Stereo Duplex Channels A, B (Headphones)
|
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | common.h | 33 unsigned short Channels; member
|
/third_party/grpc/src/csharp/Grpc.HealthCheck/ |
D | Grpc.HealthCheck.csproj | 40 <PackageReference Include="System.Threading.Channels" Version="4.6.0" />
|
D | HealthServiceImpl.cs | 21 using System.Threading.Channels;
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | README.md | 31 Sub-Channels
|
/third_party/grpc/doc/python/sphinx/ |
D | grpc_asyncio.rst | 42 Channels are the abstraction of clients, where most of networking logic
|
/third_party/boost/libs/gil/doc/design/ |
D | channel.rst | 13 and setting the channel values. Channels have associated minimum and maximum 75 default constructor. Channels that also support default construction (and thus
|