HomeSort by relevance Sort by last modified time
    Searched full:testfile (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
UnixFileTest.java 36 private File testFile;
131 assertFalse(testFile.canExecute());
132 assertTrue(testFile.setExecutable(true, false));
133 assertTrue(testFile.canExecute());
134 assertTrue(testFile.setExecutable(true, true));
135 assertTrue(testFile.canExecute());
137 assertTrue(testFile.setExecutable(false, false));
138 assertFalse(testFile.canExecute());
139 assertTrue(testFile.setExecutable(false, true));
140 assertFalse(testFile.canExecute())
    [all...]
  /external/clang/utils/analyzer/
update_plist_test.pl 7 my $testFile = shift @ARGV;
8 die "error: cannot read file $testFile\n" if (! -r $testFile);
18 open (IN, $testFile) or die "cannot open $testFile\n";
50 `cp $filename $testFile`;
51 print "updated $testFile\n";
  /external/webkit/Tools/TestResultServer/
index.yaml 19 - kind: TestFile
25 - kind: TestFile
34 - kind: TestFile
41 - kind: TestFile
49 - kind: TestFile
55 - kind: TestFile
61 - kind: TestFile
app.yaml 10 - url: /testfile/delete
main.py 44 ('/testfile/delete', testfilehandler.DeleteFile),
45 ('/testfile/upload', testfilehandler.Upload),
46 ('/testfile/uploadform', testfilehandler.UploadForm),
47 ('/testfile/?', testfilehandler.GetFile),
  /external/elfutils/tests/
run-strip-test.sh 31 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile}
36 tempfiles testfile.temp testfile.debug.temp testfile.unstrip
38 testrun ../src/strip -o testfile.temp $debugout $original
42 cmp $stripped testfile.temp || status=$?
45 testrun ../src/elflint -q testfile.temp || status=$?
48 cmp $debugfile testfile.debug.temp || status=$?
51 testrun ../src/elflint -q -d testfile.debug.temp || status=$?
54 testrun ../src/unstrip -o testfile.unstrip testfile.temp testfile.debug.tem
    [all...]
run-unstrip-test.sh 33 tempfiles testfile.unstrip
40 testrun ../src/unstrip -o testfile.unstrip $stripped $debugfile
42 testrun ../src/elfcmp --hash-inexact $original testfile.unstrip
run-arsymtest.sh 32 testfile=arsymtest.test
34 tempfiles $okfile $tmpfile $testfile
45 sort $tmpfile > $testfile
48 if cmp $okfile $testfile; then
run-readelf-test1.sh 31 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile}
35 tempfiles testfile.temp
37 testrun ../src/readelf -r testfile3 > testfile.temp
39 diff -u - testfile.temp <<EOF
run-early-offscn.sh 28 testfiles testfile
30 testrun ./early-offscn testfile 0x500
  /external/webkit/Tools/TestResultServer/templates/
showfilelist.html 5 <link type="text/css" rel="stylesheet" href="/stylesheets/testfile.css" />
26 <td><a href="/testfile?master={{ file.master }}" >
30 <td><a href="/testfile?builder={{ file.builder }}" >
35 <a href="/testfile?testtype={{ file.test_type }}" >
40 <td><a href="/testfile?builder={{ file.builder }}&name={{ file.name }}" >
47 <td><a href="/testfile/delete?key={{ file.key }}&builder={{ builder }}&name={{ name }}" >
  /external/qemu/distrib/sdl-1.2.15/VisualC/tests/testfile/
testfile.vcproj 5 Name="testfile"
43 TypeLibraryName=".\Debug/testfile.tlb"
52 PrecompiledHeaderFile=".\Debug/testfile.pch"
75 OutputFile=".\Debug/testfile.exe"
79 ProgramDatabaseFile=".\Debug/testfile.pdb"
134 TypeLibraryName=".\Release/testfile.tlb"
145 PrecompiledHeaderFile=".\Release/testfile.pch"
167 OutputFile=".\Release/testfile.exe"
170 ProgramDatabaseFile=".\Release/testfile.pdb"
211 RelativePath="..\..\..\Test\testfile.c
    [all...]
