/cts/tests/tests/text/src/android/text/style/cts/ |
TextAppearanceSpanTest.java | 34 ColorStateList csl = new ColorStateList(states, colors); local 36 TextAppearanceSpan textAppearanceSpan = new TextAppearanceSpan("sans", 1, 6, csl, csl); 71 ColorStateList csl = new ColorStateList(states, colors); local 73 textAppearanceSpan = new TextAppearanceSpan("sans", 1, 6, csl, csl); 80 ColorStateList csl = new ColorStateList(states, colors); local 82 TextAppearanceSpan textAppearanceSpan = new TextAppearanceSpan("sans", 1, 6, csl, csl); 102 ColorStateList csl = new ColorStateList(states, colors) local 120 ColorStateList csl = new ColorStateList(states, colors); local 135 ColorStateList csl = new ColorStateList(states, colors); local 144 ColorStateList csl = new ColorStateList(states, colors); local 156 ColorStateList csl = new ColorStateList(states, colors); local [all...] |
/frameworks/base/core/java/android/content/res/ |
ColorStateList.java | 100 ColorStateList csl = ref != null ? ref.get() : null; local 102 if (csl != null) { 103 return csl; 106 csl = new ColorStateList(EMPTY, new int[] { color }); 107 sCache.put(color, new WeakReference<ColorStateList>(csl)); 108 return csl;
|
Resources.java | 817 ColorStateList csl = loadColorStateList(value, id); local 2205 ColorStateList csl; local [all...] |
TypedArray.java | 320 ColorStateList csl = mResources.loadColorStateList( local 322 return csl.getDefaultColor();
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s23_srvr.c | 256 unsigned int csl,sil,cl; local 463 n2s(p,csl); 467 if ((csl+sil+cl+11) != s->packet_length) /* We can't have TLS extensions in SSL 2.0 format 489 memcpy(&(d[SSL3_RANDOM_SIZE-i]),&(p[csl+sil]),i); 499 for (i=0; i<csl; i+=3) 514 p = p+csl+sil+cl;
|
ssl2.h | 213 unsigned int csl; member in struct:ssl2_state_st::__anon13777
|
s2_clnt.c | 375 n2s(p,i); s->s2->tmp.csl=i; 381 len = 11 + (unsigned long)s->s2->tmp.cert_length + (unsigned long)s->s2->tmp.csl + (unsigned long)s->s2->tmp.conn_id_length; 412 if (s->s2->tmp.csl != 0) 449 if (s->s2->tmp.csl == 0) 461 sk=ssl_bytes_to_cipher_list(s,p,s->s2->tmp.csl, 463 p+=s->s2->tmp.csl;
|
/external/openssl/ssl/ |
s23_srvr.c | 256 unsigned int csl,sil,cl; local 463 n2s(p,csl); 467 if ((csl+sil+cl+11) != s->packet_length) /* We can't have TLS extensions in SSL 2.0 format 489 memcpy(&(d[SSL3_RANDOM_SIZE-i]),&(p[csl+sil]),i); 499 for (i=0; i<csl; i+=3) 514 p = p+csl+sil+cl;
|
ssl2.h | 213 unsigned int csl; member in struct:ssl2_state_st::__anon24349
|
s2_clnt.c | 375 n2s(p,i); s->s2->tmp.csl=i; 381 len = 11 + (unsigned long)s->s2->tmp.cert_length + (unsigned long)s->s2->tmp.csl + (unsigned long)s->s2->tmp.conn_id_length; 412 if (s->s2->tmp.csl != 0) 449 if (s->s2->tmp.csl == 0) 461 sk=ssl_bytes_to_cipher_list(s,p,s->s2->tmp.csl, 463 p+=s->s2->tmp.csl;
|
/external/chromium_org/chrome/tools/ |
webforms_aggregator.py | 403 are from csl, gcl, sl, and gl. The rules define how many URLs are taken from 407 3/10 from csl results in 9 URLs 414 does not contain any secure links, then csl and sl lists will be of 0 length 435 # links will be taken by the following priority: csl, cgl, sl, gl.
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ssl2.h | 213 unsigned int csl; member in struct:ssl2_state_st::__anon13763
|
/external/openssl/include/openssl/ |
ssl2.h | 213 unsigned int csl; member in struct:ssl2_state_st::__anon24335
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPStrm.c | 83 #include <csl.h>
|