HomeSort by relevance Sort by last modified time
    Searched refs:fileName (Results 176 - 200 of 3121) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/
ChangeDetectionTest.kt 68 fileName = "test.xml",
80 fileName = "test.xml",
93 fileName = "proguard.txt",
106 fileName = "test.xml",
129 fileName = "pom.xml",
152 fileName = "pom.xml",
184 fileName: String,
189 file = ArchiveFile(Paths.get("/", fileName), fileContent.toByteArray()),
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_mupdf.h 37 int (*openDocument)(pdf_render_ifc_t *self, const char *fileName);
  /system/core/liblog/include/log/
event_tag_map.h 34 EventTagMap* android_openEventTagMap(const char* fileName);
  /tools/tradefederation/core/src/com/android/tradefed/util/net/
HttpMultipartPost.java 82 String fileName = file.getAbsolutePath();
84 addTextFile(name, fileName, in);
94 * @param fileName file name to report for the data in the stream.
98 public void addTextFile(String name, String fileName, InputStream in)
103 "Content-Disposition: form-data; name=\"%s\";filename=\"%s\"%s",
104 name, fileName, CRLF));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_next.c 80 const char *fileName, *moreErrorStr;
82 NSLinkEditError( &c, &errNo, &fileName, &moreErrorStr );
84 fileName, moreErrorStr);
  /device/linaro/bootloader/edk2/BaseTools/Tests/
