/external/jsoncpp/ |
D | amalgamate.py | 22 def add_file( self, relative_input_path, wrap_in_comment=False ): member in 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/chromium-trace/trace-viewer/tracing/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/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 | 346 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file(); 864 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() { in add_file() function
|
D | plugin.pb.cc | 966 input, add_file())); in MergePartialFromCodedStream()
|
D | command_line_interface.cc | 1437 FileDescriptorProto* file_proto = file_set.add_file(); in WriteDescriptorSet()
|
/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 | seek.c | 57 add_file(fp, oname); in seek_open() 230 add_file(sip->sps_fp, oname); in seeki_alloc()
|
D | plat.c | 47 add_file(pp->fp, oname); in plat_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/squashfs-tools/squashfs-tools/ |
D | mksquashfs.h | 147 extern void add_file(long long, long long, long long, unsigned int *, int,
|
D | read_fs.c | 289 add_file(start, inode.file_size, file_bytes, in scan_inode_table() 345 add_file(start, inode.file_size, file_bytes, in scan_inode_table()
|
/external/fio/ |
D | file.h | 178 extern int add_file(struct thread_data *, const char *, int, int);
|
D | filesetup.c | 1237 int add_file(struct thread_data *td, const char *fname, int numjob, int inc) in add_file() function 1333 return add_file(td, fname, 0, 1); in add_file_exclusive() 1446 add_file(td, full_path, 0, 1); in recurse_dir()
|
D | init.c | 1150 add_file(td, jobname, job_add_num, 0); in add_job() 1153 add_file(td, make_filename(fname, sizeof(fname), o, jobname, job_add_num, i), job_add_num, 0); in add_job()
|
D | iolog.c | 381 fileno = add_file(td, fname, 0, 1); in read_iolog2()
|
/external/openssh/ |
D | ssh-add.c | 182 add_file(int agent_fd, const char *filename, int key_only) in add_file() function 448 if (add_file(agent_fd, file, key_only) == -1) in do_file()
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | generate.py | 652 def add_file(self, file): member in policy 1266 self.add_file(fname) 1277 self.add_file(fname) 1291 self.add_file(fname) 1302 self.add_file("/var/run/%s.pid" % self.name) 1311 self.add_file("/var/log/%s.log" % self.name)
|
/external/toybox/toys/pending/ |
D | tar.c | 161 static void add_file(struct archive_handler *tar, char **nam, struct stat *st) in add_file() function 279 add_file(hdl, &path, &(node->st)); //path may be modified in add_to_tar()
|
/external/fio/engines/ |
D | rbd.c | 472 add_file(td, td->o.filename ? : "rbd", 0, 0); in fio_rbd_setup()
|
/external/selinux/policycoreutils/sepolicy/ |
D | sepolicy.py | 507 mypolicy.add_file(p)
|