/external/python/cpython2/Lib/ |
D | getopt.py | 167 possibilities = [o for o in longopts if o.startswith(opt)] 168 if not possibilities: 171 if opt in possibilities: 173 elif opt + '=' in possibilities: 176 if len(possibilities) > 1: 180 assert len(possibilities) == 1 181 unique_match = possibilities[0]
|
D | optparse.py | 146 def __init__(self, opt_str, possibilities): argument 148 self.possibilities = possibilities 152 % (self.opt_str, ", ".join(self.possibilities))) 1687 possibilities = [word for word in wordmap.keys() 1690 if len(possibilities) == 1: 1691 return possibilities[0] 1692 elif not possibilities: 1696 possibilities.sort() 1697 raise AmbiguousOptionError(s, possibilities)
|
/external/python/cpython3/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)
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | MatchStrings.java | 120 Set<Info> possibilities = letter_correspondances.getAll(firstLetter); in interleave2() local 121 if (possibilities != null) { in interleave2() 122 int result = checkPossibilities(possibilities, englishPosition, ipaPosition); in interleave2() 129 possibilities = letter_correspondances.getAll(""); in interleave2() 130 if (possibilities != null) { in interleave2() 131 int result = checkPossibilities(possibilities, englishPosition, ipaPosition); in interleave2() 156 int checkPossibilities(Collection<Info> possibilities, int englishPosition, int ipaPosition) { in checkPossibilities() argument 157 for (Info englishIpa : possibilities) { in checkPossibilities()
|
/external/llvm-project/flang/runtime/ |
D | tools.cpp | 58 const char *value, std::size_t length, const char *possibilities[]) { in IdentifyValue() argument 60 for (int j{0}; possibilities[j]; ++j) { in IdentifyValue() 61 if (CaseInsensitiveMatch(value, length, possibilities[j])) { in IdentifyValue()
|
D | tools.h | 31 const char *value, std::size_t length, const char *possibilities[]);
|
/external/jline/src/src/main/resources/jline/ |
D | CandidateListCompletionHandler.properties | 1 display-candidates: Display all {0} possibilities? (y or n)
|
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ImageClear.frag | 37 #error "Not all attachment index possibilities are accounted for"
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LenientDateParser.java | 776 final Set<String> possibilities = stringToZones.getAll(formatted); 777 String status = uniquenessStatus(possibilities); 781 for (String zone : possibilities) { 788 …tem.out.println("Parsing \t\"" + formatted + "\"\t gets \t" + status + "\t" + show(possibilities)); 790 String bestValue = possibilities.iterator().next(); // pick first value 877 private static String uniquenessStatus(Set<String> possibilities) { 879 for (String zone : possibilities) {
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | README.txt | 13 command line options to select between the various possibilities.
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | README.txt | 13 command line options to select between the various possibilities.
|
/external/autotest/client/tests/stress/ |
D | control | 11 libc programmer wishes to evaluate denial of service possibilities, etc.
|
/external/angle/src/libANGLE/renderer/vulkan/doc/ |
D | DeferredClears.md | 24 There are two possibilities at this point:
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | util.py | 414 possibilities = b'PYTHONCASEOK', 'PYTHONCASEOK' 416 for x in possibilities) != should_exist:
|
/external/google-styleguide/ |
D | Rguide.md | 43 The possibilities for creating errors when using `attach()` are numerous.
|
/external/markdown/docs/extensions/ |
D | Meta-Data.txt | 72 various markdown extensions. The possibilities are left to the imagination of
|
/external/eigen/doc/ |
D | CustomizingEigen_NullaryExpr.dox | 11 To explore these possibilities let us start with the \em circulant example of the \ref TopicNewExp…
|
/external/angle/doc/ |
D | Starter-Projects.md | 15 Move all EGL validation into separate functions in ValidationEGL.h. This opens up many possibilities
|
/external/libpcap/doc/ |
D | README.macos | 68 group to "admin", and the permissions to rw-r-----. Other possibilities
|
/external/universal-tween-engine/ |
D | README.md | 109 * Tweens and options --- See what are the possibilities
|
/external/exoplayer/tree/extensions/av1/ |
D | README.md | 109 There are two possibilities for rendering the output `Libgav1VideoRenderer`
|
/external/llvm-project/clang/docs/ |
D | HardwareAssistedAddressSanitizerDesign.rst | 48 pointer tag matches a memory tag, HWASAN must check for two possibilities: 63 it is up to the user to disambiguate the two possibilities.
|
/external/icu/icu4c/source/data/translit/ |
D | cy_cy_FONIPA.txt | 81 # possibilities:
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ir/ |
D | tf_framework_ops.td | 184 broadcasted output shape of the input shapes. Among all possibilities with
|