TestTools.py 98 def DisplayFile(self, fileName):
99 sys.stdout.write(self.ReadTmpFile(fileName))
136 def GetTmpFilePath(self, fileName):
137 return os.path.join(self.testDir, fileName)
139 def OpenTmpFile(self, fileName, mode = 'r'):
140 return open(os.path.join(self.testDir, fileName), mode)
142 def ReadTmpFile(self, fileName):
143 f = open(self.GetTmpFilePath(fileName), 'r')
148 def WriteTmpFile(self, fileName, data):
149 f = open(self.GetTmpFilePath(fileName), 'w')
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
TestSuiteAdapter.java 67 public static ITestCaseInput createFileInput(String fileName) {
68 if(fileName == null) throw new IllegalArgumentException("null");
69 return new TestCaseInputFile(fileName);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
BuildDependencyGenerator.java 123 String fileName = grammar.name + suffix + headerExtST.render();
124 files.add(new File(outputDir, fileName));
171 String fileName = groomQualifiedFileName(libdir, g.fileName);
172 files.add(new File(fileName));
207 dependenciesST.add("grammarFileName", grammar.fileName);
213 String fileName = "org/antlr/tool/templates/depend.stg";
214 templates = new STGroupFile(fileName);
225 public String groomQualifiedFileName(String outputDir, String fileName) {
227 return fileName;
    [all...]
GrammarDanglingStateMessage.java 57 String fileName = probe.dfa.nfa.grammar.getFileName();
58 if ( fileName!=null ) {
59 file = fileName;
GrammarUnreachableAltsMessage.java 59 String fileName = probe.dfa.nfa.grammar.getFileName();
60 if ( fileName!=null ) {
61 file = fileName;
NonRegularDecisionMessage.java 53 String fileName = probe.dfa.nfa.grammar.getFileName();
54 if ( fileName!=null ) {
55 file = fileName;
RecursionOverflowMessage.java 65 String fileName = probe.dfa.nfa.grammar.getFileName();
66 if ( fileName!=null ) {
67 file = fileName;
  /external/deqp/framework/common/
tcuImageIO.cpp 53 * \param fileName Resource file name
55 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName)
57 string ext = de::FilePath(fileName).getFileExtension();
60 loadPNG(dst, archive, fileName);
62 throw InternalError("Unrecognized image file extension", fileName, __FILE__, __LINE__);
80 * \param fileName Resource file name
82 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName)
84 de::UniquePtr<Resource> resource(archive.getResource(fileName));
98 throw InternalError("An error occured when loading PNG", fileName, __FILE__, __LINE__);
118 throw InternalError("Unsupported PNG depth or color type", fileName, __FILE__, __LINE__)
    [all...]
  /external/deqp/framework/randomshaders/
rsgTest.cpp 72 string fileName = string("test-") + de::toString(seed) + ".png";
73 tcu::ImageIO::savePNG(surface.getAccess(), fileName.c_str());
74 std::cout << fileName << " written\n";
  /external/libbackup/src/com/google/android/libraries/backup/
PersistentBackupAgentHelper.java 110 private static String buildBackupKey(String fileName, String key) {
111 return fileName + BACKUP_DELIMITER + key;
179 String fileName = backupKey.substring(0, backupDelimiterIndex);
181 Editor editor = editors.get(fileName);
183 if (!isSupportedSharedPreferencesName(fileName)) {
184 Log.w(TAG, "Skipping unsupported shared preferences file name \"" + fileName + "\"");
188 editor = getSharedPreferences(fileName, MODE_PRIVATE).edit();
189 editors.put(fileName, editor);
227 public static boolean isSupportedSharedPreferencesName(String fileName) {
228 return !fileName.contains(File.separator
    [all...]
  /external/python/cpython2/Python/
dynload_next.c 80 const char *fileName, *moreErrorStr;
82 NSLinkEditError( &c, &errNo, &fileName, &moreErrorStr );
84 fileName, moreErrorStr);
  /external/python/cpython3/Python/
dynload_next.c 77 const char *fileName, *moreErrorStr;
79 NSLinkEditError( &c, &errNo, &fileName, &moreErrorStr );
81 fileName, moreErrorStr);
  /external/webrtc/webrtc/modules/media_file/
media_file.h 55 // Open the file specified by fileName (relative path is allowed) for
60 // from the start. format specifies the type of file fileName refers to.
69 const char* fileName,
80 // greater than zero. format specifies the type of file fileName refers to.
115 // Open/creates file specified by fileName for writing (relative path is
126 const char* fileName,
162 // Set durationMs to the size of the file (in ms) specified by fileName.
163 // format specifies the type of file fileName refers to. freqInHz specifies
166 const char* fileName,
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
MigrateSystemAppsSnapshotTask.java 53 String fileName = file.getName();
54 Matcher matcher = XML_FILE_NAME_PATTERN.matcher(fileName);
56 ProvisionLogger.logw("Found invalid file during migration: " + fileName);
  /tools/tradefederation/core/src/com/android/tradefed/util/
FakeTestsZipFolder.java 67 for (String fileName : mItems.keySet()) {
68 File file = new File(mData, fileName);
69 ItemType type = mItems.get(fileName);
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
FakeTestsZipFolderTest.java 52 for (String fileName : mFiles.keySet()) {
53 File file = new File(data, fileName);
54 ItemType type = mFiles.get(fileName);
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/xml/
AndroidManifestWriterTest.java 80 * @param fileName the base file name
84 private File extractTestXml(String fileName) throws IOException {
86 File.separator + fileName);
88 File tmpFile = FileUtil.createTempFile(fileName, ".xml");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImageTest.java 37 String fileName = DIR + "no-patched.png";
39 .getResourceAsStream(fileName), fileName);
53 String fileName = DIR + "no-patched-interlace.png";
55 .getResourceAsStream(fileName), fileName);
69 String fileName = DIR + "no-patched.png";
71 .getResourceAsStream(fileName), fileName);
116 String fileName = DIR + "invalid-patched1.9.png"
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
NativeMediaActivity.java 85 String fileName = getMediaString();
86 File f = new File(fileName);
87 Log.i(TAG, "start playing " + fileName + ", exists: " + f.exists());
88 Assert.assertTrue("file '" + fileName + "' does not exist", f.exists());
89 Assert.assertTrue(createMediaPlayer("file://" + fileName));
  /external/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp 53 llvm::SmallString<128> fileName;
56 fileName =
59 fileName = llvm::StringRef(D->getName().str() + ".model");
61 if (!llvm::sys::fs::exists(fileName.str())) {
72 FrontendOpts.Inputs.emplace_back(fileName, IK);

Completed in 4180 milliseconds

1 2 3 4 5 6 78 91011>>