/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
D | simplefileflags.py | 153 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/ |
D | simplefileflags.py | 153 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/ |
D | zipfileset_unittest.py | 38 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/ |
D | plugin.cc | 71 CodeGeneratorResponse::File* file = response_->add_file(); in Open() 78 CodeGeneratorResponse::File* file = response_->add_file(); in OpenForInsert()
|
D | plugin.pb.h | 356 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file(); 697 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() { in add_file() function
|
D | command_line_interface.cc | 1289 parsed_files[i]->CopyTo(file_set.add_file()); in WriteDescriptorSet()
|
D | plugin.pb.cc | 914 input, add_file())); in MergePartialFromCodedStream()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/ |
D | perftestsrunner_unittest.py | 70 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/ |
D | plugin.cc | 73 CodeGeneratorResponse::File* file = response_->add_file(); in Open() 80 CodeGeneratorResponse::File* file = response_->add_file(); in OpenForInsert()
|
D | plugin.pb.h | 353 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file(); 826 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() { in add_file() function
|
D | plugin.pb.cc | 920 input, add_file())); in MergePartialFromCodedStream()
|
D | command_line_interface.cc | 1378 FileDescriptorProto* file_proto = file_set.add_file(); in WriteDescriptorSet()
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/ |
D | 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 TestFile
|
D | testfile_test.py | 66 _, code = testfile.TestFile.add_file(*file_data)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | test.py | 334 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/ |
D | aqd.c | 48 add_file(ap->fp, oname); in aqd_alloc()
|
D | bno_dump.c | 41 add_file(fp, oname); in bno_dump_open()
|
D | latency.c | 44 add_file(fp, strdup(oname)); in latency_open()
|
D | plat.c | 47 add_file(pp->fp, oname); in plat_alloc()
|
D | seek.c | 57 add_file(fp, oname); in seek_open() 230 add_file(sip->sps_fp, oname); in seeki_alloc()
|
D | misc.c | 118 void add_file(FILE *fp, char *oname) in add_file() function
|
D | args.c | 258 add_file(ofp, fname); in setup_ofile()
|
D | globals.h | 246 void add_file(FILE *fp, char *oname);
|
/external/openssh/ |
D | ssh-add.c | 142 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/ |
D | testfilehandler.py | 254 …status_string, status_code = TestFile.add_file(master, builder, test_type, file.filename, file.val…
|