Searched refs:permissions (Results 201 - 225 of 435) sorted by relevance

1234567891011>>

/external/hamcrest/library/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/hyphenation-patterns/
H A Dpatterns.mk12 # See the License for the specific language governing permissions and
/external/icu/android_utils/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/icu/icu4c/source/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/jsr305/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/littlemock/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/lldb/include/lldb/Host/
H A DFile.h103 /// File::Open (const char *path, uint32_t options, uint32_t permissions).
111 /// @param[in] permissions
114 /// @see File::Open (const char *path, uint32_t options, uint32_t permissions)
118 uint32_t permissions = ePermissionsDefault);
207 /// @param[in] permissions
213 uint32_t permissions = ePermissionsDefault);
/external/messageformat/
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 DCwdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
67 dir.permissions = new Permissions('rw-rw-rw-')
H A DDeleCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
79 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
H A DNlstCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
81 fileSystem.getEntry(DIR).permissions = new Permissions('-wx-wx-wx')
H A DRnfrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
67 fileSystem.getEntry(FILE).permissions = new Permissions('-wx-wx-wx')
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntryTestCase.groovy13 * See the License for the specific language governing permissions and
73 assert entry.permissions == new Permissions(PERM)
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
H A DCwdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
67 dir.permissions = new Permissions('rw-rw-rw-')
H A DDeleCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
79 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
H A DNlstCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
80 fileSystem.getEntry(DIR).permissions = new Permissions('-wx-wx-wx')
H A DRnfrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
66 fileSystem.getEntry(FILE).permissions = new Permissions('-wx-wx-wx')
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntryTest.groovy13 * See the License for the specific language governing permissions and
73 assert entry.permissions == new Permissions(PERM)
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DCwdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
67 dir.permissions = new Permissions('rw-rw-rw-')
H A DDeleCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
79 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
H A DNlstCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
80 fileSystem.getEntry(DIR).permissions = new Permissions('-wx-wx-wx')
H A DRnfrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
66 fileSystem.getEntry(FILE).permissions = new Permissions('-wx-wx-wx')
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntryTest.groovy13 * See the License for the specific language governing permissions and
73 assert entry.permissions == new Permissions(PERM)
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
H A DCwdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
67 dir.permissions = new Permissions('rw-rw-rw-')
H A DDeleCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
80 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')

Completed in 2670 milliseconds

1234567891011>>