Home
last modified time | relevance | path

Searched defs:captured (Results 1 – 13 of 13) 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/freetype/src/psaux/
Dpsblues.c478 FT_Bool captured = FALSE; in cf2_blues_capture() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsblues.c478 FT_Bool captured = FALSE; in cf2_blues_capture() local
/third_party/flutter/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/iowow/src/re/
Dcregex.h49 struct cregex_node *captured; member
/third_party/rust/crates/scopeguard/src/
Dlib.rs553 let captured = guard((), |()| captured_drops.set(1 + captured_drops.get())); in test_dropped_once_when_not_run() localVariable
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DNumberingScheme.java495 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