/external/selinux/libselinux/utils/ |
H A D | compute_av.c | 36 if (avd.decided != ~0U) { 37 printf("decided="); 38 print_access_vector(tclass, avd.decided);
|
/external/selinux/libsepol/include/sepol/policydb/ |
H A D | flask_types.h | 59 sepol_access_vector_t decided; member in struct:sepol_av_decision
|
/external/e2fsprogs/intl/ |
H A D | finddomain.c | 96 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 D | loadinfo.h | 71 int decided; member in struct:loaded_l10nfile
|
H A D | l10nflist.c | 310 Setting retval->decided to 1 here means that retval does not 313 retval->decided = (dirlist_count > 1
|
H A D | dcigettext.c | 734 if (domain_file->decided == 0)
|
H A D | loadmsgcat.c | 925 domain_file->decided = 1;
|
/external/selinux/libselinux/src/ |
H A D | compute_av.c | 54 &avd->allowed, &avd->decided, 90 avd->decided = lavd.decided; 144 avd->decided = lavd.decided;
|
H A D | mapping.c | 196 if (avd->decided & current_mapping[tclass].perms[i]) 198 avd->decided = result;
|
H A D | avc.c | 433 if (node && ((node->ae.avd.decided & requested) == requested)) { 779 ((ae->avd.decided & requested) == requested)) {
|
/external/junit-params/ |
H A D | RELEASES.md | 4 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 D | selinux.h | 130 access_vector_t decided; member in struct:av_decision
|
/external/walt/docs/ |
H A D | AudioLatency.md | 28 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 D | curses.h | 469 * 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 D | patch_notes_verbs_with_0_copies.md | 30 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 D | services.c | 921 avd->decided = 0xffffffff;
|
/external/blktrace/btreplay/doc/ |
H A D | btreplay.tex | 132 some accuracy in regards to ordering and timeliness, we decided to take
|
/external/libffi/ |
H A D | texinfo.tex | 202 % that mark overfull boxes (in case you have decided
|
/external/libmicrohttpd/doc/ |
H A D | texinfo.tex | 202 % that mark overfull boxes (in case you have decided
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
H A D | texinfo.tex | 202 % that mark overfull boxes (in case you have decided
|
/external/python/cpython3/Modules/_ctypes/libffi/ |
H A D | texinfo.tex | 202 % that mark overfull boxes (in case you have decided
|