HomeSort by relevance Sort by last modified time
    Searched refs:getAbsolutePath (Results 326 - 350 of 638) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 88 if (BinaryDictionaryUtils.createEmptyDictFile(file.getAbsolutePath(), formatVersion,
92 throw new IOException("Empty dictionary " + file.getAbsolutePath()
97 return new BinaryDictionary(dictFile.getAbsolutePath(),
104 return new BinaryDictionary(dictFile.getAbsolutePath(),
128 final BinaryDictionary binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
396 binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
CompatibilityConsole.java 239 file.getAbsolutePath(),
242 printLine("Error loading config file: " + file.getAbsolutePath());
  /external/jetty/src/java/org/eclipse/jetty/server/session/
HashSessionManager.java 490 __log.warn ("Unable to restore Sessions: Cannot read from Session storage directory "+_storeDir.getAbsolutePath());
556 __log.warn ("Unable to save Sessions: Session persistence storage directory "+_storeDir.getAbsolutePath()+ " is not writeable");
  /external/jetty/src/java/org/eclipse/jetty/servlets/
CGI.java 197 if (first.length() == 0 || !exe.exists() || exe.isDirectory() || !exe.getCanonicalPath().equals(exe.getAbsolutePath()))
218 String path = command.getAbsolutePath();
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 283 String folder = resources.getAbsolutePath() + "/" + dirName;
284 String folderWithParent = resources.getAbsolutePath() + "/" +
  /libcore/tzdata/update/src/test/libcore/tzdata/update/
FileUtilsTest.java 266 Os.symlink(file.getAbsolutePath(), symlink.getAbsolutePath());
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 476 Environment.DIRECTORY_DOWNLOADS).getAbsolutePath() : getCacheDir();
500 return getContext().getCacheDir().getAbsolutePath().concat("/eml");
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
AuptTestRunner.java 178 jarFiles.append(jarFile.getAbsolutePath());
184 "Failed to create dex optimize directory: " + optDir.getAbsolutePath());
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 296 parseFolder(f.getAbsolutePath());
298 parseTextLogFile(f.getAbsolutePath());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodPresentMediaDialog.java 215 ExifInterface exifInterface = new ExifInterface(imageFile.getAbsolutePath());
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
SplitAppTest.java 430 final StructStat internal = Os.stat(Environment.getDataDirectory().getAbsolutePath());
431 final StructStat actual = Os.stat(getContext().getFilesDir().getAbsolutePath());
439 final StructStat internal = Os.stat(Environment.getDataDirectory().getAbsolutePath());
440 final StructStat actual = Os.stat(getContext().getFilesDir().getAbsolutePath());
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCtsHelper.java 259 + directoryStructure.getAbsolutePath());
  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 52 new File(Environment.getExternalStorageDirectory(), "test.jet").getAbsolutePath();
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_AlbumsTest.java 174 v.put(Media.DATA, path.getAbsolutePath());
  /cts/tests/tests/security/src/android/security/cts/
MediaServerCrashTest.java 53 "temp.fl").getAbsolutePath();
  /cts/tests/tests/widget/src/android/widget/cts/
MediaControllerTest.java 190 return mActivity.getFileStreamPath(VIDEO_NAME).getAbsolutePath();
VideoViewTest.java 145 return mActivity.getFileStreamPath(VIDEO_NAME).getAbsolutePath();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JUnitDeviceTest.java 213 mCtsBuild.getRootDir().getAbsolutePath()));
TestNGDeviceTest.java 211 mCtsBuild.getRootDir().getAbsolutePath()));
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 211 String absPath = toWrite.getAbsolutePath();
369 srcBuildStep.addSourceFile(sourceFile.getAbsolutePath());
552 jackBuildStep.addSourceFile(srcFile.getAbsolutePath());
817 throw new RuntimeException("failed to create directory: " + parent.getAbsolutePath());
832 // + file.getAbsolutePath());
837 //System.out.println("writing file " + file.getAbsolutePath());
  /development/tools/idegen/src/com/android/idegen/
DirectorySearch.java 163 return !input.getAbsolutePath().endsWith("java/java");
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
WorkSpaceController.java 119 JOptionPane.showMessageDialog(view, "Testsuite saved to:\n" + currentTestSuite.getTestSuiteFile().getAbsolutePath());
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
AllocationInstrument.java 207 agentJar = instrumentJar.get().getAbsolutePath();
WorkerProcess.java 191 String jdkPath = vmConfig.vmExecutable().getAbsolutePath();
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
WorkerProcessTest.java 93 assertEquals(new File("java").getAbsolutePath(), commandLine.get(0));

Completed in 1073 milliseconds

<<11121314151617181920>>