Searched defs:pe (Results 1 - 25 of 78) sorted by relevance

1234

/external/icu4c/i18n/
H A Duregexc.cpp27 UParseError *pe,
38 return uregex_open(patString.getBuffer(), patString.length(), flags, pe, status);
25 uregex_openC( const char *pattern, uint32_t flags, UParseError *pe, UErrorCode *status) argument
H A Duspoof_build.cpp50 int32_t *errorType, UParseError *pe, UErrorCode *status) {
62 if (pe != NULL) {
63 pe->line = 0;
64 pe->offset = 0;
65 pe->preContext[0] = 0;
66 pe->postContext[0] = 0;
74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
75 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status);
48 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, int32_t *errorType, UParseError *pe, UErrorCode *status) argument
H A Drepattrn.cpp272 UParseError &pe,
306 compiler.compile(regex, pe, status);
323 UParseError &pe,
357 compiler.compile(regex, pe, status);
372 UParseError &pe,
375 return compile(regex, 0, pe, err);
384 UParseError &pe,
387 return compile(regex, 0, pe, err);
399 UParseError pe; local
400 return compile(regex, flags, pe, er
270 compile(const UnicodeString &regex, uint32_t flags, UParseError &pe, UErrorCode &status) argument
321 compile(UText *regex, uint32_t flags, UParseError &pe, UErrorCode &status) argument
371 compile(const UnicodeString &regex, UParseError &pe, UErrorCode &err) argument
383 compile(UText *regex, UParseError &pe, UErrorCode &err) argument
412 UParseError pe; local
475 matches(const UnicodeString &regex, const UnicodeString &input, UParseError &pe, UErrorCode &status) argument
499 matches(UText *regex, UText *input, UParseError &pe, UErrorCode &status) argument
[all...]
H A Duspoof_conf.cpp192 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) {
201 pe->line = builder.fLineNum;
191 buildConfusableData(SpoofImpl * spImpl, const char * confusables, int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) argument
H A Duspoof_wsconf.cpp101 int32_t confusablesWSLen, UParseError *pe, UErrorCode &status)
396 pe->line = lineNum;
100 buildWSConfusableData(SpoofImpl *spImpl, const char * confusablesWS, int32_t confusablesWSLen, UParseError *pe, UErrorCode &status) argument
/external/iproute2/lib/
H A Dinet_proto.c29 struct protoent *pe; local
34 pe = getprotobynumber(proto);
35 if (pe) {
37 strncpy(ncache, pe->p_name, 16);
38 strncpy(buf, pe->p_name, len);
49 struct protoent *pe; local
61 pe = getprotobyname(buf);
62 if (pe) {
63 icache = pe->p_proto;
64 strncpy(ncache, pe
[all...]
/external/aac/libAACenc/src/
H A Dline_pe.h104 INT sfbPe[MAX_GROUPED_SFB]; /* pe for each sfb */
107 INT pe; /* sum of sfbPe */ member in struct:__anon105
114 INT pe; member in struct:__anon106
/external/skia/gm/
H A Ddashcubics.cpp46 SkPathEffect* pe = new SkDashPathEffect(intervals, 2, 0); local
57 paint.setPathEffect(pe)->unref();
H A Dpatheffects.cpp19 SkPathEffect* pe = paint->getPathEffect(); local
22 if (pe) {
23 compose = new SkComposePathEffect(pe, corner);
/external/stressapptest/src/
H A Dqueue.cc45 int PageEntryQueue::Push(struct page_entry *pe) { argument
49 if (!pe)
56 pages_[nextin_] = *pe;
70 int PageEntryQueue::PopRandom(struct page_entry *pe) { argument
77 if (!pe)
107 *pe = pages_[nextout_];
H A Dfinelock_queue.h39 bool GetEmpty(struct page_entry *pe);
40 bool GetValid(struct page_entry *pe);
41 bool PutEmpty(struct page_entry *pe);
42 bool PutValid(struct page_entry *pe);
45 bool GetEmpty(struct page_entry *pe, int32 tag);
46 bool GetValid(struct page_entry *pe, int32 tag);
49 bool GetPageFromPhysical(uint64 paddr, struct page_entry *pe);
65 static bool page_is_valid(struct page_entry *pe) { argument
66 return pe->pattern != NULL;
69 static bool page_is_empty(struct page_entry *pe) { argument
[all...]
H A Dqueue.h50 static inline void init_pe(struct page_entry *pe) { argument
51 pe->offset = 0;
52 pe->addr = NULL;
53 pe->pattern = NULL;
54 pe->tag = kInvalidTag;
55 pe->touch = 0;
56 pe->ts = 0;
57 pe->lastpattern = NULL;
68 int Push(struct page_entry *pe);
70 int PopRandom(struct page_entry *pe);
[all...]
/external/harfbuzz_ng/src/
H A Dhb-buffer-deserialize-json.hh448 const char *p = buf, *pe = buf + buf_len; local
453 while (p < pe && ISSPACE (*p))
455 if (p < pe && *p == (buffer->len ? ',' : '['))
476 if ( p == pe )
629 if ( ++p != pe )
640 return p == pe && *(p-1) != ']';
H A Dhb-buffer-deserialize-text.hh325 const char *p = buf, *pe = buf + buf_len; local
330 while (p < pe && ISSPACE (*p))
332 if (p < pe && *p == (buffer->len ? '|' : '['))
337 const char *eof = pe, *tok = NULL;
353 if ( p == pe )
485 if ( ++p != pe )
568 return p == pe && *(p-1) != ']';
H A Dhb-ot-shape-complex-indic-machine.hh1268 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
1284 pe = eof = buffer->len;
1295 if ( p == pe )
1426 if ( ++p != pe )
H A Dhb-ot-shape-complex-myanmar-machine.hh283 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
299 pe = eof = buffer->len;
310 if ( p == pe )
372 if ( ++p != pe )
H A Dhb-ot-shape-complex-sea-machine.hh112 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
128 pe = eof = buffer->len;
139 if ( p == pe )
205 if ( ++p != pe )
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.h208 void drawPrimitive(QStyle::PrimitiveElement pe, const QStyleOption& opt) argument
209 { style->drawPrimitive(pe, &opt, painter, widget); }
/external/openssl/crypto/engine/
H A Dtb_asnmth.c227 const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe, argument
243 *pe = fstr.e;
/external/quake/quake/src/QW/client/
H A Dpmovetst.c319 physent_t *pe; local
325 pe = &pmove.physents[i];
327 if (pe->model)
331 VectorSubtract (pe->mins, player_maxs, mins);
332 VectorSubtract (pe->maxs, player_mins, maxs);
336 VectorSubtract (pos, pe->origin, test);
357 physent_t *pe; local
368 pe = &pmove.physents[i];
370 if (pe->model)
374 VectorSubtract (pe
[all...]
/external/skia/legacy/src/effects/
H A DSk2DPathEffect.cpp17 Sk2DPathEffectBlitter(Sk2DPathEffect* pe, SkPath* dst) argument
18 : fPE(pe), fDst(dst) {}
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sdp.c309 tSDP_PROTOCOL_ELEM pe; local
350 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe))
352 p_scb->peer_scn = (UINT8) pe.params[0];
/external/icu4c/test/cintltst/
H A Dspooftest.c139 UParseError pe; local
167 &errType, &pe, &status);
174 /* printf("ParseError Line is %d\n", pe.line); */
/external/icu4c/test/intltest/
H A Ddcfmapts.cpp338 UParseError pe; local
339 pat.applyLocalizedPattern(p2, pe, status);
H A Dreptest.cpp285 UParseError pe; local
287 pe, status);

Completed in 1366 milliseconds

1234