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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
SurfaceConfigTest.java 26 SurfaceConfig sc = new SurfaceConfig(); local
30 SurfaceConfig sc = new SurfaceConfig(); local
32 sc.setColor(-1, 8);
36 sc = new SurfaceConfig();
38 sc.setColor(9, 8);
42 sc = new SurfaceConfig();
44 sc.setColor(5, -1);
48 sc = new SurfaceConfig();
49 sc.setColor(5, 8);
50 sc = new SurfaceConfig()
55 SurfaceConfig sc = new SurfaceConfig(); local
80 SurfaceConfig sc = new SurfaceConfig(); local
107 SurfaceConfig sc = new SurfaceConfig(); local
146 SurfaceConfig sc = new SurfaceConfig(); local
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-friend.cpp 10 SomeClass sc; variable
  /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)
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 25 SSLSessionContext sc = context local
27 sc.setSessionCacheSize(10);
28 assertEquals("10 wasn't returned", 10, sc.getSessionCacheSize());
29 sc.setSessionCacheSize(5);
30 assertEquals("5 wasn't returned", 5, sc.getSessionCacheSize());
33 sc.setSessionCacheSize(-1);
49 SSLSessionContext sc = context local
51 sc.setSessionTimeout(100);
52 assertEquals("100 wasn't returned", 100, sc.getSessionTimeout());
53 sc.setSessionTimeout(5000)
72 SSLSessionContext sc = context local
90 SSLSessionContext sc = context local
    [all...]
  /external/clang/test/CodeGen/
Atomics.c 5 signed char sc; variable
16 (void) __sync_fetch_and_add (&sc, 1); // CHECK: atomicrmw add i8
25 (void) __sync_fetch_and_sub (&sc, 1); // CHECK: atomicrmw sub i8
34 (void) __sync_fetch_and_or (&sc, 1); // CHECK: atomicrmw or i8
43 (void) __sync_fetch_and_xor (&sc, 1); // CHECK: atomicrmw xor i8
52 (void) __sync_fetch_and_and (&sc, 1); // CHECK: atomicrmw and i8
65 sc = __sync_fetch_and_add (&sc, 11); // CHECK: atomicrmw add
74 sc = __sync_fetch_and_sub (&sc, 11); // CHECK: atomicrmw su
    [all...]
complex-convert.c 11 void foo(signed char sc, unsigned char uc, signed long long sll,
117 csc1 = sc;
147 cuc1 = sc;
177 csll1 = sc;
207 cull1 = sc;
237 csc1 = sc + csc;
255 cuc1 = sc + cuc;
273 csll1 = sc + csll;
287 cull1 = sc + cull;
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/string/
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/openssh/openbsd-compat/
strsep.c 57 int c, sc; local
66 if ((sc = *spanp++) == c) {
74 } while (sc != 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);
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-context.in.h 13 static inline int context_user_set (context_t sc _UNUSED_PARAMETER_,
16 static inline int context_role_set (context_t sc _UNUSED_PARAMETER_,
19 static inline int context_range_set (context_t sc _UNUSED_PARAMETER_,
22 static inline int context_type_set (context_t sc _UNUSED_PARAMETER_,
  /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/icu4c/i18n/unicode/
uspoof.h 297 uspoof_close(USpoofChecker *sc);
322 * @param sc The source USpoofChecker
328 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
335 * @param sc The USpoofChecker
344 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
349 * @param sc The USpoofChecker
358 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
388 * @param sc The USpoofChecker
403 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
418 * @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...]
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 32 static void fillSurfaceRGBA8(const sp<SurfaceControl>& sc,
35 sp<Surface> s = sc->getSurface();
55 static void captureScreen(sp<ScreenCapture>* sc) {
65 *sc = new ScreenCapture(w, h, heap);
174 sp<ScreenCapture> sc; local
177 ScreenCapture::captureScreen(&sc);
178 sc->checkPixel( 0, 12, 63, 63, 195);
179 sc->checkPixel( 75, 75, 195, 63, 63);
180 sc->checkPixel(145, 145, 63, 63, 195);
189 ScreenCapture::captureScreen(&sc);
208 sp<ScreenCapture> sc; local
    [all...]
  /bionic/libc/upstream-netbsd/libc/string/
strcasestr.c 51 char c, sc; local
62 if ((sc = *s++) == 0)
64 } while ((char)tolower((unsigned char)sc) != c);

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011>>