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

123456

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-272564.js39 function pe(a, b, c) { function
46 pe(a, b, 0);
47 pe(a, b, 0);
48 %OptimizeFunctionOnNextCall(pe);
49 pe(a, b, 0);
/external/chromium_org/third_party/icu/source/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
/external/icu/icu4c/source/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
/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:__anon108
114 INT pe; member in struct:__anon109
/external/bluetooth/bluedroid/bta/mce/
H A Dbta_mce_act.c82 tSDP_PROTOCOL_ELEM pe; local
91 if (!SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe))
94 evt_data.mas[found].scn = pe.params[0];
/external/chromium_org/third_party/skia/gm/
H A Ddashcubics.cpp50 SkPathEffect* pe = SkDashPathEffect::Create(intervals, 2, 0); local
61 paint.setPathEffect(pe)->unref();
H A Dpatheffects.cpp19 SkPathEffect* pe = paint->getPathEffect(); local
22 if (pe) {
23 compose = SkComposePathEffect::Create(pe, corner);
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dbp_signal_overflow.c62 struct perf_event_attr pe; local
77 memset(&pe, 0, sizeof(struct perf_event_attr));
78 pe.type = PERF_TYPE_BREAKPOINT;
79 pe.size = sizeof(struct perf_event_attr);
81 pe.config = 0;
82 pe.bp_type = HW_BREAKPOINT_X;
83 pe.bp_addr = (unsigned long) test_function;
84 pe.bp_len = sizeof(long);
86 pe.sample_period = THRESHOLD;
87 pe
[all...]
H A Dbp_signal.c61 struct perf_event_attr pe; local
64 memset(&pe, 0, sizeof(struct perf_event_attr));
65 pe.type = PERF_TYPE_BREAKPOINT;
66 pe.size = sizeof(struct perf_event_attr);
68 pe.config = 0;
69 pe.bp_type = HW_BREAKPOINT_X;
70 pe.bp_addr = (unsigned long) fn;
71 pe.bp_len = sizeof(long);
73 pe.sample_period = 1;
74 pe
[all...]
/external/skia/gm/
H A Ddashcubics.cpp50 SkPathEffect* pe = SkDashPathEffect::Create(intervals, 2, 0); local
61 paint.setPathEffect(pe)->unref();
/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/chromium_org/third_party/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.hh1549 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
1565 pe = eof = buffer->len;
1576 if ( p == pe )
1715 if ( ++p != pe )
H A Dhb-ot-shape-complex-myanmar-machine.hh284 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
300 pe = eof = buffer->len;
311 if ( p == pe )
381 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/chromium_org/third_party/skia/src/gpu/
H A DGrStrokeInfo.h58 bool setDashInfo(const SkPathEffect* pe) { argument
59 if (pe && !fStroke.isFillStyle()) {
61 fDashType = pe->asADash(&fDashInfo);
65 pe->asADash(&fDashInfo);
89 const SkPathEffect* pe = paint.getPathEffect(); local
90 this->setDashInfo(pe);
/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) != ']';
/external/skia/src/gpu/
H A DGrStrokeInfo.h58 bool setDashInfo(const SkPathEffect* pe) { argument
59 if (NULL != pe && !fStroke.isFillStyle()) {
61 fDashType = pe->asADash(&fDashInfo);
65 pe->asADash(&fDashInfo);
89 const SkPathEffect* pe = paint.getPathEffect(); local
90 this->setDashInfo(pe);
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_sdp.c227 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];

Completed in 6376 milliseconds

123456