HomeSort by relevance Sort by last modified time
    Searched refs:getPath (Results 1 - 25 of 1486) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/libs/vogar-expect/src/vogar/commands/
Rm.java 27 new Command("rm", "-f", file.getPath()).execute();
31 new Command("rm", "-rf", directory.getPath()).execute();
Mkdir.java 27 new Command("mkdir", "-p", directory.getPath()).execute();
  /cts/tests/tests/transition/src/android/transition/cts/
ArcMotionTest.java 31 Path path = arcMotion.getPath(0, 100, 100, 0);
35 path = arcMotion.getPath(100, 0, 0, -100);
39 path = arcMotion.getPath(0, -100, -100, 0);
43 path = arcMotion.getPath(-100, 0, 0, 100);
55 path = arcMotion.getPath(0, 120, 160, 0);
59 path = arcMotion.getPath(0, 160, 120, 0);
63 path = arcMotion.getPath(-120, 0, 0, 160);
67 path = arcMotion.getPath(-160, 0, 0, 120);
71 path = arcMotion.getPath(0, -120, -160, 0);
75 path = arcMotion.getPath(0, -160, -120, 0)
    [all...]
PatternPathMotionTest.java 35 assertPathMatches(expected, pathMotion.getPath(0, 0, 100, 100));
48 assertPathMatches(expected, pathMotion.getPath(0, 0, 0, 100));
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
XMPPropertyInfo.java 32 String getPath();
  /frameworks/base/core/tests/coretests/src/android/net/
WebAddressTest.java 30 assertEquals("/b/c/g", webAddress.getPath());
38 assertEquals("/?si=1", webAddress.getPath());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileWriterTest.java 42 fos = new FileOutputStream(f.getPath());
48 br = new BufferedReader(new FileReader(f.getPath()));
98 fos = new FileOutputStream(f.getPath());
101 fis = new FileInputStream(f.getPath());
115 fos = new FileOutputStream(f.getPath());
118 bw = new BufferedWriter(new FileWriter(f.getPath()));
121 br = new BufferedReader(new FileReader(f.getPath()));
133 fos = new FileOutputStream(f.getPath());
136 bw = new BufferedWriter(new FileWriter(f.getPath(), true));
139 br = new BufferedReader(new FileReader(f.getPath()));
    [all...]
FileReaderTest.java 43 bw = new BufferedWriter(new FileWriter(f.getPath()));
58 bw = new BufferedWriter(new FileWriter(f.getPath()));
61 FileInputStream fis = new FileInputStream(f.getPath());
75 bw = new BufferedWriter(new FileWriter(f.getPath()));
78 br = new FileReader(f.getPath());
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 66 public String getPath() {
117 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG
120 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG
133 assertTrue("mountObb call on " + file.getPath() + " should succeed",
134 sm.mountObb(file.getPath(), null, observer));
140 assertTrue("OBB should be mounted", sm.isObbMounted(file.getPath()));
144 file.getPath(), observer.getPath());
154 assertTrue("mountObb call on " + file.getPath() + " should succeed", sm.mountObb(file
155 .getPath(), null, observer))
    [all...]
  /frameworks/base/tools/aapt/
OutputSet.h 37 inline const android::String8& getPath() const {
41 bool operator<(const OutputEntry& o) const { return getPath() < o.mPath; }
42 bool operator==(const OutputEntry& o) const { return getPath() == o.mPath; }
  /hardware/libhardware/modules/input/evdev/
InputDeviceManager.cpp 31 ALOGE("got input event for unknown node %s", node->getPath().c_str());
43 ALOGE("could not remove unknown node %s", node->getPath().c_str());
  /external/apache-http/src/org/apache/http/cookie/
Cookie.java 111 String getPath();
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicPathHandler.java 66 "Illegal path attribute \"" + cookie.getPath()
67 + "\". Path of origin: \"" + origin.getPath() + "\"");
78 String targetpath = origin.getPath();
79 String topmostPath = cookie.getPath();
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
FileSystemEntry.java 41 public String getPath();
  /external/proguard/src/proguard/
FileWordReader.java 40 "file '" + file.getPath() + "'",
  /external/vogar/src/vogar/commands/
Mkdir.java 33 new Command(log, "mkdir", "-p", directory.getPath()).execute();
Rm.java 33 new Command(log, "rm", "-rf", file.getPath()).execute();
  /frameworks/base/core/java/android/transition/
PathMotion.java 29 * by extending PathMotion and implementing {@link #getPath(float, float, float, float)}.
58 public abstract Path getPath(float startX, float startY, float endX, float endY);
  /frameworks/base/packages/SettingsLib/tests/src/com/android/settingslib/
BaseTest.java 26 System.setProperty("dexmaker.dexcache", mContext.getCacheDir().getPath());
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
SysuiTestCase.java 28 System.setProperty("dexmaker.dexcache", mContext.getCacheDir().getPath());
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileInfo.java 30 public String getPath() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IGLPropertyAccessor.java 30 String getPath();
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseErrorHandlerTest.java 46 mDatabase = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile.getPath(), null,
68 BufferedWriter writer = new BufferedWriter(new FileWriter(mDatabaseFile.getPath()));
94 SQLiteDatabase db = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile.getPath(), null,
116 mDatabaseFile.getPath());
120 mDatabaseFile.getPath());
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
VMHostTest.java 71 CLog.d("Creating host temp dir %s", localTmpDir.getPath());
74 CLog.e("Missing jar file %s", jarFile.getPath());
78 jarFile.getPath(), localTmpDir.getPath());
83 localTestTmpDir.getPath(), VM_TEST_TEMP_DIR);
88 CLog.d("Cleaning up host temp dir %s", localTmpDir.getPath());
  /external/vogar/src/vogar/android/
DeviceFilesystem.java 50 while (dir != null && !dir.getPath().equals("/sdcard") && !dir.getPath().equals("/")) {
70 args.add(name.getPath());
86 args.add(dir.getPath());
96 if (fileString.equals(dir.getPath() + ": No such file or directory")) {
99 if (fileString.equals(dir.getPath())) {

Completed in 602 milliseconds

1 2 3 4 5 6 7 8 91011>>