Home
last modified time | relevance | path

Searched defs:fileContent (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/dagger2/javatests/artifacts/dagger/build-tests/src/main/java/buildtests/
H A DGradleFile.java22 public static GradleFile create(String fileName, String... fileContent) { in create()
27 private final String[] fileContent; field in GradleFile
29 GradleFile(String fileName, String... fileContent) { in GradleFile()
38 String[] fileContent() { in fileContent() method in GradleFile
/aosp_15_r20/tools/tradefederation/core/util_apps/ContentProvider/hostsidetests/src/com/android/tradefed/contentprovider/
DContentProviderTest.java128 String fileContent = "some test content"; in testPullFile() local
146 assertEquals(FileUtil.readStringFromFile(tmpPullFile), fileContent); // Verify content. in testPullFile() local
155 String fileContent = "some test content"; in testPullDir() local
175 fileContent); // Verify content. in testPullDir() local
/aosp_15_r20/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/downloader/
H A DTestModelDownloaderService.java54 private static byte[] fileContent = null; field in TestModelDownloaderService
77 String url, DownloadResult result, @Nullable byte[] fileContent) { in setDownloadResult()
128 Files.write(targetFile.toPath(), fileContent); in download() local
/aosp_15_r20/external/nanohttpd/core/src/test/java/fi/iki/elonen/
H A DHttpPostRequestTest.java72 private String preparePostWithMultipartForm(String fileName, String fileContent) { in preparePostWithMultipartForm()
89 String fileContent = HttpPostRequestTest.VALUE; in testPostWithMultipartFormUpload() local
105 String fileContent = HttpPostRequestTest.VALUE; in testPostWithMultipartFormUploadFilenameHasSpaces() local
/aosp_15_r20/external/bazelbuild-kotlin-rules/tests/jvm/java/srcartifacts/
H A DSrcArtifactsTest.kt51 val fileContent = in getAllSrcArtifacts() constant
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/kotlin/kotlinx/atomicfu/plugin/gradle/internal/
H A DTestDsl.kt24 val fileContent = readFileList(it) in <lambda>() constant
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DVideoFileRendererTest.java75 String fileContent = new String(data, Charset.forName("US-ASCII")); in testYuvRenderingToFile() local
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/crashrecovery/
H A DCrashRecoveryUtilsTest.java104 String fileContent = null; in testLogCrashRecoveryEvent() local
/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/root/
H A DRootFileFormatter.java57 String fileContent = formatInterfaces(sb.toString(), CLASS_PATERN); in write() local
/aosp_15_r20/cts/tests/tests/car_builtin/src/android/car/cts/builtin/util/
H A DAtomicFileHelperTest.java92 String fileContent = br.readLine(); in testAtomicFileWithNonExistedBaseFile() local
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVhalConfigParserUnitTest.java90 String fileContent = "This is a config file."; in testConfigFileHaveInvalidJsonObject() local
945 private File createTempFileWithContent(String fileContent) throws Exception { in createTempFileWithContent()
DFakeVehicleStubUnitTest.java1796 private List<File> createFilenameList(String fileContent) throws Exception { in createFilenameList()
/aosp_15_r20/system/tools/hidl/hashing/
DHash.cpp58 std::string fileContent = fileStream.str(); in sha256File() local
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/system/
DLicenseHtmlGeneratorFromXml.java211 String fileContent = readText(parser); in parse() local
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
H A DTelephonyLookupTest.java359 private String createFile(String fileContent) throws IOException { in createFile()
H A DTimeZoneFinderTest.java653 private String createFile(String fileContent) throws IOException { in createFile()
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DBootstrapperImpl.java96 String fileContent; in bootstrap() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/license/
H A DLicenseHtmlGeneratorFromXml.java244 String fileContent = readText(parser); in parse() local
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/helper/
H A DDataUtilTest.java136 String fileContent = new String(Files.readAllBytes(in.toPath())); in parseSequenceInputStream() local
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKTapResultParser.java190 TestResult processResultsFileContent(String fileContent) { in processResultsFileContent()
/aosp_15_r20/cts/tests/tests/graphics/jni/
H A DVulkanPreTransformTestHelpers.cpp549 std::vector<char> fileContent(fileLength); in loadShaderFromFile() local
/aosp_15_r20/prebuilts/devtools/adt/lib/
HDsdktestutils.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/frameworks/native/libs/graphicsenv/
H A DGraphicsEnv.cpp154 std::string fileContent; in readConfig() local
/aosp_15_r20/external/aws-sdk-java-v2/services/codecommit/src/main/resources/codegen-resources/
H A Dservice-2.json4551 "fileContent":{ object
6850 "fileContent":{ object
6885 "fileContent":{ object
/aosp_15_r20/out/soong/.intermediates/external/dagger2/hilt_android_processors/linux_glibc_common/javac/
Dhilt_android_processors.jarMETA-INF/ META-INF/MANIFEST.MF dagger/ dagger/hilt/ dagger/ ...

123