/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | cluster_exits.hpp | 88 std::vector<linked_turn_op_info> possibilities; member 123 possibilities.push_back( in collect() 148 for (it_type it = possibilities.begin(); it != possibilities.end(); ++it) in check_blocked() 159 for (const_it_type it = possibilities.begin(); it != possibilities.end(); ++it) in check_blocked() 198 for (const_it_type it = possibilities.begin(); in apply() 199 it != possibilities.end(); ++it) in apply()
|
/third_party/python/Lib/ |
D | getopt.py | 172 possibilities = [o for o in longopts if o.startswith(opt)] 173 if not possibilities: 176 if opt in possibilities: 178 elif opt + '=' in possibilities: 181 if len(possibilities) > 1: 185 assert len(possibilities) == 1 186 unique_match = possibilities[0]
|
D | optparse.py | 152 def __init__(self, opt_str, possibilities): argument 154 self.possibilities = possibilities 158 % (self.opt_str, ", ".join(self.possibilities))) 1664 possibilities = [word for word in wordmap.keys() 1667 if len(possibilities) == 1: 1668 return possibilities[0] 1669 elif not possibilities: 1673 possibilities.sort() 1674 raise AmbiguousOptionError(s, possibilities)
|
/third_party/node/deps/npm/node_modules/spdx-expression-parse/ |
D | scan.js | 40 var possibilities = ['WITH', 'AND', 'OR', '(', ')', ':', '+'] 41 for (var i = 0; i < possibilities.length; i++) { 42 string = read(possibilities[i])
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.c | 576 GList *possibilities; in get_element_factories_from_uri_protocol() local 583 possibilities = gst_registry_feature_filter (gst_registry_get (), in get_element_factories_from_uri_protocol() 586 return possibilities; in get_element_factories_from_uri_protocol() 603 GList *possibilities; in gst_uri_protocol_is_supported() local 607 possibilities = get_element_factories_from_uri_protocol (type, protocol); in gst_uri_protocol_is_supported() 609 if (possibilities) { in gst_uri_protocol_is_supported() 610 g_list_free (possibilities); in gst_uri_protocol_is_supported() 632 GList *possibilities, *walk; in gst_element_make_from_uri() local 649 possibilities = get_element_factories_from_uri_protocol (type, protocol); in gst_element_make_from_uri() 651 if (!possibilities) { in gst_element_make_from_uri() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_conditional_render_inverted.txt | 107 doesn't occur. This extension allows both possibilities. 122 possibilities:
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ImageClear.frag | 37 #error "Not all attachment index possibilities are accounted for"
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ImageClear.frag | 37 #error "Not all attachment index possibilities are accounted for"
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_conditional_render_inverted.txt | 117 doesn't occur. This extension allows both possibilities. 132 possibilities:
|
/third_party/boost/libs/tti/doc/ |
D | tti_enclosing_type.qbk | 23 can distinguish between the two possibilities and only if the first template
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | DeferredClears.md | 24 There are two possibilities at this point:
|
/third_party/python/Lib/test/test_importlib/ |
D | util.py | 416 possibilities = b'PYTHONCASEOK', 'PYTHONCASEOK' 418 for x in possibilities) != should_exist:
|
/third_party/boost/libs/local_function/doc/ |
D | introduction.qbk | 11 Therefore, local functions complement other structuring possibilities such as namespaces and classe…
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | Starter-Projects.md | 15 Move all EGL validation into separate functions in ValidationEGL.h. This opens up many possibilities
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | messages | 95 other possibilities:
|
D | events | 113 lost of possibilities here: The app can choose to insert a seek event
|
/third_party/typescript_eslint/docs/getting-started/linting/ |
D | TYPED_LINTING.md | 5 This provides a lot of additional power, unlocking many possibilities for static analysis.
|
/third_party/boost/libs/spirit/doc/karma/ |
D | num_list.qbk | 98 In this section we will discuss the possibilities of __karma__ when it comes to
|
/third_party/boost/libs/spirit/doc/lex/ |
D | lexer_quickstart2.qbk | 13 written to leverage the possibilities provided by this tool. In particular the
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_debug_marker.txt | 167 The two possibilities are to push an empty string onto the marker stack or
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_debug_marker.txt | 167 The two possibilities are to push an empty string onto the marker stack or
|
/third_party/skia/third_party/externals/opengl-registry/extensions/WIN/ |
D | WIN_phong_shading.txt | 82 "...Table 2.9 summarizes the possibilities":
|
/third_party/icu/icu4c/source/data/translit/ |
D | cy_cy_FONIPA.txt | 81 # possibilities:
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | cy_cy_FONIPA.txt | 80 # possibilities:
|
/third_party/openGLES/extensions/WIN/ |
D | WIN_phong_shading.txt | 82 "...Table 2.9 summarizes the possibilities":
|