/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/chromium-trace/catapult/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/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 | 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()
|
/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 | 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()
|
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/autotest/client/cros/netprotos/ |
D | cros_p2p.py | 40 def add_file(self, file_id, file_size, announce=False): member in CrosP2PDaemon
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | generate.py | 662 def add_file(self, file): member in policy 1272 self.add_file(fname) 1283 self.add_file(fname) 1297 self.add_file(fname) 1308 self.add_file("/var/run/%s.pid" % self.name) 1317 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 | 553 mypolicy.add_file(p)
|