Home
last modified time | relevance | path

Searched defs:attr (Results 1251 - 1275 of 1386) sorted by relevance

1...<<515253545556

/third_party/libfuse/lib/
H A Dfuse_lowlevel.c58 static void convert_stat(const struct stat *stbuf, struct fuse_attr *attr) in convert_stat() argument
77 convert_attr(const struct fuse_setattr_in *attr, struct stat *stbuf) convert_attr() argument
449 fuse_reply_attr(fuse_req_t req, const struct stat *attr, double attr_timeout) global() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Delements.cc1573 PropertyAttributes attr = details.attributes(); in GetEntryForIndexImpl() local
1594 PropertyAttributes attr = details.attributes(); in FilterKey() local
/third_party/node/deps/uv/src/win/
H A Dfs.c2149 DWORD attr = GetFileAttributesW(req->file.pathw); in fs__access() local
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c1727 pa_buffer_attr attr; in command_create_playback_stream() local
340 record_stream_new( pa_native_connection *c, pa_source *source, pa_sample_spec *ss, pa_channel_map *map, pa_idxset *formats, pa_buffer_attr *attr, pa_cvolume *volume, bool muted, bool muted_set, pa_source_output_flags_t flags, pa_proplist *p, bool adjust_latency, bool early_requests, bool relative_volume, bool peak_detect, pa_sink_input *direct_on_input, int *ret) record_stream_new() argument
2051 pa_buffer_attr attr; command_create_record_stream() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp4037 VkVertexInputAttributeDescription attr = in runAndVerifyDefaultPipeline() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp1136 MSLShaderInput attr; in spvc_compiler_msl_add_vertex_attribute() local
2507 void spvc_msl_vertex_attribute_init(spvc_msl_vertex_attribute *attr) in spvc_msl_vertex_attribute_init() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dvtzone.cpp399 UnicodeString prop, attr, value; in parseRRULE() local
/third_party/python/Modules/
H A D_cursesmodule.c745 _curses_window_addch_impl(PyCursesWindowObject *self, int group_left_1, int y, int x, PyObject *ch, int group_right_1, long attr) _curses_window_addch_impl() argument
818 _curses_window_addstr_impl(PyCursesWindowObject *self, int group_left_1, int y, int x, PyObject *str, int group_right_1, long attr) _curses_window_addstr_impl() argument
901 _curses_window_addnstr_impl(PyCursesWindowObject *self, int group_left_1, int y, int x, PyObject *str, int n, int group_right_1, long attr) _curses_window_addnstr_impl() argument
966 _curses_window_bkgd_impl(PyCursesWindowObject *self, PyObject *ch, long attr) _curses_window_bkgd_impl() argument
987 _curses_window_attroff_impl(PyCursesWindowObject *self, long attr) _curses_window_attroff_impl() argument
1003 _curses_window_attron_impl(PyCursesWindowObject *self, long attr) _curses_window_attron_impl() argument
1019 _curses_window_attrset_impl(PyCursesWindowObject *self, long attr) _curses_window_attrset_impl() argument
1038 _curses_window_bkgdset_impl(PyCursesWindowObject *self, PyObject *ch, long attr) _curses_window_bkgdset_impl() argument
1203 attr_t attr = A_NORMAL; PyCursesWindow_ChgAt() local
1330 _curses_window_echochar_impl(PyCursesWindowObject *self, PyObject *ch, long attr) _curses_window_echochar_impl() argument
1630 _curses_window_hline_impl(PyCursesWindowObject *self, int group_left_1, int y, int x, PyObject *ch, int n, int group_right_1, long attr) _curses_window_hline_impl() argument
1673 _curses_window_insch_impl(PyCursesWindowObject *self, int group_left_1, int y, int x, PyObject *ch, int group_right_1, long attr) _curses_window_insch_impl() argument
1819 _curses_window_insstr_impl(PyCursesWindowObject *self, int group_left_1, int y, int x, PyObject *str, int group_right_1, long attr) _curses_window_insstr_impl() argument
1904 _curses_window_insnstr_impl(PyCursesWindowObject *self, int group_left_1, int y, int x, PyObject *str, int n, int group_right_1, long attr) _curses_window_insnstr_impl() argument
2425 _curses_window_vline_impl(PyCursesWindowObject *self, int group_left_1, int y, int x, PyObject *ch, int n, int group_right_1, long attr) _curses_window_vline_impl() argument
3902 _curses_pair_number_impl(PyObject *module, int attr) _curses_pair_number_impl() argument
[all...]
/third_party/python/Include/internal/
H A Dpycore_ast.h453 identifier attr; member
/third_party/toybox/toys/pending/
H A Dip.c604 struct rtattr *attr = NULL; in linkupdate() local
856 struct rtattr *attr = IFLA_RTA(iface); in get_link_info() local
470 add_uint32_rtattr_to_buffer(struct rtattr *rta, int maxlen, int type, uint32_t attr) add_uint32_rtattr_to_buffer() argument
1575 struct rtattr *rta, *attr[RTA_MAX+1] = {0,}; display_route_info() local
1712 struct rtattr *rta, *attr[RTA_MAX+1] = {0,}; display_route_info() local
1843 struct rtattr *rta, *attr[RTA_MAX+1] = {0,}; route_get() local
2329 struct rtattr *rta, *attr[RTA_MAX+1] = {0,}; show_rules() local
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc458 char* attr; in GetClassAttribute() local
/third_party/python/Modules/clinic/
H A D_cursesmodule.c.h40 long attr = A_NORMAL; in _curses_window_addch() local
112 long attr = 0; _curses_window_addstr() local
187 long attr = 0; _curses_window_addnstr() local
246 long attr = A_NORMAL; _curses_window_bkgd() local
282 long attr; _curses_window_attroff() local
310 long attr; _curses_window_attron() local
338 long attr; _curses_window_attrset() local
373 long attr = A_NORMAL; _curses_window_bkgdset() local
656 long attr = A_NORMAL; _curses_window_echochar() local
931 long attr = A_NORMAL; _curses_window_hline() local
1001 long attr = A_NORMAL; _curses_window_insch() local
1124 long attr = 0; _curses_window_insstr() local
1201 long attr = 0; _curses_window_insnstr() local
1793 long attr = A_NORMAL; _curses_window_vline() local
3443 int attr; _curses_pair_number() local
[all...]
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c1150 type_datum_t *attr; in expand_attrib() local
1323 type_datum_t *t, *attr; define_typeattribute() local
1458 type_datum_t *datum, *attr; define_type() local
2749 role_datum_t *r, *attr; define_role_attr() local
2798 role_datum_t *r, *attr; define_roleattribute() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp4034 VkVertexInputAttributeDescription attr = in runAndVerifyDefaultPipeline() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_server.c1288 struct hostapd_radius_attr *attr; in radius_server_encapsulate_eap() local
1381 struct hostapd_radius_attr *attr; in radius_server_macacl() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c3170 int crypto_csr_set_attribute(struct crypto_csr *csr, enum crypto_csr_attr attr, in crypto_csr_set_attribute() argument
3191 crypto_csr_get_attribute(struct crypto_csr *csr, enum crypto_csr_attr attr, size_t *len, int *type) crypto_csr_get_attribute() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_registrar.c1151 struct wps_parse_attr attr; in wps_registrar_probe_req_rx() local
2645 wps_process_m1(struct wps_data *wps, struct wps_parse_attr *attr) wps_process_m1() argument
2779 wps_process_m3(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) wps_process_m3() argument
2814 wps_process_m5(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) wps_process_m5() argument
2911 wps_process_ap_settings_r(struct wps_data *wps, struct wps_parse_attr *attr) wps_process_ap_settings_r() argument
2965 wps_process_m7(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) wps_process_m7() argument
3033 struct wps_parse_attr attr; wps_process_wsc_msg() local
3116 struct wps_parse_attr attr; wps_process_wsc_ack() local
3183 struct wps_parse_attr attr; wps_process_wsc_nack() local
3265 struct wps_parse_attr attr; wps_process_wsc_done() local
3399 struct wps_parse_attr attr; wps_registrar_process_msg() local
3410 struct wps_parse_attr attr; wps_registrar_process_msg() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.c4848 wpa_auth_radius_das_disconnect_pmksa(struct wpa_authenticator *wpa_auth, struct radius_das_attrs *attr) wpa_auth_radius_das_disconnect_pmksa() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2370 shared_ptr<JsValue> attr = runtime->NewObject(); in JsSetAttribute() local
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/
H A Dffrtndk.cpp557 ffrt_condattr_t attr; in ConditionVariableApiTest001() local
799 ffrt_mutexattr_t attr; in RecursiveMutexAbnormalParamTest001() local
833 ffrt_mutexattr_t attr; in RecursiveMutexAbnormalInvalidParamTest001() local
863 ffrt_mutexattr_t attr; MutexAbnormalParamTest001() local
2104 ffrt_task_attr_t attr; SubmitBasicTest002() local
2106 ffrt_submit_base(ffrt_create_function_wrapper(OnePlusForTest, NULL, &a), NULL, NULL, &attr); SubmitBasicTest002() local
2454 ffrt_task_attr_t attr; SubmitIn0Ou0WaitNullTask1Test() local
2521 ffrt_task_attr_t attr; SubmitHBasicTest002() local
2769 ffrt_task_attr_t attr; TaskAttrAbnormalTest() local
2800 ffrt_task_attr_t attr; TaskAttrQosIllegalTest() local
2817 ffrt_task_attr_t attr; TaskAttrQosQueryTest() local
2836 ffrt_task_attr_t attr; TaskAttrSetNameTest() local
2857 ffrt_task_attr_t attr; TaskAttrSetQosTest() local
3628 ffrt_task_attr_t attr; ffrt_this_task_get_qos_0001() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dhlsenc.c346 char attr[32]; in write_codec_attr() local
[all...]
/third_party/alsa-lib/src/
H A Dconf.c501 pthread_mutexattr_t attr; in snd_config_init_mutex() local
/third_party/backends/sanei/
H A Dsanei_usb.c658 char* attr = sanei_xml_get_prop(node, name); in sanei_xml_get_prop_uint() local
671 char* attr = sanei_xml_get_prop(node, "seq"); in sanei_xml_print_seq_if_any() local
692 char* attr = sanei_xml_get_prop(node, "direction"); in sanei_xml_is_transaction_ignored() local
993 char* attr = sanei_xml_get_prop(node, "debug_break"); sanei_xml_break_if_needed() local
1005 char* attr = sanei_xml_get_prop(node, attr_name); sanei_usb_check_attr() local
1027 char* attr = sanei_xml_get_prop(node, attr_name); sanei_usb_attr_is() local
1044 char* attr = sanei_xml_get_prop(node, attr_name); sanei_usb_check_attr_uint() local
1067 char* attr = sanei_xml_get_prop(node, attr_name); sanei_usb_attr_is_uint() local
1123 char* attr = sanei_xml_get_prop(el_root, "backend"); sanei_usb_testing_get_backend() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c198 UNumberFormatAttribute attr; in TestNumberFormat() local
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c1002 emit_fragcoord_input(struct v3d_compile *c, int attr) in emit_fragcoord_input() argument
1119 emit_compact_fragment_input(struct v3d_compile *c, int attr, nir_variable *var, in emit_compact_fragment_input() argument

Completed in 104 milliseconds

1...<<515253545556