Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-filepath.cc207 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() local
209 return attributes != kInvalidFileAttributes; in FileOrDirectoryExists()
231 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists() local
233 if ((attributes != kInvalidFileAttributes) && in DirectoryExists()
234 (attributes & FILE_ATTRIBUTE_DIRECTORY)) { in DirectoryExists()
Dgtest.cc3371 Message attributes; in TestPropertiesAsXmlAttributes() local
3374 attributes << " " << property.key() << "=" in TestPropertiesAsXmlAttributes()
3377 return attributes.GetString(); in TestPropertiesAsXmlAttributes()
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngconf.h286 # define PNG_FUNCTION(type, name, args, attributes) attributes type name args argument
299 # define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
301 extern attributes)
314 # define PNG_REMOVED(ordinal, type, name, args, attributes) argument
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_xml_test_utils.py79 expected_attributes = expected_node.attributes
80 actual_attributes = actual_node .attributes
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Ddebug.ipp779 &attr, // pointer to security attributes
837 …NULL, // pointer to process security attributes; NULL - debugger's handle can't be inher…
838 …NULL, // pointer to thread security attributes; NULL - debugger's handle can't be inheri…
/ndk/docs/renderscript/
Djquery.js12 …n(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).speci…
/ndk/docs/text/
DCHANGES.text1145 1. All files/executables attributes in NDK release package are set to readable/executable to all