/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/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/keyboard/ |
D | ModifierKey.java | 23 …md"), CONTROL(Variant.PARENT, "ctrl"), CONTROL_LEFT(Variant.LEFT, "ctrl"), CONTROL_RIGHT(Variant.R… 24 …FT(Variant.LEFT, "alt"), ALT_RIGHT(Variant.RIGHT, "alt"), OPTION(Variant.PARENT, "opt"), OPTION_LE… 26 …"opt"), CAPSLOCK(Variant.NONE, "caps"), SHIFT(Variant.PARENT, "shift"), SHIFT_LEFT(Variant.LEFT, "… 65 if (variant == Variant.PARENT) { in sibling() 76 if (variant == Variant.PARENT) { in parent() 87 if (variant != Variant.PARENT) { in children() 100 PARENT(""), LEFT("L"), RIGHT("R"), NONE(""); enumConstant
|
/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/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-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/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)
|
/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/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.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)
|
/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)
|
/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)
|
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.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)
|
/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.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/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/perfetto/src/trace_processor/tables/ |
D | macros_unittest.cc | 26 #define PERFETTO_TP_TEST_EVENT_TABLE_DEF(NAME, PARENT, C) \ argument 28 PARENT(PERFETTO_TP_ROOT_TABLE_PARENT_DEF, C) \ 33 #define PERFETTO_TP_TEST_COUNTER_TABLE_DEF(NAME, PARENT, C) \ argument 35 PARENT(PERFETTO_TP_TEST_EVENT_TABLE_DEF, C) \ 39 #define PERFETTO_TP_TEST_SLICE_TABLE_DEF(NAME, PARENT, C) \ argument 41 PARENT(PERFETTO_TP_TEST_EVENT_TABLE_DEF, C) \ 46 #define PERFETTO_TP_TEST_CPU_SLICE_TABLE_DEF(NAME, PARENT, C) \ argument 48 PARENT(PERFETTO_TP_TEST_SLICE_TABLE_DEF, C) \ 54 #define PERFETTO_TP_TEST_ARGS_TABLE_DEF(NAME, PARENT, C) \ argument 56 PARENT(PERFETTO_TP_ROOT_TABLE_PARENT_DEF, C) \ [all …]
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | DirectoryTest.java | 19 import static com.google.common.jimfs.Name.PARENT; 179 assertThat(newDir.get(Name.PARENT)).isNull(); in testLinkDirectory() 188 assertThat(newDir.get(Name.PARENT)).isEqualTo(entry(newDir, "..", dir)); in testLinkDirectory() 209 assertThat(newDir.get(Name.PARENT)).isEqualTo(entry(newDir, "..", dir)); in testUnlinkDirectory() 254 new DirectoryEntry(dir, Name.SELF, dir), new DirectoryEntry(dir, Name.PARENT, root)); in testInitialState() 297 new DirectoryEntry(dir, Name.PARENT, root)); in testRemove() 315 entriesInDir.add(new DirectoryEntry(dir, Name.PARENT, root)); in testManyPutsAndRemoves() 376 assertThat(dir.get(PARENT)).isEqualTo(entry((Directory) self, "..", parent)); in assertParentAndSelf()
|