Home
last modified time | relevance | path

Searched defs:ssc (Results 1 – 25 of 73) sorted by relevance

123

/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DServerSocketChannelTest.java54 try (ServerSocketChannel ssc = ServerSocketChannel.open()) { in testNonBlockingAccept()
65 try (ServerSocketChannel ssc = ServerSocketChannel.open()) { in open_initialState()
82 ServerSocketChannel ssc = ServerSocketChannel.open(); in bind_unresolvedAddress() local
97 ServerSocketChannel ssc = ServerSocketChannel.open(); in bind_nullBindsToAll() local
169 ServerSocketChannel ssc = ServerSocketChannel.open(); in bind_loopback() local
213 ServerSocketChannel ssc = ServerSocketChannel.open(); in bind_socketAddress() local
H A DSelectorTest.java37 ServerSocketChannel ssc = ServerSocketChannel.open(); in testNonBlockingConnect_immediate() local
112 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_57456() local
153 ServerSocketChannel ssc = ServerSocketChannel.open(); in test28318596() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DServerSocketChannelTest.java115 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_bind_null() local
133 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_bind_failure() local
146 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_bind_closed() local
169 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_bind_explicitPort() local
181 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_bind_socketSync() local
204 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_bind_socketSyncAfterBind() local
229 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_getLocalSocketAddress_afterClose() local
H A DSocketChannelTest.java2810 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_writev() local
2836 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_writev2() local
2874 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_write$NonBlockingException() local
3128 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_socketChannel_read_ByteBufferII_remoteClosed() local
3144 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_socketChannel_write_ByteBufferII() local
3166 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_socketChannel_read_ByteBufferII_bufNULL() local
3188 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_socketChannel_write_close() local
3213 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_socketChannel_write_ByteBuffer_posNotZero() local
H A DSinkChannelTest.java465 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_socketChannel_read_close() local
490 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_socketChannel_read_write() local
H A DSelectorTest.java46 private ServerSocketChannel ssc; field in SelectorTest
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DServerSocketAdaptor.java45 private final ServerSocketChannelImpl ssc; field in ServerSocketAdaptor
50 public static ServerSocket create(ServerSocketChannelImpl ssc) { in create()
59 private ServerSocketAdaptor(ServerSocketChannelImpl ssc) in ServerSocketAdaptor()
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
DAcceptor.java54 private ServerSocketChannel ssc; field in Acceptor
59 Acceptor(ServerSocketChannel ssc, Dispatcher d, SSLContext sslContext) { in Acceptor()
DAcceptHandler.java59 AcceptHandler(ServerSocketChannel ssc, Dispatcher dsp, in AcceptHandler()
DServer.java58 ServerSocketChannel ssc; field in Server
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
DAcceptor.java54 private ServerSocketChannel ssc; field in Acceptor
59 Acceptor(ServerSocketChannel ssc, Dispatcher d, SSLContext sslContext) { in Acceptor()
DAcceptHandler.java59 AcceptHandler(ServerSocketChannel ssc, Dispatcher dsp, in AcceptHandler()
DServer.java58 ServerSocketChannel ssc; field in Server
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
H A DAbstractSelectorTest.java116 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_register_LSelectorI() local
132 ServerSocketChannel ssc = ServerSocketChannel.open(); in test_register_LSelectorI_error() local
/aosp_15_r20/external/coreboot/src/drivers/intel/gma/
H A Dgma.h28 #define GMA_STATIC_DISPLAYS(ssc) { \ argument
34 #define GMA_DEFAULT_PANEL(ssc) { \ argument
/aosp_15_r20/libnativehelper/tests/
H A Dscoped_string_chars_test.cpp22 ScopedStringChars ssc(s); in TestCompilationScopedStringChars() local
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/
H A DResponseCompletionTest.java144 SelfSignedCertificate ssc = new SelfSignedCertificate(); in init() local
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/fault/
H A DServerCloseConnectionTest.java170 SelfSignedCertificate ssc = new SelfSignedCertificate(); in init() local
H A DH2ServerErrorTest.java124 SelfSignedCertificate ssc = new SelfSignedCertificate(); in init() local
H A DPingTimeoutTest.java194 SelfSignedCertificate ssc = new SelfSignedCertificate(); in init() local
H A DServerNotRespondingTest.java187 SelfSignedCertificate ssc = new SelfSignedCertificate(); in init() local
/aosp_15_r20/external/aws-sdk-java-v2/test/http-client-tests/src/main/java/software/amazon/awssdk/http/
H A DSdkAsyncHttpClientH1TestSuite.java184 SelfSignedCertificate ssc = new SelfSignedCertificate(); in init() local
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_mps_memory.h27 UWORD8 ssc[MAX_SSC_BYTES]; member
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDisplayInfoControllerTest.java82 SignalStrengthController ssc = new SignalStrengthController(mPhone); in onLooperPrepared() local
/aosp_15_r20/libnativehelper/tests_mts/jni/
H A Djni_helper_jni.cpp87 ScopedStringChars ssc(env, value); in createString() local

123