Home
last modified time | relevance | path

Searched refs:get_option (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/zlib/contrib/bench/
H A Dzlib_bench.cc297 char* get_option(int argc, char* argv[], const char* option) { in get_option() function
319 if (get_option(argc, argv, "zlib")) in main()
321 else if (get_option(argc, argv, "gzip")) in main()
323 else if (get_option(argc, argv, "raw")) in main()
329 if (get_option(argc, argv, "--compression")) { in main()
332 } else if (get_option(argc, argv, "--huffman")) { in main()
334 } else if (get_option(argc, argv, "--rle")) { in main()
/third_party/python/Lib/test/
H A Dtest_optparse.py354 opt1 = self.parser.get_option("-v")
362 opt1 = self.parser.get_option("-v")
363 opt2 = self.parser.get_option("--verbose")
364 opt3 = self.parser.get_option("-n")
365 opt4 = self.parser.get_option("--noisy")
373 self.assertTrue(self.parser.get_option("-v") is None)
374 self.assertTrue(self.parser.get_option("--verbose") is None)
375 self.assertTrue(self.parser.get_option("-n") is None)
376 self.assertTrue(self.parser.get_option("--noisy") is None)
443 self.assertEqual(self.parser.get_option("
[all...]
H A Dtest_xml_etree.py4138 def get_option(config, option_name, default=None): function
4143 keep_comments = get_option(
4145 strip_text = get_option(
4147 rewrite_prefixes = get_option(
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c736 get_option(struct display *dp, const char *opt, int *value) in get_option() function
2046 if (get_option(dp, "IDAT-size", &val)) in write_png()
2055 if (get_option(dp, "filter", &val)) in write_png()
2192 if (get_option(dp, "log-depth", &val) && val >= 0) in cp_one_file()
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.py700 dir = getattr(options, parser.get_option(flag).dest)
/third_party/nghttp2/src/
H A DHttpServer.cc307 const nghttp2_option *get_option() const { return option_; } in get_option() function in nghttp2::Sessions
847 sessions_->get_option()); in connection_made()
/third_party/python/Lib/
H A Doptparse.py1031 def get_option(self, opt_str): member in OptionContainer

Completed in 17 milliseconds