Home
last modified time | relevance | path

Searched defs:captured (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp59 bool captured(const Use *U) override { in captured() function
145 bool captured(const Use *U) override { in captured() function
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsblues.c478 FT_Bool captured = FALSE; in cf2_blues_capture() local
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocalesTest.java133 Set<CldrValue> captured = new HashSet<>(); in assertValuesUnordered() local
DAlternateLocaleDataTest.java154 Set<CldrValue> captured = new HashSet<>(); in assertValuesUnordered() local
/third_party/python/Lib/test/test_email/
Dtest_defect_handling.py313 captured = None variable in TestDefectCapture.CapturePolicy
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DNumberingScheme.java502 RangeTree captured = PrefixTree.from(altFormat.prefix()).retainFrom(ranges); in checkAltFormatConsistency() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp364 bool captured(const Use *U) override { in captured() function
DAttributor.cpp3848 bool captured(const Use *U) override { in captured() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp465 bool captured = mErrorScopeStack->HandleError(ToWGPUErrorType(type), message); in HandleError() local