Home
last modified time | relevance | path

Searched refs:aFile (Results 1 – 9 of 9) sorted by relevance

/external/dagger2/javatests/dagger/internal/codegen/
DComponentProcessorTest.java273 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 …]
DSubcomponentValidationTest.java437 Source aFile = in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent() local
489 aFile, in delegateFactoryNotCreatedForSubcomponentWhenProviderExistsInParent()
DMembersInjectionTest.java500 Source aFile = in supertypeMembersInjection() local
516 CompilerTests.daggerCompiler(aFile, bFile) in supertypeMembersInjection()
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DAbstractFileUtilsDeleteDirectoryTest.java139 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/
DANTLR3.java713 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/
Dclient.cpp134 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/
Dsecure_transport.hpp747 …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);
Dsecure_transport.cpp1014 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/
DglifLib.py1084 def _glifTreeFromFile(aFile): argument
1086 tree = etree.parse(aFile, parser=etree.XMLParser(remove_comments=True))
1088 tree = etree.parse(aFile)