/libcore/dalvik/src/main/java/dalvik/system/ |
DexFile.java | 63 * Opens a DEX file from a given filename. This will usually be a ZIP/JAR 72 * @param fileName 73 * the filename of the DEX file 79 public DexFile(String fileName) throws IOException { 80 mCookie = openDexFile(fileName, null, 0); 81 mFileName = fileName; 87 * Opens a DEX file from a given filename, using a specified file 313 * @param fileName the absolute path to the apk/jar file to examine. 315 * @throws java.io.FileNotFoundException if fileName is not readable, 317 * @throws java.io.IOException if fileName is not a valid apk/jar file o [all...] |
/libcore/luni/src/test/java/libcore/java/util/jar/ |
OldJarFileTest.java | 54 String fileName = (new File(resources, jarName)).getCanonicalPath(); 55 new JarFile(fileName); 66 String fileName = (new File(resources, jarName)).getCanonicalPath(); 67 new JarFile(fileName, true);
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldAndroidZipFileTest.java | 100 static void scanZip(String fileName) throws IOException { 101 ZipFile zipFile = new ZipFile(fileName); 123 static void read2(String fileName) throws IOException { 131 zipFile = new ZipFile(fileName);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
BufferedInputStreamTest.java | 34 public String fileName; 492 fileName = System.getProperty("user.dir"); 494 if (fileName.charAt(fileName.length() - 1) == separator.charAt(0)) { 495 fileName = Support_PlatformFile.getNewPlatformFile(fileName, 498 fileName = Support_PlatformFile.getNewPlatformFile(fileName 501 OutputStream fos = new FileOutputStream(fileName); 504 isFile = new FileInputStream(fileName); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileWizard.java | 391 * Returns the destination filename or an empty string. 393 * @return the filename, never null. 396 String fileName; 398 fileName = ""; //$NON-NLS-1$ 400 fileName = name.trim(); 401 if (fileName.length() > 0 && fileName.indexOf('.') == -1) { 402 fileName = fileName + SdkConstants.DOT_XML; 406 return fileName; [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandomScript.java | 63 for (String fileName: scriptFileNames) { 64 mScriptSources.add(new MonkeySourceScript(random, fileName, throttle,
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ |
JsDocValidator.java | 39 for (String fileName : args) { 40 futures.add(executor.submit(new FileCheckerCallable(fileName)));
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
CompositedLayerMappingTest.cpp | 105 void registerMockedHttpURLLoad(const std::string& fileName) 107 URLTestHelpers::registerMockedURLFromBaseURL(WebString::fromUTF8(m_baseURL.c_str()), WebString::fromUTF8(fileName.c_str()));
|
ProgrammaticScrollTest.cpp | 42 void registerMockedHttpURLLoad(const std::string& fileName) 44 URLTestHelpers::registerMockedURLFromBaseURL(WebString::fromUTF8(m_baseURL.c_str()), WebString::fromUTF8(fileName.c_str()));
|
WebImageTest.cpp | 46 static PassRefPtr<SharedBuffer> readFile(const char* fileName) 50 filePath.append(fileName);
|
LinkHighlightTest.cpp | 60 const std::string fileName("test_touch_link_highlight.html"); 64 WebViewImpl* webViewImpl = webViewHelper.initializeAndLoad(baseURL + fileName, true); 165 const std::string fileName("test_touch_link_highlight.html"); 169 WebViewImpl* webViewImpl = webViewHelper.initializeAndLoad(baseURL + fileName, true, 0, compositingWebViewClient()); 202 const std::string fileName("test_touch_link_highlight.html"); 206 WebViewImpl* webViewImpl = webViewHelper.initializeAndLoad(baseURL + fileName, true, 0, compositingWebViewClient());
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
rbbitst.h | 59 UChar *ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status); 124 void runUnicodeTestData(const char *fileName, RuleBasedBreakIterator *bi);
|
/external/icu4c/samples/layout/ |
cgnomelayout.c | 37 GtkWidget *newSample(const gchar *fileName); 81 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); 86 newPara = pf_factory(fileName, font, guiSupport); 89 gchar *title = prettyTitle(fileName); 106 g_free(fileName); 224 GtkWidget *newSample(const gchar *fileName) 235 context->paragraph = pf_factory(fileName, font, guiSupport); 237 title = prettyTitle(fileName);
|
/external/icu4c/test/intltest/ |
rbbitst.h | 59 UChar *ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status); 123 void runUnicodeTestData(const char *fileName, RuleBasedBreakIterator *bi);
|
/external/lzma/CPP/7zip/Common/ |
FileStreams.cpp | 32 bool CInFileStream::Open(LPCTSTR fileName)
34 return File.Open(fileName);
39 bool CInFileStream::Open(LPCWSTR fileName)
41 return File.Open(fileName);
46 bool CInFileStream::OpenShared(LPCTSTR fileName, bool shareForWrite)
48 return File.OpenShared(fileName, shareForWrite);
53 bool CInFileStream::OpenShared(LPCWSTR fileName, bool shareForWrite)
55 return File.OpenShared(fileName, shareForWrite);
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
DebugInfoBuilder.java | 136 public void addSetFile(int address, String fileName) { 141 events.add(new SetFileEvent(address, fileName)); 432 private final String fileName; 434 public SetFileEvent(int address, String fileName) { 436 this.fileName = fileName; 446 if (fileName != null) { 447 referencedItems.add(StringIdItem.internStringIdItem(dexFile, fileName));
|
/external/webrtc/src/system_wrappers/source/ |
trace_impl.h | 52 WebRtc_Word32 SetTraceFileImpl(const char* fileName, 55 char fileName[FileWrapper::kMaxFileNameSize]);
|
/libcore/luni/src/main/java/java/util/logging/ |
FileHandler.java | 87 * one {@code FileHandler} tries to open the filename which is currently in use 91 * value will be added to the end of the filename in question immediately to the 136 String fileName = null; 171 fileName = files[0].getAbsolutePath(); 174 * if current process has held lock for this fileName continue 177 if (allLocks.get(fileName) != null) { 189 FileOutputStream fileStream = new FileOutputStream(fileName 202 allLocks.put(fileName, lock); 207 new FileOutputStream(fileName, append)), files[0].length()); 256 * @return transformed filename ready for use [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/ |
dynamic_patricia_trie_writing_helper.h | 72 void writeToDictFile(const char *const fileName, const HeaderPolicy *const headerPolicy, 75 void writeToDictFileWithGC(const int rootPtNodeArrayPos, const char *const fileName,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrint.java | 148 String fileName = filePrefix + '.' + configName ; 149 File outputFile = new File(this.outputDir, fileName+".gif"); 164 this.stream.print(fileName); 166 this.stream.print(fileName); 171 this.stream.print(fileName); 183 FingerPrintGraph graph = new FingerPrintGraph(this.outputDir, fileName, GRAPH_WIDTH, allResults);
|
/external/proguard/src/proguard/ |
ProGuard.java | 169 System.out.println("Printing configuration to [" + fileName(configuration.printConfiguration) + "]..."); 289 System.out.println("Printing usage to [" + fileName(configuration.printUsage) + "]..."); 341 System.out.println("Applying mapping [" + fileName(configuration.applyMapping) + "]"); 347 System.out.println("Printing mapping to [" + fileName(configuration.printMapping) + "]..."); 402 System.out.println("Printing classes to [" + fileName(configuration.dump) + "]..."); 451 private String fileName(File file)
|
/external/skia/tools/lua/ |
scrape.lua | 33 when a given picture is done, we call endcanvas(canvas, fileName) 35 function sk_scrape_startcanvas(c, fileName) 42 function sk_scrape_endcanvas(c, fileName)
|
/frameworks/base/media/java/android/media/ |
ExifInterface.java | 119 public ExifInterface(String filename) throws IOException { 120 if (filename == null) { 121 throw new IllegalArgumentException("filename cannot be null"); 123 mFilename = filename; 422 private native boolean appendThumbnailNative(String fileName, 425 private native void saveAttributesNative(String fileName, 428 private native String getAttributesNative(String fileName); 430 private native void commitChangesNative(String fileName); 432 private native byte[] getThumbnailNative(String fileName); 434 private native long[] getThumbnailRangeNative(String fileName); [all...] |
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
RunTestCommand.java | 196 for (String fileName : jarFileNames) { 197 fileName = fileName.trim(); 198 if (fileName.isEmpty()) continue; 200 DexFile dexFile = new DexFile(fileName); 209 Log.w(LOGTAG, String.format("Could not read %s: %s", fileName, e.getMessage()));
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/ |
UserHistoryDictionaryTests.java | 146 final String fileName = UserHistoryDictionary.NAME + "." + testFilenameSuffix 159 final File dictFile = new File(getContext().getFilesDir(), fileName); 178 // Create filename suffixes for this test. 181 final String fileName = UserHistoryDictionary.NAME + "." + 183 dictFiles[i] = new File(getContext().getFilesDir(), fileName); 228 final String fileName = UserHistoryDictionary.NAME + "." + testFilenameSuffix 230 final File dictFile = new File(getContext().getFilesDir(), fileName);
|