HomeSort by relevance Sort by last modified time
    Searched refs:add_file (Results 1 - 25 of 35) sorted by null

1 2

  /external/jsoncpp/
amalgamate.py 22 def add_file( self, relative_input_path, wrap_in_comment=False ): member in class: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/third_party/closure_linter/closure_linter/common/
simplefileflags.py 153 add_file = True
156 add_file = False
162 add_file = False
164 if add_file:
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
simplefileflags.py 153 add_file = True
156 add_file = False
162 add_file = False
164 if add_file:
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.cc 73 CodeGeneratorResponse::File* file = response_->add_file();
80 CodeGeneratorResponse::File* file = response_->add_file();
plugin.pb.h 353 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file();
826 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() { function in class:google::protobuf::compiler::CodeGeneratorResponse
command_line_interface.cc     [all...]
plugin.pb.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 71 CodeGeneratorResponse::File* file = response_->add_file();
78 CodeGeneratorResponse::File* file = response_->add_file();
plugin.pb.h 356 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file();
697 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() { function in class:google::protobuf::compiler::CodeGeneratorResponse
  /external/blktrace/btt/
aqd.c 48 add_file(ap->fp, oname);
bno_dump.c 41 add_file(fp, oname);
latency.c 44 add_file(fp, strdup(oname));
plat.c 47 add_file(pp->fp, oname);
misc.c 118 void add_file(FILE *fp, char *oname) function
seek.c 57 add_file(fp, oname);
230 add_file(sip->sps_fp, oname);
args.c 258 add_file(ofp, fname);
globals.h 246 void add_file(FILE *fp, char *oname);
  /external/fio/
file.h 170 extern int add_file(struct thread_data *, const char *, int, int);
filesetup.c 1231 int add_file(struct thread_data *td, const char *fname, int numjob, int inc) function
1327 return add_file(td, fname, 0, 1);
1440 add_file(td, full_path, 0, 1);
iolog.c 362 fileno = add_file(td, fname, 0, 1);
init.c 1074 add_file(td, jobname, job_add_num, 0);
1077 add_file(td, make_filename(fname, sizeof(fname), o, jobname, job_add_num, i), job_add_num, 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 338 def add_file(test, suffix, contents): function in function:add_unit_tests_to_mock_filesystem
347 add_file(test, test.name[test.name.rfind('.'):], '')
351 add_file(test, '-expected.wav', test.expected_audio)
353 add_file(test, '-expected.txt', test.expected_text)
354 add_file(test, '-expected.png', test.expected_image)
  /build/tools/atree/
files.cpp 114 add_file(vector<FileRecord>* files, const FileOpType fileOp, function
313 add_file(files, op, filename, i+1, paths[0], paths[1]);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner_unittest.py 74 def add_file(filename): function in function:MainTest.test_collect_tests_with_multile_files
77 add_file('test1.html')
78 add_file('test2.html')
79 add_file('test3.html')
    [all...]
  /external/fio/engines/
rbd.c 380 add_file(td, td->o.filename ? : "rbd", 0, 0);

Completed in 1892 milliseconds

1 2