Searched defs:options (Results 1 - 25 of 1658) sorted by path

1234567891011>>

/external/android-clat/
H A Ddump.c165 void dump_tcp_generic(const struct tcphdr *tcp, const uint8_t *options, size_t options_size, uint32_t temp_checksum, const uint8_t *payload, size_t payload_size) { argument
169 if(options) {
170 temp_checksum = ip_checksum_add(temp_checksum, options, options_size);
194 if(options) {
197 printf("options: ");
199 printf("%x ",*(options+i));
208 const uint8_t *options, size_t options_size) {
212 dump_tcp_generic(tcp, options, options_size, temp_checksum, payload, payload_size);
218 const uint8_t *options, size_t options_size) {
222 dump_tcp_generic(tcp, options, options_siz
206 dump_tcp(const struct tcphdr *tcp, const struct iphdr *ip, const uint8_t *payload, size_t payload_size, const uint8_t *options, size_t options_size) argument
216 dump_tcp6(const struct tcphdr *tcp, const struct ip6_hdr *ip6, const uint8_t *payload, size_t payload_size, const uint8_t *options, size_t options_size) argument
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java190 /** A list of options specified at the grammar level such as language=Java.
192 * There may be code generator specific options in here. I do no
196 protected Map options; field in class:Grammar
256 /** What are the default options for a subrule? */
263 // Token options are here to avoid contaminating Token object in runtime
265 /** Legal options for terminal refs like ID<node=MyVarNode> */
280 * the options table yet to set k.
443 "grammar(name, options, imports, actionNames, actions, literals, rules) ::= <<\n" +
445 "<if(options)>" +
446 "options {\
1411 defineRule(Token ruleToken, String modifier, Map options, GrammarAST tree, GrammarAST argActionAST, int numAlts) argument
2513 setOptions(Map options, Token optionsStartToken) argument
[all...]
H A DGrammarAST.java90 /** If this is a BLOCK node, track options here */
212 public String setOption(Map options, Set legalOptions, Grammar grammar, String key, Object value) { argument
232 options.put(key, value);
244 public void setOptions(Grammar grammar, Map options) { argument
245 if ( options==null ) {
249 String[] keys = (String[])options.keySet().toArray(new String[options.size()]);
251 String stored= setBlockOption(grammar, optionName, options.get(optionName));
253 options.remove(optionName);
H A DGrammarSpelunker.java39 * grammar Java ; options { backtrack true memoize true }
43 * First ':' or '@' indicates we can stop looking for imports/options.
81 // scan until imports or options
83 !token.equals("import") && !token.equals("options") )
87 if ( token.equals("options") ) options();
88 // scan until options or first rule
113 // looks like "options { backtrack true ; tokenVocab MyTokens ; }"
114 protected void options() throws IOException { method in class:GrammarSpelunker
115 match("options");
[all...]
H A DRule.java46 /** This rule's options */
47 protected Map options; field in class:Rule
534 if ( options==null ) {
535 options = new HashMap();
546 options.put(key, value);
550 public void setOptions(Map options, Token optionsStartToken) { argument
551 if ( options==null ) {
552 this.options = null;
555 Set keys = options.keySet();
558 Object optionValue = options
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java66 /** Test run options. */
73 * Creates new VmMirror instance for given test run options.
76 * test run options
2817 * @param options
2818 * The invocation options.
2822 String methodName, Value[] args, int options) {
2836 command.setNextValueAsInt(options);
2852 * @param options
2853 * The invocation options.
2857 String methodName, Value[] args, int options) {
2821 invokeInstanceMethod(long objectID, long threadID, String methodName, Value[] args, int options) argument
2856 invokeStaticMethod(long classID, long threadID, String methodName, Value[] args, int options) argument
[all...]
/external/bison/lib/
H A Dgetopt1.c41 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
44 return _getopt_internal (argc, (char **) argv, options, long_options,
49 _getopt_long_r (int argc, char **argv, const char *options,
53 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
64 const char *options,
67 return _getopt_internal (argc, (char **) argv, options, long_options,
72 _getopt_long_only_r (int argc, char **argv, const char *options,
76 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
40 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
48 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
62 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
71 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
H A Dquotearg.c101 /* The default quoting options. */
104 /* Allocate a new set of quoting options, with contents initially identical
133 set the value of the quoting options for character C to I.
150 set the value of the quoting options flag to I, which can be a
177 /* Return quoting options for STYLE, with no extra quoting. */
755 OPTIONS specifies the quoting options.
762 struct quoting_options const *options)
796 int flags = options->flags | QA_ELIDE_NULL_BYTES;
798 options->style, flags,
799 options
761 quotearg_n_options(int n, char const *arg, size_t argsize, struct quoting_options const *options) argument
874 struct quoting_options options; local
[all...]
H A Dwaitpid.c27 waitpid (pid_t pid, int *statusp, int options) argument
/external/ceres-solver/examples/
H A Dbundle_adjuster.cc125 void SetLinearSolver(Solver::Options* options) { argument
127 &options->linear_solver_type));
129 &options->preconditioner_type));
131 &options->visibility_clustering_type));
134 &options->sparse_linear_algebra_library_type));
137 &options->dense_linear_algebra_library_type));
138 options->num_linear_solver_threads = FLAGS_num_threads;
141 void SetOrdering(BALProblem* bal_problem, Solver::Options* options) { argument
150 if (options->use_inner_iterations) {
153 options
226 SetMinimizerOptions(Solver::Options* options) argument
243 SetSolverOptionsFromFlags(BALProblem* bal_problem, Solver::Options* options) argument
320 Solver::Options options; local
[all...]
H A Dcircle_fit.cc150 Solver::Options options; local
151 options.max_num_iterations = 500;
152 options.linear_solver_type = ceres::DENSE_QR;
154 Solve(options, &problem, &summary);
H A Dcurve_fitting.cc152 Solver::Options options; local
153 options.max_num_iterations = 25;
154 options.linear_solver_type = ceres::DENSE_QR;
155 options.minimizer_progress_to_stdout = true;
158 Solve(options, &problem, &summary);
H A Ddenoising.cc143 ceres::Solver::Options options; local
144 options.max_num_iterations = 100;
146 options.minimizer_progress_to_stdout = true;
150 options.minimizer_type = ceres::LINE_SEARCH;
153 options.linear_solver_type = ceres::SPARSE_NORMAL_CHOLESKY;
154 options.function_tolerance = 1e-3; // Enough for denoising.
157 ceres::Solve(options, problem, &summary);
H A Dellipse_approximation.cc359 bool SolveWithFullReport(ceres::Solver::Options options, argument
362 options.dynamic_sparsity = dynamic_sparsity;
365 ceres::Solve(options, problem, &summary);
436 ceres::Solver::Options options; local
437 options.max_num_iterations = 100;
438 options.linear_solver_type = ceres::SPARSE_NORMAL_CHOLESKY;
443 CHECK(SolveWithFullReport(options, &problem, true));
448 CHECK(SolveWithFullReport(options, &problem, false));
H A Dhelloworld.cc74 Solver::Options options; local
75 options.minimizer_progress_to_stdout = true;
77 Solve(options, &problem, &summary);
H A Dhelloworld_analytic_diff.cc97 Solver::Options options; local
98 options.minimizer_progress_to_stdout = true;
100 Solve(options, &problem, &summary);
H A Dhelloworld_numeric_diff.cc70 Solver::Options options; local
71 options.minimizer_progress_to_stdout = true;
73 Solve(options, &problem, &summary);
H A Dlibmv_bundle_adjuster.cc758 ceres::Solver::Options options; local
759 options.use_nonmonotonic_steps = true;
760 options.preconditioner_type = ceres::SCHUR_JACOBI;
761 options.linear_solver_type = ceres::ITERATIVE_SCHUR;
762 options.use_inner_iterations = true;
763 options.max_num_iterations = 100;
764 options.minimizer_progress_to_stdout = true;
768 ceres::Solve(options, &problem, &summary);
H A Dlibmv_homography.cc77 // This structure contains options that controls how the homography
282 const EstimateHomographyOptions &options,
284 : options_(options), x1_(x1), x2_(x2), H_(H) {}
319 const EstimateHomographyOptions &options,
355 solver_options.max_num_iterations = options.max_num_iterations;
359 TerminationCheckingCallback callback(x1, x2, options, H);
403 EstimateHomographyOptions options; local
404 options.expected_average_symmetric_distance = 0.02;
405 EstimateHomography2DFromCorrespondences(x1, x2, options, &estimated_matrix);
281 TerminationCheckingCallback(const Mat &x1, const Mat &x2, const EstimateHomographyOptions &options, Mat3 *H) argument
316 EstimateHomography2DFromCorrespondences( const Mat &x1, const Mat &x2, const EstimateHomographyOptions &options, Mat3 *H) argument
H A Dmore_garbow_hillstrom.cc283 Solver::Options options; local
284 options.parameter_tolerance = 1e-18;
285 options.function_tolerance = 1e-18;
286 options.gradient_tolerance = 1e-18;
287 options.max_num_iterations = 1000;
288 options.linear_solver_type = DENSE_QR;
290 Solve(options, &problem, &summary);
314 Solver::Options options; local
315 options.parameter_tolerance = 1e-18;
316 options
[all...]
H A Dnist.cc408 const ceres::Solver::Options& options) {
436 Solve(options, &problem, &summary);
475 void SetMinimizerOptions(ceres::Solver::Options* options) { argument
477 &options->minimizer_type));
479 &options->linear_solver_type));
481 &options->preconditioner_type));
484 &options->trust_region_strategy_type));
485 CHECK(ceres::StringToDoglegType(FLAGS_dogleg, &options->dogleg_type));
488 &options->line_search_direction_type));
490 &options
407 RegressionDriver(const std::string& filename, const ceres::Solver::Options& options) argument
518 ceres::Solver::Options options; local
[all...]
H A Dpowell.cc127 Solver::Options options; local
129 &options.minimizer_type))
131 << ", valid options are: trust_region and line_search.";
133 options.max_num_iterations = 100;
134 options.linear_solver_type = ceres::DENSE_QR;
135 options.minimizer_progress_to_stdout = true;
145 Solve(options, &problem, &summary);
H A Drobust_curve_fitting.cc153 Solver::Options options; local
154 options.linear_solver_type = ceres::DENSE_QR;
155 options.minimizer_progress_to_stdout = true;
158 Solve(options, &problem, &summary);
H A Dsimple_bundle_adjuster.cc210 ceres::Solver::Options options; local
211 options.linear_solver_type = ceres::DENSE_SCHUR;
212 options.minimizer_progress_to_stdout = true;
215 ceres::Solve(options, &problem, &summary);

Completed in 323 milliseconds

1234567891011>>