Home
last modified time | relevance | path

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

1234

/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/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/keyboard/
DModifierKey.java23 …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/
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/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-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/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)
/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/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.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)
/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)
/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)
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.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)
/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.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/ltp/testcases/realtime/scripts/
Dsetenv.sh10 if [ -z "$PARENT" ]; then
11 PARENT=${PWD%/$TESTSUITE_NAME*}
14 export TESTS_DIR=$PARENT/$TESTSUITE_NAME
/external/perfetto/src/trace_processor/tables/
Dmacros_unittest.cc26 #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/
DDirectoryTest.java19 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()

1234