Searched refs:attributes (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-filepath.cc | 207 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()
|
D | gtest.cc | 3371 Message attributes; in TestPropertiesAsXmlAttributes() local 3374 attributes << " " << property.key() << "=" in TestPropertiesAsXmlAttributes() 3377 return attributes.GetString(); in TestPropertiesAsXmlAttributes()
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pngconf.h | 286 # 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/ |
D | gtest_xml_test_utils.py | 79 expected_attributes = expected_node.attributes 80 actual_attributes = actual_node .attributes
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | debug.ipp | 779 &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/ |
D | jquery.js | 12 …n(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).speci…
|
/ndk/docs/text/ |
D | CHANGES.text | 1145 1. All files/executables attributes in NDK release package are set to readable/executable to all
|