HomeSort by relevance Sort by last modified time
    Searched refs:csl (Results 1 - 11 of 11) sorted by null

  /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 104 ColorStateList csl = ref != null ? ref.get() : null; local
105 if (csl != null) {
106 return csl;
109 csl = new ColorStateList(EMPTY, new int[] { color });
110 sCache.put(color, new WeakReference<ColorStateList>(csl));
111 return csl;
Resources.java 932 ColorStateList csl = loadColorStateList(value, id); local
2545 ColorStateList csl; local
    [all...]
TypedArray.java 395 ColorStateList csl = mResources.loadColorStateList( local
397 return csl.getDefaultColor();
    [all...]
  /external/openssl/ssl/
s23_srvr.c 258 unsigned int csl,sil,cl; local
484 n2s(p,csl);
488 if ((csl+sil+cl+11) != s->packet_length) /* We can't have TLS extensions in SSL 2.0 format
510 memcpy(&(d[SSL3_RANDOM_SIZE-i]),&(p[csl+sil]),i);
520 for (i=0; i<csl; i+=3)
535 p = p+csl+sil+cl;
ssl2.h 213 unsigned int csl; member in struct:ssl2_state_st::__anon12104
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/boringssl/src/include/openssl/
ssl2.h 213 unsigned int csl; member in struct:ssl2_state_st::__anon16297
  /external/openssl/include/openssl/
ssl2.h 213 unsigned int csl; member in struct:ssl2_state_st::__anon12090
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 83 #include <csl.h>

Completed in 203 milliseconds