Home
last modified time | relevance | path

Searched refs:PARENT (Results 1 – 25 of 64) sorted by relevance

123

/external/clang/include/clang/AST/
DTypeLocVisitor.h31 #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); \
DTypeVisitor.h72 #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); \
DCommentVisitor.h36 #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/
DTypeLoc.cpp31 #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/
DMkdCommandHandlerTest.groovy36 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/
DMkdCommandHandlerTest.groovy36 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/
DMkdCommandHandlerTest.groovy36 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)
DRmdCommandHandlerTest.groovy35 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/
DMkdCommandHandlerTest.groovy36 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)
DRmdCommandHandlerTest.groovy35 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/
DMkdCommandHandlerTest.groovy36 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)
DRmdCommandHandlerTest.groovy35 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/
DMkdCommandHandlerTest.groovy36 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)
DRmdCommandHandlerTest.groovy35 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/
DMkdCommandHandlerTest.groovy36 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)
DRmdCommandHandlerTest.groovy35 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/
DMkdCommandHandlerTest.groovy36 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)
DRmdCommandHandlerTest.groovy35 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/
DMkdCommandHandlerTest.groovy36 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/
DMkdCommandHandlerTest.groovy36 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)
DRmdCommandHandlerTest.groovy35 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/
DMkdCommandHandlerTest.groovy36 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/
DMkdCommandHandlerTest.groovy37 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/
Dsetenv.sh10 if [ -z "$PARENT" ]; then
11 PARENT=${PWD%/$TESTSUITE_NAME*}
14 export TESTS_DIR=$PARENT/$TESTSUITE_NAME
/external/autotest/client/tests/real_time_tests/
Dpath-fix.patch10 if [ -z "$PARENT" ]; then
11 PARENT=${PWD%/$TESTSUITE_NAME*}

123