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

<<11121314151617181920>>

  /external/guava/guava-tests/test/com/google/common/io/
TestByteSink.java 33 private final ImmutableSet<TestOption> options; field in class:TestByteSink
38 public TestByteSink(TestOption... options) {
39 this.options = ImmutableSet.copyOf(options);
66 super(bytes, options);
TestByteSource.java 36 private final ImmutableSet<TestOption> options; field in class:TestByteSource
41 TestByteSource(byte[] bytes, TestOption... options) {
43 this.options = ImmutableSet.copyOf(options);
65 super(new ByteArrayInputStream(bytes), options);
  /external/harfbuzz_ng/util/
hb-shape.cc 34 : options (parser, hb_buffer_serialize_list_formats ()),
44 options.get_file_handle ();
49 if (!options.output_format)
52 output_format = hb_buffer_serialize_format_from_string (options.output_format, -1);
55 if ((!options.output_format || *options.output_format) &&
58 if (options.explicit_output_format)
60 options.output_format,
61 g_strjoinv ("/", const_cast<char**> (options.supported_formats)));
95 fprintf (options.fp, "%s", gs->str)
148 output_options_t options; member in struct:output_buffer_t
    [all...]
  /external/icu/icu4c/source/tools/gencfu/
gencfu.cpp 19 // Usage: gencfu [options] -r confusables-file.txt -o output-file.cfu
21 // options: -v verbose
54 static UOption options[]={ variable
68 printf("Usage: %s [-v] [-options] -r confusablesRules.txt -o output-file\n", progName);
70 "options:\n"
149 argc=u_parseArgs(argc, argv, UPRV_LENGTHOF(options), options);
156 if(options[0].doesOccur || options[1].doesOccur) {
161 if (!(options[3].doesOccur && options[5].doesOccur))
    [all...]
  /external/icu/icu4c/source/tools/gentest/
gentest.c 56 static UOption options[]={ variable
68 /* preset then read command line options */
69 options[2].value=u_getDataDirectory();
70 argc=u_parseArgs(argc, argv, UPRV_LENGTHOF(options), options);
78 if(argc<0 || options[0].doesOccur || options[1].doesOccur) {
80 "usage: %s [-options]\n"
91 if( options[4].doesOccur ) {
92 return outputJavaStuff( argv[0], options[2].value )
    [all...]
  /external/libbrillo/brillo/dbus/
exported_object_manager_unittest.cc 101 dbus::Bus::Options options; variable
102 options.bus_type = dbus::Bus::SYSTEM;
103 bus_ = new dbus::MockBus(options);
  /external/libmojo/mojo/edk/system/
shared_buffer_dispatcher_unittest.cc 24 // expanded if/when options are added, so I've kept the general form of the
30 // |ValidateCreateOptions()| on already-validated options. The validated options
56 // Default options.
72 MojoCreateSharedBufferOptions options = { local
79 &options, &validated_options))
82 EXPECT_EQ(options.flags, validated_options.flags);
90 MojoCreateSharedBufferOptions options = { local
97 &options, &unused));
102 MojoCreateSharedBufferOptions options = local
220 MojoDuplicateBufferHandleOptions options[] = { local
250 MojoDuplicateBufferHandleOptions options = { local
260 MojoDuplicateBufferHandleOptions options = { local
    [all...]
  /external/ltp/testcases/kernel/device-drivers/block/block_dev_user/
block_dev.c 42 static const option_t options[] = { variable
60 tst_parse_opts(argc, argv, options, help);
  /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap02.c 47 static struct tst_option options[] = { variable in typeref:struct:tst_option
162 .options = options,
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
hugeshmat02.c 54 static struct tst_option options[] = { variable in typeref:struct:tst_option
122 .options = options,
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
hugeshmctl02.c 48 static struct tst_option options[] = { variable in typeref:struct:tst_option
128 .options = options,
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmget/
hugeshmget02.c 35 static struct tst_option options[] = { variable in typeref:struct:tst_option
114 .options = options,
  /external/ltp/testcases/kernel/mem/vma/
vma02.c 57 static option_t options[] = { variable
73 tst_parse_opts(argc, argv, options, usage);
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap001.c 76 option_t options[] = { variable
88 tst_parse_opts(argc, argv, options, help);
mmap10.c 82 static option_t options[] = { variable
92 tst_parse_opts(argc, argv, options, help);
  /external/ltp/testcases/kernel/syscalls/readdir/
readdir01.c 63 * The standard options for system call tests are accepted.
98 * Loop if the proper options are given.
105 * Print errno log and/or timing stats if options given
122 * is only needed when you are adding new command line options.
140 option_t options[] = { variable
157 tst_parse_opts(ac, av, options, &help);
270 * standard out. Your help function will be called after the standard options
  /external/ltp/testcases/kernel/syscalls/splice/
splice05.c 45 static struct tst_option options[] = { variable in typeref:struct:tst_option
126 .options = options,
  /external/lzma/Java/Tukaani/src/
XZSeekEncDemo.java 28 LZMA2Options options = new LZMA2Options(); local
31 options.setPreset(Integer.parseInt(args[0]));
37 options.setDictSize(Math.min(options.getDictSize(),
42 + options.getEncoderMemoryUsage() + " KiB");
44 + options.getDecoderMemoryUsage() + " KiB");
47 XZOutputStream out = new XZOutputStream(System.out, options);
  /external/oj-libjdwp/src/share/back/
invoker.h 43 jbyte options; member in struct:InvokeRequest
63 jvmtiError invoker_requestInvoke(jbyte invokeType, jbyte options, jint id,
  /external/oj-libjdwp/src/share/npt/
npt.h 51 /* Copy of the options sent in at initialization */
52 char *options; member in struct:__anon30863
59 (char *options);
61 (struct UtfInst *utf, char *options);
96 (NptEnv **pnpt, char *nptVersion, char *options);
98 (NptEnv **pnpt, char *nptVersion, char *options);
101 (NptEnv* npt, char *options);
103 (NptEnv* npt, char *options);
  /external/perf_data_converter/src/quipper/
perf_recorder.cc 37 PerfParserOptions options; local
39 options.do_remap = true;
41 options.discard_unused_events = true;
43 options.read_missing_buildids = true;
45 options.deduce_huge_page_mappings = true;
48 return SerializeFromFileWithOptions(filename, options, &perf_data) &&
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator.cc 65 // parse generator options
72 vector<pair<string, string> > options; local
73 ParseGeneratorParameter(parameter, &options);
79 for (int i = 0; i < options.size(); i++) {
80 if (options[i].first == "output_list_file") {
81 output_list_file = options[i].second;
82 } else if (options[i].first == "immutable") {
84 } else if (options[i].first == "mutable") {
86 } else if (options[i].first == "shared") {
88 } else if (options[i].first == "lite")
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_extension.cc 82 std::vector<string> options; local
83 if (descriptor_->is_repeated()) options.push_back("GPBExtensionRepeated");
84 if (descriptor_->is_packed()) options.push_back("GPBExtensionPacked");
85 if (descriptor_->containing_type()->options().message_set_wire_format())
86 options.push_back("GPBExtensionSetWireFormat");
88 vars["options"] = BuildFlagsString(options);
124 " .options = $options$,\n"
  /external/selinux/libselinux/utils/
selabel_lookup_best_match.c 61 struct selinux_opt options[] = { local
114 options[0].value = file;
115 options[1].value = validate;
117 hnd = selabel_open(SELABEL_CTX_FILE, options, 2);
  /external/skqp/src/atlastext/
SkInternalAtlasTextContext.cpp 30 GrContextOptions options; local
31 options.fAllowMultipleGlyphCacheTextures = GrContextOptions::Enable::kNo;
32 options.fMinDistanceFieldFontSize = 0.f;
33 options.fGlyphsAsPathsFontSize = SK_ScalarInfinity;
34 options.fDistanceFieldGlyphVerticesAlwaysHaveW = GrContextOptions::Enable::kYes;
35 fGrContext = GrContext::MakeMock(nullptr, options);

Completed in 632 milliseconds

<<11121314151617181920>>