HomeSort by relevance Sort by last modified time
    Searched defs:options (Results 151 - 175 of 3098) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libtextclassifier/
cached-features_test.cc 67 FeatureProcessorOptionsT options; local
68 options.context_size = 2;
69 options.feature_version = 1;
71 builder.Finish(CreateFeatureProcessorOptions(builder, &options));
108 FeatureProcessorOptionsT options; local
109 options.bounds_sensitive_features = std::move(config);
110 options.feature_version = 2;
112 builder.Finish(CreateFeatureProcessorOptions(builder, &options));
token-feature-extractor_test.cc 32 TokenFeatureExtractorOptions options; local
33 options.num_buckets = 1000;
34 options.chargram_orders = std::vector<int>{1, 2, 3};
35 options.extract_case_feature = true;
36 options.unicode_aware_features = false;
37 options.extract_selection_mask_feature = true;
39 TestingTokenFeatureExtractor extractor(options, unilib);
103 TokenFeatureExtractorOptions options; local
104 options.num_buckets = 1000;
105 options.chargram_orders = std::vector<int>{}
133 TokenFeatureExtractorOptions options; local
204 TokenFeatureExtractorOptions options; local
236 TokenFeatureExtractorOptions options; local
272 TokenFeatureExtractorOptions options; local
297 TokenFeatureExtractorOptions options; local
322 TokenFeatureExtractorOptions options; local
347 TokenFeatureExtractorOptions options; local
368 TokenFeatureExtractorOptions options; local
402 TokenFeatureExtractorOptions options; local
427 TokenFeatureExtractorOptions options; local
462 TokenFeatureExtractorOptions options; local
483 TokenFeatureExtractorOptions options; local
    [all...]
  /external/libxkbcommon/xkbcommon/test/
print-compiled-keymap.c 39 const char *options = NULL; local
58 options = optarg;
66 "[-l <layout>] [-v <variant>] [-o <options>]\n",
84 options);
  /external/ltp/testcases/kernel/device-drivers/rtc/
rtc01.c 44 static const option_t options[] = { variable
225 tst_parse_opts(argc, argv, options, help);
  /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap01.c 27 * Loop if the proper options are given.
42 static struct tst_option options[] = { variable in typeref:struct:tst_option
116 .options = options,
hugemmap04.c 28 * Loop if the proper options are given.
43 static struct tst_option options[] = { variable in typeref:struct:tst_option
133 .options = options,
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
hugeshmat03.c 55 static struct tst_option options[] = { variable in typeref:struct:tst_option
118 .options = options,
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
hugeshmdt01.c 55 static struct tst_option options[] = { variable in typeref:struct:tst_option
169 .options = options,
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmget/
hugeshmget03.c 43 static struct tst_option options[] = { variable in typeref:struct:tst_option
113 .options = options,
hugeshmget05.c 37 static struct tst_option options[] = { variable in typeref:struct:tst_option
108 .options = options,
  /external/ltp/testcases/kernel/syscalls/gettimeofday/
gettimeofday02.c 45 static struct tst_option options[] = { variable in typeref:struct:tst_option
107 .options = options,
  /external/ltp/testcases/kernel/syscalls/link/
link03.c 63 option_t options[] = { variable
75 tst_parse_opts(ac, av, options, &help);
link05.c 62 option_t options[] = { variable
76 tst_parse_opts(ac, av, options, &help);
  /external/ltp/testcases/kernel/syscalls/mount/
mount05.c 53 static option_t options[] = { variable
63 tst_parse_opts(argc, argv, options, &help);
  /external/ltp/testcases/kernel/syscalls/pathconf/
pathconf01.c 65 * The standard options for system call tests are accepted.
100 * Loop if the proper options are given.
107 * Print errno log and/or timing stats if options given
145 option_t options[] = { variable
154 tst_parse_opts(ac, av, options, &help);
  /external/ltp/testcases/kernel/syscalls/readahead/
readahead01.c 46 option_t options[] = { variable
135 tst_parse_opts(argc, argv, options, NULL);
  /external/ltp/testcases/kernel/syscalls/splice/
splice04.c 39 static struct tst_option options[] = { variable in typeref:struct:tst_option
104 .options = options,
  /external/lzma/Java/Tukaani/src/
XZEncDemo.java 22 LZMA2Options options = new LZMA2Options(); local
25 options.setPreset(Integer.parseInt(args[0]));
28 + options.getEncoderMemoryUsage() + " KiB");
30 + options.getDecoderMemoryUsage() + " KiB");
32 XZOutputStream out = new XZOutputStream(System.out, options);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
BCJEncoder.java 13 private final BCJOptions options; field in class:BCJEncoder
17 BCJEncoder(BCJOptions options, long filterID) {
19 int startOffset = options.getStartOffset();
30 this.options = (BCJOptions)options.clone();
46 return options.getOutputStream(out);
LZMA2Encoder.java 15 private final LZMA2Options options; field in class:LZMA2Encoder
18 LZMA2Encoder(LZMA2Options options) {
19 if (options.getPresetDict() != null)
23 if (options.getMode() == LZMA2Options.MODE_UNCOMPRESSED) {
26 int d = Math.max(options.getDictSize(),
32 this.options = (LZMA2Options)options.clone();
48 return options.getOutputStream(out);
  /external/mesa3d/src/compiler/glsl/
standalone_scaffolding.cpp 244 /* Set up default shader compiler options. */
245 struct gl_shader_compiler_options options; local
246 memset(&options, 0, sizeof(options));
247 options.MaxUnrollIterations = 32;
248 options.MaxIfDepth = UINT_MAX;
251 memcpy(&ctx->Const.ShaderCompilerOptions[sh], &options, sizeof(options));
  /external/mesa3d/src/compiler/nir/tests/
control_flow_tests.cpp 37 static const nir_shader_compiler_options options = { }; local
38 nir_builder_init_simple_shader(&b, NULL, MESA_SHADER_VERTEX, &options);
  /external/perf_data_converter/src/quipper/
conversion_utils.cc 26 // Parse options from the format strings, set the options, and return the base
27 // format. Returns the empty string if options are not recognized.
28 string ParseFormatOptions(string format, PerfParserOptions* options) {
34 options->do_remap = true;
36 options->discard_unused_events = true;
38 options->do_remap = true;
39 options->discard_unused_events = true;
50 PerfParserOptions* options) {
53 string format = ParseFormatOptions(input.format, options);
118 PerfParserOptions options; local
    [all...]
  /external/ppp/pppd/plugins/
passprompt.c 21 static option_t options[] = { variable
108 add_options(options);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc 62 vector<pair<string, string> > options; local
63 ParseGeneratorParameter(parameter, &options);
66 // parse generator options
68 // TODO(kenton): If we ever have more options, we may want to create a
86 Options file_options;
88 for (int i = 0; i < options.size(); i++) {
89 if (options[i].first == "dllexport_decl") {
90 file_options.dllexport_decl = options[i].second;
91 } else if (options[i].first == "safe_boundary_check") {
93 } else if (options[i].first == "annotate_headers")
    [all...]

Completed in 435 milliseconds

1 2 3 4 5 67 8 91011>>