Searched refs:attributes (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | thread.cc | 1292 pthread_attr_t attributes; in GetThreadStack() local 1293 CHECK_PTHREAD_CALL(pthread_attr_init, (&attributes), __FUNCTION__); in GetThreadStack() 1294 CHECK_PTHREAD_CALL(pthread_attr_getguardsize, (&attributes, guard_size), __FUNCTION__); in GetThreadStack() 1295 CHECK_PTHREAD_CALL(pthread_attr_destroy, (&attributes), __FUNCTION__); in GetThreadStack() 1297 pthread_attr_t attributes; in GetThreadStack() 1298 CHECK_PTHREAD_CALL(pthread_getattr_np, (thread, &attributes), __FUNCTION__); in GetThreadStack() 1299 CHECK_PTHREAD_CALL(pthread_attr_getstack, (&attributes, stack_base, stack_size), __FUNCTION__); in GetThreadStack() 1300 CHECK_PTHREAD_CALL(pthread_attr_getguardsize, (&attributes, guard_size), __FUNCTION__); in GetThreadStack() 1301 CHECK_PTHREAD_CALL(pthread_attr_destroy, (&attributes), __FUNCTION__); in GetThreadStack()
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 4607 Ljava/security/KeyStore$PrivateKeyEntry;->attributes:Ljava/util/Set; 4610 Ljava/security/KeyStore$SecretKeyEntry;->attributes:Ljava/util/Set; 4614 Ljava/security/KeyStore$TrustedCertificateEntry;->attributes:Ljava/util/Set; 4649 Ljava/security/Provider$Service;->attributes:Ljava/util/Map; 11182 Lorg/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter;->attributes:Lorg/xml/sax/Attributes; 11326 Lsun/security/pkcs/PKCS9Attributes;->attributes:Ljava/util/Hashtable;
|