Searched refs:attr (Results 151 - 175 of 1281) sorted by relevance

1234567891011>>

/external/elfutils/0.153/backends/
H A Ds390_retval.c70 Dwarf_Attribute *attr = dwarf_attr_integrate (functypedie, DW_AT_type, local
72 if (attr == NULL)
77 Dwarf_Die *typedie = dwarf_formref_die (attr, &die_mem);
85 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
86 typedie = dwarf_formref_die (attr, &die_mem);
99 attr = dwarf_attr (typedie, DW_AT_type, &attr_mem);
100 typedie = dwarf_formref_die (attr, &die_mem);
H A Dsh_retval.c67 Dwarf_Attribute *attr = dwarf_attr_integrate (functypedie, DW_AT_type, local
69 if (attr == NULL)
74 Dwarf_Die *typedie = dwarf_formref_die (attr, &die_mem);
82 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
83 typedie = dwarf_formref_die (attr, &die_mem);
96 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
97 typedie = dwarf_formref_die (attr, &die_mem);
H A Dppc64_retval.c79 Dwarf_Attribute *attr = dwarf_attr_integrate (functypedie, DW_AT_type, local
81 if (attr == NULL)
86 Dwarf_Die *typedie = dwarf_formref_die (attr, &die_mem);
94 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
95 typedie = dwarf_formref_die (attr, &die_mem);
108 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
109 typedie = dwarf_formref_die (attr, &die_mem);
179 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
180 typedie = dwarf_formref_die (attr, &die_mem);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sake_common.c18 static int eap_sake_parse_add_attr(struct eap_sake_parse_attr *attr, argument
31 attr->rand_s = pos + 2;
40 attr->rand_p = pos + 2;
49 attr->mic_s = pos + 2;
58 attr->mic_p = pos + 2;
62 attr->serverid = pos + 2;
63 attr->serverid_len = pos[1] - 2;
67 attr->peerid = pos + 2;
68 attr->peerid_len = pos[1] - 2;
72 attr
160 eap_sake_parse_attributes(const u8 *buf, size_t len, struct eap_sake_parse_attr *attr) argument
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_sake_common.c18 static int eap_sake_parse_add_attr(struct eap_sake_parse_attr *attr, argument
31 attr->rand_s = pos + 2;
40 attr->rand_p = pos + 2;
49 attr->mic_s = pos + 2;
58 attr->mic_p = pos + 2;
62 attr->serverid = pos + 2;
63 attr->serverid_len = pos[1] - 2;
67 attr->peerid = pos + 2;
68 attr->peerid_len = pos[1] - 2;
72 attr
160 eap_sake_parse_attributes(const u8 *buf, size_t len, struct eap_sake_parse_attr *attr) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_sake_common.c18 static int eap_sake_parse_add_attr(struct eap_sake_parse_attr *attr, argument
31 attr->rand_s = pos + 2;
40 attr->rand_p = pos + 2;
49 attr->mic_s = pos + 2;
58 attr->mic_p = pos + 2;
62 attr->serverid = pos + 2;
63 attr->serverid_len = pos[1] - 2;
67 attr->peerid = pos + 2;
68 attr->peerid_len = pos[1] - 2;
72 attr
160 eap_sake_parse_attributes(const u8 *buf, size_t len, struct eap_sake_parse_attr *attr) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_array.c314 GLuint attr; local
320 for (attr = 0; attr < vpv->num_inputs; attr++) {
321 const GLuint mesaAttr = vp->index_to_input[attr];
326 if (attr == 0) {
365 GLuint attr; local
387 for (attr = 1; attr < vpv->num_inputs; attr
469 GLuint attr; local
[all...]
/external/elfutils/0.153/libdw/
H A Ddwarf_getlocation.c64 attr_ok (Dwarf_Attribute *attr) argument
66 if (attr == NULL)
70 switch (attr->code)
130 dwarf_getlocation_implicit_value (attr, op, return_block)
131 Dwarf_Attribute *attr;
135 if (attr == NULL)
139 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
154 check_constant_offset (Dwarf_Attribute *attr, argument
157 if (attr->code != DW_AT_data_member_location)
160 switch (attr
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_array.c314 GLuint attr; local
320 for (attr = 0; attr < vpv->num_inputs; attr++) {
321 const GLuint mesaAttr = vp->index_to_input[attr];
326 if (attr == 0) {
365 GLuint attr; local
387 for (attr = 1; attr < vpv->num_inputs; attr
469 GLuint attr; local
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_enrollee.c676 struct wps_parse_attr attr; local
683 if (wps_parse_msg(&msg, &attr) < 0 ||
684 wps_process_cred(&attr, &wps->cred))
772 struct wps_parse_attr *attr,
780 if (wps_process_ap_settings(attr, &cred) < 0)
920 struct wps_parse_attr *attr)
931 if (wps_process_registrar_nonce(wps, attr->registrar_nonce) ||
932 wps_process_enrollee_nonce(wps, attr->enrollee_nonce) ||
933 wps_process_uuid_r(wps, attr->uuid_r) ||
934 wps_process_dev_pw_id(wps, attr
771 wps_process_ap_settings_e(struct wps_data *wps, struct wps_parse_attr *attr, struct wpabuf *attrs, int wps2) argument
918 wps_process_m2(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
999 wps_process_m2d(struct wps_data *wps, struct wps_parse_attr *attr) argument
1054 wps_process_m4(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1109 wps_process_m6(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1166 wps_process_m8(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1239 struct wps_parse_attr attr; local
1324 struct wps_parse_attr attr; local
1370 struct wps_parse_attr attr; local
1456 struct wps_parse_attr attr; local
[all...]
H A Dwps_attr_process.c236 int wps_process_cred(struct wps_parse_attr *attr, argument
242 if (wps_process_cred_network_idx(cred, attr->network_idx) ||
243 wps_process_cred_ssid(cred, attr->ssid, attr->ssid_len) ||
244 wps_process_cred_auth_type(cred, attr->auth_type) ||
245 wps_process_cred_encr_type(cred, attr->encr_type) ||
246 wps_process_cred_network_key_idx(cred, attr->network_key_idx) ||
247 wps_process_cred_network_key(cred, attr->network_key,
248 attr->network_key_len) ||
249 wps_process_cred_mac_addr(cred, attr
256 wps_process_ap_settings(struct wps_parse_attr *attr, struct wps_credential *cred) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_enrollee.c676 struct wps_parse_attr attr; local
683 if (wps_parse_msg(&msg, &attr) < 0 ||
684 wps_process_cred(&attr, &wps->cred))
772 struct wps_parse_attr *attr,
780 if (wps_process_ap_settings(attr, &cred) < 0)
920 struct wps_parse_attr *attr)
931 if (wps_process_registrar_nonce(wps, attr->registrar_nonce) ||
932 wps_process_enrollee_nonce(wps, attr->enrollee_nonce) ||
933 wps_process_uuid_r(wps, attr->uuid_r) ||
934 wps_process_dev_pw_id(wps, attr
771 wps_process_ap_settings_e(struct wps_data *wps, struct wps_parse_attr *attr, struct wpabuf *attrs, int wps2) argument
918 wps_process_m2(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
999 wps_process_m2d(struct wps_data *wps, struct wps_parse_attr *attr) argument
1054 wps_process_m4(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1109 wps_process_m6(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1166 wps_process_m8(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1239 struct wps_parse_attr attr; local
1324 struct wps_parse_attr attr; local
1370 struct wps_parse_attr attr; local
1456 struct wps_parse_attr attr; local
[all...]
H A Dwps_attr_process.c236 int wps_process_cred(struct wps_parse_attr *attr, argument
242 if (wps_process_cred_network_idx(cred, attr->network_idx) ||
243 wps_process_cred_ssid(cred, attr->ssid, attr->ssid_len) ||
244 wps_process_cred_auth_type(cred, attr->auth_type) ||
245 wps_process_cred_encr_type(cred, attr->encr_type) ||
246 wps_process_cred_network_key_idx(cred, attr->network_key_idx) ||
247 wps_process_cred_network_key(cred, attr->network_key,
248 attr->network_key_len) ||
249 wps_process_cred_mac_addr(cred, attr
256 wps_process_ap_settings(struct wps_parse_attr *attr, struct wps_credential *cred) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_enrollee.c676 struct wps_parse_attr attr; local
683 if (wps_parse_msg(&msg, &attr) < 0 ||
684 wps_process_cred(&attr, &wps->cred))
772 struct wps_parse_attr *attr,
780 if (wps_process_ap_settings(attr, &cred) < 0)
920 struct wps_parse_attr *attr)
931 if (wps_process_registrar_nonce(wps, attr->registrar_nonce) ||
932 wps_process_enrollee_nonce(wps, attr->enrollee_nonce) ||
933 wps_process_uuid_r(wps, attr->uuid_r) ||
934 wps_process_dev_pw_id(wps, attr
771 wps_process_ap_settings_e(struct wps_data *wps, struct wps_parse_attr *attr, struct wpabuf *attrs, int wps2) argument
918 wps_process_m2(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
999 wps_process_m2d(struct wps_data *wps, struct wps_parse_attr *attr) argument
1054 wps_process_m4(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1109 wps_process_m6(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1166 wps_process_m8(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1239 struct wps_parse_attr attr; local
1324 struct wps_parse_attr attr; local
1370 struct wps_parse_attr attr; local
1456 struct wps_parse_attr attr; local
[all...]
H A Dwps_attr_process.c236 int wps_process_cred(struct wps_parse_attr *attr, argument
242 if (wps_process_cred_network_idx(cred, attr->network_idx) ||
243 wps_process_cred_ssid(cred, attr->ssid, attr->ssid_len) ||
244 wps_process_cred_auth_type(cred, attr->auth_type) ||
245 wps_process_cred_encr_type(cred, attr->encr_type) ||
246 wps_process_cred_network_key_idx(cred, attr->network_key_idx) ||
247 wps_process_cred_network_key(cred, attr->network_key,
248 attr->network_key_len) ||
249 wps_process_cred_mac_addr(cred, attr
256 wps_process_ap_settings(struct wps_parse_attr *attr, struct wps_credential *cred) argument
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DDefaultSignedAttributeTableGenerator.java73 Attribute attr = new Attribute(CMSAttributes.contentType,
75 std.put(attr.getAttrType(), attr);
82 Attribute attr = new Attribute(CMSAttributes.signingTime,
84 std.put(attr.getAttrType(), attr);
91 Attribute attr = new Attribute(CMSAttributes.messageDigest,
93 std.put(attr.getAttrType(), attr);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemAttributeSet.java118 ElemAttribute attr = (ElemAttribute) getFirstChildElem();
120 while (null != attr)
122 attr.execute(transformer);
124 attr = (ElemAttribute) attr.getNextSiblingElem();
/external/chromium_org/mojo/public/cpp/utility/lib/
H A Dthread.cc34 pthread_attr_t attr; local
35 int rv MOJO_ALLOW_UNUSED = pthread_attr_init(&attr);
40 rv = pthread_attr_setstacksize(&attr, options_.stack_size());
45 rv = pthread_create(&thread_, &attr, &ThreadRunTrampoline, this);
48 rv = pthread_attr_destroy(&attr);
/external/fio/
H A Dgettime-thread.c50 pthread_attr_t attr; local
57 pthread_attr_init(&attr);
58 pthread_attr_setstacksize(&attr, PTHREAD_STACK_MIN);
59 ret = pthread_create(&gtod_thread, &attr, gtod_thread_main, NULL);
60 pthread_attr_destroy(&attr);
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
H A DSDL_sysmutex.c44 pthread_mutexattr_t attr; local
49 pthread_mutexattr_init(&attr);
51 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
53 pthread_mutexattr_setkind_np(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
57 if ( pthread_mutex_init(&mutex->id, &attr) != 0 ) {
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c266 struct radius_attr_type *attr; local
271 attr = radius_get_attr_type(hdr->type);
274 hdr->type, attr ? attr->name : "?Unknown?", hdr->length);
276 if (attr == NULL || hdr->length < sizeof(struct radius_attr_hdr))
282 switch (attr->data_type) {
345 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); local
346 radius_msg_dump_attr(attr);
356 struct radius_attr_hdr *attr; local
359 attr
386 struct radius_attr_hdr *attr; local
430 struct radius_attr_hdr *attr; local
536 struct radius_attr_hdr *attr = NULL, *tmp; local
586 radius_msg_add_attr_to_array(struct radius_msg *msg, struct radius_attr_hdr *attr) argument
613 struct radius_attr_hdr *attr; local
655 struct radius_attr_hdr *attr; local
742 struct radius_attr_hdr *attr; local
780 struct radius_attr_hdr *attr = NULL, *tmp; local
864 struct radius_attr_hdr *attr; local
922 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); local
1170 struct radius_attr_hdr *attr; local
1238 struct radius_attr_hdr *attr; local
1335 struct radius_attr_hdr *attr = NULL, *tmp; local
1360 struct radius_attr_hdr *attr = NULL, *tmp; local
1386 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); local
1413 struct radius_attr_hdr *attr = NULL; local
1497 struct radius_attr_hdr *attr; local
1635 struct radius_attr_hdr *attr; local
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius.c266 struct radius_attr_type *attr; local
271 attr = radius_get_attr_type(hdr->type);
274 hdr->type, attr ? attr->name : "?Unknown?", hdr->length);
276 if (attr == NULL || hdr->length < sizeof(struct radius_attr_hdr))
282 switch (attr->data_type) {
345 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); local
346 radius_msg_dump_attr(attr);
356 struct radius_attr_hdr *attr; local
359 attr
386 struct radius_attr_hdr *attr; local
430 struct radius_attr_hdr *attr; local
536 struct radius_attr_hdr *attr = NULL, *tmp; local
586 radius_msg_add_attr_to_array(struct radius_msg *msg, struct radius_attr_hdr *attr) argument
613 struct radius_attr_hdr *attr; local
655 struct radius_attr_hdr *attr; local
742 struct radius_attr_hdr *attr; local
780 struct radius_attr_hdr *attr = NULL, *tmp; local
864 struct radius_attr_hdr *attr; local
922 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); local
1170 struct radius_attr_hdr *attr; local
1238 struct radius_attr_hdr *attr; local
1335 struct radius_attr_hdr *attr = NULL, *tmp; local
1360 struct radius_attr_hdr *attr = NULL, *tmp; local
1386 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); local
1413 struct radius_attr_hdr *attr = NULL; local
1497 struct radius_attr_hdr *attr; local
1635 struct radius_attr_hdr *attr; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c266 struct radius_attr_type *attr; local
271 attr = radius_get_attr_type(hdr->type);
274 hdr->type, attr ? attr->name : "?Unknown?", hdr->length);
276 if (attr == NULL || hdr->length < sizeof(struct radius_attr_hdr))
282 switch (attr->data_type) {
345 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); local
346 radius_msg_dump_attr(attr);
356 struct radius_attr_hdr *attr; local
359 attr
386 struct radius_attr_hdr *attr; local
430 struct radius_attr_hdr *attr; local
536 struct radius_attr_hdr *attr = NULL, *tmp; local
586 radius_msg_add_attr_to_array(struct radius_msg *msg, struct radius_attr_hdr *attr) argument
613 struct radius_attr_hdr *attr; local
655 struct radius_attr_hdr *attr; local
742 struct radius_attr_hdr *attr; local
780 struct radius_attr_hdr *attr = NULL, *tmp; local
864 struct radius_attr_hdr *attr; local
922 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); local
1170 struct radius_attr_hdr *attr; local
1238 struct radius_attr_hdr *attr; local
1335 struct radius_attr_hdr *attr = NULL, *tmp; local
1360 struct radius_attr_hdr *attr = NULL, *tmp; local
1386 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); local
1413 struct radius_attr_hdr *attr = NULL; local
1497 struct radius_attr_hdr *attr; local
1635 struct radius_attr_hdr *attr; local
[all...]
/external/chromium_org/chrome/browser/extensions/api/automation_internal/
H A Dautomation_util.cc44 std::pair<ui::AXBoolAttribute, bool> attr = local
47 ToString(attr.first), attr.second);
55 std::pair<ui::AXFloatAttribute, float> attr = local
58 ToString(attr.first), attr.second);
66 std::pair<std::string, std::string> attr = node_data.html_attributes[i]; local
68 attr.first, attr.second);
76 std::pair<ui::AXIntAttribute, int> attr local
86 std::pair<ui::AXIntListAttribute, std::vector<int32> > attr = local
100 std::pair<ui::AXStringAttribute, std::string> attr = local
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_rwlock_init.c44 const pthread_rwlockattr_t * attr)
54 if (attr != NULL && *attr != NULL)
43 pthread_rwlock_init(pthread_rwlock_t * rwlock, const pthread_rwlockattr_t * attr) argument

Completed in 397 milliseconds

1234567891011>>