Home
last modified time | relevance | path

Searched refs:add_file (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/closure_linter/closure_linter/common/
Dsimplefileflags.py153 add_file = True
156 add_file = False
162 add_file = False
164 if add_file:
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
Dsimplefileflags.py153 add_file = True
156 add_file = False
162 add_file = False
164 if add_file:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dzipfileset_unittest.py38 def add_file(self, filename, contents): member in FakeZip
64 result.add_file('some-file', 'contents')
65 result.add_file('a/b/some-other-file', 'other contents')
/external/protobuf/src/google/protobuf/compiler/
Dplugin.cc71 CodeGeneratorResponse::File* file = response_->add_file(); in Open()
78 CodeGeneratorResponse::File* file = response_->add_file(); in OpenForInsert()
Dplugin.pb.h356 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file();
697 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() { in add_file() function
Dcommand_line_interface.cc1289 parsed_files[i]->CopyTo(file_set.add_file()); in WriteDescriptorSet()
Dplugin.pb.cc914 input, add_file())); in MergePartialFromCodedStream()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
Dperftestsrunner_unittest.py70 def add_file(filename): function
73 add_file('test1.html')
74 add_file('test2.html')
75 add_file('test3.html')
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.cc73 CodeGeneratorResponse::File* file = response_->add_file(); in Open()
80 CodeGeneratorResponse::File* file = response_->add_file(); in OpenForInsert()
Dplugin.pb.h353 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file();
826 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() { in add_file() function
Dplugin.pb.cc920 input, add_file())); in MergePartialFromCodedStream()
Dcommand_line_interface.cc1378 FileDescriptorProto* file_proto = file_set.add_file(); in WriteDescriptorSet()
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
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 TestFile
Dtestfile_test.py66 _, code = testfile.TestFile.add_file(*file_data)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dtest.py334 def add_file(test, suffix, contents): function
343 add_file(test, test.name[test.name.rfind('.'):], '')
347 add_file(test, '-expected.wav', test.expected_audio)
349 add_file(test, '-expected.txt', test.expected_text)
350 add_file(test, '-expected.png', test.expected_image)
/external/blktrace/btt/
Daqd.c48 add_file(ap->fp, oname); in aqd_alloc()
Dbno_dump.c41 add_file(fp, oname); in bno_dump_open()
Dlatency.c44 add_file(fp, strdup(oname)); in latency_open()
Dplat.c47 add_file(pp->fp, oname); in plat_alloc()
Dseek.c57 add_file(fp, oname); in seek_open()
230 add_file(sip->sps_fp, oname); in seeki_alloc()
Dmisc.c118 void add_file(FILE *fp, char *oname) in add_file() function
Dargs.c258 add_file(ofp, fname); in setup_ofile()
Dglobals.h246 void add_file(FILE *fp, char *oname);
/external/openssh/
Dssh-add.c142 add_file(AuthenticationConnection *ac, const char *filename) in add_file() function
356 if (add_file(ac, file) == -1) in do_file()
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
Dtestfilehandler.py254 …status_string, status_code = TestFile.add_file(master, builder, test_type, file.filename, file.val…

12