/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/ |
H A D | 3-1.c | 11 * already initialized 'attr' attributes object. 26 static void *a_thread_func(void *attr PTS_ATTRIBUTE_UNUSED) in a_thread_func()
|
/third_party/skia/third_party/externals/oboe/docs/reference/ |
H A D | menu.js | 40 $('#main-nav').children(':first').addClass('sm sm-dox').attr('id','main-menu');
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | constraint.h | 36 #define CEXPR_ATTR 4 /* attr op attr */ 37 #define CEXPR_NAMES 5 /* attr op names */ 51 uint32_t attr; /* attribute */ member
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_vgu.h | 461 * @param attr Indicates the pointer to the path filling attributes. 468 VGUResult (*RenderFill)(VGUSurface *target, const VGUPath *path, const VGUMatrix3 *matrix, const VGUFillAttr *attr, 478 * @param attr Indicates the pointer to the path stroking attributes. 486 const VGUStrokeAttr *attr, const VGUPaintStyle *style);
|
/third_party/exfatprogs/include/ |
H A D | exfat_ondisk.h | 151 __le16 attr; member 201 #define file_attr dentry.file.attr
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_kernel.h | 207 struct fuse_attr attr; member 220 struct fuse_attr attr; member
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | datefmt.h | 823 * @param attr the attribute to set 830 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr, 838 * @param attr the attribute to set 843 virtual UBool U_EXPORT2 getBooleanAttribute(UDateFormatBooleanAttribute attr, UErrorCode &status) const;
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | datefmt.h | 823 * @param attr the attribute to set 830 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr, 838 * @param attr the attribute to set 843 virtual UBool U_EXPORT2 getBooleanAttribute(UDateFormatBooleanAttribute attr, UErrorCode &status) const;
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_pkey.c | 190 int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr) in EVP_PKEY_add1_attr() argument 192 if (X509at_add1_attr(&key->attributes, attr)) in EVP_PKEY_add1_attr()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 119 attr: i32, 216 attr: 0,
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_upload.py | 94 for attr, waited in (('username', 'me'), ('password', 'secret'), 97 self.assertEqual(getattr(cmd, attr), waited)
|
/third_party/openssl/crypto/evp/ |
H A D | evp_pkey.c | 190 int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr) in EVP_PKEY_add1_attr() argument 192 if (X509at_add1_attr(&key->attributes, attr)) in EVP_PKEY_add1_attr()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | datefmt.h | 823 * @param attr the attribute to set 830 virtual DateFormat& U_EXPORT2 setBooleanAttribute(UDateFormatBooleanAttribute attr, 838 * @param attr the attribute to set 843 virtual UBool U_EXPORT2 getBooleanAttribute(UDateFormatBooleanAttribute attr, UErrorCode &status) const;
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGNode.cpp | 75 void SkSVGNode::setAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in setAttribute() argument 76 this->onSetAttribute(attr, v); in setAttribute()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_i.h | 190 int wps_process_cred(struct wps_parse_attr *attr, 192 int wps_process_ap_settings(struct wps_parse_attr *attr,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_i.h | 190 int wps_process_cred(struct wps_parse_attr *attr, 192 int wps_process_ap_settings(struct wps_parse_attr *attr,
|
/drivers/peripheral/audio/interfaces/2.0/include/ |
H A D | audio_render.h | 66 struct AudioAttribute attr; member
|
/drivers/peripheral/bluetooth/audio/interfaces/include/ |
H A D | audio_render.h | 64 struct AudioAttribute attr; member
|
/drivers/peripheral/audio/interfaces/include/ |
H A D | audio_render.h | 64 struct AudioAttribute attr; member
|
/drivers/peripheral/codec/image/config/ |
H A D | codec_image_config.h | 51 ConfigUintArrayNodeAttr &attr);
|
/third_party/mbedtls/library/ |
H A D | debug_internal.h | 160 * \param attr the identifier of the attribute being output 168 mbedtls_debug_ecdh_attr attr);
|
/third_party/pulseaudio/src/pulse/ |
H A D | simple.h | 126 const pa_buffer_attr *attr, /**< Buffering attributes, or NULL for default */
|
/third_party/rust/crates/syn/src/ |
H A D | file.rs | 114 use crate::attr::FilterAttrs;
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2608 pub fn mq_getattr(mqd: ::mqd_t, attr: *mut ::mq_attr) -> ::c_int; in mq_getattr() 2648 pub fn pthread_attr_get_np(thread: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_attr_get_np() 2649 pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_getattr_np() 2651 attr: *const ::pthread_attr_t, in pthread_attr_getguardsize() 2655 attr: *const ::pthread_attr_t, in pthread_attr_getstack() 2813 pub fn posix_spawnattr_init(attr: *mut posix_spawnattr_t) -> ::c_int; in posix_spawnattr_init() 2814 pub fn posix_spawnattr_destroy(attr: *mut posix_spawnattr_t) -> ::c_int; in posix_spawnattr_destroy() 2816 attr: *const posix_spawnattr_t, in posix_spawnattr_getsigdefault() 2820 attr: *mut posix_spawnattr_t, in posix_spawnattr_setsigdefault() 2824 attr in posix_spawnattr_getsigmask() [all...] |
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 1030 pa_buffer_attr attr; in create_playback_stream() local 1046 memset(&attr, 0, sizeof(attr)); in create_playback_stream() 1047 attr.maxlength = (uint32_t) (i->fragment_size * (i->n_fragments+1)); in create_playback_stream() 1048 attr.tlength = (uint32_t) (i->fragment_size * i->n_fragments); in create_playback_stream() 1049 attr.prebuf = (uint32_t) i->fragment_size; in create_playback_stream() 1050 attr.minreq = (uint32_t) i->fragment_size; in create_playback_stream() 1057 if (pa_stream_connect_playback(i->play_stream, NULL, &attr, flags, NULL, NULL) < 0) { in create_playback_stream() 1074 pa_buffer_attr attr; in create_record_stream() local 1090 memset(&attr, in create_record_stream() [all...] |