Searched refs:attr (Results 251 - 275 of 940) sorted by relevance

<<11121314151617181920>>

/external/libvncserver/x11vnc/
H A Dwin_utils.c107 XWindowAttributes attr, *pattr; local
114 pattr = &attr;
190 XWindowAttributes attr; local
192 if (valid_window(win, &attr, 1)) {
193 *w = attr.width;
194 *h = attr.height;
324 XWindowAttributes attr; local
344 } else if (!valid_window(win, &attr, 1)) {
348 stack_list[k].x = attr.x;
349 stack_list[k].y = attr
621 XWindowAttributes attr; local
[all...]
/external/openssh/contrib/redhat/
H A Dopenssh.spec338 %attr(0755,root,root) %{_bindir}/scp
339 %attr(0644,root,root) %{_mandir}/man1/scp.1*
340 %attr(0755,root,root) %dir %{_sysconfdir}/ssh
341 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli
343 %attr(0755,root,root) %{_bindir}/ssh-keygen
344 %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
345 %attr(0755,root,root) %dir %{_libexecdir}/openssh
346 %attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign
347 %attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper
348 %attr(064
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h44 inline void PTHREAD_CREATE(pthread_t *thread, void *attr, argument
46 ASSERT_EQ(0, attr) << "Thread attributes are not supported yet.";
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dnfnetlink_compat.h34 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff)
/external/linux-tools-perf/src/tools/perf/util/
H A Dpmu.h26 int perf_pmu__config(struct perf_pmu *pmu, struct perf_event_attr *attr,
29 struct perf_event_attr *attr,
/external/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp116 posix_spawnattr_t attr; local
118 exit_with_errno (::posix_spawnattr_init (&attr), "::posix_spawnattr_init (&attr) error: ");
134 ::posix_spawnattr_setsigmask(&attr, &no_signals);
135 ::posix_spawnattr_setsigdefault(&attr, &all_signals);
138 exit_with_errno (::posix_spawnattr_setflags (&attr, flags), "::posix_spawnattr_setflags (&attr, flags) error: ");
146 exit_with_errno (::posix_spawnattr_setbinpref_np (&attr, 1, &cpu_type, &ocount), "posix_spawnattr_setbinpref_np () error: ");
158 exit_with_errno (::posix_spawnp (&pid, path, NULL, &attr, (char * const*)argv, (char * const*)envp), "posix_spawn() error: ");
161 ::posix_spawnattr_destroy (&attr);
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassAdapter.java85 public void visitAttribute(final Attribute attr) { argument
86 cv.visitAttribute(attr);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DDrawableResourceLoaderTest.java111 assertThat( shDrawable.getResourceIdForState( android.R.attr.state_selected ), equalTo( R.drawable.l0_red ) );
112 assertThat( shDrawable.getResourceIdForState( android.R.attr.state_pressed ), equalTo( R.drawable.l1_orange ) );
113 assertThat( shDrawable.getResourceIdForState( android.R.attr.state_focused ), equalTo( R.drawable.l2_yellow ) );
114 assertThat( shDrawable.getResourceIdForState( android.R.attr.state_checkable ), equalTo( R.drawable.l3_green ) );
115 assertThat( shDrawable.getResourceIdForState( android.R.attr.state_checked ), equalTo( R.drawable.l4_blue ) );
116 assertThat( shDrawable.getResourceIdForState( android.R.attr.state_enabled ), equalTo( R.drawable.l5_indigo ) );
117 assertThat( shDrawable.getResourceIdForState( android.R.attr.state_window_focused ), equalTo( R.drawable.l6_violet ) );
118 assertThat( shDrawable.getResourceIdForState( android.R.attr.state_active ), equalTo( R.drawable.l7_white ) );
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_sake.c148 struct eap_sake_parse_attr attr; local
158 if (eap_sake_parse_attributes(payload, payload_len, &attr))
161 if (!attr.perm_id_req && !attr.any_id_req) {
191 struct eap_sake_parse_attr attr; local
207 if (eap_sake_parse_attributes(payload, payload_len, &attr))
210 if (!attr.rand_s) {
216 os_memcpy(data->rand_s, attr.rand_s, EAP_SAKE_RAND_LEN);
230 if (attr.serverid) {
232 attr
291 struct eap_sake_parse_attr attr; local
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_sake.c148 struct eap_sake_parse_attr attr; local
158 if (eap_sake_parse_attributes(payload, payload_len, &attr))
161 if (!attr.perm_id_req && !attr.any_id_req) {
191 struct eap_sake_parse_attr attr; local
207 if (eap_sake_parse_attributes(payload, payload_len, &attr))
210 if (!attr.rand_s) {
216 os_memcpy(data->rand_s, attr.rand_s, EAP_SAKE_RAND_LEN);
230 if (attr.serverid) {
232 attr
291 struct eap_sake_parse_attr attr; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_sake.c148 struct eap_sake_parse_attr attr; local
158 if (eap_sake_parse_attributes(payload, payload_len, &attr))
161 if (!attr.perm_id_req && !attr.any_id_req) {
191 struct eap_sake_parse_attr attr; local
207 if (eap_sake_parse_attributes(payload, payload_len, &attr))
210 if (!attr.rand_s) {
216 os_memcpy(data->rand_s, attr.rand_s, EAP_SAKE_RAND_LEN);
230 if (attr.serverid) {
232 attr
291 struct eap_sake_parse_attr attr; local
[all...]
/external/clang/lib/Sema/
H A DSemaType.cpp64 static void diagnoseBadTypeAttribute(Sema &S, const AttributeList &attr, argument
68 switch (attr.getKind()) {
78 SourceLocation loc = attr.getLoc();
79 StringRef name = attr.getName()->getName();
82 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident
190 for (AttributeList *attr = spec.getAttributes().getList(); attr;
191 attr = attr
199 addIgnoredTypeAttr(AttributeList &attr) argument
239 spliceAttrIntoList(AttributeList &attr, AttributeList *&head) argument
244 spliceAttrOutOfList(AttributeList &attr, AttributeList *&head) argument
261 moveAttrFromListToList(AttributeList &attr, AttributeList *&fromList, AttributeList *&toList) argument
296 handleObjCPointerTypeAttr(TypeProcessingState &state, AttributeList &attr, QualType &type) argument
369 distributeObjCPointerTypeAttr(TypeProcessingState &state, AttributeList &attr, QualType type) argument
423 distributeObjCPointerTypeAttrFromDeclarator(TypeProcessingState &state, AttributeList &attr, QualType &declSpecType) argument
484 distributeFunctionTypeAttr(TypeProcessingState &state, AttributeList &attr, QualType type) argument
516 distributeFunctionTypeAttrToInnermost(TypeProcessingState &state, AttributeList &attr, AttributeList *&attrList, QualType &declSpecType) argument
537 distributeFunctionTypeAttrFromDeclSpec(TypeProcessingState &state, AttributeList &attr, QualType &declSpecType) argument
565 distributeFunctionTypeAttrFromDeclarator(TypeProcessingState &state, AttributeList &attr, QualType &declSpecType) argument
595 AttributeList *attr = state.getDeclarator().getAttributes(); local
3366 AttributeList *attr = D.getAttributePool() local
4074 handleObjCOwnershipTypeAttr(TypeProcessingState &state, AttributeList &attr, QualType &type) argument
4225 handleObjCGCTypeAttr(TypeProcessingState &state, AttributeList &attr, QualType &type) argument
4515 handleFunctionTypeAttr(TypeProcessingState &state, AttributeList &attr, QualType &type) argument
4884 AttributeList &attr = *attrs; local
[all...]
/external/iputils/
H A Diputils.spec72 %attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/clockdiff
73 #%attr(4755,root,root) %{_sbindir}/clockdiff
74 %attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/arping
75 #%attr(4755,root,root) %{_sbindir}/arping
76 %attr(0755,root,root) %caps(cap_net_raw=ep cap_net_admin=ep) %{_bindir}/ping
77 #%attr(4755,root,root) %{_bindir}/ping
78 %attr(0755,root,root) %caps(cap_net_raw=ep cap_net_admin=ep) %{_bindir}/ping6
79 #%attr(4755,root,root) %{_bindir}/ping6
87 %attr(644,root,root) %{_mandir}/man8/*
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c152 GLuint attr; local
191 attr = 2;
194 attr = 1;
210 SET_ATTRIB(0, attr, s0, t0, 0.0f, 1.0f); /* lower left */
211 SET_ATTRIB(1, attr, s1, t0, 0.0f, 1.0f); /* lower right */
212 SET_ATTRIB(2, attr, s1, t1, 0.0f, 1.0f); /* upper right */
213 SET_ATTRIB(3, attr, s0, t1, 0.0f, 1.0f); /* upper left */
215 semantic_names[attr] = TGSI_SEMANTIC_GENERIC;
216 semantic_indexes[attr] = 0;
218 attr
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_linetemp.h271 if (swrast->_InterpMode[attr] == GL_FLAT) {
272 COPY_4V(span.attrStart[attr], vert1->attrib[attr]);
273 ASSIGN_4V(span.attrStepX[attr], 0.0, 0.0, 0.0, 0.0);
279 span.attrStart[attr][c] = invw0 * vert0->attrib[attr][c];
280 da = (invw1 * vert1->attrib[attr][c]) - span.attrStart[attr][c];
281 span.attrStepX[attr][c] = da * invLen;
284 ASSIGN_4V(span.attrStepY[attr], 0.
[all...]
/external/strace/
H A Dipc.c374 struct mq_attr attr;
377 if (umove(tcp, tcp->u_arg[3], &attr) < 0)
381 (long) attr.mq_maxmsg,
382 (long) attr.mq_msgsize);
430 struct mq_attr attr;
431 if (umove(tcp, addr, &attr) < 0) {
436 tprint_open_modes(attr.mq_flags);
438 (long) attr.mq_maxmsg, (long) attr.mq_msgsize,
439 (long) attr
[all...]
/external/libxml2/
H A Dxmlschemas.c519 xmlSchemaAttributeUsePtr next; /* The next attr. use. */
521 * The attr. decl. OR a QName-ref. to an attr. decl. OR
1657 xmlSchemaAttributePtr attr; local
1659 attr = (xmlSchemaAttributePtr) item;
1663 attr->targetNamespace, attr->name));
2843 * @attr: the illegal attribute node
2852 xmlAttrPtr attr,
2858 xmlSchemaFormatItemForReport(&des, NULL, ownerItem, attr
2848 xmlSchemaPCustomAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlChar **ownerDes, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const char *msg) argument
2889 xmlSchemaPIllegalAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerComp ATTRIBUTE_UNUSED, xmlAttrPtr attr) argument
3073 xmlSchemaPMutualExclAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const char *name1, const char *name2) argument
3737 xmlSchemaFreeAttribute(xmlSchemaAttributePtr attr) argument
5790 xmlSchemaPValAttrNodeQNameValue(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const xmlChar *value, const xmlChar **uri, const xmlChar **local) argument
5871 xmlSchemaPValAttrNodeQName(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const xmlChar **uri, const xmlChar **local) argument
5910 xmlAttrPtr attr; local
5937 xmlSchemaPValAttrNodeID(xmlSchemaParserCtxtPtr ctxt, xmlAttrPtr attr) argument
5996 xmlAttrPtr attr; local
6020 xmlAttrPtr attr; local
6085 xmlAttrPtr attr; local
6264 xmlSchemaPValAttrNodeValue(xmlSchemaParserCtxtPtr pctxt, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const xmlChar *value, xmlSchemaTypePtr type) argument
6337 xmlSchemaPValAttrNode(xmlSchemaParserCtxtPtr ctxt, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, xmlSchemaTypePtr type, const xmlChar **value) argument
6383 xmlAttrPtr attr; local
6411 xmlSchemaCheckReference(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema ATTRIBUTE_UNUSED, xmlNodePtr node, xmlAttrPtr attr, const xmlChar *namespaceName) argument
6517 xmlAttrPtr attr; local
6734 xmlAttrPtr attr; local
6899 xmlAttrPtr attr; local
7037 xmlAttrPtr attr; local
7111 xmlAttrPtr attr; local
7501 xmlAttrPtr attr; local
7653 xmlAttrPtr attr; local
7785 xmlAttrPtr attr; local
7992 xmlSchemaCheckCSelectorXPath(xmlSchemaParserCtxtPtr ctxt, xmlSchemaIDCPtr idc, xmlSchemaIDCSelectPtr selector, xmlAttrPtr attr, int isField) argument
8216 xmlAttrPtr attr; local
8314 xmlAttrPtr attr; local
8463 xmlAttrPtr attr, nameAttr; local
8859 xmlAttrPtr attr; local
9028 xmlAttrPtr attr; local
9140 xmlAttrPtr attr; local
9354 xmlAttrPtr attr; local
9456 xmlAttrPtr attr; local
9635 xmlAttrPtr attr; local
10714 xmlAttrPtr attr; local
10861 xmlAttrPtr attr; local
11220 xmlAttrPtr attr; local
11484 xmlAttrPtr attr; local
11788 xmlAttrPtr attr; local
11924 xmlAttrPtr attr; local
12014 xmlAttrPtr attr; local
12109 xmlAttrPtr attr; local
19488 xmlSchemaCheckAttrPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaAttributePtr attr) argument
23966 xmlSchemaAttrInfoPtr attr; local
25160 xmlSchemaAttrInfoPtr attr; local
27684 xmlSchemaAttrInfoPtr attr; local
27861 xmlAttrPtr attr; local
[all...]
/external/icu/icu4c/source/common/
H A Duloc_tag.c494 _addAttributeToList(AttributeListEntry **first, AttributeListEntry *attr) { argument
498 attr->next = NULL;
499 *first = attr;
509 prev->next = attr;
510 attr->next = NULL;
513 cmp = uprv_compareInvCharsAsAscii(attr->attribute, cur->attribute);
516 *first = attr;
518 prev->next = attr;
520 attr->next = cur;
911 AttributeListEntry *attr; local
1203 AttributeListEntry *attr, *nextAttr; local
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg1537 parameterAttributeRef(attr) ::= <<
1538 <attr.name; format="id">
1541 parameterSetAttributeRef(attr,expr) ::= <<
1542 <attr.name; format="id"> =<expr>;
1545 scopeAttributeRef(scope,attr,index,negIndex) ::= <%
1547 <scope>_stack[<scope>_stack.Count - <negIndex> - 1].<attr.name; format="id">
1550 <scope>_stack[<index>].<attr.name; format="id">
1552 <scope>_stack.Peek().<attr.name; format="id">
1557 scopeSetAttributeRef(scope,attr,expr,index,negIndex) ::= <%
1559 <scope>_stack[<scope>_stack.Count - <negIndex> - 1].<attr
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DCSharp3.stg1521 parameterAttributeRef(attr) ::= <<
1522 <attr.name; format="id">
1525 parameterSetAttributeRef(attr,expr) ::= <<
1526 <attr.name; format="id"> =<expr>;
1529 scopeAttributeRef(scope,attr,index,negIndex) ::= <%
1531 <scope>_stack[<scope>_stack.Count - <negIndex> - 1].<attr.name; format="id">
1534 <scope>_stack[<index>].<attr.name; format="id">
1536 <scope>_stack.Peek().<attr.name; format="id">
1541 scopeSetAttributeRef(scope,attr,expr,index,negIndex) ::= <%
1543 <scope>_stack[<scope>_stack.Count - <negIndex> - 1].<attr
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_attrib_tmp.h159 #define ATTR_UI(val, type, normalized, attr, arg) do { \
162 ATTRUI10N_##val((attr), (arg)); \
164 ATTRUI10_##val((attr), (arg)); \
168 ATTRI10N_##val((attr), (arg)); \
170 ATTRI10_##val((attr), (arg)); \
394 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
395 ATTR1F(attr, x);
402 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
403 ATTR1FV(attr, v);
410 GLuint attr local
418 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
426 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
434 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
442 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
450 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
905 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
913 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
921 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
929 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
937 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
945 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
953 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
961 GLuint attr = (target & 0x7) + VBO_ATTRIB_TEX0; local
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DDelphi.stg1635 parameterAttributeRef(attr) ::= "<attr.name>"
1636 parameterSetAttributeRef(attr,expr) ::= "<attr.name> := <expr>;"
1638 scopeAttributeRef(scope,attr,index,negIndex) ::= <<
1640 (<scope>Stack[<scope>Stack.Count-<negIndex>-1] as T<scope>Scope).<attr.name>
1643 (<scope>Stack[<index>] as T<scope>Scope).<attr.name>
1644 ((<scope>_scope)<scope>_stack[<index>]).<attr.name>
1646 (<scope>Stack.Peek.Implementor as T<scope>Scope).<attr.name>
1651 scopeSetAttributeRef(scope,attr,exp
[all...]
/external/chromium-trace/trace-viewer/third_party/six/
H A Dtest_six.py243 attr = six.MovedAttribute("spam", "foo", "bar")
245 assert attr.mod == "bar"
247 assert attr.mod == "foo"
248 assert attr.attr == "spam"
249 attr = six.MovedAttribute("spam", "foo", "bar", "lemma")
250 assert attr.attr == "lemma"
251 attr = six.MovedAttribute("spam", "foo", "bar", "lemma", "theorm")
253 assert attr
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp370 static pthread_attr_t attr; local
379 rc = pthread_attr_create(&attr);
382 rc = pthread_create(&(imp->fThread),attr,&SimpleThreadProc,(void*)this);
385 rc = pthread_attr_init(&attr);
389 //threads created with this attr to be in
393 pthread_attr_setdetachstate(&attr, &detachstate);
396 // pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);
397 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
401 rc = pthread_create(&(imp->fThread),&attr,&SimpleThreadProc,(void*)this);
/external/lldb/source/Host/common/
H A DMutex.cpp206 ::pthread_mutexattr_t attr; local
207 err = ::pthread_mutexattr_init (&attr);
213 err = ::pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_ERRORCHECK);
215 err = ::pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_NORMAL);
220 err = ::pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE);
224 err = ::pthread_mutex_init (&m_mutex, &attr);
230 err = ::pthread_mutexattr_destroy (&attr);

Completed in 1049 milliseconds

<<11121314151617181920>>