Searched refs:one_file (Results 1 – 6 of 6) sorted by relevance
/external/flatbuffers/src/ |
D | code_generators.cpp | 73 if (parser.opts.one_file) return path; in NamespaceDir()
|
D | idl_gen_general.cpp | 167 if (!parser_.opts.one_file) in generate() 170 if (parser_.opts.one_file) { in generate() 182 if (!parser_.opts.one_file) in generate() 185 if (parser_.opts.one_file) { in generate() 193 if (parser_.opts.one_file) { in generate()
|
D | flatc.cpp | 190 opts.one_file = true; in Compile()
|
/external/dnsmasq/src/ |
D | option.c | 24 static void one_file(char *file, int nest, int hard_opt); 1028 one_file(file, nest, 0); in one_opt() 1096 one_file(path, nest + 1, 0); in one_opt() 2505 static void one_file(char *file, int nest, int hard_opt) in one_file() function 2717 one_file(daemon->dhcp_hosts_file, 1, LOPT_BANK); in reread_dhcp() 2748 one_file(daemon->dhcp_opts_file, 1, LOPT_OPTS); in reread_dhcp() 2845 one_file(conffile, nest, 0); in read_opts()
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 348 bool one_file; member 390 one_file(false), in IDLOptions()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 3652 one_file(struct global *global, const char *file_name, const char *out_name) in one_file() function 4009 (void)one_file(&global, *argv, outfile); in main()
|