Searched refs:attr (Results 326 - 350 of 940) sorted by relevance

<<11121314151617181920>>

/external/selinux/libsepol/tests/
H A Dtest-common.c231 type_datum_t *attr; local
234 attr = hashtab_search(decl->p_types.table, id);
236 attr = hashtab_search(p->p_types.table, id);
238 if (attr == NULL)
239 printf("could not find attr %s in decl %d\n", id, decl->decl_id);
240 CU_ASSERT_FATAL(attr != NULL);
241 CU_ASSERT(attr->flavor == TYPE_ATTRIB);
242 CU_ASSERT(attr->primary == 1);
244 ebitmap_for_each_bit(&attr->types, tnode, i) {
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java330 Node attr = map.item(i);
331 String attrPrefix = attr.getPrefix();
332 String value = attr.getNodeValue();
333 namespace = attr.getNamespaceURI();
337 attr.getNodeName().equals("xmlns")) {
342 attr.getLocalName().equals(specifiedPrefix)) {
418 NodeImpl attr = (NodeImpl)elem.getAttributeNodeNS("http://www.w3.org/2000/xmlns/", "xmlns");
419 if (attr != null) {
420 String value = attr.getNodeValue();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500Name.java188 AttributeTypeAndValue[] attr = rdn.getTypesAndValues();
189 for (int j = 0; j != attr.length; j++)
191 res[count++] = attr[j].getType();
220 AttributeTypeAndValue[] attr = rdn.getTypesAndValues();
221 for (int j = 0; j != attr.length; j++)
223 if (attr[j].getType().equals(attributeType))
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dlint.py352 for attr in ['read', 'readline', 'readlines', '__iter__']:
353 assert hasattr(wsgi_input, attr), (
355 % (wsgi_input, attr))
358 for attr in ['flush', 'write', 'writelines']:
359 assert hasattr(wsgi_errors, attr), (
361 % (wsgi_errors, attr))
/external/javassist/src/main/javassist/bytecode/
H A DAttributeInfo.java192 AttributeInfo attr = (AttributeInfo)list.get(i);
193 size += attr.length();
233 AttributeInfo attr = (AttributeInfo)list.get(i);
234 attr.write(out);
245 AttributeInfo attr = (AttributeInfo)list.get(i);
246 newList.add(attr.copy(cp, null));
/external/linux-tools-perf/src/tools/perf/util/
H A Dcolor.c53 int attr = -1; local
62 /* [fg [bg]] [attr] */
91 if (val < 0 || attr != -1)
93 attr = val;
96 if (attr >= 0 || fg >= 0 || bg >= 0) {
101 if (attr >= 0) {
102 *dst++ = '0' + attr;
H A Devlist.c147 struct perf_event_attr attr = { local
153 event_attr_init(&attr);
155 evsel = perf_evsel__new(&attr, 0);
213 if (evsel->attr.type == PERF_TYPE_TRACEPOINT &&
214 (int)evsel->attr.config == id)
228 if ((evsel->attr.type == PERF_TYPE_TRACEPOINT) &&
386 if (!(evsel->attr.read_format & PERF_FORMAT_ID) ||
390 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
392 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
468 if (!first->attr
[all...]
H A Dsession.c275 if (tool->attr == NULL)
276 tool->attr = process_event_synth_attr_stub;
433 void perf_event__attr_swap(struct perf_event_attr *attr) argument
435 attr->type = bswap_32(attr->type);
436 attr->size = bswap_32(attr->size);
437 attr->config = bswap_64(attr->config);
438 attr
[all...]
H A Dpmu.c413 * Setup one of config[12] attr members based on the
417 struct perf_event_attr *attr,
440 vp = &attr->config;
443 vp = &attr->config1;
446 vp = &attr->config2;
462 struct perf_event_attr *attr,
468 if (pmu_config_term(formats, attr, term))
475 * Configures event's 'attr' parameter based on the:
479 int perf_pmu__config(struct perf_pmu *pmu, struct perf_event_attr *attr, argument
482 attr
416 pmu_config_term(struct list_head *formats, struct perf_event_attr *attr, struct parse_events_term *term) argument
461 perf_pmu__config_terms(struct list_head *formats, struct perf_event_attr *attr, struct list_head *head_terms) argument
[all...]
/external/lldb/test/unittest2/test/
H A Dtest_program.py149 for arg, attr in (('buffer', 'buffer'), ('failfast', 'failfast'),
151 if attr == 'catch' and not hasInstallHandler:
157 setattr(program, attr, None)
160 self.assertTrue(getattr(program, attr))
164 setattr(program, attr, not_none)
167 self.assertEqual(getattr(program, attr), not_none)
/external/valgrind/drd/
H A Ddrd_pthread_intercepts.c456 int pthread_create_intercept(pthread_t* thread, const pthread_attr_t* attr, argument
476 if (attr)
478 if (pthread_attr_getdetachstate(attr, &thread_args.detachstate) != 0)
485 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args);
502 (pthread_t *thread, const pthread_attr_t *attr,
504 (thread, attr, start, arg));
594 const pthread_mutexattr_t* attr)
601 if (attr)
602 pthread_mutexattr_gettype(attr, &mt);
606 CALL_FN_W_WW(ret, fn, mutex, attr);
593 pthread_mutex_init_intercept(pthread_mutex_t *mutex, const pthread_mutexattr_t* attr) argument
704 pthread_cond_init_intercept(pthread_cond_t* cond, const pthread_condattr_t* attr) argument
909 pthread_barrier_init_intercept(pthread_barrier_t* barrier, const pthread_barrierattr_t* attr, unsigned count) argument
1102 pthread_rwlock_init_intercept(pthread_rwlock_t* rwlock, const pthread_rwlockattr_t* attr) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_crtc.c274 unsigned attr[8]; local
276 attr[0] = KMS_BO_TYPE;
278 attr[1] = KMS_BO_TYPE_CURSOR_64X64_A8R8G8B8;
280 attr[1] = KMS_BO_TYPE_CURSOR;
282 attr[2] = KMS_WIDTH;
283 attr[3] = 64;
284 attr[4] = KMS_HEIGHT;
285 attr[5] = 64;
286 attr[6] = 0;
288 if (kms_bo_create(ms->kms, attr,
[all...]
/external/clang/include/clang/Sema/
H A DAttributeList.h541 AttributeList *add(AttributeList *attr) {
543 attr->NextInPool = Head;
544 Head = attr;
545 return attr;
720 AttributeList *attr = local
723 add(attr);
724 return attr;
737 AttributeList *attr = local
740 add(attr);
741 return attr;
751 AttributeList *attr = local
765 AttributeList *attr = local
779 AttributeList *attr = local
792 AttributeList *attr = local
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java555 Attr attr=((Element)parent).getAttributeNode(declname);
556 if(attr!=null)
558 namespace = attr.getNodeValue();
707 Node attr = nnm.item(i);
708 String aname = attr.getNodeName();
726 namespaceOfPrefix = attr.getNodeValue();
865 * @param attr Attr to be examined
871 public String getExpandedAttributeName(Attr attr) argument
874 String namespace = getNamespaceOfNode(attr);
877 ? namespace + ":" + getLocalNameOfNode(attr)
1194 locateAttrParent(Element elem, Node attr) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c142 struct wps_parse_attr attr; local
146 if (wps && wps_parse_msg(wps, &attr) == 0 &&
147 attr.wps_state &&
148 *attr.wps_state == WPS_STATE_CONFIGURED)
2286 struct wps_parse_attr *attr)
2297 if (wps_oob_use_cred(wpa_s->wps, attr) < 0)
2303 if (attr->ap_channel) {
2304 u16 chan = WPA_GET_BE16(attr->ap_channel);
2338 struct wps_parse_attr *attr)
2341 wpa_s->wps->registrar, attr
2285 wpas_wps_use_cred(struct wpa_supplicant *wpa_s, struct wps_parse_attr *attr) argument
2337 wpas_wps_add_nfc_password_token(struct wpa_supplicant *wpa_s, struct wps_parse_attr *attr) argument
2350 struct wps_parse_attr attr; local
2512 struct wps_parse_attr attr; local
2651 struct wps_parse_attr attr; local
[all...]
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.h277 enum DwarfAttribute attr,
352 enum DwarfAttribute attr,
361 enum DwarfAttribute attr,
371 enum DwarfAttribute attr,
382 enum DwarfAttribute attr,
392 enum DwarfAttribute attr,
401 enum DwarfAttribute attr,
351 ProcessAttributeUnsigned(uint64 offset, enum DwarfAttribute attr, enum DwarfForm form, uint64 data) argument
360 ProcessAttributeSigned(uint64 offset, enum DwarfAttribute attr, enum DwarfForm form, int64 data) argument
370 ProcessAttributeReference(uint64 offset, enum DwarfAttribute attr, enum DwarfForm form, uint64 data) argument
381 ProcessAttributeBuffer(uint64 offset, enum DwarfAttribute attr, enum DwarfForm form, const char* data, uint64 len) argument
391 ProcessAttributeString(uint64 offset, enum DwarfAttribute attr, enum DwarfForm form, const string& data) argument
400 ProcessAttributeSignature(uint64 offset, enum DwarfAttribute attr, enum DwarfForm form, uint64 signature) argument
/external/kernel-headers/original/uapi/linux/
H A Dcoda.h392 struct coda_vattr attr; member in struct:coda_getattr_out
400 struct coda_vattr attr; member in struct:coda_setattr_in
442 struct coda_vattr attr; member in struct:coda_create_in
451 struct coda_vattr attr; member in struct:coda_create_out
496 struct coda_vattr attr; member in struct:coda_mkdir_in
503 struct coda_vattr attr; member in struct:coda_mkdir_out
523 struct coda_vattr attr; member in struct:coda_symlink_in
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java189 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
192 headercell.setText (attr.getName (), true);
194 if (attr != null)
196 boolean fail = (m_metrics [attrID] > 0) && ! attr.passes (item, m_metrics [attrID]);
199 attr.format (item, buf);
368 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
371 headercell.setText (attr.getName (), true);
373 if (attr != null)
375 boolean fail = (m_metrics [attrID] > 0) && ! attr.passes (item, m_metrics [attrID]);
378 attr
[all...]
/external/libvncserver/x11vnc/
H A Dxrecord.c538 XWindowAttributes attr, attr2; local
667 attr.x = scr_attr_cache[i].x;
668 attr.y = scr_attr_cache[i].y;
669 attr.width = scr_attr_cache[i].width;
670 attr.height = scr_attr_cache[i].height;
671 attr.map_state = scr_attr_cache[i].map_state;
677 valid = valid_window(src, &attr, 1);
691 scr_attr_cache[i].x = attr.x;
692 scr_attr_cache[i].y = attr.y;
693 scr_attr_cache[i].width = attr
858 XWindowAttributes attr; local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_span.c141 const GLuint attr = FRAG_ATTRIB_TEX0 + i; local
145 COPY_4V(span->attrStart[attr], tc);
149 span->attrStart[attr][0] = tc[0] / tc[3];
150 span->attrStart[attr][1] = tc[1] / tc[3];
151 span->attrStart[attr][2] = tc[2] / tc[3];
152 span->attrStart[attr][3] = 1.0;
155 ASSIGN_4V(span->attrStart[attr], 0.0F, 0.0F, 0.0F, 1.0F);
157 ASSIGN_4V(span->attrStepX[attr], 0.0F, 0.0F, 0.0F, 0.0F);
158 ASSIGN_4V(span->attrStepY[attr], 0.0F, 0.0F, 0.0F, 0.0F);
183 if (attrMask & BITFIELD64_BIT(attr)) {
479 const GLuint attr = FRAG_ATTRIB_TEX0 + u; local
[all...]
/external/libnl/lib/netfilter/
H A Dct.c27 #include <netlink/attr.h>
105 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr) argument
111 err = nla_parse_nested(tb, CTA_IP_MAX, attr, ct_ip_policy);
160 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr) argument
165 err = nla_parse_nested(tb, CTA_PROTO_MAX, attr, ct_proto_policy);
190 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr) argument
195 err = nla_parse_nested(tb, CTA_TUPLE_MAX, attr, ct_tuple_policy);
214 static int ct_parse_protoinfo_tcp(struct nfnl_ct *ct, struct nlattr *attr) argument
219 err = nla_parse_nested(tb, CTA_PROTOINFO_TCP_MAX, attr,
231 static int ct_parse_protoinfo(struct nfnl_ct *ct, struct nlattr *attr) argument
250 ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg3078 parameterAttributeRef(attr) ::= "<attr.name>"
3079 parameterSetAttributeRef(attr,expr) ::= "<attr.name>=<expr>;"
3084 scopeAttributeRef(scope,attr,index,negIndex) ::= <%
3086 ((SCOPE_TYPE(<scope>))(ctx->SCOPE_STACK(<scope>)->get( ctx->SCOPE_STACK(<scope>), ctx->SCOPE_STACK(<scope>)->size(ctx->SCOPE_STACK(<scope>)) - <negIndex> - 1) ))-><attr.name>
3089 ((SCOPE_TYPE(<scope>))(ctx->SCOPE_STACK(<scope>)->get(ctx->SCOPE_STACK(<scope>), (ANTLR3_UINT32)<index> ) ))-><attr.name>
3091 (SCOPE_TOP(<scope>))-><attr.name>
3096 scopeSetAttributeRef(scope,attr,expr,index,negIndex) ::= <%
3098 ((SCOPE_TYPE(<scope>))(ctx->SCOPE_STACK(<scope>)->get( ctx->SCOPE_STACK(<scope>), ctx->SCOPE_STACK(<scope>)->size(ctx->SCOPE_STACK(<scope>)) - <negIndex> - 1) ))-><attr
[all...]
/external/elfutils/src/libdw/
H A Ddwarf_getmacros.c46 Dwarf_Attribute attr; local
47 if (INTUSE(dwarf_attr) (die, name, &attr) == NULL)
51 return INTUSE(dwarf_formudata) (&attr, retp);
124 Dwarf_Attribute attr_mem, *attr local
127 if (attr != NULL)
128 INTUSE(dwarf_formudata) (attr, &line_offset);
178 Dwarf_Attribute attr_mem, *attr local
180 if (attr != NULL)
181 INTUSE(dwarf_formudata) (attr, &line_offset);
/external/libxml2/include/libxml/
H A Dvalid.h263 xmlAttributePtr attr);
271 xmlAttrPtr attr);
280 xmlAttrPtr attr);
283 xmlAttrPtr attr);
290 xmlAttrPtr attr);
296 xmlAttrPtr attr);
299 xmlAttrPtr attr);
335 xmlAttributePtr attr);
365 xmlAttrPtr attr,
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/
H A Dtest_utils.js203 treeAdapter.getAttrList(node).forEach(function (attr) {
206 if (attr.prefix)
207 attrStr += attr.prefix + ' ';
209 attrStr += attr.name + '="' + attr.value + '"\n';

Completed in 847 milliseconds

<<11121314151617181920>>