Searched refs:add_opt (Results 1 – 3 of 3) sorted by relevance
/external/arm-trusted-firmware/tools/fiptool/ |
D | fiptool.c | 412 static struct option *add_opt(struct option *opts, size_t *nr_opts, in add_opt() function 432 opts = add_opt(opts, nr_opts, desc->cmdline_name, has_arg, in fill_common_opts() 675 opts = add_opt(opts, &nr_opts, "plat-toc-flags", required_argument, in create_cmd() 677 opts = add_opt(opts, &nr_opts, "align", required_argument, OPT_ALIGN); in create_cmd() 678 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in create_cmd() 679 opts = add_opt(opts, &nr_opts, NULL, 0, 0); in create_cmd() 773 opts = add_opt(opts, &nr_opts, "align", required_argument, OPT_ALIGN); in update_cmd() 774 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in update_cmd() 775 opts = add_opt(opts, &nr_opts, "out", required_argument, 'o'); in update_cmd() 776 opts = add_opt(opts, &nr_opts, "plat-toc-flags", required_argument, in update_cmd() [all …]
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | optional_test.py | 189 add_opt = optional_ops._OptionalImpl(add_tensor, opt1.element_spec) 190 self.assertAllEqual(self.evaluate(add_opt.get_value()), (4.0, 6.0)) 197 add_opt = optional_ops._OptionalImpl(add_tensor, opt_none1.element_spec) 198 self.assertFalse(self.evaluate(add_opt.has_value())) 214 add_opt = optional_ops._OptionalImpl(add_tensor, opt3.element_spec) 215 self.assertEqual(self.evaluate(add_opt.get_value()[0]), 11.0) 217 inner_add_opt = optional_ops._OptionalImpl(add_opt.get_value()[1],
|
/external/libfuse/lib/ |
D | fuse_opt.c | 149 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt() function 166 return add_opt(ctx, arg); in call_proc()
|