| /third_party/mesa3d/src/mesa/main/ |
| H A D | ffvertex_prog.c | 138 GLuint attr = MAT_ATTRIB_FRONT_SHININESS + side; in check_active_shininess() local
|
| /third_party/mesa3d/src/mesa/vbo/ |
| H A D | vbo_save_api.c | 314 const int attr = u_bit_scan(&mask); in compare_vao() local 1125 upgrade_vertex(struct gl_context *ctx, GLuint attr, GLuint newsz) in upgrade_vertex() argument 1243 fixup_vertex(struct gl_context *ctx, GLuint attr, GLuint sz, GLenum newType) fixup_vertex() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | rulebasedcollator.cpp | 413 RuleBasedCollator::getAttribute(UColAttribute attr, UErrorCode &errorCode) const { in getAttribute() argument 446 RuleBasedCollator::setAttribute(UColAttribute attr, UColAttributeValue value, in setAttribute() argument
|
| H A D | decimfmt.cpp | 136 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 D | bpf.h | 621 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 D | pre-process.c | 1411 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 D | symbol.h | 148 unsigned char used:1, attr:2, enum_member:1, bound:1; member
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform-posix.cc | 1066 pthread_attr_t attr; in Start() local 1226 pthread_attr_t attr; in GetStackStart() local [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_pipeline.c | 981 const VkVertexInputAttributeDescription *attr = in dzn_graphics_pipeline_translate_vi() local [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | pkcs12.c | 1172 X509_ATTRIBUTE *attr; in print_attribs() local
|
| /third_party/pulseaudio/src/pulse/ |
| H A D | stream.c | 1011 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 D | pkcs12.c | 1176 X509_ATTRIBUTE *attr; in print_attribs() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1466 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 D | x509.h | 921 X509_ATTRIBUTE *attr); variable [all...] |
| /third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
| H A D | rpng2-x.c | 847 XSetWindowAttributes attr; in rpng2_x_create_window() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | decimfmt.cpp | 136 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 D | rulebasedcollator.cpp | 411 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 D | daemon.c | 1161 pthread_attr_t attr; in create_thread() local
|
| /third_party/python/Lib/test/ |
| H A D | test_pydoc.py | 1283 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 D | bufferedio.c | 53 PyObject *attr = readinto1 in _bufferediobase_readinto_generic() local
|
| /third_party/pulseaudio/src/utils/ |
| H A D | padsp.c | 1030 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 D | pycore_ast_state.h | 165 PyObject *attr; member
|
| /third_party/python/Modules/ |
| H A D | _operator.c | 1199 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 D | generator_impl.cc | 1652 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 D | uloc_tag.cpp | 873 _addAttributeToList(AttributeListEntry **first, AttributeListEntry *attr) { in _addAttributeToList() argument 1284 AttributeListEntry *attr; in _appendKeywordsToLanguageTag() local 1530 AttributeListEntry *attr, *nextAttr; _appendLDMLExtensionAsKeywords() local [all...] |