Home
last modified time | relevance | path

Searched refs:auto_configure (Results 1 – 4 of 4) sorted by relevance

/external/libcups/filter/
Dcommandtops.c22 static int auto_configure(ppd_file_t *ppd, const char *user);
100 status |= auto_configure(ppd, argv[2]); in main()
123 auto_configure(ppd_file_t *ppd, /* I - PPD file */ in auto_configure() function
/external/rust/crates/aho-corasick/src/
Dahocorasick.rs158 AhoCorasickBuilder::new().auto_configure(patterns).build(patterns) in new_auto_configured()
1647 pub fn auto_configure<B: AsRef<[u8]>>( in auto_configure() method
/external/rust/crates/aho-corasick/
DDESIGN.md273 For example, the `AhoCorasick::auto_configure` and
274 `AhoCorasickBuilder::auto_configure` methods will enable the DFA setting if
/external/rust/crates/regex/src/
Dexec.rs375 .auto_configure(&lits) in build_aho_corasick()