/external/dagger2/javatests/dagger/internal/codegen/ |
D | ComponentProcessorTest.java | 273 Source aFile = CompilerTests.javaSource("test.A", in componentWithModule() local 316 CompilerTests.daggerCompiler(aFile, bFile, cFile, moduleFile, componentFile) in componentWithModule() 327 Source aFile = CompilerTests.javaSource( in componentWithAbstractModule() local 373 CompilerTests.daggerCompiler(aFile, bFile, cFile, moduleFile, componentFile) in componentWithAbstractModule() 734 Source aFile = CompilerTests.javaSource("test.A", in componentDependency() local 770 CompilerTests.daggerCompiler(aFile, bFile, aComponentFile, bComponentFile) in componentDependency() 917 Source aFile = in moduleNameCollision() local 966 CompilerTests.daggerCompiler(aFile, otherAFile, moduleFile, otherModuleFile, componentFile) in moduleNameCollision() 1048 Source aFile = CompilerTests.javaSource("test.A", in resolutionOrder() local 1093 CompilerTests.daggerCompiler(aFile, bFile, cFile, xFile, componentFile) in resolutionOrder() [all …]
|
D | SubcomponentValidationTest.java | 437 Source aFile = in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent() local 489 aFile, in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent()
|
D | MembersInjectionTest.java | 500 Source aFile = in supertypeMembersInjection() local 516 CompilerTests.daggerCompiler(aFile, bFile) in supertypeMembersInjection()
|
/external/apache-commons-io/src/test/java/org/apache/commons/io/ |
D | AbstractFileUtilsDeleteDirectoryTest.java | 139 final File aFile = new File(top, "realParentDirA"); in testDeleteInvalidLinks() local 140 assertTrue(aFile.mkdir()); in testDeleteInvalidLinks() 141 final File bFile = new File(aFile, "realChildDirB"); in testDeleteInvalidLinks() 155 FileUtils.deleteDirectory(aFile); in testDeleteInvalidLinks()
|
/external/antlr/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ |
D | ANTLR3.java | 713 File aFile = new File(a); in dependencyCheck() local 717 … log("File '" + a + "' modified at " + aFile.lastModified(), Project.MSG_VERBOSE); in dependencyCheck() 719 if (fileUtils.isUpToDate(aFile, bFile)) { in dependencyCheck() 722 fileUtils.setFileLastModified(aFile, -1); in dependencyCheck()
|
/external/openthread/src/posix/ |
D | client.cpp | 134 bool DoWrite(int aFile, const void *aBuffer, size_t aSize) in DoWrite() argument 140 ssize_t rval = write(aFile, aBuffer, aSize); in DoWrite()
|
/external/openthread/src/core/meshcop/ |
D | secure_transport.hpp | 747 …static void HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, const cha… 748 void HandleMbedtlsDebug(int aLevel, const char *aFile, int aLine, const char *aStr);
|
D | secure_transport.cpp | 1014 void SecureTransport::HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, … in HandleMbedtlsDebug() argument 1016 static_cast<SecureTransport *>(aContext)->HandleMbedtlsDebug(aLevel, aFile, aLine, aStr); in HandleMbedtlsDebug() 1019 void SecureTransport::HandleMbedtlsDebug(int aLevel, const char *aFile, int aLine, const char *aStr) in HandleMbedtlsDebug() argument 1045 OT_UNUSED_VARIABLE(aFile); in HandleMbedtlsDebug()
|
/external/fonttools/Lib/fontTools/ufoLib/ |
D | glifLib.py | 1084 def _glifTreeFromFile(aFile): argument 1086 tree = etree.parse(aFile, parser=etree.XMLParser(remove_comments=True)) 1088 tree = etree.parse(aFile)
|