/external/linux-tools-perf/src/tools/perf/tests/ |
D | bp_signal_overflow.c | 62 struct perf_event_attr pe; in test__bp_signal_overflow() local 77 memset(&pe, 0, sizeof(struct perf_event_attr)); in test__bp_signal_overflow() 78 pe.type = PERF_TYPE_BREAKPOINT; in test__bp_signal_overflow() 79 pe.size = sizeof(struct perf_event_attr); in test__bp_signal_overflow() 81 pe.config = 0; in test__bp_signal_overflow() 82 pe.bp_type = HW_BREAKPOINT_X; in test__bp_signal_overflow() 83 pe.bp_addr = (unsigned long) test_function; in test__bp_signal_overflow() 84 pe.bp_len = sizeof(long); in test__bp_signal_overflow() 86 pe.sample_period = THRESHOLD; in test__bp_signal_overflow() 87 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow() [all …]
|
D | bp_signal.c | 61 struct perf_event_attr pe; in bp_event() local 64 memset(&pe, 0, sizeof(struct perf_event_attr)); in bp_event() 65 pe.type = PERF_TYPE_BREAKPOINT; in bp_event() 66 pe.size = sizeof(struct perf_event_attr); in bp_event() 68 pe.config = 0; in bp_event() 69 pe.bp_type = HW_BREAKPOINT_X; in bp_event() 70 pe.bp_addr = (unsigned long) fn; in bp_event() 71 pe.bp_len = sizeof(long); in bp_event() 73 pe.sample_period = 1; in bp_event() 74 pe.sample_type = PERF_SAMPLE_IP; in bp_event() [all …]
|
/external/elfutils/src/tests/ |
D | run-dwfllines.sh | 25 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 27 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 29 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 31 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 33 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 36 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 38 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 40 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 42 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 45 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 [all …]
|
/external/iproute2/lib/ |
D | inet_proto.c | 29 struct protoent *pe; in inet_proto_n2a() local 34 pe = getprotobynumber(proto); in inet_proto_n2a() 35 if (pe) { in inet_proto_n2a() 37 strncpy(ncache, pe->p_name, 16); in inet_proto_n2a() 38 strncpy(buf, pe->p_name, len); in inet_proto_n2a() 49 struct protoent *pe; in inet_proto_a2n() local 61 pe = getprotobyname(buf); in inet_proto_a2n() 62 if (pe) { in inet_proto_a2n() 63 icache = pe->p_proto; in inet_proto_a2n() 64 strncpy(ncache, pe->p_name, 16); in inet_proto_a2n() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 141 const uint16_t *pe=GET_EXCEPTIONS(csp, props); in ucase_tolower() local 142 uint16_t excWord=*pe++; in ucase_tolower() 144 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c); in ucase_tolower() 158 const uint16_t *pe=GET_EXCEPTIONS(csp, props); in ucase_toupper() local 159 uint16_t excWord=*pe++; in ucase_toupper() 161 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c); in ucase_toupper() 175 const uint16_t *pe=GET_EXCEPTIONS(csp, props); in ucase_totitle() local 176 uint16_t excWord=*pe++; in ucase_totitle() 185 GET_SLOT_VALUE(excWord, idx, pe, c); in ucase_totitle() 244 const uint16_t *pe0, *pe=GET_EXCEPTIONS(csp, props); in ucase_addCaseClosure() local [all …]
|
/external/toybox/toys/pending/ |
D | fdisk.c | 207 struct part_entry *pe; in check_order() local 212 pe = &partitions[i]; in check_order() 213 px = pe->part; in check_order() 215 first[i] = swap_le32toh(px->start4) + pe->start_offset; in check_order() 303 struct part_entry *pe = &partitions[i]; in reset_boot() local 304 pe->part = part_offset(MBRbuf, i); in reset_boot() 305 pe->start_offset = 0; in reset_boot() 306 pe->sec_buffer = MBRbuf; in reset_boot() 307 pe->modified = change; in reset_boot() 576 struct part_entry *pe = &partitions[i]; in delete_partition() local [all …]
|
/external/icu/icu4c/source/i18n/ |
D | uspoof_build.cpp | 50 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument 62 if (pe != NULL) { in uspoof_openFromSource() 63 pe->line = 0; in uspoof_openFromSource() 64 pe->offset = 0; in uspoof_openFromSource() 65 pe->preContext[0] = 0; in uspoof_openFromSource() 66 pe->postContext[0] = 0; in uspoof_openFromSource() 74 …ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *stat… in uspoof_openFromSource() 75 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status); in uspoof_openFromSource()
|
D | repattrn.cpp | 304 UParseError &pe, in compile() argument 338 compiler.compile(regex, pe, status); in compile() 355 UParseError &pe, in compile() argument 389 compiler.compile(regex, pe, status); in compile() 404 UParseError &pe, in compile() argument 407 return compile(regex, 0, pe, err); in compile() 416 UParseError &pe, in compile() argument 419 return compile(regex, 0, pe, err); in compile() 431 UParseError pe; in compile() local 432 return compile(regex, flags, pe, err); in compile() [all …]
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | PrivilegedActionException2Test.java | 30 PrivilegedActionException pe = new PrivilegedActionException(e); in test_ConstructorLjava_lang_Exception() local 31 assertEquals("Did not encapsulate test exception!", e, pe in test_ConstructorLjava_lang_Exception() 35 pe = new PrivilegedActionException(null); in test_ConstructorLjava_lang_Exception() 36 assertNull("Did not encapsulate null test exception properly!", pe in test_ConstructorLjava_lang_Exception() 45 PrivilegedActionException pe = new PrivilegedActionException(e); in test_getException() local 46 assertEquals("Did not encapsulate test IOException!", e, pe in test_getException()
|
/external/skia/tests/ |
D | AsADashTest.cpp | 15 SkAutoTUnref<SkCornerPathEffect> pe(SkCornerPathEffect::Create(1.0)); in DEF_TEST() local 18 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() 25 SkAutoTUnref<SkDashPathEffect> pe(SkDashPathEffect::Create(inIntervals, 4, phase)); in DEF_TEST() local 27 SkPathEffect::DashType dashType = pe->asADash(NULL); in DEF_TEST() 36 SkAutoTUnref<SkDashPathEffect> pe(SkDashPathEffect::Create(inIntervals, 4, phase)); in DEF_TEST() local 40 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() 48 pe->asADash(&info); in DEF_TEST()
|
/external/v8/test/mjsunit/regress/ |
D | 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/icu/icu4c/source/test/intltest/ |
D | transtst.cpp | 1495 UParseError pe; in TestNormalizationTransliterator() local 1499 pe, status); in TestNormalizationTransliterator() 2101 UParseError pe; in TestNFDChainRBT() local 2105 UTRANS_FORWARD, pe, ec); in TestNFDChainRBT() 2205 UParseError pe; in TestNullInverse() local 2207 Transliterator *t = Transliterator::createInstance("Null", UTRANS_FORWARD, pe, ec); in TestNullInverse() 2230 UParseError pe; in TestAliasInverseID() local 2232 Transliterator *t = Transliterator::createInstance(ID, UTRANS_FORWARD, pe, ec); in TestAliasInverseID() 2258 UParseError pe; in TestCompoundInverseID() local 2260 Transliterator *t = Transliterator::createInstance(ID, UTRANS_FORWARD, pe, ec); in TestCompoundInverseID() [all …]
|
D | regextst.cpp | 393 UParseError pe; in doRegexLMTest() local 399 REPattern = RegexPattern::compile(patString, 0, pe, status); in doRegexLMTest() 456 UParseError pe; in doRegexLMTestUTF8() local 462 REPattern = RegexPattern::compile(&pattern, 0, pe, status); in doRegexLMTestUTF8() 546 UParseError pe; in regex_err() local 553 callerPattern = RegexPattern::compile(patString, 0, pe, status); in regex_err() 558 if (pe.line != errLine || pe.offset != errCol) { in regex_err() 560 line, errLine, errCol, pe.line, pe.offset); in regex_err() 572 callerPattern = RegexPattern::compile(&patternText, 0, pe, status); in regex_err() 577 if (pe.line != errLine || pe.offset != errCol) { in regex_err() [all …]
|
/external/skia/src/gpu/ |
D | GrStrokeInfo.h | 69 bool setDashInfo(const SkPathEffect* pe) { in setDashInfo() argument 70 if (pe && !fStroke.isFillStyle()) { in setDashInfo() 72 fDashType = pe->asADash(&dashInfo); in setDashInfo() 76 pe->asADash(&dashInfo); in setDashInfo() 137 const SkPathEffect* pe = paint.getPathEffect(); in init() local 138 this->setDashInfo(pe); in init()
|
/external/harfbuzz_ng/src/ |
D | hb-buffer-deserialize-text.hh | 325 const char *p = buf, *pe = buf + buf_len; in _hb_buffer_deserialize_glyphs_text() local 330 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_text() 332 if (p < pe && *p == (buffer->len ? '|' : '[')) in _hb_buffer_deserialize_glyphs_text() 337 const char *eof = pe, *tok = NULL; in _hb_buffer_deserialize_glyphs_text() 353 if ( p == pe ) in _hb_buffer_deserialize_glyphs_text() 485 if ( ++p != pe ) in _hb_buffer_deserialize_glyphs_text() 568 return p == pe && *(p-1) != ']'; in _hb_buffer_deserialize_glyphs_text()
|
D | hb-buffer-deserialize-json.hh | 448 const char *p = buf, *pe = buf + buf_len; in _hb_buffer_deserialize_glyphs_json() local 453 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_json() 455 if (p < pe && *p == (buffer->len ? ',' : '[')) in _hb_buffer_deserialize_glyphs_json() 476 if ( p == pe ) in _hb_buffer_deserialize_glyphs_json() 629 if ( ++p != pe ) in _hb_buffer_deserialize_glyphs_json() 640 return p == pe && *(p-1) != ']'; in _hb_buffer_deserialize_glyphs_json()
|
D | hb-ot-shape-complex-sea-machine.hh | 112 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; in find_syllables() local 128 pe = eof = buffer->len; in find_syllables() 139 if ( p == pe ) in find_syllables() 205 if ( ++p != pe ) in find_syllables()
|
D | hb-ot-shape-complex-myanmar-machine.hh | 284 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; in find_syllables() local 300 pe = eof = buffer->len; in find_syllables() 311 if ( p == pe ) in find_syllables() 381 if ( ++p != pe ) in find_syllables()
|
D | hb-ot-shape-complex-indic-machine.hh | 1549 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; in find_syllables() local 1565 pe = eof = buffer->len; in find_syllables() 1576 if ( p == pe ) in find_syllables() 1715 if ( ++p != pe ) in find_syllables()
|
D | hb-buffer-deserialize-text.rl | 100 const char *p = buf, *pe = buf + buf_len; 105 while (p < pe && ISSPACE (*p)) 107 if (p < pe && *p == (buffer->len ? '|' : '[')) 112 const char *eof = pe, *tok = NULL; 123 return p == pe && *(p-1) != ']';
|
/external/iputils/ |
D | tftpd.c | 519 register struct errmsg *pe; in nak() local 524 for (pe = errmsgs; pe->e_code >= 0; pe++) in nak() 525 if (pe->e_code == error) in nak() 527 if (pe->e_code < 0) { in nak() 528 pe->e_msg = strerror(error - 100); in nak() 531 strcpy(tp->th_msg, pe->e_msg); in nak() 532 length = strlen(pe->e_msg); in nak()
|
/external/mksh/src/ |
D | misc.c | 647 const char *se, *pe; in gmatchx() local 655 pe = p + strlen(p); in gmatchx() 660 if (!isfile && !has_globbing(p, pe)) { in gmatchx() 661 size_t len = pe - p + 1; in gmatchx() 673 pe = pnew + strlen(pnew); in gmatchx() 676 (const unsigned char *)pnew, (const unsigned char *)pe); in gmatchx() 702 const unsigned char *pe = (const unsigned char *) xpe; in has_globbing() local 709 for (; p < pe; p++) { in has_globbing() 760 const unsigned char *p, const unsigned char *pe) in do_gmatch() argument 768 while (p < pe) { in do_gmatch() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatAPIC.java | 77 } catch (java.text.ParseException pe) { in TestNameHiding() 78 System.out.println(pe); in TestNameHiding() 112 } catch (java.text.ParseException pe) { in TestNameHiding() 113 System.out.println(pe); in TestNameHiding()
|
/external/icu/icu4c/source/data/unit/ |
D | ro.txt | 25 dnam{"metri pe secundă la pătrat"} 26 few{"{0} metri pe secundă la pătrat"} 27 one{"{0} metru pe secundă la pătrat"} 28 other{"{0} de metri pe secundă la pătrat"} 114 per{"{0} pe {1}"} 118 dnam{"litri pe kilometru"} 119 few{"{0} litri pe kilometru"} 120 one{"{0} litru pe kilometru"} 121 other{"{0} de litri pe kilometru"} 124 dnam{"mile pe galon"} [all …]
|
/external/openssh/openbsd-compat/ |
D | glob.c | 262 const Char *pe, *pm, *pl; in globexp2() local 272 for (i = 0, pe = ++ptr; *pe; pe++) in globexp2() 273 if (*pe == LBRACKET) { in globexp2() 275 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2() 277 if (*pe == EOS) { in globexp2() 282 pe = pm; in globexp2() 284 } else if (*pe == LBRACE) in globexp2() 286 else if (*pe == RBRACE) { in globexp2() 293 if (i != 0 || *pe == EOS) in globexp2() 296 for (i = 0, pl = pm = ptr; pm <= pe; pm++) { in globexp2() [all …]
|