Home
last modified time | relevance | path

Searched refs:attr (Results 976 - 1000 of 1578) sorted by relevance

1...<<31323334353637383940>>...64

/third_party/libevdev/doc/html/
H A Dmenu.js41 $('#main-nav').children(':first').addClass('sm sm-dox').attr('id','main-menu');
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/
H A D3-1.c11 * 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 Dmenu.js40 $('#main-nav').children(':first').addClass('sm sm-dox').attr('id','main-menu');
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dconstraint.h36 #define CEXPR_ATTR 4 /* attr op attr */
37 #define CEXPR_NAMES 5 /* attr op names */
51 uint32_t attr; /* attribute */ member
/third_party/selinux/libsepol/cil/src/
H A Dcil_build_ast.c1343 struct cil_userattribute *attr = NULL; in cil_gen_userattribute() local
1355 cil_userattribute_init(&attr); in cil_gen_userattribute()
1358 rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)attr, (hashtab_key_t)key, CIL_SYM_USERS, CIL_USERATTRIBUTE); in cil_gen_userattribute()
1366 cil_destroy_userattribute(attr); in cil_gen_userattribute()
1371 void cil_destroy_userattribute(struct cil_userattribute *attr) in cil_destroy_userattribute() argument
1376 if (attr == NULL) { in cil_destroy_userattribute()
1380 if (attr->expr_list != NULL) { in cil_destroy_userattribute()
1384 expr = attr->expr_list->head; in cil_destroy_userattribute()
1390 free(attr->expr_list); in cil_destroy_userattribute()
1391 attr in cil_destroy_userattribute()
1974 struct cil_roleattribute *attr = NULL; cil_gen_roleattribute() local
2002 cil_destroy_roleattribute(struct cil_roleattribute *attr) cil_destroy_roleattribute() argument
2405 struct cil_typeattribute *attr = NULL; cil_gen_typeattribute() local
2439 cil_destroy_typeattribute(struct cil_typeattribute *attr) cil_destroy_typeattribute() argument
[all...]
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp1022 int32_t ucal_getAttribute(const UCalendar *cal, UCalendarAttribute attr) in ucal_getAttribute() argument
1024 return U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute)(cal, attr); in ucal_getAttribute()
1160 void ucal_setAttribute(UCalendar *cal, UCalendarAttribute attr, int32_t newValue) in ucal_setAttribute() argument
1162 U_ICU_ENTRY_POINT_RENAME(ucal_setAttribute)(cal, attr, newValue); in ucal_setAttribute()
1461 UColAttributeValue ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) in ucol_getAttribute() argument
1463 return U_ICU_ENTRY_POINT_RENAME(ucol_getAttribute)(coll, attr, status); in ucol_getAttribute()
1579 void ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status) in ucol_setAttribute() argument
1581 U_ICU_ENTRY_POINT_RENAME(ucol_setAttribute)(coll, attr, value, status); in ucol_setAttribute()
1663 UBool udat_getBooleanAttribute(const UDateFormat *fmt, UDateFormatBooleanAttribute attr, UErrorCode *status) in udat_getBooleanAttribute() argument
1665 return U_ICU_ENTRY_POINT_RENAME(udat_getBooleanAttribute)(fmt, attr, statu in udat_getBooleanAttribute()
1716 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode *status) udat_setBooleanAttribute() argument
2184 unum_getAttribute(const UNumberFormat *fmt, UNumberFormatAttribute attr) unum_getAttribute() argument
2196 unum_getDoubleAttribute(const UNumberFormat *fmt, UNumberFormatAttribute attr) unum_getDoubleAttribute() argument
2244 unum_setAttribute(UNumberFormat *fmt, UNumberFormatAttribute attr, int32_t newValue) unum_setAttribute() argument
2252 unum_setDoubleAttribute(UNumberFormat *fmt, UNumberFormatAttribute attr, double newValue) unum_setDoubleAttribute() argument
[all...]
/third_party/python/Lib/lib2to3/tests/
H A Dtest_fixers.py1631 for attr in self.attrs:
1632 b = "a.func_%s" % attr
1633 a = "a.__%s__" % attr
1636 b = "self.foo.func_%s.foo_bar" % attr
1637 a = "self.foo.__%s__.foo_bar" % attr
1641 for attr in self.attrs:
1642 s = "foo(func_%s + 5)" % attr
1645 s = "f(foo.__%s__)" % attr
1648 s = "f(foo.__%s__.foo)" % attr
2188 for attr i
[all...]
/third_party/exfatprogs/include/
H A Dexfat_ondisk.h151 __le16 attr; member
201 #define file_attr dentry.file.attr
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h207 struct fuse_attr attr; member
220 struct fuse_attr attr; member
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddatefmt.h823 * @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 Ddatefmt.h823 * @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 Devp_pkey.c190 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 Dmod.rs119 attr: i32,
216 attr: 0,
/third_party/python/Lib/distutils/tests/
H A Dtest_upload.py94 for attr, waited in (('username', 'me'), ('password', 'secret'),
97 self.assertEqual(getattr(cmd, attr), waited)
/third_party/openssl/crypto/evp/
H A Devp_pkey.c190 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 Ddatefmt.h823 * @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 DSkSVGNode.cpp75 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 Dwps_i.h190 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 Dwps_i.h190 int wps_process_cred(struct wps_parse_attr *attr,
192 int wps_process_ap_settings(struct wps_parse_attr *attr,
/third_party/mbedtls/library/
H A Ddebug_internal.h160 * \param attr the identifier of the attribute being output
168 mbedtls_debug_ecdh_attr attr);
/third_party/pulseaudio/src/pulse/
H A Dsimple.h126 const pa_buffer_attr *attr, /**< Buffering attributes, or NULL for default */
/third_party/rust/crates/syn/src/
H A Dfile.rs114 use crate::attr::FilterAttrs;
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2608 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 Dpadsp.c1030 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...]
/third_party/icu/icu4c/source/i18n/
H A Ducol.cpp346 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status) { in ucol_setAttribute() argument
351 Collator::fromUCollator(coll)->setAttribute(attr, value, *status); in ucol_setAttribute()
355 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) { in ucol_getAttribute() argument
360 return Collator::fromUCollator(coll)->getAttribute(attr, *status); in ucol_getAttribute()

Completed in 38 milliseconds

1...<<31323334353637383940>>...64