HomeSort by relevance Sort by last modified time
    Searched defs:add_file (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
testfile.py 102 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/
amalgamate.py 22 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( 'include/json/config.h'
    [all...]
  /external/blktrace/btt/
misc.c 118 void add_file(FILE *fp, char *oname) function
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
zipfileset_unittest.py 38 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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner_unittest.py 70 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')
  /build/tools/atree/
files.cpp 114 add_file(vector<FileRecord>* files, const FileOpType fileOp, function
313 add_file(files, op, filename, i+1, paths[0], paths[1]);
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 356 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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 363 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/
plugin.pb.h 353 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/fio/
filesetup.c 1231 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/
descriptor.pb.h 212 inline ::google::protobuf::FileDescriptorProto* add_file();
2482 inline ::google::protobuf::FileDescriptorProto* FileDescriptorSet::add_file() { function in class:google::protobuf::FileDescriptorSet
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.h 216 inline ::google::protobuf::FileDescriptorProto* add_file();
2791 inline ::google::protobuf::FileDescriptorProto* FileDescriptorSet::add_file() { function in class:google::protobuf::FileDescriptorSet
    [all...]

Completed in 824 milliseconds