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

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-85721.js 122 $ctext = '[^' + $esc + $NonASCII + $CRlist + '()]';
125 //# It is unrolled, with normal of $ctext, special of $quoted_pair.
128 $ctext + '*' + // # normal*
129 '(?:' + $quoted_pair + $ctext + '*)*' + // # (special normal*)*
134 //# It is unrolled, with normal of $ctext, special of ($quoted_pair|$Cnested)
137 $ctext + '*' + // # normal*
140 $ctext + '*' + // # normal*
  /external/chromium/net/third_party/nss/ssl/
ssl3gthr.c 189 SSL3Ciphertext cText;
203 cText.type = (SSL3ContentType)ss->gs.hdr[0];
204 cText.version = (ss->gs.hdr[1] << 8) | ss->gs.hdr[2];
205 cText.buf = &ss->gs.inbuf;
206 rv = ssl3_HandleRecord(ss, &cText, &ss->gs.buf);
ssl3con.c     [all...]
  /external/openssl/crypto/rsa/
rsa_test.c 216 unsigned char ctext[256]; local
248 num = RSA_public_encrypt(plen, ptext_ex, ctext, key,
257 num = RSA_private_decrypt(num, ctext, ptext, key,
269 num = RSA_public_encrypt(plen, ptext_ex, ctext, key,
283 num = RSA_private_decrypt(num, ctext, ptext, key,
290 else if (memcmp(ctext, ctext_ex, num) == 0)
311 unsigned char saved = ctext[n];
316 ctext[n] = b;
317 num = RSA_private_decrypt(num, ctext, ptext, key,
  /external/libpng/contrib/visupng/
VisualPng.rc 112 CTEXT "VisualPng 1.0 - June 2000",IDC_STATIC,49,14,88,8
  /external/quake/quake/src/WinQuake/
winquake.rc 69 CTEXT "Starting Quake...",IDC_STATIC,4,6,54,8
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 600 gchar* ctext = g_utf16_to_utf8(const_cast<gunichar2*>(text), length, 0, 0, 0);
601 int utflen = g_utf8_strlen(ctext, -1);
607 pango_get_log_attrs(ctext, -1, -1, language, attrs, utflen+1);
628 gchar* cstart = g_utf8_offset_to_pointer(ctext, start);
629 gint bytes = static_cast<gint>(g_utf8_offset_to_pointer(ctext, end) - cstart);
651 g_free(ctext);
  /external/v8/benchmarks/
crypto.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-crypto.js     [all...]

Completed in 245 milliseconds