/external/stressapptest/src/ |
D | finelock_queue.cc | 224 struct page_entry pe; in ErrorLogCallback() local 271 struct page_entry *pe) { in GetPageFromPhysical() 327 bool FineLockPEQueue::GetRandomWithPredicateTag(struct page_entry *pe, in GetRandomWithPredicateTag() 387 bool FineLockPEQueue::GetRandomWithPredicate(struct page_entry *pe, in GetRandomWithPredicate() 397 bool FineLockPEQueue::GetValid(struct page_entry *pe) { in GetValid() 401 bool FineLockPEQueue::GetValid(struct page_entry *pe, int32 mask) { in GetValid() 409 bool FineLockPEQueue::GetEmpty(struct page_entry *pe, int32 mask) { in GetEmpty() 412 bool FineLockPEQueue::GetEmpty(struct page_entry *pe) { in GetEmpty() 420 bool FineLockPEQueue::PutEmpty(struct page_entry *pe) { in PutEmpty() 438 bool FineLockPEQueue::PutValid(struct page_entry *pe) { in PutValid()
|
D | queue.cc | 45 int PageEntryQueue::Push(struct page_entry *pe) { in Push() 70 int PageEntryQueue::PopRandom(struct page_entry *pe) { in PopRandom()
|
D | finelock_queue.h | 65 static bool page_is_valid(struct page_entry *pe) { in page_is_valid() 69 static bool page_is_empty(struct page_entry *pe) { in page_is_empty()
|
D | sat.cc | 249 bool Sat::GetValid(struct page_entry *pe) { in GetValid() 255 bool Sat::GetValid(struct page_entry *pe, int32 tag) { in GetValid() 275 bool Sat::PutValid(struct page_entry *pe) { in PutValid() 290 bool Sat::GetEmpty(struct page_entry *pe) { in GetEmpty() 294 bool Sat::GetEmpty(struct page_entry *pe, int32 tag) { in GetEmpty() 309 bool Sat::PutEmpty(struct page_entry *pe) { in PutEmpty() 349 void Sat::AddrMapUpdate(struct page_entry *pe) { in AddrMapUpdate() 445 struct page_entry pe; in InitializePages() local 509 struct page_entry pe; in InitializePages() local
|
/external/flatbuffers/include/flatbuffers/ |
D | util.h | 222 #define __strtoull_impl(s, pe, b) _strtoui64_l(s, pe, b, ClassicLocale::Get()) argument 223 #define __strtoll_impl(s, pe, b) _strtoi64_l(s, pe, b, ClassicLocale::Get()) argument 224 #define __strtod_impl(s, pe) _strtod_l(s, pe, ClassicLocale::Get()) argument 225 #define __strtof_impl(s, pe) _strtof_l(s, pe, ClassicLocale::Get()) argument 227 #define __strtoull_impl(s, pe, b) strtoull_l(s, pe, b, ClassicLocale::Get()) argument 228 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get()) argument 229 #define __strtod_impl(s, pe) strtod_l(s, pe, ClassicLocale::Get()) argument 230 #define __strtof_impl(s, pe) strtof_l(s, pe, ClassicLocale::Get()) argument 233 #define __strtod_impl(s, pe) strtod(s, pe) argument 234 #define __strtof_impl(s, pe) static_cast<float>(strtod(s, pe)) argument [all …]
|
/external/skqp/tests/ |
D | AsADashTest.cpp | 17 sk_sp<SkPathEffect> pe(SkCornerPathEffect::Make(1.0)); in DEF_TEST() local 27 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST() local 38 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST() local
|
/external/skia/tests/ |
D | AsADashTest.cpp | 17 sk_sp<SkPathEffect> pe(SkCornerPathEffect::Make(1.0)); in DEF_TEST() local 27 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST() local 38 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST() local
|
/external/iproute2/lib/ |
D | inet_proto.c | 30 struct protoent *pe; in inet_proto_n2a() local 52 struct protoent *pe; in inet_proto_a2n() local
|
/external/icu/icu4c/source/i18n/ |
D | repattrn.cpp | 308 UParseError &pe, in compile() 359 UParseError &pe, in compile() 408 UParseError &pe, in compile() 420 UParseError &pe, in compile() 435 UParseError pe; in compile() local 448 UParseError pe; in compile() local 513 UParseError &pe, in matches() 537 UParseError &pe, in matches()
|
D | uregexc.cpp | 29 UParseError *pe, in uregex_openC()
|
D | uspoof_build.cpp | 53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource()
|
/external/aac/libAACenc/src/ |
D | line_pe.h | 119 INT pe; /* sum of sfbPe */ member 126 INT pe; member
|
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 139 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_tolower() local 161 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_toupper() local 183 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_totitle() local 257 const uint16_t *pe0, *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_addCaseClosure() local 601 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in getDotType() local 617 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_isCaseSensitive() local 1047 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullLower() local 1198 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in toUpperOrTitle() local 1348 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_fold() local 1421 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; in ucase_toFullFolding() local
|
/external/python/cpython3/Lib/concurrent/futures/ |
D | __init__.py | 43 from .process import ProcessPoolExecutor as pe unknown
|
/external/icu/icu4c/source/test/intltest/ |
D | transtst.cpp | 1498 UParseError pe; in TestNormalizationTransliterator() local 2104 UParseError pe; in TestNFDChainRBT() local 2208 UParseError pe; in TestNullInverse() local 2233 UParseError pe; in TestAliasInverseID() local 2261 UParseError pe; in TestCompoundInverseID() local 2290 UParseError pe; in TestUndefinedVariable() local 2344 UParseError pe; in TestCompoundFilterID() local 2386 UParseError pe; in TestNewEngine() local 2484 UParseError pe; in TestQuantifiedSegment() local 2888 UParseError pe; in TestLocaleInstantiation() local [all …]
|
D | regextst.cpp | 337 UParseError pe; in doRegexLMTest() local 400 UParseError pe; in doRegexLMTestUTF8() local 490 UParseError pe; in regex_err() local 727 UParseError pe; in API_Match() local 873 UParseError pe; in API_Match() local 932 UParseError pe; in API_Match() local 986 UParseError pe; in API_Match() local 1294 UParseError pe; in API_Replace() local 1486 UParseError pe; in API_Pattern() local 1791 UParseError pe; in API_Match_UTF8() local [all …]
|
/external/toybox/toys/pending/ |
D | fdisk.c | 207 struct part_entry *pe; in check_order() local 303 struct part_entry *pe = &partitions[i]; in reset_boot() local 576 struct part_entry *pe = &partitions[i]; in delete_partition() local 662 struct part_entry *pe; in write_table() local 883 struct part_entry *pe = &partitions[i]; in ask_end_sector() local 918 struct part_entry *pe = &partitions[idx]; in add_partition() local 980 struct part_entry *pe; in add_logical_partition() local 1043 struct part_entry *pe; in change_systype() local 1086 struct part_entry *pe; in verify_table() local 1148 struct part_entry *pe = &partitions[idx]; in move_begning() local [all …]
|
/external/python/cpython2/PC/VS8.0/ |
D | kill_python.c | 35 PROCESSENTRY32W pe; in main() local
|
/external/python/cpython2/PC/VS9.0/ |
D | kill_python.c | 35 PROCESSENTRY32W pe; in main() local
|
/external/skia/gm/ |
D | patheffects.cpp | 19 SkPathEffect* pe = paint->getPathEffect(); in compose_pe() local 210 for (auto pe : effects) { in onDraw() local
|
/external/skqp/gm/ |
D | patheffects.cpp | 19 SkPathEffect* pe = paint->getPathEffect(); in compose_pe() local 210 for (auto pe : effects) { in onDraw() local
|
/external/harfbuzz_ng/src/ |
D | hb-buffer-deserialize-json.hh | 448 const char *p = buf, *pe = buf + buf_len; in _hb_buffer_deserialize_glyphs_json() local
|
D | hb-buffer-deserialize-text.hh | 325 const char *p = buf, *pe = buf + buf_len; in _hb_buffer_deserialize_glyphs_text() local
|
/external/skqp/third_party/harfbuzz/ |
D | hb-buffer-deserialize-json.hh | 448 const char *p = buf, *pe = buf + buf_len; in _hb_buffer_deserialize_glyphs_json() local
|
/external/tensorflow/tensorflow/core/platform/profile_utils/ |
D | android_armv7a_cpu_utils_helper.cc | 81 perf_event_attr pe; in InitializeInternal() local
|