HomeSort by relevance Sort by last modified time
    Searched full:csl (Results 1 - 14 of 14) 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...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h 2 * dspbridge/mpu_api/inc/csl.h
20 * ======== csl.h ========
80 * CSL initialized.
99 * CSL initialized.
115 * CSL initialized.
125 * Discontinue usage of the CSL module.
129 * CSL initialized.
138 * Initialize the CSL module's private state.
144 * A requirement for each of the other public CSL functions.
176 * CSL initialized
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
csl.h 19 * ======== csl.h ========
79 * CSL initialized.
98 * CSL initialized.
114 * CSL initialized.
124 * Discontinue usage of the CSL module.
128 * CSL initialized.
137 * Initialize the CSL module's private state.
143 * A requirement for each of the other public CSL functions.
175 * CSL initialized.
193 * CSL initialized
    [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 812 ColorStateList csl = loadColorStateList(value, id); local
2200 ColorStateList csl; local
    [all...]
TypedArray.java 319 ColorStateList csl = mResources.loadColorStateList( local
321 return csl.getDefaultColor();
  /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;
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;
ssl2.h 213 unsigned int csl; member in struct:ssl2_state_st::__anon12730
  /external/openssl/include/openssl/
ssl2.h 213 unsigned int csl; member in struct:ssl2_state_st::__anon12716
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor.c 65 *! 03-May-2000 rr: Uses SERVICES CSL fxns
DSPStrm.c 83 #include <csl.h>
  /external/valgrind/main/exp-bbv/
bbv_main.c 10 vince _at_ csl.cornell.edu
  /external/sonivox/jet_tools/JetCreator/
img_splash.py 334 CSl\xf2\xad\xce{\xc8>\xa1@\x08\x80e\xf4k\x02\xae\xb4%\x03?\xd9\xd9%%)u\xa2C\
    [all...]

Completed in 260 milliseconds