HomeSort by relevance Sort by last modified time
    Searched refs:sc (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/chromium/third_party/icu/source/tools/genpname/
SyntheticPropertyValueAliases.txt 25 # Script (sc)
27 sc ; Batk ; Batk
28 sc ; Blis ; Blis
29 sc ; Brah ; Brah
30 sc ; Cirt ; Cirt
31 sc ; Cyrs ; Cyrs
32 sc ; Egyd ; Egyd
33 sc ; Egyh ; Egyh
34 sc ; Egyp ; Egyp
35 sc ; Geok ; Geok
    [all...]
  /external/icu4c/tools/genpname/
SyntheticPropertyValueAliases.txt 25 # Script (sc)
27 sc ; Batk ; Batk
28 sc ; Blis ; Blis
29 sc ; Brah ; Brah
30 sc ; Cirt ; Cirt
31 sc ; Cyrs ; Cyrs
32 sc ; Egyd ; Egyd
33 sc ; Egyh ; Egyh
34 sc ; Geok ; Geok
35 sc ; Hans ; Hans
    [all...]
  /external/libffi/testsuite/libffi.call/
return_sc.c 10 static signed char return_sc(signed char sc)
12 return sc;
20 signed char sc; local
23 values[0] = ≻
29 for (sc = (signed char) -127;
30 sc < (signed char) 127; sc++)
33 CHECK(rint == (ffi_arg) sc);
promotion.c 9 static int promotion(signed char sc, signed short ss,
12 int r = (int) sc + (int) ss + (int) uc + (int) us;
23 signed char sc; local
33 values[0] = &sc;
45 for (sc = (signed char) -127;
46 sc <= (signed char) 120; sc += 1)
54 CHECK((int)rint == (signed char) sc + (signed short) ss +
negint.c 27 signed char sc; local
34 values[2] = &sc;
42 sc = -1;
44 checking (si, ss, sc);
48 printf ("%d vs %d\n", (int)rint, checking (si, ss, sc));
  /bionic/libc/string/
strpbrk.c 40 int c, sc; local
43 for (scanp = s2; (sc = *scanp++) != 0;)
44 if (sc == c)
strcasestr.c 45 char c, sc; local
53 if ((sc = *s++) == 0)
55 } while ((char)tolower((unsigned char)sc) != c);
strcspn.c 43 char c, sc; local
53 if ((sc = *spanp++) == c)
55 } while (sc != 0);
strspn.c 40 char c, sc; local
47 for (spanp = s2; (sc = *spanp++) != 0;)
48 if (sc == c)
strstr.c 42 char c, sc; local
49 if ((sc = *s++) == 0)
51 } while (sc != c);
strtok.c 44 int c, sc; local
56 for (spanp = (char *)delim; (sc = *spanp++) != 0;) {
57 if (c == sc)
75 if ((sc = *spanp++) == c) {
83 } while (sc != 0);
strsep.c 51 int c, sc; local
60 if ((sc = *spanp++) == c) {
68 } while (sc != 0);
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionContextTest.java 45 SSLSessionContext sc = context local
47 sc.setSessionCacheSize(10);
48 assertEquals("10 wasn't returned", 10, sc.getSessionCacheSize());
49 sc.setSessionCacheSize(5);
50 assertEquals("5 wasn't returned", 5, sc.getSessionCacheSize());
53 sc.setSessionCacheSize(-1);
83 SSLSessionContext sc = context local
85 sc.setSessionTimeout(100);
86 assertEquals("100 wasn't returned", 100, sc.getSessionTimeout());
87 sc.setSessionTimeout(5000)
112 SSLSessionContext sc = context local
136 SSLSessionContext sc = context local
    [all...]
  /bionic/libc/wchar/
wcsstr.c 49 wchar_t c, sc; local
56 if ((sc = *s++) == L'\0')
58 } while (sc != c);
wcstok.c 46 wchar_t c, sc; local
56 for (spanp = delim; (sc = *spanp++) != L'\0';) {
57 if (c == sc)
75 if ((sc = *spanp++) == c) {
83 } while (sc != L'\0');
  /external/tcpdump/missing/
strsep.c 63 register int c, sc; local
72 if ((sc = *spanp++) == c) {
80 } while (sc != 0);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 28 SocketChannel sc = SocketChannel.open(ss.getLocalSocketAddress()); local
30 sc.read(readOnly);
35 sc.read(new ByteBuffer[] { readOnly });
40 sc.read(new ByteBuffer[] { readOnly }, 0, 1);
  /external/quake/quake/src/WinQuake/
snd_mem.cpp 40 sfxcache_t *sc; local
42 sc = (sfxcache_t*) Cache_Check (&sfx->cache);
43 if (!sc)
48 outcount = (int) (sc->length / stepscale);
49 sc->length = outcount;
50 if (sc->loopstart != -1)
51 sc->loopstart = (int) (sc->loopstart / stepscale);
53 sc->speed = shm->speed;
55 sc->width = 1
104 sfxcache_t *sc; local
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
uspoof.h 291 uspoof_close(USpoofChecker *sc);
297 * @param sc The source USpoofChecker
303 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
310 * @param sc The USpoofChecker
319 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
324 * @param sc The USpoofChecker
333 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
363 * @param sc The USpoofChecker
378 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
393 * @param sc The USpoofChecker
    [all...]
  /external/icu4c/i18n/unicode/
uspoof.h 304 uspoof_close(USpoofChecker *sc);
329 * @param sc The source USpoofChecker
335 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
342 * @param sc The USpoofChecker
351 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
356 * @param sc The USpoofChecker
365 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
395 * @param sc The USpoofChecker
410 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
425 * @param sc The USpoofChecker
    [all...]
  /external/quake/quake/src/QW/client/
snd_mem.c 40 sfxcache_t *sc; local
42 sc = Cache_Check (&sfx->cache);
43 if (!sc)
48 outcount = sc->length / stepscale;
49 sc->length = outcount;
50 if (sc->loopstart != -1)
51 sc->loopstart = sc->loopstart / stepscale;
53 sc->speed = shm->speed;
55 sc->width = 1
104 sfxcache_t *sc; local
    [all...]
  /external/icu4c/test/cintltst/
spooftest.c 50 * "sc" is the ready-to-go SpoofChecker for use in the tests.
54 USpoofChecker *sc; \
55 sc = uspoof_open(&status); \
62 uspoof_close(sc); \
82 const UChar scMixed[] = {(UChar)0x73, (UChar)0x0441, 0}; /* "sc", with Cyrillic 'c' */
85 const UChar scLatin[] = {(UChar)0x73, (UChar)0x63, 0}; /* "sc", plain ascii. */
112 USpoofChecker *sc; local
114 sc = uspoof_open(&status);
121 uspoof_close(sc);
184 serializedSize = uspoof_serialize(sc, NULL, 0, &status)
    [all...]
  /external/libffi/testsuite/libffi.special/
unwindtest_ffi_call.cc 25 signed char sc; local
32 values[2] = &sc;
40 sc = -1;
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractSelectableChannelTest.java 172 SocketChannel sc = SocketChannel.open(); local
173 sc.configureBlocking(false);
174 SelectionKey acceptKey = sc.register(acceptSelector1,
178 assertSame(sc, acceptKey.channel());
180 //test that sc.register invokes Selector.register()
181 acceptKey = sc.register(acceptSelector2, SelectionKey.OP_READ, null);
277 SocketChannel sc = SocketChannel.open(); local
278 sc.configureBlocking(false);
280 sc.register(null, SelectionKey.OP_READ, argObj);
300 sc = prov1.openSocketChannel()
319 SocketChannel sc = SocketChannel.open(); local
347 SocketChannel sc = SocketChannel.open(); local
    [all...]
  /bionic/libc/tools/
gensyscalls.py 413 for sc in self.syscalls:
414 sc_id = sc["id"]
415 sc_id2 = sc["id2"]
416 sc_name = sc["name"]
422 for sc in self.syscalls:
423 sc_id = sc["id"]
424 sc_id2 = sc["id2"]
425 sc_name = sc["name"]
433 for sc in self.syscalls:
434 sc_id = sc["id"
    [all...]

Completed in 377 milliseconds

1 2 3 4 5 6 7