Home
last modified time | relevance | path

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

12

/external/jsoncpp/
Damalgamate.py22 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/
Dsimplefileflags.py153 add_file = True
156 add_file = False
162 add_file = False
164 if add_file:
/external/autotest/client/site_tests/p2p_ConsumeFiles/
Dp2p_ConsumeFiles.py142 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/
Dplugin.cc73 CodeGeneratorResponse::File* file = response_->add_file(); in Open()
80 CodeGeneratorResponse::File* file = response_->add_file(); in OpenForInsert()
Dplugin.pb.h346 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file();
864 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() { in add_file() function
Dplugin.pb.cc966 input, add_file())); in MergePartialFromCodedStream()
/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()
Dseek.c57 add_file(fp, oname); in seek_open()
230 add_file(sip->sps_fp, oname); in seeki_alloc()
Dplat.c47 add_file(pp->fp, oname); in plat_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/squashfs-tools/squashfs-tools/
Dmksquashfs.h158 extern void add_file(long long, long long, long long, unsigned int *, int,
Dread_fs.c289 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/
Dfile.h178 extern int add_file(struct thread_data *, const char *, int, int);
Dfilesetup.c1237 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()
Dinit.c1150 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()
Diolog.c381 fileno = add_file(td, fname, 0, 1); in read_iolog2()
/external/autotest/client/cros/netprotos/
Dcros_p2p.py40 def add_file(self, file_id, file_size, announce=False): member in CrosP2PDaemon
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgenerate.py662 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/
Dtar.c161 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/
Drbd.c472 add_file(td, td->o.filename ? : "rbd", 0, 0); in fio_rbd_setup()
/external/selinux/policycoreutils/sepolicy/
Dsepolicy.py553 mypolicy.add_file(p)

12