Searched refs:attributes (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | thread.cc | 1257 pthread_attr_t attributes; in GetThreadStack() local 1258 CHECK_PTHREAD_CALL(pthread_attr_init, (&attributes), __FUNCTION__); in GetThreadStack() 1259 CHECK_PTHREAD_CALL(pthread_attr_getguardsize, (&attributes, guard_size), __FUNCTION__); in GetThreadStack() 1260 CHECK_PTHREAD_CALL(pthread_attr_destroy, (&attributes), __FUNCTION__); in GetThreadStack() 1262 pthread_attr_t attributes; in GetThreadStack() 1263 CHECK_PTHREAD_CALL(pthread_getattr_np, (thread, &attributes), __FUNCTION__); in GetThreadStack() 1264 CHECK_PTHREAD_CALL(pthread_attr_getstack, (&attributes, stack_base, stack_size), __FUNCTION__); in GetThreadStack() 1265 CHECK_PTHREAD_CALL(pthread_attr_getguardsize, (&attributes, guard_size), __FUNCTION__); in GetThreadStack() 1266 CHECK_PTHREAD_CALL(pthread_attr_destroy, (&attributes), __FUNCTION__); in GetThreadStack()
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 4608 Ljava/security/KeyStore$PrivateKeyEntry;->attributes:Ljava/util/Set; 4611 Ljava/security/KeyStore$SecretKeyEntry;->attributes:Ljava/util/Set; 4615 Ljava/security/KeyStore$TrustedCertificateEntry;->attributes:Ljava/util/Set; 4650 Ljava/security/Provider$Service;->attributes:Ljava/util/Map; 11183 Lorg/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter;->attributes:Lorg/xml/sax/Attributes; 11327 Lsun/security/pkcs/PKCS9Attributes;->attributes:Ljava/util/Hashtable;
|