HomeSort by relevance Sort by last modified time
    Searched full:plain_text (Results 1 - 23 of 23) sorted by null

  /development/samples/ApiDemos/res/layout/
resources.xml 38 android:id="@+id/plain_text"
clipboard.xml 61 android:id="@+id/plain_text"
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlTextEscapingMode.java 75 * where there is no end tag. PLAIN_TEXT runs until the end of the file.
77 PLAIN_TEXT,
104 .put("plaintext", PLAIN_TEXT)
HtmlStreamRenderer.java 165 case PLAIN_TEXT:
HtmlLexer.java 520 && textEscapingMode != HtmlTextEscapingMode.PLAIN_TEXT
TagBalancingHtmlStreamEventReceiver.java     [all...]
  /system/bt/stack/include/
smp_api.h 452 ** plain_text - Pointer to data to be encrypted
453 ** plain_text[0] conatins the MSB
460 UINT8 *plain_text, UINT8 pt_len,
hcimsgs.h 739 extern BOOLEAN btsnd_hcic_ble_encrypt (UINT8* key, UINT8 key_len, UINT8* plain_text, UINT8 pt_len, void *p_cmd_cplt_cback);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ResourcesSample.java 65 tv = (TextView)findViewById(R.id.plain_text);
ClipboardSample.java 72 tv = (TextView)findViewById(R.id.plain_text);
  /system/bt/stack/smp/
smp_api.c 499 ** plain_text - Pointer to data to be encrypted
500 ** plain_text[0] conatins the MSB
507 UINT8 *plain_text, UINT8 pt_len,
512 status = smp_encrypt_data(key, key_len, plain_text, pt_len, p_out);
smp_int.h 485 UINT8 *plain_text, UINT8 pt_len,
smp_keys.c 132 ** Plain_text is encrypted using key, the result is at p_out.
138 UINT8 *plain_text, UINT8 pt_len,
166 ARRAY_TO_STREAM (p, plain_text, pt_len); /* byte 0 to byte 15 */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Type_Names_Suite.py 30 plain_text = string variable
32 plain_text = string variable
__init__.py 124 getbaseclasses(plain_text)
319 'TEXT' : plain_text,
  /external/owasp/sanitizer/distrib/javadoc/org/owasp/html/
HtmlTextEscapingMode.html 161 <TD><CODE><B><A HREF="../../../org/owasp/html/HtmlTextEscapingMode.html#PLAIN_TEXT">PLAIN_TEXT</A></B></CODE>
326 <A NAME="PLAIN_TEXT"><!-- --></A><H3>
327 PLAIN_TEXT</H3>
329 public static final <A HREF="../../../org/owasp/html/HtmlTextEscapingMode.html" title="enum in org.owasp.html">HtmlTextEscapingMode</A> <A HREF="../../../src-html/org/owasp/html/HtmlTextEscapingMode.html#line.77"><B>PLAIN_TEXT</B></A></PRE>
332 where there is no end tag. PLAIN_TEXT runs until the end of the file.
  /system/bt/stack/hcic/
hciblecmds.c 498 UINT8 *plain_text, UINT8 pt_len,
527 ARRAY_TO_STREAM (pp, plain_text, pt_len);
  /external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/
HtmlTextEscapingMode.html 78 <FONT color="green">075</FONT> * where there is no end tag. PLAIN_TEXT runs until the end of the file.<a name="line.75"></a>
80 <FONT color="green">077</FONT> PLAIN_TEXT,<a name="line.77"></a>
107 <FONT color="green">104</FONT> .put("plaintext", PLAIN_TEXT)<a name="line.104"></a>
HtmlStreamRenderer.html 168 <FONT color="green">165</FONT> case PLAIN_TEXT:<a name="line.165"></a>
    [all...]
TagBalancingHtmlStreamEventReceiver.html     [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 430 plain_text = map(zd, cypher_text)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 430 plain_text = map(zd, cypher_text)
    [all...]

Completed in 285 milliseconds