HomeSort by relevance Sort by last modified time
    Searched defs:rights (Results 1 - 25 of 38) sorted by null

1 2

  /external/ImageMagick/MagickCore/
static.c 91 rights;
97 rights=ReadPolicyRights;
98 if (IsRightsAuthorized(FilterPolicyDomain,rights,tag) == MagickFalse)
89 rights; local
constitute.c 399 rights;
417 rights=ReadPolicyRights;
418 if (IsRightsAuthorized(domain,rights,read_info->magick) == MagickFalse)
394 rights; local
987 rights; local
    [all...]
module.c 968 rights;
988 rights=ReadPolicyRights;
989 if (IsRightsAuthorized(FilterPolicyDomain,rights,tag) == MagickFalse)
956 rights; local
1635 rights; local
    [all...]
policy.c 83 rights;
108 rights;
229 policy_info->rights=p->rights;
564 % requested rights for the specified domain.
569 % const PolicyRights rights,const char *pattern)
575 % o rights: the policy rights.
581 const PolicyRights rights,const char *pattern)
596 "Domain: %s; rights=%s; pattern=\"%s\" ..."
80 rights; member in struct:_PolicyInfo
105 rights; member in struct:_PolicyMapInfo
    [all...]
delegate.c 351 rights;
367 rights=ExecutePolicyRights;
369 if (IsRightsAuthorized(domain,rights,arguments[1]) == MagickFalse)
342 rights; local
1641 rights; local
    [all...]
blob.c 2402 rights; local
    [all...]
  /external/openssh/
sandbox-capsicum.c 41 * limits rights on stdout, stdin, stderr, monitor and switches to
71 cap_rights_t rights; local
87 cap_rights_init(&rights);
89 if (cap_rights_limit(STDIN_FILENO, &rights) < 0 && errno != ENOSYS)
91 if (cap_rights_limit(STDOUT_FILENO, &rights) < 0 && errno != ENOSYS)
93 if (cap_rights_limit(STDERR_FILENO, &rights) < 0 && errno != ENOSYS)
96 cap_rights_init(&rights, CAP_READ, CAP_WRITE);
97 if (cap_rights_limit(box->monitor->m_recvfd, &rights) < 0 &&
100 cap_rights_init(&rights, CAP_WRITE);
101 if (cap_rights_limit(box->monitor->m_log_sendfd, &rights) < 0 &
    [all...]
  /external/strace/tests/
pkey_alloc.c 5 * All rights reserved.
51 } rights[] = { local
67 for (j = 0; j < ARRAY_SIZE(rights); j++) {
68 rc = syscall(__NR_pkey_alloc, flags[i], rights[j].val);
70 (unsigned long long) flags[i], rights[j].str,
  /external/strace/tests-m32/
pkey_alloc.c 5 * All rights reserved.
51 } rights[] = { local
67 for (j = 0; j < ARRAY_SIZE(rights); j++) {
68 rc = syscall(__NR_pkey_alloc, flags[i], rights[j].val);
70 (unsigned long long) flags[i], rights[j].str,
  /external/strace/tests-mx32/
pkey_alloc.c 5 * All rights reserved.
51 } rights[] = { local
67 for (j = 0; j < ARRAY_SIZE(rights); j++) {
68 rc = syscall(__NR_pkey_alloc, flags[i], rights[j].val);
70 (unsigned long long) flags[i], rights[j].str,
  /external/tcpdump/
tcpdump.c 3 * The Regents of the University of California. All rights reserved.
31 The Regents of the University of California. All rights reserved.\n";
930 * Ensure that, on a dump file's descriptor, we have all the rights
976 * I/O library that knows what rights are needed by the standard
986 cap_rights_t rights; local
988 cap_rights_init(&rights, CAP_SEEK, CAP_WRITE, CAP_FCNTL);
989 if (cap_rights_limit(fd, &rights) < 0 && errno != ENOSYS) {
1029 cap_rights_t rights; local
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 5391 ReduceKeysTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.ReduceKeysTask
5439 ReduceValuesTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.ReduceValuesTask
5487 ReduceEntriesTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.ReduceEntriesTask
5534 MapReduceKeysTask<K,V,U> rights, nextRight; field in class:ConcurrentHashMap.MapReduceKeysTask
5588 MapReduceValuesTask<K,V,U> rights, nextRight; field in class:ConcurrentHashMap.MapReduceValuesTask
5642 MapReduceEntriesTask<K,V,U> rights, nextRight; field in class:ConcurrentHashMap.MapReduceEntriesTask
5696 MapReduceMappingsTask<K,V,U> rights, nextRight; field in class:ConcurrentHashMap.MapReduceMappingsTask
5751 MapReduceKeysToDoubleTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceKeysToDoubleTask
5801 MapReduceValuesToDoubleTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceValuesToDoubleTask
5851 MapReduceEntriesToDoubleTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceEntriesToDoubleTask
5901 MapReduceMappingsToDoubleTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceMappingsToDoubleTask
5951 MapReduceKeysToLongTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceKeysToLongTask
6001 MapReduceValuesToLongTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceValuesToLongTask
6051 MapReduceEntriesToLongTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceEntriesToLongTask
6101 MapReduceMappingsToLongTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceMappingsToLongTask
6151 MapReduceKeysToIntTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceKeysToIntTask
6201 MapReduceValuesToIntTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceValuesToIntTask
6251 MapReduceEntriesToIntTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceEntriesToIntTask
6301 MapReduceMappingsToIntTask<K,V> rights, nextRight; field in class:ConcurrentHashMap.MapReduceMappingsToIntTask
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 
  /prebuilts/sdk/tools/
jack-jar-tools.jar 

Completed in 149 milliseconds

1 2