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

1 2 3 4 5 6 7

  /external/clang/test/CodeGenCXX/
debug-info-friend.cpp 10 SomeClass sc; variable
  /bionic/libc/string/
strcasestr.c 45 char c, sc; local
53 if ((sc = *s++) == 0)
55 } while ((char)tolower((unsigned char)sc) != c);
strpbrk.c 40 int c, sc; local
43 for (scanp = s2; (sc = *scanp++) != 0;)
44 if (sc == c)
strstr.c 42 char c, sc; local
49 if ((sc = *s++) == 0)
51 } while (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)
strsep.c 51 int c, sc; local
60 if ((sc = *spanp++) == c) {
68 } while (sc != 0);
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);
  /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/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);
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));
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 +
  /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/libffi/testsuite/libffi.special/
unwindtest_ffi_call.cc 25 signed char sc; local
32 values[2] = &sc;
40 sc = -1;
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
OutputController.java 28 ServoController sc = new ServoController(mHostActivity, servoIndex); local
29 sc.attachToView((ViewGroup) findViewById(viewId));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SecureCacheResponseTest.java 35 SecureCacheResponse sc = new MockCacheResponse(); local
37 assertNull(sc.getCipherSuite());
  /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...]
  /cts/tests/tests/renderscript/src/android/renderscript/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/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...]
  /external/quake/quake/src/QW/client/
snd_mixa.s 37 #define sc 8+16 define
53 movl sc(%esp),%esi
72 // sfx = (signed char *)sc->data + ch->pos;
  /external/quake/quake/src/WinQuake/
snd_mixa.s 37 #define sc 8+16 define
53 movl sc(%esp),%esi
72 // sfx = (signed char *)sc->data + ch->pos;
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyView.java 36 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); local
37 RenderScriptGL RS = createRenderScriptGL(sc);
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassView.java 36 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); local
37 RenderScriptGL RS = createRenderScriptGL(sc);

Completed in 1968 milliseconds

1 2 3 4 5 6 7