Home
last modified time | relevance | path

Searched refs:script_attr (Results 1 – 13 of 13) sorted by relevance

/external/cronet/tot/third_party/icu/source/test/letest/
Dxmlreader.cpp157 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); in readTestFile() local
171 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
Dgendata.cpp182 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); in main() local
194 char *script = getCString(testCase->getAttribute(script_attr)); in main()
Dletest.cpp591 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); in DataDrivenTest() local
605 char *script = getCString(testCase->getAttribute(script_attr)); in DataDrivenTest()
/external/icu/icu4c/source/test/letest/
Dxmlreader.cpp157 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); in readTestFile() local
171 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
Dgendata.cpp182 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); in main() local
194 char *script = getCString(testCase->getAttribute(script_attr)); in main()
Dletest.cpp585 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); in DataDrivenTest() local
599 char *script = getCString(testCase->getAttribute(script_attr)); in DataDrivenTest()
/external/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp161 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); in readTestFile() local
175 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
/external/cronet/stable/third_party/icu/source/test/letest/
Dxmlreader.cpp157 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); in readTestFile() local
171 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
Dgendata.cpp182 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); in main() local
194 char *script = getCString(testCase->getAttribute(script_attr)); in main()
Dletest.cpp591 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); in DataDrivenTest() local
605 char *script = getCString(testCase->getAttribute(script_attr)); in DataDrivenTest()
/external/cronet/stable/third_party/icu/source/test/perf/leperf/
Dxmlreader.cpp161 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); in readTestFile() local
175 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
/external/cronet/tot/third_party/icu/source/test/perf/leperf/
Dxmlreader.cpp161 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); in readTestFile() local
175 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
/external/pytorch/torch/jit/
D_recursive.py724 script_attr = getattr(script_model, attr, None)
725 if script_attr is None:
730 return script_attr != default_attr