HomeSort by relevance Sort by last modified time
    Searched defs:channelType (Results 1 - 23 of 23) sorted by null

  /external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
CaliperClientSocketBenchmark.java 43 public ChannelType channelType;
85 public ChannelType channelType() {
86 return channelType;
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
JmhClientSocketBenchmark.java 69 public ChannelType channelType;
112 public ChannelType channelType() {
113 return channelType;
JmhServerSocketBenchmark.java 62 public ChannelType channelType;
111 public ChannelType channelType() {
112 return channelType;
  /cts/tests/tests/libcorefileio/src/android/cts/
LockHoldingService.java 28 import static android.cts.FileChannelInterProcessLockTest.ChannelType;
87 static final String CHANNEL_TYPE_KEY = "channelType";
126 ChannelType channelType = (ChannelType) intent.getSerializableExtra(CHANNEL_TYPE_KEY);
129 this.fileLock = FileChannelInterProcessLockTest.acquire(lockType, channelType);
147 ChannelType channelType = (ChannelType) intent.getSerializableExtra(CHANNEL_TYPE_KEY);
148 this.fileLock = FileChannelInterProcessLockTest.acquire(lockType, channelType);
    [all...]
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
ClientSocketBenchmark.java 42 ChannelType channelType();
62 ChannelType.CHANNEL, config.messageSize(), getProtocols(), ciphers(config));
76 config.channelType(), server.port(), getProtocols(), ciphers(config));
ServerSocketBenchmark.java 46 ChannelType channelType();
62 final ChannelType channelType = config.channelType();
65 channelType, config.messageSize(), getProtocols(), ciphers(config));
89 ChannelType.CHANNEL, server.port(), getProtocols(), ciphers(config));
ServerEndpoint.java 64 private final ChannelType channelType;
79 ChannelType channelType, int messageSize, String[] protocols,
81 this.serverSocket = channelType.newServerSocket(serverSocketFactory);
83 this.channelType = channelType;
135 socket = channelType.accept(serverSocket, socketFactory);
  /external/aac/libAACdec/src/
aacdecoder.h 215 AUDIO_CHANNEL_TYPE channelType[(8)]; /*!< Audio channel type of each output
261 AUDIO_CHANNEL_TYPE channelTypePrev[(8)]; /*!< Array holding the channelType
  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/0.13.2/
grpc-netty-0.13.2.jar 
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp     [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 549 tcu::TextureFormat::ChannelType channelType;
553 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break;
554 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break;
555 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break;
556 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
563 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 535 tcu::TextureFormat::ChannelType channelType;
539 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break;
540 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break;
541 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break;
542 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
549 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType);
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.1/
grpc-netty-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.3/
grpc-netty-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 867 milliseconds