testfile.dsp 1 # Microsoft Developer Studio Project File - Name="testfile" - Package Owner=<4>
7 CFG=testfile - Win32 Debug
11 !MESSAGE NMAKE /f "testfile.mak".
16 !MESSAGE NMAKE /f "testfile.mak" CFG="testfile - Win32 Debug"
20 !MESSAGE "testfile - Win32 Release" (based on "Win32 (x86) Application")
21 !MESSAGE "testfile - Win32 Debug" (based on "Win32 (x86) Application")
31 !IF "$(CFG)" == "testfile - Win32 Release"
57 !ELSEIF "$(CFG)" == "testfile - Win32 Debug"
87 # Name "testfile - Win32 Release
    [all...]
  /external/protobuf/src/google/protobuf/io/
gzip_stream_unittest.sh 38 TESTFILE=Makefile
40 (./zcgzip < ${TESTFILE} | gunzip | cmp - ${TESTFILE}) && \
41 (gzip < ${TESTFILE} | ./zcgunzip | cmp - ${TESTFILE})
  /external/icu4c/test/intltest/
ucaconf.cpp 25 testFile(NULL),
51 if (testFile) {
52 fclose(testFile);
108 if(testFile) {
109 fclose(testFile);
124 testFile = fopen(buffer, "rb");
126 if(testFile == 0) {
129 testFile = fopen(buffer, "rb");
131 if(testFile == 0) {
134 testFile = fopen(buffer, "rb")
    [all...]
ucaconf.h 45 FILE *testFile;
  /external/qemu/distrib/sdl-1.2.15/VisualC/tests/
tests.dsw 42 Project: "testfile"=".\testfile\testfile.dsp" - Package Owner=<4>
  /external/webkit/Tools/TestResultServer/handlers/
menu.py 34 ["List of test files", "/testfile"],
35 ["List of results.json files", "/testfile?name=results.json"],
36 ["List of expectations.json files", "/testfile?name=expectations.json"],
37 ["Upload test file", "/testfile/uploadform"],
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
InputFiles.txt 27 testfile.pcm
  /frameworks/base/services/tests/servicestests/src/com/android/server/net/
NetworkStatsCollectionTest.java 63 final File testFile = new File(getContext().getFilesDir(), TEST_FILE);
64 stageFile(R.raw.netstats_v1, testFile);
67 collection.readLegacyNetwork(testFile);
89 final File testFile = new File(getContext().getFilesDir(), TEST_FILE);
90 stageFile(R.raw.netstats_uid_v4, testFile);
93 collection.readLegacyUid(testFile, false);
115 final File testFile = new File(getContext().getFilesDir(), TEST_FILE);
116 stageFile(R.raw.netstats_uid_v4, testFile);
119 collection.readLegacyUid(testFile, true);
  /external/icu4c/test/iotest/
iotest.cpp 220 LocalUFILEPointer testFile;
234 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "w", fileLocale, "UTF-8"));
235 if (testFile.isNull()) {
260 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, dbl);
265 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i8);
270 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i16);
275 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i32);
280 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i64);
285 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, cBuffer);
289 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, argument)
    [all...]
  /external/expat/conftools/
PrintPath 73 testfile="pp.t.$$"
75 cat > $testfile <<ENDTEST
83 if `/bin/sh $testfile 2>/dev/null`; then
88 rm -f $testfile
  /external/qemu/distrib/sdl-1.2.15/Xcode/SDLTest/
Info-testfile.plist 8 <string>testfile</string>
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidFileTest.java 27 public void testFile() throws Exception {
  /external/chromium/chrome/browser/ui/cocoa/download/
download_util_mac_unittest.mm 39 FilePath testFile(FILE_PATH_LITERAL("download-test1.lib"));
40 testPath = testPath.Append(testFile);

Completed in 383 milliseconds

1 2 3 4