Searched defs:attributes (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest-filepath.cc207 const DWORD attributes = GetFileAttributes(unicode); local
209 return attributes != kInvalidFileAttributes;
231 const DWORD attributes = GetFileAttributes(unicode); local
233 if ((attributes != kInvalidFileAttributes) &&
234 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
H A Dgtest.cc1735 // The list of reserved attributes used in the <testsuites> element of XML
1748 // The list of reserved attributes used in the <testsuite> element of XML
1759 // The list of reserved attributes used in the <testcase> element of XML output.
3047 // delimited XML attributes based on the property key="value" pairs.
3049 // to delimit this attribute from prior attributes.
3368 // delimited XML attributes based on the property key="value" pairs.
3371 Message attributes; local
3374 attributes << " " << property.key() << "="
3377 return attributes.GetString();

Completed in 177 milliseconds