Searched defs:add_file (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
H A Dtestfile.py102 return cls.add_file(master, builder, test_type, name, data)
106 def add_file(cls, master, builder, test_type, name, data): member in class:TestFile
/external/jsoncpp/
H A Damalgamate.py22 def add_file( self, relative_input_path, wrap_in_comment=False ): member in class:AmalgamationFile
63 header.add_file( 'LICENSE', wrap_in_comment=True )
69 header.add_file( 'include/json/config.h' )
70 header.add_file( 'include/json/forwards.h' )
71 header.add_file( 'include/json/features.h' )
72 header.add_file( 'include/json/value.h' )
73 header.add_file( 'include/json/reader.h' )
74 header.add_file( 'include/json/writer.h' )
88 header.add_file( 'LICENSE', wrap_in_comment=True )
94 header.add_file( 'includ
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dzipfileset_unittest.py38 def add_file(self, filename, contents): member in class:FakeZip
64 result.add_file('some-file', 'contents')
65 result.add_file('a/b/some-other-file', 'other contents')
/external/blktrace/btt/
H A Dmisc.c118 void add_file(FILE *fp, char *oname) function
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftestsrunner_unittest.py70 def add_file(filename): function in function:MainTest.test_collect_tests_with_multile_files
73 add_file('test1.html')
74 add_file('test2.html')
75 add_file('test3.html')
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dtest.py363 def add_file(test, suffix, contents): function in function:add_unit_tests_to_mock_filesystem
372 add_file(test, test.name[test.name.rfind('.'):], '')
376 add_file(test, '-expected.wav', test.expected_audio)
378 add_file(test, '-expected.txt', test.expected_text)
379 add_file(test, '-expected.png', test.expected_image)
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h353 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file();
826 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h356 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file();
697 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/fio/
H A Dfilesetup.c1231 int add_file(struct thread_data *td, const char *fname, int numjob, int inc) function
1327 return add_file(td, fname, 0, 1);
1440 add_file(td, full_path, 0, 1);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h212 inline ::google::protobuf::FileDescriptorProto* add_file();
2482 inline ::google::protobuf::FileDescriptorProto* FileDescriptorSet::add_file() { function in class:google::protobuf::FileDescriptorSet
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h216 inline ::google::protobuf::FileDescriptorProto* add_file();
2791 inline ::google::protobuf::FileDescriptorProto* FileDescriptorSet::add_file() { function in class:google::protobuf::FileDescriptorSet

Completed in 1374 milliseconds