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

  /external/openssl/ssl/
s23_srvr.c 256 unsigned int csl,sil,cl; local
468 n2s(p,csl);
472 if ((csl+sil+cl+11) != s->packet_length) /* We can't have TLS extensions in SSL 2.0 format
494 memcpy(&(d[SSL3_RANDOM_SIZE-i]),&(p[csl+sil]),i);
504 for (i=0; i<csl; i+=3)
519 p = p+csl+sil+cl;
ssl2.h 213 unsigned int csl; member in struct:ssl2_state_st::__anon10151
  /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;
TypedArray.java 319 ColorStateList csl = mResources.loadColorStateList( local
321 return csl.getDefaultColor();
Resources.java 748 ColorStateList csl = loadColorStateList(mTmpValue, id); local
749 return csl.getDefaultColor();
2006 ColorStateList csl; local
    [all...]
  /external/openssl/include/openssl/
ssl2.h 213 unsigned int csl; member in struct:ssl2_state_st::__anon10138

Completed in 666 milliseconds