HomeSort by relevance Sort by last modified time
    Searched defs:asc (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /libcore/luni/src/test/java/libcore/java/nio/channels/
AsynchronousSocketChannelTest.java 57 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
59 assertEquals(asc.provider(), AsynchronousChannelProvider.provider());
60 assertTrue(asc.isOpen());
61 assertNull(asc.getRemoteAddress());
62 assertNull(asc.getLocalAddress());
66 Future<Void> connectFuture = asc.connect(remoteAddress);
70 assertNotNull(asc.getLocalAddress());
71 assertEquals(asc.getLocalAddress(), s.getRemoteSocketAddress());
72 assertNotNull(asc.getRemoteAddress());
73 assertEquals(asc.getRemoteAddress(), s.getLocalSocketAddress())
83 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
103 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
119 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
134 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
150 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
161 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
174 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
272 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
321 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
380 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
444 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
466 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
532 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
566 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
636 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
701 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
735 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
781 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
857 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(); local
892 AsynchronousSocketChannel asc = AsynchronousSocketChannel.open(group); local
    [all...]
AsynchronousServerSocketChannelTest.java 116 AsynchronousSocketChannel asc = acceptFuture.get(1000, TimeUnit.MILLISECONDS); local
119 assertNotNull(asc.getLocalAddress());
120 assertEquals(asc.getLocalAddress(), s.getRemoteSocketAddress());
121 assertNotNull(asc.getRemoteAddress());
122 assertEquals(asc.getRemoteAddress(), s.getLocalSocketAddress());
124 asc.close();
140 AsynchronousSocketChannel asc = acceptCompletionHandler.get(1000); local
142 assertNotNull(asc);
144 assertNotNull(asc.getLocalAddress());
145 assertEquals(asc.getLocalAddress(), s.getRemoteSocketAddress())
168 AsynchronousSocketChannel asc = acceptCompletionHandler.get(1000); local
    [all...]
  /art/runtime/base/
hex_dump.cc 61 char* asc = out + (kBitsPerIntPtrT / 4) + /* offset */ 1 + /* colon */ local
78 asc += gap;
87 *asc++ = *addr;
89 *asc++ = '.';
98 *asc++ = ' ';
  /external/clang/test/CodeGen/
builtins-ppc-vsx.c 26 signed char asc[16] = { -8, 9, -10, 11, -12, 13, -14, 15, variable
415 res_vsc = vec_vsx_ld(0, asc);
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 132 CSAudioSpecificConfig asc[(1*2)]; /* Audio specific config from the last config found. */ member in struct:TRANSPORTDEC
243 err = CLatmDemux_ReadStreamMuxConfig(hBs, pLatmDemux, &hTp->callbacks, hTp->asc, &fConfigFound);
251 err = AudioSpecificConfig_Parse(&hTp->asc[layer], hBs, 1, &hTp->callbacks);
255 errC = hTp->callbacks.cbUpdateConfig(hTp->callbacks.cbUpdateConfigData, &hTp->asc[layer]);
263 err = DrmRawSdcAudioConfig_Parse(&hTp->asc[layer], hBs);
267 errC = hTp->callbacks.cbUpdateConfig(hTp->callbacks.cbUpdateConfigData, &hTp->asc[layer]);
480 INT samplesPerFrame = hTp->asc->m_samplesPerFrame;
481 INT samplingFrequency = (INT)hTp->asc->m_samplingFrequency;
557 err = adtsRead_DecodeHeader( &hTp->parser.adts, &hTp->asc[0], hBs, ignoreBufferFullness );
563 errC = hTp->callbacks.cbUpdateConfig(hTp->callbacks.cbUpdateConfigData, &hTp->asc[0])
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
sg_err.c 1322 unsigned char asc; local
    [all...]
  /external/syslinux/com32/cmenu/libmenu/
menu.c 350 int asc = 0; local
388 asc = getch();
389 switch (asc) {
475 if (((asc >= 'A') && (asc <= 'Z')) ||
476 ((asc >= 'a') && (asc <= 'z')) ||
477 ((asc >= '0') && (asc <= '9'))) {
478 tmp = find_shortcut(menu, asc, curr)
    [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 167 int asc = fm.ascent; local
175 start[TOP] = desc - asc;
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 2162 const char *asc = "11:22:33:44:55:66"; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
cdrom.h 455 __u8 asc; member in struct:request_sense
  /development/ndk/platforms/android-21/include/linux/
cdrom.h 581 __u8 asc; member in struct:request_sense
  /development/ndk/platforms/android-9/include/linux/
cdrom.h 541 __u8 asc; member in struct:request_sense
  /external/kernel-headers/original/uapi/linux/
cdrom.h 720 __u8 asc; member in struct:request_sense
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdrom.h 720 __u8 asc; member in struct:request_sense
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdrom.h 720 __u8 asc; member in struct:request_sense
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
cdrom.h 541 __u8 asc; member in struct:request_sense
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
cdrom.h 541 __u8 asc; member in struct:request_sense
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
cdrom.h 541 __u8 asc; member in struct:request_sense
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
cdrom.h 541 __u8 asc; member in struct:request_sense
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
cdrom.h 541 __u8 asc; member in struct:request_sense
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
cdrom.h 541 __u8 asc; member in struct:request_sense
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
cdrom.h 541 __u8 asc; member in struct:request_sense
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
cdrom.h 541 __u8 asc; member in struct:request_sense
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
cdrom.h 541 __u8 asc; member in struct:request_sense
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
cdrom.h 541 __u8 asc; member in struct:request_sense

Completed in 981 milliseconds

1 2 3 4 5