HomeSort by relevance Sort by last modified time
    Searched refs:decided (Results 1 - 21 of 21) sorted by null

  /external/selinux/libselinux/utils/
compute_av.c 36 if (avd.decided != ~0U) {
37 printf("decided=");
38 print_access_vector(tclass, avd.decided);
  /external/selinux/libsepol/include/sepol/policydb/
flask_types.h 59 sepol_access_vector_t decided; member in struct:sepol_av_decision
  /external/e2fsprogs/intl/
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)
loadinfo.h 71 int decided; member in struct:loaded_l10nfile
l10nflist.c 310 Setting retval->decided to 1 here means that retval does not
313 retval->decided = (dirlist_count > 1
dcigettext.c 734 if (domain_file->decided == 0)
    [all...]
loadmsgcat.c 925 domain_file->decided = 1;
    [all...]
  /external/selinux/libselinux/src/
compute_av.c 56 &avd->allowed, &avd->decided,
98 avd->decided = lavd.decided;
152 avd->decided = lavd.decided;
mapping.c 226 if (avd->decided & mapping->perms[i])
231 avd->decided = result;
avc.c 433 if (node && ((node->ae.avd.decided & requested) == requested)) {
779 ((ae->avd.decided & requested) == requested)) {
  /external/junit-params/
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/
selinux.h 130 access_vector_t decided; member in struct:av_decision
  /external/walt/docs/
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/tensorflow/tensorflow/contrib/verbs/
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/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Payloads.cs 365 /// protos are decided
  /external/selinux/libsepol/src/
services.c 921 avd->decided = 0xffffffff;
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 132 some accuracy in regards to ordering and timeliness, we decided to take
  /external/e2fsprogs/doc/
texinfo.tex 185 % that mark overfull boxes (in case you have decided
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 185 % that mark overfull boxes (in case you have decided
    [all...]
  /external/libffi/
texinfo.tex 202 % that mark overfull boxes (in case you have decided
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex 202 % that mark overfull boxes (in case you have decided
    [all...]

Completed in 698 milliseconds