Searched refs:av (Results 26 - 50 of 94) sorted by relevance

1234

/external/selinux/libsepol/src/
H A Dhierarchy.c108 uint32_t av = 0; local
112 av = avdatp->data;
116 av |= avdatp->data;
119 result->data = av;
163 avtab_datum_t av; local
183 compute_avtab_datum(a, &key, &av);
185 if ((av.data & d->data) == d->data)
202 compute_avtab_datum(a, &key, &av);
204 if ((av.data & d->data) == d->data)
217 compute_avtab_datum(a, &key, &av);
[all...]
H A Dutil.c78 sepol_access_vector_t av)
91 if (av & (1 << i)) {
77 sepol_av_to_string(policydb_t * policydbp, uint32_t tclass, sepol_access_vector_t av) argument
/external/strace/tests/
H A Dstat.c105 main(int ac, const char **av) argument
113 assert(syscall(NR_stat, av[1], &stb) == 0);
115 assert(stat(av[1], &stb) == 0);
118 printf(STAT_PREFIX "\"%s\", \\{", av[1]);
H A Dscm_rights.c10 int main(int ac, const char **av) argument
39 assert((fds[i] = open(av[i], O_RDONLY)) == i + 3);
/external/ipsec-tools/src/racoon/
H A Deaytest.c112 rsatest(ac, av)
114 char **av;
220 certtest(ac, av)
222 char **av;
341 certpath = *(av + 1);
439 "5XTHVWiWgR1cMWkq/dp51gn+nPftpdAaYGpqGkiHGhZcXLoBaX9uON3p+7av+sQN\n"
648 ciphertest(ac, av)
650 char **av;
729 hmactest(ac, av)
731 char **av;
[all...]
H A Dsecurity.c222 access_vector_t av; local
253 av = ASSOCIATION__POLMATCH;
254 rtn = avc_has_perm(slsid, rangesid, tclass, av, NULL, &avd);
H A Dgetcertsbyname.c381 main(ac, av)
383 char **av;
393 i = getcertsbyname(*(av + 1), &res);
/external/selinux/libselinux/src/
H A Daudit2why.c46 sepol_access_vector_t av; member in struct:avc_t
112 avc->av, &avd, &reason);
321 sepol_access_vector_t perm, av; local
351 av = 0;
372 av |= perm;
376 rc = sepol_compute_av_reason_buffer(ssid, tsid, tclass, av, &avd, &reason, &reason_buf, 0);
387 avc->av = av;
389 if (av & ~avd.auditdeny) {
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassReader.java1487 AnnotationVisitor av;
1490 av = mv.visitParameterAnnotation(i, "Ljava/lang/Synthetic;", false);
1491 if (av != null) {
1492 av.visitEnd();
1499 av = mv.visitParameterAnnotation(i, readUTF8(v, buf), visible);
1500 v = readAnnotationValues(v + 2, buf, true, av);
1514 * @param av the visitor that must visit the values.
1521 final AnnotationVisitor av)
1527 v = readAnnotationValue(v + 2, buf, readUTF8(v, buf), av);
1531 v = readAnnotationValue(v, buf, null, av);
1517 readAnnotationValues( int v, final char[] buf, final boolean named, final AnnotationVisitor av) argument
1552 readAnnotationValue( int v, final char[] buf, final String name, final AnnotationVisitor av) argument
[all...]
/external/toybox/kconfig/
H A Dconf.c493 int main(int ac, char **av) argument
499 if (ac > i && av[i][0] == '-') {
500 switch (av[i++][1]) {
513 defconfig_file = av[i++];
516 av[0]);
539 name = av[i];
541 printf(_("%s: Kconfig file missing\n"), av[0]);
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DASMifierMethodVisitor.java62 ASMifierAnnotationVisitor av = new ASMifierAnnotationVisitor(0);
63 text.add(av.getText());
65 return av;
81 ASMifierAnnotationVisitor av = new ASMifierAnnotationVisitor(0);
82 text.add(av.getText());
84 return av;
H A DASMifierAbstractVisitor.java85 ASMifierAnnotationVisitor av = new ASMifierAnnotationVisitor(0);
86 text.add(av.getText());
88 return av;
H A DTraceMethodVisitor.java105 AnnotationVisitor av = super.visitAnnotation(desc, visible);
107 ((TraceAnnotationVisitor) av).av = mv.visitAnnotation(desc, visible);
109 return av;
135 tav.av = mv.visitAnnotationDefault();
156 tav.av = mv.visitParameterAnnotation(parameter, desc, visible);
/external/skia/src/effects/gradients/
H A DSkGradientBitmapCache.cpp84 AutoValidate av(this);
103 AutoValidate av(this);
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DMethodNode.java425 AnnotationVisitor av = mv.visitAnnotationDefault();
426 AnnotationNode.accept(av, null, annotationDefault);
427 if (av != null) {
428 av.visitEnd();
/external/mksh/src/
H A DBuild.sh1528 int main(int ac, char *av[]) { return (xcopy(av[0], av[--ac], 1)); }
1550 int main(int ac, char **av) { return (fprintf(stderr, "%s%d", *av, ac)); }
1575 int main(int ac, char **av) { return (foo(av[ac - 1]) + isatty(0)); }
1587 int main(int ac __attribute__((__unused__)), char **av
1704 int main(int ac, char **av) { return ((uint32_t)(size_t)*av
[all...]
/external/iputils/
H A Drdisc.c289 char **av = argv; local
300 argc--, av++;
301 while (argc > 0 && *av[0] == '-') {
302 while (*++av[0]) {
303 switch (*av[0]) {
335 argc--, av++;
337 val = strtol(av[0], (char **)NULL, 0);
352 argc--, av++;
354 val = strtol(av[0], (char **)NULL, 0);
370 argc--, av
[all...]
/external/emma/core/java12/com/vladium/util/args/
H A DOptsParser.java138 final String av = args [a];
139 if (av == null) throw new IllegalArgumentException ("null input: args[" + a + "]");
141 //System.out.println ("[state: " + state + "] av = " + av);
147 if (isOpt (av, valueCount, optdef))
149 // 'av' looks like an option: get its name and see if it
154 getOptNameAndValue (av, nv); // this can leave nv[1] as null
210 // not in STATE_OPT_VALUE and 'av' does not look
432 * pre: av != null
435 private static boolean isOpt (final String av, fina argument
462 getOptNameAndValue(final String av, final String [] nv) argument
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgxvar.c994 GX_AVarSegment av; local
1042 av = blend->avar_segment;
1043 for ( i = 0; i < mmvar->num_axis; ++i, ++av )
1045 for ( j = 1; j < (FT_UInt)av->pairCount; ++j )
1046 if ( normalized[i] < av->correspondence[j].fromCoord )
1049 FT_MulDiv( normalized[i] - av->correspondence[j - 1].fromCoord,
1050 av->correspondence[j].toCoord -
1051 av->correspondence[j - 1].toCoord,
1052 av->correspondence[j].fromCoord -
1053 av
[all...]
/external/selinux/sepolgen/src/sepolgen/
H A Drefpolicy.py453 def __init__(self, av=None, parent=None):
460 if av:
461 self.from_av(av)
471 def from_av(self, av):
475 self.src_types.add(av.src_type)
476 if av.src_type == av.tgt_type:
479 self.tgt_types.add(av.tgt_type)
480 self.obj_classes.add(av.obj_class)
481 self.perms.update(av
[all...]
/external/libselinux/include/selinux/
H A Dselinux.h274 access_vector_t av, char **result);
/external/selinux/libsepol/include/sepol/policydb/
H A Dservices.h103 * Return a permission av bit associated with tclass and the string
108 sepol_access_vector_t *av);
/external/freetype/src/truetype/
H A Dttgxvar.c1157 GX_AVarSegment av; local
1225 av = blend->avar_segment;
1226 for ( i = 0; i < mmvar->num_axis; i++, av++ )
1228 for ( j = 1; j < (FT_UInt)av->pairCount; j++ )
1231 if ( normalized[i] < av->correspondence[j].fromCoord )
1234 FT_MulDiv( normalized[i] - av->correspondence[j - 1].fromCoord,
1235 av->correspondence[j].toCoord -
1236 av->correspondence[j - 1].toCoord,
1237 av->correspondence[j].fromCoord -
1238 av
[all...]
/external/clang/test/Parser/
H A Daltivec.c124 __vector unsigned int av = gccv; local
130 av = gv8; // expected-error {{assigning to '__vector unsigned int' (vector of 4 'unsigned int' values) from incompatible type '__attribute__((__vector_size__(2 * sizeof(unsigned int)))) unsigned int' (vector of 2 'unsigned int' values)}}
H A Dcxx-altivec.cpp113 __vector unsigned int av = gccv; local
119 av = gv8; // expected-error {{assigning to '__vector unsigned int' (vector of 4 'unsigned int' values) from incompatible type '__attribute__((__vector_size__(2 * sizeof(unsigned int)))) unsigned int' (vector of 2 'unsigned int' values)}}

Completed in 1216 milliseconds

1234