HomeSort by relevance Sort by last modified time
    Searched defs:newFileName (Results 1 - 15 of 15) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
BinaryDictionaryUtils.java 83 final String newFileName = fileName.replaceFirst(
85 if (!file.renameTo(new File(dictFile, newFileName))) {
  /external/jdiff/src/jdiff/
JDiff.java 68 String tempNewFileName = newFileName;
74 tempNewFileName += newFileName;
92 API newAPI = XMLToAPI.readFile(tempNewFileName, true, newFileName);
104 suffix = newFileName.lastIndexOf('.');
105 commentsFileName += "_to_" + newFileName.substring(0, suffix) + ".xml";
259 static String newFileName = "new_java.xml";
  /cts/tests/filesystem/src/android/filesystem/cts/
FileUtil.java 80 String newFileName;
82 newFileName = Long.toString(mFileId);
85 if (child.equals(newFileName)) {
97 return new File(topDir, newFileName);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentsView.java 479 String newFileName = prefix+"_";
480 if (i<10) newFileName += "0";
481 newFileName += i;
482 File renamedFile = new File(saveDir, newFileName+".log");
484 File renamedExclusionFile = new File(exclusionDir, newFileName+".log");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 238 String newFileName = mLayoutName + DOT_XML;
326 final IFile file = project.getFile(new Path(parentPath + WS_SEP + newFileName));
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c     [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 519 milliseconds