HomeSort by relevance Sort by last modified time
    Searched refs:pe (Results 51 - 75 of 214) sorted by null

1 23 4 5 6 7 8 9

  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp 364 UParseError pe; local
370 REPattern = RegexPattern::compile(patString, 0, pe, status);
427 UParseError pe; local
433 REPattern = RegexPattern::compile(&pattern, 0, pe, status);
517 UParseError pe; local
524 callerPattern = RegexPattern::compile(patString, 0, pe, status);
529 if (pe.line != errLine || pe.offset != errCol) {
531 line, errLine, errCol, pe.line, pe.offset)
754 UParseError pe; local
900 UParseError pe; local
959 UParseError pe; local
1013 UParseError pe; local
1321 UParseError pe; local
1513 UParseError pe; local
1818 UParseError pe; local
1976 UParseError pe; local
2096 UParseError pe; local
2157 UParseError pe; local
2392 UParseError pe; local
2766 UParseError pe; local
3292 UParseError pe; local
3750 UParseError pe; local
3945 UParseError pe; local
4303 UParseError pe; local
5123 UParseError pe; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 369 UParseError pe; local
375 REPattern = RegexPattern::compile(patString, 0, pe, status);
432 UParseError pe; local
438 REPattern = RegexPattern::compile(&pattern, 0, pe, status);
522 UParseError pe; local
529 callerPattern = RegexPattern::compile(patString, 0, pe, status);
534 if (pe.line != errLine || pe.offset != errCol) {
536 line, errLine, errCol, pe.line, pe.offset)
759 UParseError pe; local
905 UParseError pe; local
964 UParseError pe; local
1018 UParseError pe; local
1326 UParseError pe; local
1518 UParseError pe; local
1823 UParseError pe; local
1981 UParseError pe; local
2101 UParseError pe; local
2162 UParseError pe; local
2397 UParseError pe; local
2771 UParseError pe; local
3297 UParseError pe; local
3755 UParseError pe; local
3950 UParseError pe; local
4308 UParseError pe; local
5128 UParseError pe; local
    [all...]
  /external/e2fsprogs/lib/e2p/
Android.mk 16 pe.c \
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_conf.h 126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
  /external/chromium_org/third_party/skia/samplecode/
SamplePathEffects.cpp 48 SkPathEffect* pe = SkComposePathEffect::Create(outer, inner); local
51 return pe;
66 SkPathEffect* pe = SkComposePathEffect::Create(outer, inner); local
69 return pe;
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.rl 112 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
121 pe = eof = buffer->len;
hb-ot-shape-complex-myanmar-machine.rl 108 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
117 pe = eof = buffer->len;
  /external/icu/icu4c/source/i18n/
uspoof_conf.h 126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h 179 * @param pe Receives the position (line and column nubers) of any error
187 UParseError &pe,
209 * @param pe Receives the position (line and column nubers) of any error
217 UParseError &pe,
237 * @param pe Receives the position (line and column numbers) of any error
246 UParseError &pe,
268 * @param pe Receives the position (line and column numbers) of any error
277 UParseError &pe,
401 * @param pe Receives the position of any syntax errors within the regular expression
409 UParseError &pe,
    [all...]
uregex.h 125 * @param pe Receives the position (line and column numbers) of any syntax
136 UParseError *pe,
155 * @param pe Receives the position (line and column numbers) of any syntax
165 UParseError *pe,
182 * @param pe Receives the position (line and column numbers) of any syntax
195 UParseError *pe,
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlwriter.h 405 int pe, const xmlChar * name);
414 int pe,
420 int pe,
427 int pe,
432 int pe,
445 writer, int pe,
  /external/chromium_org/third_party/skia/tools/lua/
scrape_dashing_full.lua 65 local pe = p:getPathEffect()
66 if pe then
67 local de = pe:asADash()
scrape_dashing.lua 60 local pe = p:getPathEffect();
61 if pe then
  /external/icu/icu4c/source/i18n/unicode/
regex.h 164 * @param pe Receives the position (line and column nubers) of any error
172 UParseError &pe,
194 * @param pe Receives the position (line and column nubers) of any error
202 UParseError &pe,
222 * @param pe Receives the position (line and column numbers) of any error
231 UParseError &pe,
253 * @param pe Receives the position (line and column numbers) of any error
262 UParseError &pe,
386 * @param pe Receives the position of any syntax errors within the regular expression
394 UParseError &pe,
    [all...]
uregex.h 125 * @param pe Receives the position (line and column numbers) of any syntax
136 UParseError *pe,
155 * @param pe Receives the position (line and column numbers) of any syntax
165 UParseError *pe,
182 * @param pe Receives the position (line and column numbers) of any syntax
195 UParseError *pe,
    [all...]
  /external/libxml2/include/libxml/
xmlwriter.h 404 int pe, const xmlChar * name);
413 int pe,
419 int pe,
426 int pe,
431 int pe,
444 writer, int pe,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java 112 PathEffect pe = new DiscretePathEffect(10, 4); local
115 new ComposePathEffect(pe2, pe));
  /external/chromium_org/sandbox/win/src/
sidestep_resolver.cc 196 base::win::PEImage pe(base);
197 if (pe.GetImageSectionFromAddr(return_address))
target_process.cc 53 base::win::PEImage pe(exe);
54 if (!pe.VerifyMagic()) {
58 PIMAGE_NT_HEADERS nt_header = pe.GetNTHeaders();
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.c 471 const char *pp = path, *pe; local
477 pe = pp + len;
478 while (pe > pp) {
479 if ((win && *pe == '\\') || *pe == '/')
481 --pe;
485 while (pp <= pe) {
486 if (pp == pe || (win && *pp == '\\') || *pp == '/') {
  /external/openssl/crypto/engine/
tb_asnmth.c 227 const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,
243 *pe = fstr.e;
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_sdp.c 227 tSDP_PROTOCOL_ELEM pe; local
244 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe))
246 bta_hf_client_cb.scb.peer_scn = (UINT8) pe.params[0];
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 347 ParseException pe = new ParseException(ex); local
348 pe.addContext("...while parsing cst " + Hex.u2(idx) +
350 throw pe;
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 411 ParseException pe = new ParseException(ex); local
412 pe.addContext("...while parsing " + filePath);
413 throw pe;
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 311 tSDP_PROTOCOL_ELEM pe; local
352 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe))
354 p_scb->peer_scn = (UINT8) pe.params[0];

Completed in 1079 milliseconds

1 23 4 5 6 7 8 9