Searched refs:decided (Results 1 - 21 of 21) sorted by relevance

/external/selinux/libselinux/utils/
H A Dcompute_av.c36 if (avd.decided != ~0U) {
37 printf("decided=");
38 print_access_vector(tclass, avd.decided);
/external/selinux/libsepol/include/sepol/policydb/
H A Dflask_types.h59 sepol_access_vector_t decided; member in struct:sepol_av_decision
/external/e2fsprogs/intl/
H A Dfinddomain.c96 if (retval->decided == 0)
104 if (retval->successor[cnt]->decided == 0)
151 if (retval->decided == 0)
158 if (retval->successor[cnt]->decided == 0)
H A Dloadinfo.h71 int decided; member in struct:loaded_l10nfile
H A Dl10nflist.c310 Setting retval->decided to 1 here means that retval does not
313 retval->decided = (dirlist_count > 1
H A Ddcigettext.c734 if (domain_file->decided == 0)
H A Dloadmsgcat.c925 domain_file->decided = 1;
/external/selinux/libselinux/src/
H A Dcompute_av.c54 &avd->allowed, &avd->decided,
90 avd->decided = lavd.decided;
144 avd->decided = lavd.decided;
H A Dmapping.c196 if (avd->decided & current_mapping[tclass].perms[i])
198 avd->decided = result;
H A Davc.c433 if (node && ((node->ae.avd.decided & requested) == requested)) {
779 ((ae->avd.decided & requested) == requested)) {
/external/junit-params/
H A DRELEASES.md4 Utility method `$` was deprecated. It was causing too much problems and we decided not to support it any more. If you wish to keep using it, implement it in your own codebase.
/external/selinux/libselinux/include/selinux/
H A Dselinux.h130 access_vector_t decided; member in struct:av_decision
/external/walt/docs/
H A DAudioLatency.md28 until there is a detectable signal on the wire. Note that this does not include the time between the moment the app decided to output a tone until the Enqueue() call. This is somewhat counterintuitive but this time is deliberately omitted. In case of the WALT app code this time is likely be uniformly distributed between 0 and the length of the buffer (5 ms in case of Nexus 5) and therefore would contribute considerable variance but little interesting information if included in the reported latency.
/external/syslinux/gpxe/src/include/
H A Dcurses.h469 * curses API - ncurses decided to get around this by using #define
470 * macros, but I've decided to be type-safe and implement them all as
/external/tensorflow/tensorflow/contrib/verbs/
H A Dpatch_notes_verbs_with_0_copies.md30 5. With the addition of tensor pre-allocation, we noticed there is a large code similarity between sending the first tensor request and re-sending the request in case of meta-data changes. After implementing a common method for tensor pre-allocation, it turned out that implementation becomes much simpler by encapsulating the process of request sending/re-sending, meta-data response callback and content response callback, all in a single "Request" class. The request class holds all the relevant request information, which reduces excessive parameter passing and lambda capturing. This decision is purely for elegance and code simplicity, and we decided to implement it in first stage because it makes the implementation much easier.
/external/selinux/libsepol/src/
H A Dservices.c921 avd->decided = 0xffffffff;
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex132 some accuracy in regards to ordering and timeliness, we decided to take
/external/libffi/
H A Dtexinfo.tex202 % that mark overfull boxes (in case you have decided
/external/libmicrohttpd/doc/
H A Dtexinfo.tex202 % that mark overfull boxes (in case you have decided
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dtexinfo.tex202 % that mark overfull boxes (in case you have decided
/external/python/cpython3/Modules/_ctypes/libffi/
H A Dtexinfo.tex202 % that mark overfull boxes (in case you have decided

Completed in 7325 milliseconds