/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 157 void channelDepth(const ChannelType channel_,const size_t depth_); 158 size_t channelDepth(const ChannelType channel_); 557 void adaptiveSharpenChannel(const ChannelType channel_, 569 void addNoiseChannel(const ChannelType channel_, 634 void autoGammaChannel(const ChannelType channel_); 639 void autoLevelChannel(const ChannelType channel_); 652 void blackThresholdChannel(const ChannelType channel_, 663 void blurChannel(const ChannelType channel_,const double radius_=0.0, 674 void brightnessContrastChannel(const ChannelType channel_, 687 void channel(const ChannelType channel_); [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | channel_tracker.h | 52 ChannelHandle::ChannelType type; 57 StatusOr<ChannelHandle> NewChannel(ChannelHandle::ChannelType type); 70 ChannelHandle AllocateHandle(ChannelHandle::ChannelType type)
|
D | channel_tracker.cc | 35 ChannelHandle::ChannelType type) { in NewChannel() 66 ChannelHandle ChannelTracker::AllocateHandle(ChannelHandle::ChannelType type) { in AllocateHandle()
|
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/ |
D | EndpointFactory.java | 9 ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() 12 ServerEndpoint newServer(ChannelType channelType, int messageSize, in newServer()
|
D | ServerSocketBenchmark.java | 46 ChannelType channelType(); in channelType() 62 final ChannelType channelType = config.channelType(); in ServerSocketBenchmark() 89 ChannelType.CHANNEL, server.port(), getProtocols(), ciphers(config)); in ServerSocketBenchmark()
|
D | ClientSocketBenchmark.java | 41 ChannelType channelType(); in channelType() 62 ChannelType.CHANNEL, config.messageSize(), config.protocol().getProtocols(), in ClientSocketBenchmark()
|
D | ServerEndpoint.java | 64 private final ChannelType channelType; 79 ChannelType channelType, int messageSize, String[] protocols, in ServerEndpoint()
|
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/ |
D | EndpointFactory.java | 10 ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() 13 ServerEndpoint newServer(ChannelType channelType, int messageSize, in newServer()
|
D | ServerSocketBenchmark.java | 48 ChannelType channelType(); in channelType() 64 final ChannelType channelType = config.channelType(); in ServerSocketBenchmark() 91 ChannelType.CHANNEL, server.port(), getProtocols(), ciphers(config)); in ServerSocketBenchmark()
|
D | ClientSocketBenchmark.java | 43 ChannelType channelType(); in channelType() 64 ChannelType.CHANNEL, config.messageSize(), config.protocol().getProtocols(), in ClientSocketBenchmark()
|
D | ServerEndpoint.java | 67 private final ChannelType channelType; 82 ChannelType channelType, int messageSize, String[] protocols, in ServerEndpoint()
|
/external/ImageMagick/MagickCore/ |
D | image.h | 287 ChannelType 365 ChannelType 448 ChannelType 497 extern MagickExport ChannelType 498 SetImageChannelMask(Image *,const ChannelType);
|
D | pixel.h | 68 } ChannelType; /* must correspond to PixelChannel */ typedef 217 extern MagickExport ChannelType 218 SetPixelChannelMask(Image *,const ChannelType);
|
D | channel.c | 202 ChannelType in ChannelFxImage() 381 destination_image->channels=(ChannelType) in ChannelFxImage() 387 destination_image->channels=(ChannelType) in ChannelFxImage() 393 destination_image->channels=(ChannelType) in ChannelFxImage() 406 channel_mask=(ChannelType) (channel_mask | ParseChannelOption(token)); in ChannelFxImage() 439 channel_mask=(ChannelType) (channel_mask | in ChannelFxImage() 709 const ChannelType channel_type,ExceptionInfo *exception) in SeparateImage() 869 separate_image=SeparateImage(image,(ChannelType) (1UL << channel), in SeparateImages()
|
D | channel.h | 30 *SeparateImage(const Image *,const ChannelType,ExceptionInfo *),
|
/external/conscrypt/repackaged/benchmark-android/src/main/java/com/android/org/conscrypt/ |
D | CaliperClientSocketBenchmark.java | 48 public ChannelType channelType; 90 public ChannelType channelType() { in channelType()
|
D | AndroidEndpointFactory.java | 27 public ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() 34 public ServerEndpoint newServer(ChannelType channelType, int messageSize, in newServer()
|
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/ |
D | CaliperClientSocketBenchmark.java | 46 public ChannelType channelType; 88 public ChannelType channelType() { in channelType()
|
D | AndroidEndpointFactory.java | 25 public ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() 32 public ServerEndpoint newServer(ChannelType channelType, int messageSize, in newServer()
|
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/ |
D | JmhServerSocketBenchmark.java | 62 public ChannelType channelType; 111 public ChannelType channelType() { in channelType()
|
D | JmhClientSocketBenchmark.java | 77 public ChannelType channelType; 120 public ChannelType channelType() { in channelType()
|
D | OpenJdkEndpointFactory.java | 27 public ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols, in newClient() 34 public ServerEndpoint newServer(ChannelType channelType, int messageSize, in newServer()
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 466 void Magick::Image::channelDepth(const ChannelType channel_, in channelDepth() 477 size_t Magick::Image::channelDepth(const ChannelType channel_) in channelDepth() 1755 void Magick::Image::adaptiveSharpenChannel(const ChannelType channel_, in adaptiveSharpenChannel() 1794 void Magick::Image::addNoiseChannel(const ChannelType channel_, in addNoiseChannel() 2012 void Magick::Image::autoGammaChannel(const ChannelType channel_) in autoGammaChannel() 2031 void Magick::Image::autoLevelChannel(const ChannelType channel_) in autoLevelChannel() 2072 void Magick::Image::blackThresholdChannel(const ChannelType channel_, in blackThresholdChannel() 2105 void Magick::Image::blurChannel(const ChannelType channel_, in blurChannel() 2143 void Magick::Image::brightnessContrastChannel(const ChannelType channel_, in brightnessContrastChannel() 2176 void Magick::Image::channel(const ChannelType channel_) in channel() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicSpirvShaders.hpp | 52 …e imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFormat::ChannelType chtype, CheckTy…
|
/external/ImageMagick/MagickWand/ |
D | magick-image.h | 29 extern WandExport ChannelType 30 MagickSetImageChannelMask(MagickWand *,const ChannelType); 261 MagickSeparateImage(MagickWand *,const ChannelType), 334 MagickThresholdImageChannel(MagickWand *,const ChannelType,const double),
|