Home
last modified time | relevance | path

Searched defs:possibilities (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dcluster_exits.hpp88 std::vector<linked_turn_op_info> possibilities; member
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c576 GList *possibilities; in get_element_factories_from_uri_protocol() local
603 GList *possibilities; in gst_uri_protocol_is_supported() local
632 GList *possibilities, *walk; in gst_element_make_from_uri() local
/third_party/python/Lib/
Ddifflib.py666 def get_close_matches(word, possibilities, n=3, cutoff=0.6): argument
Doptparse.py152 def __init__(self, opt_str, possibilities): argument