HomeSort by relevance Sort by last modified time
    Searched defs:pe (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-272564.js 39 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/iproute2/lib/
inet_proto.c 29 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->p_name, 16)
    [all...]
  /external/bluetooth/bluedroid/bta/mce/
bta_mce_act.c 82 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/aac/libAACenc/src/
line_pe.h 104 INT sfbPe[MAX_GROUPED_SFB]; /* pe for each sfb */
107 INT pe; /* sum of sfbPe */ member in struct:__anon4733
114 INT pe; member in struct:__anon4734
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
PrivilegedActionException2Test.java 30 PrivilegedActionException pe = new PrivilegedActionException(e); local
31 assertEquals("Did not encapsulate test exception!", e, pe
35 pe = new PrivilegedActionException(null);
36 assertNull("Did not encapsulate null test exception properly!", pe
45 PrivilegedActionException pe = new PrivilegedActionException(e); local
46 assertEquals("Did not encapsulate test IOException!", e, pe
  /external/chromium_org/third_party/skia/gm/
dashcubics.cpp 50 SkPathEffect* pe = SkDashPathEffect::Create(intervals, 2, 0); local
61 paint.setPathEffect(pe)->unref();
  /external/chromium_org/third_party/skia/src/gpu/
GrStrokeInfo.h 58 bool setDashInfo(const SkPathEffect* pe) {
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/linux-tools-perf/perf-3.12.0/tools/perf/tests/
bp_signal.c 61 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.sample_type = PERF_SAMPLE_IP
    [all...]
bp_signal_overflow.c 62 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.sample_type = PERF_SAMPLE_IP
    [all...]
  /external/skia/gm/
dashcubics.cpp 50 SkPathEffect* pe = SkDashPathEffect::Create(intervals, 2, 0); local
61 paint.setPathEffect(pe)->unref();
  /external/skia/src/gpu/
GrStrokeInfo.h 58 bool setDashInfo(const SkPathEffect* pe) {
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);
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
line_pe.h 34 Word16 sfbPe[MAX_GROUPED_SFB]; /* pe for each sfb */
37 Word16 pe; /* sum of sfbPe */ member in struct:__anon17843
45 Word16 pe; member in struct:__anon17844
  /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];
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-deserialize-json.hh 448 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) != ']';
hb-buffer-deserialize-text.hh 325 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) != ']';
hb-ot-shape-complex-indic-machine.hh 1549 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
    [all...]
hb-ot-shape-complex-myanmar-machine.hh 284 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 )
hb-ot-shape-complex-sea-machine.hh 112 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/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-buffer-deserialize-json.hh 448 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) != ']';
hb-buffer-deserialize-text.hh 325 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) != ']';
hb-ot-shape-complex-indic-machine.hh 1549 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
    [all...]
hb-ot-shape-complex-myanmar-machine.hh 284 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 )
hb-ot-shape-complex-sea-machine.hh 112 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/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;

Completed in 675 milliseconds

1 2 3 4 5 6 7