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

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libtermcap.so 3 GROUP( libtinfo.so )
libpthread.so 5 GROUP ( libpthread.so.0 libpthread_nonshared.a )
libc.so 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libtermcap.so 3 GROUP( libtinfo.so )
libpthread.so 5 GROUP ( libpthread.so.0 libpthread_nonshared.a )
libc.so 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/
libpthread.so 5 GROUP ( libpthread.so.0 libpthread_nonshared.a )
libc.so 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpthread.so 5 GROUP ( libpthread.so.0 libpthread_nonshared.a )
libc.so 5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) )
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
UserAccountTest.groovy 35 private static final GROUP = 'group'
103 testCanRead(USERNAME, GROUP, null, true)
105 // UserAccount has no username or group; use World permissions
106 testCanRead(USERNAME, GROUP, '------r--', true)
107 testCanRead(USERNAME, GROUP, 'rwxrwx-wx', false)
110 userAccount.groups = [GROUP]
112 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
113 testCanRead(USERNAME, GROUP, '---------', false) // NONE
118 testCanRead(null, GROUP, '---r-----', true) // Grou
    [all...]
  /external/clang/include/clang/AST/
CommentDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Lex/
LexDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Parse/
ParseDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Sema/
SemaDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Serialization/
SerializationDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
group0a.d 2 #name: group section
6 [ ]*\[.*\][ ]+\.group[ ]+GROUP.*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
group0a.d 3 #name: group section
6 [ ]*\[.*\][ ]+\.group[ ]+GROUP.*
group1a.d 3 #name: group section with multiple sections of same name
6 [ ]*\[.*\][ ]+\.group[ ]+GROUP.*
section4.d 6 [ ]*\[.*\][ ]+.group[ ]+GROUP.*
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DirectoryEntryTest.groovy 32 entry.group = GROUP
40 assert clone.group == GROUP
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/fake/example/
WindowsFakeFileSystemPermissionsTest.java 41 final String GROUP = "dev";
48 directoryEntry1.setGroup(GROUP);
53 directoryEntry2.setGroup(GROUP);
58 fileEntry1.setGroup(GROUP);
63 fileEntry2.setGroup(GROUP);

Completed in 1306 milliseconds

1 2 3 4 5 6 7