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

1 2 3 4

  /ndk/build/tools/
dev-platform-compress.sh 89 for FILENAME in $FILES; do
90 FILENAME=${FILENAME##./} # Get rid of leading ./
91 PFILE=$PDIR/$FILENAME
92 CFILE=$SDIR/$FILENAME
93 DFILE=$DDIR/$FILENAME
109 DFILE=$DDIR/$FILENAME
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
StorCommandHandlerTest.groovy 42 testHandleCommand([FILENAME], 'stor', CONTENTS)
53 handleCommand([p(NO_SUCH_DIR, FILENAME)])
75 assert session.getReplyMessage(1).contains(FILENAME)
AppeCommandHandlerTest.groovy 51 testHandleCommand([FILENAME], 'appe', CONTENTS)
62 handleCommand([p(NO_SUCH_DIR, FILENAME)])
84 assert session.getReplyMessage(1).contains(FILENAME)
DeleCommandHandlerTest.groovy 35 static final FILENAME = "f.txt"
36 static final FILE = p(DIR, FILENAME)
48 handleCommand([FILENAME])
49 assertSessionReply(ReplyCodes.DELE_OK, ['dele', FILENAME])
StouCommandHandlerTest.groovy 35 expectedBaseName = FILENAME
46 expectedBaseName = FILENAME
72 def filename = names.find {name -> name.startsWith(expectedBaseName) }
73 assert filename
74 return p(DIR, filename)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/
version.rc.h 20 VALUE "OriginalFilename", FILENAME ".dll"
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
RemoteFileTest.java 33 private static final String FILENAME = "dir/sample.txt";
52 String contents = remoteFile.readFile(FILENAME);
57 // Verify the submitted filename
59 String filename = invocationRecord.getString(RetrCommandHandler.PATHNAME_KEY); local
60 assertEquals("filename", FILENAME, filename);
76 remoteFile.readFile(FILENAME);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
RemoteFileTest.java 33 private static final String FILENAME = "dir/sample.txt";
52 String contents = remoteFile.readFile(FILENAME);
57 // Verify the submitted filename
59 String filename = invocationRecord.getString(RetrCommandHandler.PATHNAME_KEY); local
60 assertEquals("filename", FILENAME, filename);
76 remoteFile.readFile(FILENAME);
  /ndk/tests/build/import-install/
build.sh 29 for FILENAME in libfoo$SUFFIX libpath1$SUFFIX libpath2$SUFFIX; do
30 FILE=$DIR/$FILENAME
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/content/
TestSharedPreferencesTest.java 22 protected final static String FILENAME = "filename";
31 sharedPreferences = new TestSharedPreferences(content, FILENAME, 3);
44 TestSharedPreferences anotherSharedPreferences = new TestSharedPreferences(content, FILENAME, 3);
62 content.put(FILENAME, new HashMap<String, Object>());
63 content.get(FILENAME).put("deleteMe", "foo");
72 TestSharedPreferences anotherSharedPreferences = new TestSharedPreferences(content, FILENAME, 3);
85 content.put(FILENAME, new HashMap<String, Object>());
86 content.get(FILENAME).put("deleteMe", "foo");
93 TestSharedPreferences anotherSharedPreferences = new TestSharedPreferences(content, FILENAME, 3)
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
StouCommandHandlerTest.java 49 final String FILENAME = "abc.txt";
56 session.sendReply(ReplyCodes.TRANSFER_DATA_FINAL_OK, formattedReplyTextFor("226.WithFilename", FILENAME));
60 commandHandler.setFilename(FILENAME);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
StouCommandHandlerTest.java 50 final String FILENAME = "abc.txt";
57 session.sendReply(ReplyCodes.SEND_DATA_FINAL_OK, formattedReplyTextFor("226.WithFilename", FILENAME));
61 commandHandler.setFilename(FILENAME);
  /external/tcpdump/
makemib 88 NF > 1 && index($2,".")>0 && FILENAME ~ /\.defs/ {
189 print "/* oidadd" inn(FILENAME) ":", new, "in", parent, "as", value, "line", $0, "*/"
196 inn(FILENAME), parent, new, value
202 inn(FILENAME), parent, new, value, oid[new]
213 inn(FILENAME), new, parent, \
  /external/compiler-rt/lib/asan/scripts/
asan_device_setup 40 local FILENAME=$(basename $1)
41 $ADB push "$1" "/data/local/tmp/$FILENAME"
42 $ADB shell su -c "rm \\\"$2/$FILENAME\\\"" >&/dev/null
43 $ADB shell su -c "cat \\\"/data/local/tmp/$FILENAME\\\" > \\\"$2/$FILENAME\\\""
44 $ADB shell su -c "rm \\\"/data/local/tmp/$FILENAME\\\""
84 local FILENAME=$(basename $1)
85 $ADB shell rm "/data/local/tmp/$FILENAME" >&/dev/null
86 $ADB shell su -c "[ -f \\\"$1\\\" ] && cat \\\"$1\\\" > \\\"/data/local/tmp/$FILENAME\\\" && chown root.shell \\\"/data/local/tmp/$FILENAME\\\" && chmod 755 \\\"/data/local/tmp/$FILENAME\\\"" &
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
UnixFakeFileSystemTest.groovy 42 final FILENAME = 'abc.txt'
43 final FILE = p(DIR, FILENAME)
48 assert names.find { it == FILENAME }
  /development/testrunner/
android_manifest.py 33 FILENAME = 'AndroidManifest.xml'
64 self._manifest_path = os.path.join(app_path, self.FILENAME)
121 manifest_path = os.path.join(path, AndroidManifest.FILENAME)
create_test.py 102 tests_manifest_path = "%s/%s" % (tests_path, manifest.FILENAME)
139 tests_mk_path = "%s/%s" % (tests_path, mk.FILENAME)
146 mk_path = "%s/%s" % (app_path, mk.FILENAME)
212 (mk.PACKAGE_NAME, mk.FILENAME))
216 raise RuntimeError("Variable package missing from %s" % manifest.FILENAME)
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 48 private static final String FILENAME = "abc.txt";
263 boolean success = ftpClient.deleteFile(FILENAME);
335 boolean success = ftpClient.rename(FILENAME, "new_" + FILENAME);
357 LOG.info("Get File for remotePath [" + FILENAME + "]");
359 assertTrue(ftpClient.retrieveFile(FILENAME, outputStream));
364 LOG.info("Put File for local path [" + FILENAME + "]");
366 assertTrue(ftpClient.storeFile(FILENAME, inputStream));
383 LOG.info("Get File for remotePath [" + FILENAME + "]");
385 assertTrue("GET", ftpClient.retrieveFile(FILENAME, outputStream));
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 60 private static final String FILENAME = "abc.txt";
299 boolean success = ftpClient.deleteFile(FILENAME);
358 boolean success = ftpClient.rename(FILENAME, "new_" + FILENAME);
383 LOG.info("Get File for remotePath [" + FILENAME + "]");
385 assertTrue(ftpClient.retrieveFile(FILENAME, outputStream));
390 LOG.info("Put File for local path [" + FILENAME + "]");
392 assertTrue(ftpClient.storeFile(FILENAME, inputStream));
409 LOG.info("Get File for remotePath [" + FILENAME + "]");
411 assertTrue("GET", ftpClient.retrieveFile(FILENAME, outputStream));
    [all...]
  /developers/build/prebuilts/gradle/BeamLargeFiles/Application/src/main/java/com/example/android/beamlargefiles/
BeamLargeFilesFragment.java 46 /** Filename that is to be sent for this activity. Relative to /assets. */
47 private static final String FILENAME = "stargazer_droid.jpg";
93 Uri photoUri = Uri.parse(CONTENT_BASE_URI + FILENAME);
  /developers/samples/android/connectivity/nfc/BeamLargeFiles/Application/src/main/java/com/example/android/beamlargefiles/
BeamLargeFilesFragment.java 46 /** Filename that is to be sent for this activity. Relative to /assets. */
47 private static final String FILENAME = "stargazer_droid.jpg";
93 Uri photoUri = Uri.parse(CONTENT_BASE_URI + FILENAME);
  /development/samples/browseable/BeamLargeFiles/src/com.example.android.beamlargefiles/
BeamLargeFilesFragment.java 46 /** Filename that is to be sent for this activity. Relative to /assets. */
47 private static final String FILENAME = "stargazer_droid.jpg";
93 Uri photoUri = Uri.parse(CONTENT_BASE_URI + FILENAME);
  /external/libmtp/examples/
delfile.c 39 printf("Usage: delfile [-n] <fileid/trackid> | -f <filename>\n");
61 int FILENAME = 1;
68 field_type = FILENAME;
  /external/libpng/scripts/
checksym.awk 35 master = FILENAME
37 FILENAME==master && NF==2 && $2~/^@/ && $1!~/^;/ {
50 FILENAME==master && $1==";missing" && NF==2{
57 FILENAME==master {
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectInputStreamGetFieldTest.java 59 private final String FILENAME =
70 initOis(FILENAME);
98 initOis(FILENAME);
122 initOis(FILENAME);
238 initOis(FILENAME);
244 private void initOis(String fileName) throws Exception {
249 getClass().getResourceAsStream(fileName));

Completed in 532 milliseconds

1 2 3 4