HomeSort by relevance Sort by last modified time
    Searched refs:fileName (Results 226 - 250 of 825) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/web/tests/
RenderLayerBackingTest.cpp 102 void registerMockedHttpURLLoad(const std::string& fileName)
104 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);
  /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()));
  /frameworks/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);
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 325 String fileName = getFileName(pName, method, ".java");
381 String fileName = dependentTestClassName.replace('.', '/').trim();
383 if (new File(sourceFolder, fileName + ".dfh").exists()) {
386 JAVASRC_FOLDER, fileName + ".dfh");
388 OUTPUT_FOLDER, fileName + ".dex");
393 OUTPUT_FOLDER, fileName + ".jar");
402 if (new File(sourceFolder, fileName + ".d").exists()) {
405 JAVASRC_FOLDER, fileName + ".d");
407 OUTPUT_FOLDER, fileName + ".dex");
412 OUTPUT_FOLDER, fileName + ".jar")
    [all...]
  /development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java 160 static boolean parseApiDescr(ApiList apiList, String fileName) {
164 FileReader fileReader = new FileReader(fileName);
165 result = parseXml(apiList, fileReader, fileName);
168 System.err.println("Error opening " + fileName);
178 * @param fileName Input file name, only used for debug messages.
181 String fileName) {
182 //System.out.println("--- parsing " + fileName);
194 System.err.println("Error parsing " + fileName + " line " +
197 System.err.println("Error while reading " + fileName + ": " +

Completed in 3357 milliseconds

1 2 3 4 5 6 7 8 91011>>