Home
last modified time | relevance | path

Searched refs:CommandLineOptions (Results 1 – 13 of 13) sorted by relevance

/external/flac/src/metaflac/
Doperations.c38 static FLAC__bool do_major_operation(const CommandLineOptions *options);
39 static FLAC__bool do_major_operation_on_file(const char *filename, const CommandLineOptions *option…
40 …ration__list(const char *filename, FLAC__Metadata_Chain *chain, const CommandLineOptions *options);
41 static FLAC__bool do_major_operation__append(FLAC__Metadata_Chain *chain, const CommandLineOptions
42 static FLAC__bool do_major_operation__remove(FLAC__Metadata_Chain *chain, const CommandLineOptions
43 …ool do_major_operation__remove_all(FLAC__Metadata_Chain *chain, const CommandLineOptions *options);
44 static FLAC__bool do_shorthand_operations(const CommandLineOptions *options);
45 static FLAC__bool do_shorthand_operations_on_file(const char *filename, const CommandLineOptions *o…
50 static FLAC__bool passes_filter(const CommandLineOptions *options, const FLAC__StreamMetadata *bloc…
69 FLAC__bool do_operations(const CommandLineOptions *options) in do_operations()
[all …]
Doptions.h211 } CommandLineOptions; typedef
213 void init_options(CommandLineOptions *options);
214 FLAC__bool parse_options(int argc, char *argv[], CommandLineOptions *options);
215 void free_options(CommandLineOptions *options);
Doptions.c104 static FLAC__bool parse_option(int option_index, const char *option_argument, CommandLineOptions *o…
105 static void append_new_operation(CommandLineOptions *options, Operation operation);
106 static void append_new_argument(CommandLineOptions *options, Argument argument);
107 static Operation *append_major_operation(CommandLineOptions *options, OperationType type);
108 static Operation *append_shorthand_operation(CommandLineOptions *options, OperationType type);
109 static Argument *find_argument(CommandLineOptions *options, ArgumentType type);
110 static Operation *find_shorthand_operation(CommandLineOptions *options, OperationType type);
111 static Argument *append_argument(CommandLineOptions *options, ArgumentType type);
126 void init_options(CommandLineOptions *options) in init_options()
158 FLAC__bool parse_options(int argc, char *argv[], CommandLineOptions *options) in parse_options()
[all …]
Doperations.h25 FLAC__bool do_operations(const CommandLineOptions *options);
Dmain.c33 CommandLineOptions options; in main()
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DCommandLineOptions.java27 final class CommandLineOptions { class
47 CommandLineOptions( in CommandLineOptions() method in CommandLineOptions
281 CommandLineOptions build() { in build()
282 return new CommandLineOptions( in build()
DMain.java89 CommandLineOptions parameters = processArgs(args); in format()
111 private int formatFiles(CommandLineOptions parameters, JavaFormatterOptions options) { in formatFiles()
184 private int formatStdin(CommandLineOptions parameters, JavaFormatterOptions options) { in formatStdin()
217 public static CommandLineOptions processArgs(String... args) throws UsageException { in processArgs()
218 CommandLineOptions parameters; in processArgs()
DCommandLineOptionsParser.java41 static CommandLineOptions parse(Iterable<String> options) { in parse()
42 CommandLineOptions.Builder optionsBuilder = CommandLineOptions.builder(); in parse()
DFormatFileCallable.java28 private final CommandLineOptions parameters;
32 CommandLineOptions parameters, String input, JavaFormatterOptions options) { in FormatFileCallable()
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DCommandLineOptionsParserTest.java42 CommandLineOptions options = CommandLineOptionsParser.parse(Collections.<String>emptyList()); in defaults()
62 CommandLineOptions options = in hello()
178 CommandLineOptions options = CommandLineOptionsParser.parse(Arrays.asList(args)); in paramsFile()
/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc655 struct CommandLineOptions { struct
719 CommandLineOptions ParseCommandLineOptions(int argc, char** argv) { in ParseCommandLineOptions()
720 CommandLineOptions command_line_options; in ParseCommandLineOptions()
938 util::Status RunMetrics(const CommandLineOptions& options) { in RunMetrics()
1048 CommandLineOptions options = ParseCommandLineOptions(argc, argv); in TraceProcessorMain()
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyOptions.cpp321 OptionsSource CommandLineOptions(OverrideOptions, in getRawOptions() local
324 RawOptions.push_back(CommandLineOptions); in getRawOptions()
/external/llvm-project/clang-tools-extra/docs/
Dpp-trace.rst30 :ref:`CommandLineOptions`.