/external/junit/src/org/junit/runners/model/ |
D | RunnerBuilder.java | 79 public List<Runner> runners(Class<?> parent, Class<?>[] children) in runners() 90 public List<Runner> runners(Class<?> parent, List<Class<?>> children) in runners() 95 private List<Runner> runners(Class<?>[] children) { in runners()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 61 ConstStmtRange children() const { in children() function 196 StmtRange children() { return StmtRange(&Condition, &Condition + 1); } in children() function 249 StmtRange children() { return StmtRange(&Condition, &Condition + 1); } in children() function 303 StmtRange children() { return StmtRange(&NumThreads, &NumThreads + 1); } in children() function 359 StmtRange children() { return StmtRange(&Safelen, &Safelen + 1); } in children() function 415 StmtRange children() { return StmtRange(&NumForLoops, &NumForLoops + 1); } in children() function 484 StmtRange children() { return StmtRange(); } in children() function 555 StmtRange children() { return StmtRange(); } in children() function 653 StmtRange children() { return StmtRange(&ChunkSize, &ChunkSize + 1); } in children() function 682 StmtRange children() { return StmtRange(); } in children() function [all …]
|
D | StmtObjC.h | 68 child_range children() { in children() function 116 child_range children() { return child_range(&Body, &Body + 1); } in children() function 148 child_range children() { in children() function 248 child_range children() { in children() function 307 child_range children() { in children() function 341 child_range children() { return child_range(&Throw, &Throw+1); } in children() function 370 child_range children() { return child_range(&SubStmt, &SubStmt + 1); } in children() function
|
D | ExprObjC.h | 55 child_range children() { return child_range(&String, &String+1); } in children() function 85 child_range children() { return child_range(); } in children() function 126 child_range children() { return child_range(&SubExpr, &SubExpr+1); } in children() function 197 child_range children() { in children() function
|
D | ExprCXX.h | 460 child_range children() { return child_range(); } in children() function 487 child_range children() { return child_range(); } in children() function 523 child_range children() { return child_range(&SubExpr, &SubExpr + 1); } in children() function 609 child_range children() { in children() function 659 child_range children() { in children() function 751 child_range children() { in children() function 800 child_range children() { return child_range(); } in children() function 852 child_range children() { in children() function 938 child_range children() { return child_range(); } in children() function 994 child_range children() { return child_range(); } in children() function [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderConstExprTests.cpp | 56 …const std::vector<tcu::TestNode*> children = createTests(m_testCtx, m_context.getRenderContext(), … in addChildGroup() local 294 …const std::vector<tcu::TestNode*> children = createTests(m_testCtx, m_context.getRenderContext(), … in init() local 316 …const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_testCtx, m_context.getRenderCont… in init() local
|
/external/doclava/src/com/google/doclava/ |
D | NavTree.java | 29 List<Node> children = new ArrayList<Node>(); in writeNavTree() local 134 List<Node> children = new ArrayList<Node>(); in makePackageNode() local 147 List<Node> children = new ArrayList<Node>(); in addClassNodes() local 166 Node(String label, String link, List<Node> children, String since) { in Node()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderConstExprTests.cpp | 55 …const std::vector<tcu::TestNode*> children = createTests(m_testCtx, m_context.getRenderContext(), … in addChildGroup() local 222 …const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_testCtx, m_context.getRenderCont… in init() local
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseTree.h | 105 __strong AMutableArray *children; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRBaseTree.h | 100 NSMutableArray *children; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRBaseTree.h | 100 NSMutableArray *children; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRBaseTree.h | 100 NSMutableArray *children; variable
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 209 List children = children(path); in listFiles() local 237 List children = children(path); in listNames() local 282 List children = descendents(fromPath); in rename() local 626 private List children(String path) { in children() method in AbstractFakeFileSystem 634 List children = new ArrayList(); in children() local
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 209 List children = children(path); in listFiles() local 237 List children = children(path); in listNames() local 282 List children = descendents(fromPath); in rename() local 626 private List children(String path) { in children() method in AbstractFakeFileSystem 634 List children = new ArrayList(); in children() local
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 208 List children = children(path); in listFiles() local 236 List children = children(path); in listNames() local 273 List children = descendents(fromPath); in rename() local 614 private List children(String path) { in children() method in AbstractFakeFileSystem 622 List children = new ArrayList(); in children() local
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 208 List children = children(path); in listFiles() local 236 List children = children(path); in listNames() local 281 List children = descendents(fromPath); in rename() local 625 private List children(String path) { in children() method in AbstractFakeFileSystem 633 List children = new ArrayList(); in children() local
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 209 List children = children(path); in listFiles() local 237 List children = children(path); in listNames() local 282 List children = descendents(fromPath); in rename() local 626 private List children(String path) { in children() method in AbstractFakeFileSystem 634 List children = new ArrayList(); in children() local
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 208 List children = children(path); in listFiles() local 236 List children = children(path); in listNames() local 273 List children = descendents(fromPath); in rename() local 614 private List children(String path) { in children() method in AbstractFakeFileSystem 622 List children = new ArrayList(); in children() local
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 208 List children = children(path); in listFiles() local 236 List children = children(path); in listNames() local 273 List children = descendents(fromPath); in rename() local 617 private List children(String path) { in children() method in AbstractFakeFileSystem 625 List children = new ArrayList(); in children() local
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 208 List children = children(path); in listFiles() local 236 List children = children(path); in listNames() local 281 List children = descendents(fromPath); in rename() local 625 private List children(String path) { in children() method in AbstractFakeFileSystem 633 List children = new ArrayList(); in children() local
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 208 List children = children(path); in listFiles() local 236 List children = children(path); in listNames() local 273 List children = descendents(fromPath); in rename() local 615 private List children(String path) { in children() method in AbstractFakeFileSystem 623 List children = new ArrayList(); in children() local
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 208 List children = children(path); in listFiles() local 236 List children = children(path); in listNames() local 273 List children = descendents(fromPath); in rename() local 615 private List children(String path) { in children() method in AbstractFakeFileSystem 623 List children = new ArrayList(); in children() local
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 208 List children = children(path); in listFiles() local 236 List children = children(path); in listNames() local 273 List children = descendents(fromPath); in rename() local 614 private List children(String path) { in children() method in AbstractFakeFileSystem 622 List children = new ArrayList(); in children() local
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 208 List children = children(path); in listFiles() local 236 List children = children(path); in listNames() local 273 List children = descendents(fromPath); in rename() local 665 private List children(String path) { in children() method in AbstractFakeFileSystem 673 List children = new ArrayList(); in children() local
|
/external/eigen/debug/gdb/ |
D | printers.py | 122 def children(self): member in EigenMatrixPrinter 167 def children(self): member in EigenQuaternionPrinter
|