Searched refs:permissions (Results 126 - 150 of 435) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
H A DCdupCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
54 dir.permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
H A DCdupCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
54 dir.permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
H A DCdupCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
54 dir.permissions = new Permissions('rw-rw-rw-')
/external/mp4parser/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/owasp/sanitizer/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/safe-iop/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/tagsoup/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/valgrind/
H A DAndroid.clean.mk12 # See the License for the specific language governing permissions and
/external/vboot_reference/firmware/lib/tpm_lite/
H A Dmocked_tlcl.c140 uint32_t TlclGetPermissions(uint32_t index, uint32_t* permissions) { argument
141 *permissions = 0;
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
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 DRetrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
81 fileSystem.getEntry(DIR).permissions = Permissions.NONE
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy13 * See the License for the specific language governing permissions and
115 entry.permissions = PERMISSIONS
124 assert clone.permissions == PERMISSIONS
H A DUnixDirectoryListingFormatterTest.groovy13 * See the License for the specific language governing permissions and
53 owner: OWNER, group: GROUP, permissions: FILE_PERMISSIONS)
83 owner: OWNER, group: GROUP, permissions: DIR_PERMISSIONS)
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
H A DRetrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
81 fileSystem.getEntry(DIR).permissions = Permissions.NONE
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy13 * See the License for the specific language governing permissions and
108 entry.permissions = PERMISSIONS
117 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DRetrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
81 fileSystem.getEntry(DIR).permissions = Permissions.NONE
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy13 * See the License for the specific language governing permissions and
108 entry.permissions = PERMISSIONS
117 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
H A DRetrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
81 fileSystem.getEntry(DIR).permissions = Permissions.NONE
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy13 * See the License for the specific language governing permissions and
109 entry.permissions = PERMISSIONS
118 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DRetrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
81 fileSystem.getEntry(DIR).permissions = Permissions.NONE
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy13 * See the License for the specific language governing permissions and
108 entry.permissions = PERMISSIONS
117 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
H A DRetrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
81 fileSystem.getEntry(DIR).permissions = Permissions.NONE
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy13 * See the License for the specific language governing permissions and
114 entry.permissions = PERMISSIONS
123 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
H A DRetrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
81 fileSystem.getEntry(DIR).permissions = Permissions.NONE
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DFileEntryTest.groovy13 * See the License for the specific language governing permissions and
114 entry.permissions = PERMISSIONS
123 assert clone.permissions == PERMISSIONS

Completed in 469 milliseconds

1234567891011>>