Searched refs:permissions (Results 326 - 350 of 435) sorted by relevance

<<1112131415161718

/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
H A DRmdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
95 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x')
H A DRntoCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
110 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
H A DListCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
97 fileSystem.getEntry(DIR).permissions = new Permissions('-wx-wx-wx')
H A DRmdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
95 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x')
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
H A DListCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
97 fileSystem.getEntry(DIR).permissions = new Permissions('-wx-wx-wx')
H A DRmdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
95 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x')
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
H A DListCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
97 fileSystem.getEntry(DIR).permissions = new Permissions('-wx-wx-wx')
H A DRmdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
95 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x')
/external/objenesis/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/robolectric/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/sepolicy/tools/
H A Dsepolicy-check.c152 perm = hashtab_search(cls->permissions.table, p);
158 perm = hashtab_search(cls->comdatum->permissions.table, p);
/external/smali/baksmali/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/smali/smali/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/valgrind/
H A DAndroid.build_host.mk12 # See the License for the specific language governing permissions and
H A DAndroid.build_one.mk12 # See the License for the specific language governing permissions and
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java625 * the specified permissions. If there is no current security
630 public void runWithPermissions(Runnable r, Permission... permissions) { argument
638 runWithPermissions(r, permissions);
645 AdjustablePolicy policy = new AdjustablePolicy(permissions);
658 * Runs a runnable without any permissions.
665 * A security policy where new permissions can be dynamically added
670 AdjustablePolicy(Permission... permissions) { argument
671 for (Permission permission : permissions)
689 * Returns a policy containing all the permissions we ever need.
697 // Permissions needed to change permissions!
[all...]
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp573 ProcessPOSIX::DoAllocateMemory(size_t size, uint32_t permissions, argument
579 if (permissions & lldb::ePermissionsReadable)
581 if (permissions & lldb::ePermissionsWritable)
583 if (permissions & lldb::ePermissionsExecutable)
592 error.SetErrorStringWithFormat("unable to allocate %zu bytes of memory with permissions %s", size, GetPermissionsAsCString (permissions));
H A DProcessPOSIX.h98 DoAllocateMemory(size_t size, uint32_t permissions,
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h166 DoAllocateMemory (size_t size, uint32_t permissions, lldb_private::Error &error);
/external/elfutils/src/libdw/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/elfutils/src/libdwfl/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/elfutils/src/libelf/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/fdlibm/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/fio/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DRntoCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
110 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')

Completed in 651 milliseconds

<<1112131415161718