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

1 2

  /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...]
  /toolchain/binutils/binutils-2.25/intl/
finddomain.c 99 if (retval->decided == 0)
107 if (retval->successor[cnt]->decided == 0)
154 if (retval->decided == 0)
161 if (retval->successor[cnt]->decided == 0)
loadinfo.h 79 int decided; member in struct:loaded_l10nfile
l10nflist.c 338 Setting retval->decided to 1 here means that retval does not
341 retval->decided = (dirlist_count > 1
  /external/selinux/libselinux/src/
compute_av.c 54 &avd->allowed, &avd->decided,
90 avd->decided = lavd.decided;
144 avd->decided = lavd.decided;
mapping.c 196 if (avd->decided & current_mapping[tclass].perms[i])
198 avd->decided = result;
avc.c 433 if (node && ((node->ae.avd.decided & requested) == requested)) {
779 ((ae->avd.decided & requested) == requested)) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
print.go 92 // Order of Values has been decided - print in that order.
deadstore_test.go 71 // decided by the CSE pass).
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
print.go 92 // Order of Values has been decided - print in that order.
deadstore_test.go 71 // decided by the CSE pass).
  /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/syslinux/gpxe/src/include/
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
  /prebuilts/go/darwin-x86/src/go/build/
build_test.go 342 t.Fatalf("decided to use %s", p.Dir)
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host.go 317 // Copy headers to rw's headers, after we've decided not to
  /prebuilts/go/linux-x86/src/go/build/
build_test.go 342 t.Fatalf("decided to use %s", p.Dir)
  /prebuilts/go/linux-x86/src/net/http/cgi/
host.go 317 // Copy headers to rw's headers, after we've decided not to

Completed in 1398 milliseconds

1 2