Home
last modified time | relevance | path

Searched refs:testDoc (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DTest.h212 auto testDoc = SkPDF::MakeDocument(&testStream); \
213 if (!testDoc) { \
/external/skqp/tests/
DTest.h224 auto testDoc = SkPDF::MakeDocument(&testStream); \
225 if (!testDoc) { \
/external/tensorflow/tensorflow/python/ops/
Draw_ops_test.py52 def testDoc(self): member in RawOpsTest
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLComparator.java820 Document testDoc = getFullyResolvedLocale(key, fileName); in addToCompareMap() local
822 if (null == testDoc) { in addToCompareMap()
826 return extractMergeData(testDoc, key, false); in addToCompareMap()
840 Document testDoc = getParsedLocale(key, fileName); in addVettable() local
842 if (null == testDoc) { in addVettable()
846 return extractMergeData(testDoc, key, false); in addVettable()