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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/
robots.txt 3 Disallow: /testfile
index.yaml 19 - kind: TestFile
25 - kind: TestFile
34 - kind: TestFile
41 - kind: TestFile
49 - kind: TestFile
55 - kind: TestFile
61 - kind: TestFile
main.py 36 ('/testfile/delete', testfilehandler.DeleteFile),
37 ('/testfile/upload', testfilehandler.Upload),
38 ('/testfile/uploadform', testfilehandler.UploadForm),
39 ('/testfile/?', testfilehandler.GetFile),
app.yaml 25 - url: /testfile/delete
  /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/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ImportantFileWriterAndroidTest.java 47 private void checkFile(File testFile, byte[] data) {
48 assertTrue(testFile.exists());
50 byte[] fileData = new byte[(int) testFile.length()];
52 new DataInputStream(new FileInputStream(testFile));
74 File testFile = new File(dir, "ImportantFileTest");
77 if(testFile.exists()) {
78 assertTrue(testFile.delete());
84 testFile.getAbsolutePath(), data1));
85 checkFile(testFile, data1);
91 testFile.getAbsolutePath(), data2))
    [all...]
  /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
  /external/chromium_org/media/base/
container_names_unittest.cc 105 void TestFile(MediaContainerName expected, const base::FilePath& filename) {
123 TestFile(CONTAINER_OGG, GetTestDataFilePath("bear.ogv"));
124 TestFile(CONTAINER_OGG, GetTestDataFilePath("9ch.ogg"));
128 TestFile(CONTAINER_WAV, GetTestDataFilePath("4ch.wav"));
129 TestFile(CONTAINER_WAV, GetTestDataFilePath("sfx_f32le.wav"));
130 TestFile(CONTAINER_WAV, GetTestDataFilePath("sfx_s16le.wav"));
134 TestFile(CONTAINER_MOV, GetTestDataFilePath("bear-1280x720.mp4"));
135 TestFile(CONTAINER_MOV, GetTestDataFilePath("sfx.m4a"));
139 TestFile(CONTAINER_WEBM, GetTestDataFilePath("bear-320x240.webm"));
140 TestFile(CONTAINER_WEBM, GetTestDataFilePath("no_streams.webm"))
    [all...]
  /external/chromium_org/third_party/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 }}&master={{ file.master }}&testtype={{ file.test_type }}" >
46 // This date format needs to match the format string used in model/testfile.py:get_files.
57 <td><a href="/testfile/delete?key={{ file.key }}&builder={{ builder }}&name={{ name }}" >
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
testfile_test.py 31 import testfile namespace
56 test_file = testfile.TestFile()
59 return testfile.TestFile.get_files(None, None, None, None, limit=None)
66 _, code = testfile.TestFile.add_file(*file_data)
77 _, code = testfile.TestFile.save_file(files[0], None)
97 _, code = testfile.TestFile.overwrite_or_add_file(*file_data
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver3DictDecoderTests.java 63 File testFile = null;
65 testFile = File.createTempFile(testName, ".tmp", getContext().getCacheDir());
70 assertNotNull(testFile);
71 final Ver3DictDecoder dictDecoder = new Ver3DictDecoder(testFile, factory);
78 writeDataToFile(testFile);
86 assertEquals(testFile.length(), dictDecoder.getDictBuffer().capacity());
106 File testFile = null;
108 testFile = File.createTempFile(testName, ".tmp", getContext().getCacheDir());
113 final Ver3DictDecoder dictDecoder = new Ver3DictDecoder(testFile, factory);
119 writeDataToFile(testFile);
    [all...]
  /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/chromium_org/third_party/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/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/chromium_org/third_party/sqlite/src/test/
fts2.test 53 foreach testfile [lsort -dictionary [glob $testdir/fts2*.test]] {
54 set tail [file tail $testfile]
57 source $testfile
mallocAll.test 51 foreach testfile [lsort -dictionary [glob $testdir/*malloc*.test]] {
52 set tail [file tail $testfile]
55 source $testfile
  /external/chromium_org/third_party/icu/source/test/intltest/
ucaconf.cpp 24 testFile(NULL),
47 if(testFile) {
48 fclose(testFile);
109 if(testFile) {
110 fclose(testFile);
125 testFile = fopen(buffer, "rb");
127 if(testFile == 0) {
130 testFile = fopen(buffer, "rb");
132 if(testFile == 0) {
135 testFile = fopen(buffer, "rb")
    [all...]
  /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...]
  /external/qemu/distrib/sdl-1.2.15/VisualC/tests/
tests.dsw 42 Project: "testfile"=".\testfile\testfile.dsp" - Package Owner=<4>
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
InputFiles.txt 27 testfile.pcm

Completed in 428 milliseconds

1 2 3 4 5 6 7