/external/clang/include/clang/AST/ |
D | TypeLocVisitor.h | 31 #define ABSTRACT_TYPELOC(CLASS, PARENT) in Visit() argument 32 #define TYPELOC(CLASS, PARENT) \ in Visit() argument 41 #define ABSTRACT_TYPELOC(CLASS, PARENT) in Visit() argument 42 #define TYPELOC(CLASS, PARENT) \ in Visit() argument 49 #define TYPELOC(CLASS, PARENT) \ argument 51 DISPATCH(PARENT); \
|
D | TypeVisitor.h | 72 #define ABSTRACT_TYPE(CLASS, PARENT) in Visit() argument 73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type); in Visit() argument 81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \ argument 82 DISPATCH(PARENT); \
|
D | CommentVisitor.h | 36 #define COMMENT(CLASS, PARENT) \ in visit() argument 47 #define COMMENT(CLASS, PARENT) \ argument 48 RetTy visit ## CLASS(PTR(CLASS) C) { DISPATCH(PARENT, PARENT); }
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 31 #define ABSTRACT_TYPELOC(CLASS, PARENT) argument 32 #define TYPELOC(CLASS, PARENT) \ argument 48 #define ABSTRACT_TYPELOC(CLASS, PARENT) argument 49 #define TYPELOC(CLASS, PARENT) \ argument 66 #define ABSTRACT_TYPELOC(CLASS, PARENT) argument 67 #define TYPELOC(CLASS, PARENT) \ argument 94 #define ABSTRACT_TYPELOC(CLASS, PARENT) argument 95 #define TYPELOC(CLASS, PARENT) \ argument 116 #define ABSTRACT_TYPELOC(CLASS, PARENT) in initializeImpl() argument 117 #define TYPELOC(CLASS, PARENT) \ in initializeImpl() argument [all …]
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/ |
D | MkdCommandHandlerTest.groovy | 36 static final PARENT = '/' 38 static final DIR = p(PARENT, DIRNAME) 76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 78 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT]) 82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-') 84 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', PARENT]) 95 createDirectory(PARENT)
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | MkdCommandHandlerTest.groovy | 36 static final PARENT = '/' 38 static final DIR = p(PARENT, DIRNAME) 76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 78 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT]) 82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-') 84 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', PARENT]) 95 createDirectory(PARENT)
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/ |
D | MkdCommandHandlerTest.groovy | 36 static final PARENT = '/' 38 static final DIR = p(PARENT, DIRNAME) 76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 78 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT]) 82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-') 84 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', PARENT]) 95 createDirectory(PARENT)
|
D | RmdCommandHandlerTest.groovy | 35 static final PARENT = '/' 36 static final DIR = p(PARENT, "usr") 95 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 97 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT])
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/ |
D | MkdCommandHandlerTest.groovy | 36 static final PARENT = '/' 38 static final DIR = p(PARENT, DIRNAME) 76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 78 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT]) 82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-') 84 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', PARENT]) 95 createDirectory(PARENT)
|
D | RmdCommandHandlerTest.groovy | 35 static final PARENT = '/' 36 static final DIR = p(PARENT, "usr") 95 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 97 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT])
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | MkdCommandHandlerTest.groovy | 36 static final PARENT = '/' 38 static final DIR = p(PARENT, DIRNAME) 76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 78 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT]) 82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-') 84 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', PARENT]) 95 createDirectory(PARENT)
|
D | RmdCommandHandlerTest.groovy | 35 static final PARENT = '/' 36 static final DIR = p(PARENT, "usr") 95 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 97 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT])
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | MkdCommandHandlerTest.groovy | 36 static final PARENT = '/' 38 static final DIR = p(PARENT, DIRNAME) 76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 78 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT]) 82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-') 84 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', PARENT]) 95 createDirectory(PARENT)
|
D | RmdCommandHandlerTest.groovy | 35 static final PARENT = '/' 36 static final DIR = p(PARENT, "usr") 95 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 97 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT])
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | MkdCommandHandlerTest.groovy | 36 static final PARENT = '/' 38 static final DIR = p(PARENT, DIRNAME) 76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 78 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT]) 82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-') 84 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', PARENT]) 95 createDirectory(PARENT)
|
D | RmdCommandHandlerTest.groovy | 35 static final PARENT = '/' 36 static final DIR = p(PARENT, "usr") 95 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 97 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT])
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | MkdCommandHandlerTest.groovy | 36 static final PARENT = '/' 38 static final DIR = p(PARENT, DIRNAME) 76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 78 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT]) 82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-') 84 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', PARENT]) 95 createDirectory(PARENT)
|
D | RmdCommandHandlerTest.groovy | 35 static final PARENT = '/' 36 static final DIR = p(PARENT, "usr") 95 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 97 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT])
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | MkdCommandHandlerTest.groovy | 36 static final PARENT = '/' 38 static final DIR = p(PARENT, DIRNAME) 76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 78 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT]) 82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-') 84 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', PARENT]) 95 createDirectory(PARENT)
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | MkdCommandHandlerTest.groovy | 36 static final PARENT = '/' 38 static final DIR = p(PARENT, DIRNAME) 76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 78 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT]) 82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-') 84 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', PARENT]) 95 createDirectory(PARENT)
|
D | RmdCommandHandlerTest.groovy | 35 static final PARENT = '/' 36 static final DIR = p(PARENT, "usr") 95 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 97 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT])
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/ |
D | MkdCommandHandlerTest.groovy | 36 static final PARENT = '/' 38 static final DIR = p(PARENT, DIRNAME) 76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 78 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT]) 82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-') 84 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', PARENT]) 95 createDirectory(PARENT)
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/ |
D | MkdCommandHandlerTest.groovy | 37 static final PARENT = '/' 39 static final DIR = p(PARENT, DIRNAME) 77 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x') 79 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT]) 83 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-') 85 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', PARENT]) 96 createDirectory(PARENT)
|
/external/ltp/testcases/realtime/scripts/ |
D | setenv.sh | 10 if [ -z "$PARENT" ]; then 11 PARENT=${PWD%/$TESTSUITE_NAME*} 14 export TESTS_DIR=$PARENT/$TESTSUITE_NAME
|
/external/autotest/client/tests/real_time_tests/ |
D | path-fix.patch | 10 if [ -z "$PARENT" ]; then 11 PARENT=${PWD%/$TESTSUITE_NAME*}
|