HomeSort by relevance Sort by last modified time
    Searched defs:cs (Results 76 - 100 of 182) sorted by null

1 2 34 5 6 7 8

  /libcore/luni/src/main/java/java/nio/charset/
CharsetEncoder.java 93 private Charset cs; field in class:CharsetEncoder
121 protected CharsetEncoder(Charset cs, float averageBytesPerChar, float maxBytesPerChar) {
122 this(cs, averageBytesPerChar, maxBytesPerChar, new byte[] { (byte) '?' });
130 * @param cs
146 protected CharsetEncoder(Charset cs, float averageBytesPerChar,
154 this.cs = cs;
257 return cs;
617 decoder = cs.newDecoder();
  /libcore/luni/src/test/java/libcore/java/lang/
StringTest.java 40 public EvilCharsetDecoder(Charset cs) {
41 super(cs, 1.0f, 1.0f);
62 public EvilCharsetEncoder(Charset cs) {
63 super(cs, 1.0f, 1.0f);
94 Charset cs = Charset.forName("UTF-8"); local
96 assertEquals("hi", new String(bytes, cs));
100 Charset cs = EVIL_CHARSET; local
102 final String result = new String(bytes, cs);
118 Charset cs = Charset.forName("UTF-8"); local
121 assertEquals("[]", Arrays.toString("".getBytes(cs)));
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
ASCIICharsetEncoderTest.java 39 private static final Charset cs = Charset.forName("ascii"); field in class:ASCIICharsetEncoderTest
40 private static final CharsetEncoder encoder = cs.newEncoder();
251 CharsetEncoder newEncoder = cs.newEncoder();
290 CharsetEncoder newEncoder = cs.newEncoder();
353 CharsetEncoder newEncoder = cs.newEncoder();
414 CharsetEncoder newEncoder = cs.newEncoder();
493 CharsetEncoder newEncoder = cs.newEncoder();
566 CharsetEncoder newEncoder = cs.newEncoder();
CharsetDecoderTest.java 55 Charset cs = Charset.forName("UTF-8"); local
56 new MockCharsetDecoderForHarmony142(cs, 1.1f, 1);
67 protected MockCharsetDecoderForHarmony142(Charset cs,
69 super(cs, averageBytesPerChar, maxBytesPerChar);
160 public boolean contains(Charset cs) {
178 public MockMalfunctionDecoder(Charset cs) {
179 super(cs, 1, 10);
192 public MockMalfunctionEncoder(Charset cs) {
193 super(cs, 1, 3, new byte[] { (byte) '?' });
227 Charset cs = Charset.forName("UTF-8") local
    [all...]
CharsetEncoderTest.java 59 Charset cs = Charset.forName("UTF-8"); local
60 new MockCharsetEncoderForHarmony141(cs, 1.1f, 1);
67 Charset cs = Charset.forName("ISO8859-1"); local
68 new MockCharsetEncoderForHarmony141(cs, 1.1f, 1,
98 protected MockCharsetEncoderForHarmony141(Charset cs,
100 super(cs, averageBytesPerChar, maxBytesPerChar);
103 public MockCharsetEncoderForHarmony141(Charset cs,
106 super(cs, averageBytesPerChar, maxBytesPerChar, replacement);
140 MockMalfunctionCharset cs = new MockMalfunctionCharset("mock", null); local
142 cs.encode(CharBuffer.wrap("AB"))
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
PolicyTest.java 89 CodeSource cs = new CodeSource(null, (Certificate[]) null); local
100 tp.getPermissions(cs);
111 public PermissionCollection getPermissions(CodeSource cs) {
230 CodeSource cs = new CodeSource(url, local
248 ProtectionDomain pd = new ProtectionDomain(cs, perms);
ProtectionDomainTest.java 55 private CodeSource cs = null; field in class:ProtectionDomainTest
73 cs = new CodeSource(url, (java.security.cert.Certificate[]) null);
94 new ProtectionDomain(cs, null);
96 new ProtectionDomain(cs, perms);
126 new ProtectionDomain(cs, null, null, null);
131 new ProtectionDomain(cs, perms, classldr, principals);
160 assertSame(new ProtectionDomain(cs, null).getCodeSource(), cs);
249 ProtectionDomain pd = new ProtectionDomain(cs, null);
272 ProtectionDomain pd = new ProtectionDomain(cs, null, ClassLoade
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
SubjectDomainCombinerTest.java 126 CodeSource cs = new CodeSource(url, (java.security.cert.Certificate[])null); local
138 ProtectionDomain[] current_pd = createProtectionDomains(cs, current_pd_cl, currentDomainX500names, currentDomainPerms);
141 ProtectionDomain[] assigned_pd = createProtectionDomains(cs, assigned_pd_cl, assignedDomainX500names, assignedDomainPerms);
163 assertTrue("code source mismatch", pd.getCodeSource().equals(cs));
222 CodeSource cs = new CodeSource(url, (java.security.cert.Certificate[])null); local
234 ProtectionDomain[] current_pd = createProtectionDomains(cs, current_pd_cl, currentDomainX500names, currentDomainPerms);
259 assertTrue("code source mismatch", pd.getCodeSource().equals(cs));
304 CodeSource cs = new CodeSource(url, (java.security.cert.Certificate[])null); local
319 ProtectionDomain[] assigned_pd = createProtectionDomains(cs, assigned_pd_cl, assignedDomainX500names, assignedDomainPerms);
341 assertTrue("code source mismatch", pd.getCodeSource().equals(cs));
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 188 CertStore cs = CertStore.getInstance("Collection", local
191 if (!l.add(cs)) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
Sources.java 190 final IContentService cs = ContentResolver.getContentService(); local
193 final SyncAdapterType[] syncs = cs.getSyncAdapterTypes();
  /packages/apps/Music/src/com/android/music/
MediaPickerActivity.java 156 Cursor[] cs; local
215 cs = new Cursor[size];
216 cs = cList.toArray(cs);
217 mCursor = new SortCursor(cs, MediaStore.Audio.Media.TITLE);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
user32.h 47 unsigned short cs, __cs; member in struct:user_regs_struct32
user_32.h 49 unsigned short cs, __cs; member in struct:user_regs_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
user32.h 47 unsigned short cs, __cs; member in struct:user_regs_struct32
user_32.h 49 unsigned short cs, __cs; member in struct:user_regs_struct
  /bionic/libc/kernel/arch-x86/asm/
sigcontext.h 74 unsigned short cs, __csh; member in struct:sigcontext
118 unsigned short cs; member in struct:sigcontext
vm86.h 68 unsigned short cs, __csh; member in struct:vm86_regs
  /bionic/libc/regex/
engine.c 486 cset *cs; local
505 cs = &m->g->sets[OPND(s)];
506 if (sp == stop || !CHIN(cs, *sp++))
843 cset *cs; local
883 cs = &g->sets[OPND(s)];
884 if (!NONCHAR(ch) && CHIN(cs, ch))
  /development/ndk/platforms/android-5/arch-x86/include/asm/
sigcontext.h 74 unsigned short cs, __csh; member in struct:sigcontext
118 unsigned short cs; member in struct:sigcontext
vm86.h 68 unsigned short cs, __csh; member in struct:vm86_regs
  /external/bluetooth/glib/gthread/
gthread-win32.c 100 CRITICAL_SECTION *cs = g_new (CRITICAL_SECTION, 1); local
103 InitializeCriticalSection (cs);
104 *retval = cs;
112 CRITICAL_SECTION *cs = (CRITICAL_SECTION *) *ptr; local
114 DeleteCriticalSection (cs);
115 g_free (cs);
  /external/chromium/third_party/icu/source/test/cintltst/
utf8tst.c 874 UChar32 cu, cs, cl; local
    [all...]
  /external/e2fsprogs/e2fsck/
pass1b.c 652 struct clone_struct *cs = (struct clone_struct *) priv_data; local
656 ctx = cs->ctx;
668 cs->errcode = retval;
671 if (cs->dir && (blockcnt >= 0)) {
673 cs->dir, new_block, blockcnt);
675 cs->errcode = retval;
684 cs->buf);
686 cs->errcode = retval;
690 cs->buf);
692 cs->errcode = retval
714 struct clone_struct cs; local
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 874 UChar32 cu, cs, cl; local
    [all...]
  /external/kernel-headers/original/asm-x86/
ptrace.h 44 * protected mode with RPL-3 CS value. This tricky test checks that with
92 unsigned long cs; member in struct:pt_regs
101 #define user_mode(regs) (!!((regs)->cs & 3))

Completed in 1763 milliseconds

1 2 34 5 6 7 8