/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/version.h" ) 70 header.add_file( "include/json/config.h" ) 71 header.add_file( "include/json/forwards.h" ) 72 header.add_file( "include/json/features.h" ) 73 header.add_file( "include/json/value.h" ) 74 header.add_file( "include/json/reader.h" ) 75 header.add_file( "include/json/writer.h" ) 76 header.add_file( "include/json/assertions.h" ) [all …]
|
/external/autotest/client/site_tests/p2p_ConsumeFiles/ |
D | p2p_ConsumeFiles.py | 142 cros_a.add_file('everyone', 1000) 143 cros_b.add_file('everyone', 10000) 144 cros_c.add_file('everyone', 20000) 146 cros_a.add_file('only-a', 5000) 148 cros_b.add_file('only-b', 8000)
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.cc | 74 CodeGeneratorResponse::File* file = response_->add_file(); in Open() 81 CodeGeneratorResponse::File* file = response_->add_file(); in OpenForInsert()
|
D | plugin.pb.h | 380 ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file(); 789 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() { in add_file() function
|
/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/ltp/utils/ffsb-6.0-rc2/ |
D | filelist.h | 83 struct ffsb_file *add_file(struct benchfiles *b, uint64_t size, randdata_t *rd);
|
D | metaops.c | 46 newdir = add_file(dirs, 0, rd); in createdir()
|
D | filelist.c | 121 struct ffsb_file *add_file(struct benchfiles *b, uint64_t size, randdata_t * rd) in add_file() function
|
D | ffsb_fs.c | 131 cur = add_file(bf, size, &rd); in add_files()
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.h | 158 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()
|
/external/openssh/ |
D | ssh-add.c | 183 add_file(int agent_fd, const char *filename, int key_only) in add_file() function 453 if (add_file(agent_fd, file, key_only) == -1) in do_file()
|
/external/autotest/client/cros/netprotos/ |
D | cros_p2p.py | 40 def add_file(self, file_id, file_size, announce=False): member in CrosP2PDaemon
|
/external/selinux/python/sepolicy/sepolicy/ |
D | generate.py | 667 def add_file(self, file): member in policy 1281 self.add_file(fname) 1292 self.add_file(fname) 1306 self.add_file(fname) 1317 self.add_file("/var/run/%s.pid" % self.name) 1326 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()
|