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

1 2 3 45 6 7 8 9

  /external/icu/icu4c/source/test/intltest/
ucdtest.cpp 509 // two characters, A and B, form a pair if A has gc=Ps and B has gc=Pe,
525 UnicodeSet pe("[:Pe:]", errorCode);
527 assertTrue("bpt=Close is a subset of Pe", pe.containsAll(bpt_close));
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 161 } catch (ParseException pe) {
  /external/chromium_org/crypto/
rsa_private_key_nss.cc 256 param.pe = 65537L;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic-machine.hh 1549 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uspoof.h 369 * @param pe In the event of an error in the input, receives the position
380 int32_t *errType, UParseError *pe, UErrorCode *status);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.hh 1549 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 379 * @param pe In the event of an error in the input, receives the position
390 int32_t *errType, UParseError *pe, UErrorCode *status);
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 892 SkPathEffect* pe = paint->getPathEffect(); local
893 if (pe) {
894 push_ref(L, pe);
1038 SkPathEffect* pe = get_ref<SkPathEffect>(L, 1); local
1039 if (pe) {
1041 SkPathEffect::DashType dashType = pe->asADash(&info);
1045 pe->asADash(&info);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uregex.cpp 110 UParseError *pe,
154 if (pe != NULL) {
155 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status);
187 UParseError *pe,
237 if (pe != NULL) {
238 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status);
    [all...]
uspoof_conf.cpp 192 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) {
201 pe->line = builder.fLineNum;
translit.cpp 974 UParseError pe; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 429 const SkPathEffect* pe = paint.getPathEffect(); local
430 if (!usePath && pe && !strokeInfo.isDashed()) {
493 const SkPathEffect* pe = paint.getPathEffect(); local
494 if (pe && !strokeInfo.isDashed()) {
551 const SkPathEffect* pe = paint.getPathEffect(); local
552 if (pe && !strokeInfo.isDashed()) {
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 110 UParseError *pe,
154 if (pe != NULL) {
155 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status);
187 UParseError *pe,
237 if (pe != NULL) {
238 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status);
    [all...]
ucol_sit.cpp 591 UParseError pe; local
593 parseError = &pe;
uspoof_conf.cpp 192 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) {
201 pe->line = builder.fLineNum;
translit.cpp 974 UParseError pe; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 139 UParseError pe; local
167 &errType, &pe, &status);
174 /* printf("ParseError Line is %d\n", pe.line); */
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 1805 SkPathEffect* pe = this->getPathEffect(); local
2531 SkPathEffect* pe = NULL; local
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 139 UParseError pe; local
167 &errType, &pe, &status);
174 /* printf("ParseError Line is %d\n", pe.line); */
  /external/libcxxabi/src/
cxa_demangle.cpp 2865 const char* pe = pf + s.size(); local
    [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 386 pe = MBB->pred_end(); pi != pe; ++pi) {
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 831 tSDP_PROTOCOL_ELEM pe; local
847 if (SDP_FindProtocolListElemInRec(p_sdp_rec, UUID_PROTOCOL_ATT, &pe))
849 start_handle = (UINT16) pe.params[0];
850 end_handle = (UINT16) pe.params[1];
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleSlides.cpp 33 SkPathEffect* pe = paint->getPathEffect(); local
36 if (pe) {
37 compose = SkComposePathEffect::Create(pe, corner);
  /external/chromium_org/tools/symsrc/
pefile.py 5 All the PE file basic structures are available with their default names
11 pefile has been tested against the limits of valid PE headers, that is, malware.
492 def __init__(self, pe, rva_ptr):
493 self.pe = pe
527 self.string = self.pe.get_string_u_at_rva(
556 data = self.pe.get_data(self.rva_ptr, 2)
587 self.string = self.pe.get_string_u_at_rva(self.rva_ptr)
591 """Generic PE format error exception."""
601 """Convenience class for dumping the PE information.""
    [all...]

Completed in 1028 milliseconds

1 2 3 45 6 7 8 9