Home
last modified time | relevance | path

Searched defs:attr (Results 951 - 975 of 1189) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/node/deps/icu-small/source/i18n/
H A Drulebasedcollator.cpp413 RuleBasedCollator::getAttribute(UColAttribute attr, UErrorCode &errorCode) const { in getAttribute() argument
446 RuleBasedCollator::setAttribute(UColAttribute attr, UColAttributeValue value, in setAttribute() argument
H A Ddecimfmt.cpp136 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() argument
270 int32_t DecimalFormat::getAttribute(UNumberFormatAttribute attr, UErrorCode& status) const { in getAttribute() argument
/third_party/ltp/include/lapi/
H A Dbpf.h621 static inline int bpf(enum bpf_cmd cmd, union bpf_attr *attr, unsigned int size) in bpf() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c1411 int attr = weak ? SYM_ATTR_WEAK : SYM_ATTR_NORMAL; in predefine() local
1345 do_define(struct position pos, struct token *token, struct ident *name, struct token *arglist, struct token *expansion, int attr) do_define() argument
1470 do_handle_define(struct stream *stream, struct token **line, struct token *token, int attr) do_handle_define() argument
1515 do_handle_undef(struct stream *stream, struct token **line, struct token *token, int attr) do_handle_undef() argument
[all...]
H A Dsymbol.h148 unsigned char used:1, attr:2, enum_member:1, bound:1; member
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc1066 pthread_attr_t attr; in Start() local
1226 pthread_attr_t attr; in GetStackStart() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c981 const VkVertexInputAttributeDescription *attr = in dzn_graphics_pipeline_translate_vi() local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dpkcs12.c1172 X509_ATTRIBUTE *attr; in print_attribs() local
/third_party/pulseaudio/src/pulse/
H A Dstream.c1011 static void patch_buffer_attr(pa_stream *s, pa_buffer_attr *attr, pa_stream_flags_t *flags) { in patch_buffer_attr() argument
1215 create_stream( pa_stream_direction_t direction, pa_stream *s, const char *dev, const pa_buffer_attr *attr, pa_stream_flags_t flags, const pa_cvolume *volume, pa_stream *sync_stream) create_stream() argument
1428 pa_stream_connect_playback( pa_stream *s, const char *dev, const pa_buffer_attr *attr, pa_stream_flags_t flags, const pa_cvolume *volume, pa_stream *sync_stream) pa_stream_connect_playback() argument
1442 pa_stream_connect_record( pa_stream *s, const char *dev, const pa_buffer_attr *attr, pa_stream_flags_t flags) pa_stream_connect_record() argument
2731 pa_stream_set_buffer_attr(pa_stream *s, const pa_buffer_attr *attr, pa_stream_success_cb_t cb, void *userdata) pa_stream_set_buffer_attr() argument
[all...]
/third_party/openssl/apps/
H A Dpkcs12.c1176 X509_ATTRIBUTE *attr; in print_attribs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1466 GetReturnInfo(CallingConv::ID CC, Type *ReturnType, AttributeList attr, SmallVectorImpl<ISD::OutputArg> &Outs, const TargetLowering &TLI, const DataLayout &DL) GetReturnInfo() argument
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509.h921 X509_ATTRIBUTE *attr); variable
[all...]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-x.c847 XSetWindowAttributes attr; in rpng2_x_create_window() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddecimfmt.cpp136 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() argument
270 int32_t DecimalFormat::getAttribute(UNumberFormatAttribute attr, UErrorCode& status) const { in getAttribute() argument
H A Drulebasedcollator.cpp411 RuleBasedCollator::getAttribute(UColAttribute attr, UErrorCode &errorCode) const { in getAttribute() argument
444 RuleBasedCollator::setAttribute(UColAttribute attr, UColAttributeValue value, in setAttribute() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddaemon.c1161 pthread_attr_t attr; in create_thread() local
/third_party/python/Lib/test/
H A Dtest_pydoc.py1283 attr = Descr() variable in TestDescriptions.test_custom_non_data_descriptor.X
1310 attr = Descr() variable in TestDescriptions.test_custom_data_descriptor.X
[all...]
/third_party/python/Modules/_io/
H A Dbufferedio.c53 PyObject *attr = readinto1 in _bufferediobase_readinto_generic() local
/third_party/pulseaudio/src/utils/
H A Dpadsp.c1030 pa_buffer_attr attr; in create_playback_stream() local
1074 pa_buffer_attr attr; in create_record_stream() local
[all...]
/third_party/python/Include/internal/
H A Dpycore_ast_state.h165 PyObject *attr; member
/third_party/python/Modules/
H A D_operator.c1199 PyObject *attr; member
1214 PyObject *attr; in attrgetter_new() local
1350 dotted_getattr(PyObject *obj, PyObject *attr) dotted_getattr() argument
1424 PyObject *attr, *val; attrgetter_call_impl() local
1437 dotjoinattr(PyObject *attr, PyObject **attrsep) dotjoinattr() argument
1462 PyObject *attr = PyTuple_GET_ITEM(ag->attr, i); attrgetter_args() local
1488 PyObject *attr = dotjoinattr(PyTuple_GET_ITEM(ag->attr, 0), &attrsep); attrgetter_repr() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc1652 std::string attr; in interpolation_to_attribute() local
1773 auto attr = builtin_to_attribute(builtin->builtin); in EmitEntryPointFunction() local
1778 out << " [[" << attr << "]]"; EmitEntryPointFunction() local
2521 auto attr = builtin_to_attribute(builtin->builtin); EmitStructType() local
2526 out << " [[" << attr << "]]"; EmitStructType() local
2551 auto attr = interpolation_to_attribute(interpolate->type, EmitStructType() local
2558 out << " [[" << attr << "]]"; EmitStructType() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duloc_tag.cpp873 _addAttributeToList(AttributeListEntry **first, AttributeListEntry *attr) { in _addAttributeToList() argument
1284 AttributeListEntry *attr; in _appendKeywordsToLanguageTag() local
1530 AttributeListEntry *attr, *nextAttr; _appendLDMLExtensionAsKeywords() local
[all...]
/third_party/python/Python/
H A Dfileutils.c1066 attributes_to_mode(DWORD attr) in attributes_to_mode() argument
/third_party/python/Objects/
H A Dobject.c1188 PyObject *attr = _PyObject_GetInstanceAttribute(obj, values, name); in _PyObject_GetMethod() local
1200 PyObject *attr = PyDict_GetItemWithError(dict, name); in _PyObject_GetMethod() local

Completed in 55 milliseconds

1...<<31323334353637383940>>...48