Searched defs:find_all (Results 1 - 4 of 4) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2demo.c78 int find_all; local
99 * like Perl's /g option. We set the variable find_all to a non-zero value *
103 find_all = 0;
106 if (strcmp(argv[i], "-g") == 0) find_all = 1;
302 if (!find_all) /* Check for -g */
/external/libmojo/third_party/jinja2/
H A Dnodes.py181 for result in self.find_all(node_type):
184 def find_all(self, node_type): member in class:Node
191 for result in child.find_all(node_type):
/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py2357 def find_all(self): member in class:Canvas
/external/python/cpython3/Lib/tkinter/
H A D__init__.py2520 def find_all(self): member in class:Canvas

Completed in 163 milliseconds