Home
last modified time | relevance | path

Searched refs:possibility (Results 1 – 25 of 819) sorted by relevance

12345678910>>...33

/external/llvm-project/flang/runtime/
Dtools.cpp35 const char *value, std::size_t length, const char *possibility) { in CaseInsensitiveMatch() argument
36 for (; length-- > 0; ++possibility) { in CaseInsensitiveMatch()
41 if (*possibility != ch) { in CaseInsensitiveMatch()
42 if (*possibility != '\0' || ch != ' ') { in CaseInsensitiveMatch()
54 return *possibility == '\0'; in CaseInsensitiveMatch()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateG2xG2.java231 for (String possibility : legacy) { in showLocales()
232 System.out.println(possibility); in showLocales()
233 if (new ULocale(possibility).getScript().length() != 0) { in showLocales()
235 testSet.add(possibility); in showLocales()
239 String possibility = (String) it.next(); in showLocales() local
240 if (possibility.compareTo("A") < 0) it.remove(); in showLocales()
/external/virglrenderer/
DMETADATA3 "Virgil is a research project to investigate the possibility of creating a "
/external/parameter-framework/upstream/test/test-platform/
DREADME.md7 It offers the possibility to :
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-dynamic-static-initializers.rst27 …abled, if two threads both call `foo` for the first time, there is the possibility that `k` will b…
/external/selinux/libselinux/
DLICENSE19 limitation will apply even if NSA has been advised of the possibility
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-source-names.test3 # aligned, there is a possibility of misaligning the file names. This
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpigweed_presubmit.py300 possibility = os.path.join(os.environ[var],
302 if os.path.isfile(possibility):
303 run_clang_tidy = possibility
/external/python/pyfakefs/
DCHANGES.md32 * Added possibility to pass additional parameters to `fs` pytest fixture
125 * added possibility to use modules instead of module names for the
258 * added possibility to set user ID ([#431](../../issues/431))
344 * Added possibility to map real files or directories to another path in
348 * Added possibility to add own fake modules via `modules_to_patch`
387 * Added possibility to reload modules and switch on dynamic loading of modules
389 * Added possibility to patch modules that import file system modules under
/external/lmfit/
DNOTICE29 possibility of such damage.
DCOPYING29 possibility of such damage.
/external/libpng/
DLICENSE20 other dealings in the software, even if advised of the possibility
116 the possibility of such damage.
/external/pdfium/third_party/libpng16/
DLICENSE20 other dealings in the software, even if advised of the possibility
116 the possibility of such damage.
/external/neon_2_sse/
DLICENSE29 the use of this software, even if advised of the possibility of such damage.
/external/kmod/
DTODO45 Another possibility is to drop the mmap implementation relying on VFS to have
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_AllCandidateSampler.pbtxt76 possibility of efficient dense matrix multiplication. The disadvantage is that
Dapi_def_ThreadUnsafeUnigramCandidateSampler.pbtxt83 possibility of efficient dense matrix multiplication. The disadvantage is that
Dapi_def_UniformCandidateSampler.pbtxt82 possibility of efficient dense matrix multiplication. The disadvantage is that
Dapi_def_LearnedUnigramCandidateSampler.pbtxt82 possibility of efficient dense matrix multiplication. The disadvantage is that
Dapi_def_LogUniformCandidateSampler.pbtxt82 possibility of efficient dense matrix multiplication. The disadvantage is that
/external/mksh/src/
Drlimits.opt16 * of dealing in the work, even if advised of the possibility of such
/external/python/cpython2/Doc/library/
Dnumbers.rst107 be a poor hierarchy if it precluded the possibility of adding
159 return a value from :meth:`__add__`, we'd miss the possibility
/external/eigen/doc/
DTemplateKeyword.dox78 parameter. Another possibility would be that <tt>dst.triangularView</tt> is a member variable with …
80 possibility, according to the standard. If <tt>dst.triangularView</tt> is a member template (as in …
/external/python/cpython3/Doc/library/
Dnumbers.rst108 be a poor hierarchy if it precluded the possibility of adding
162 return a value from :meth:`__add__`, we'd miss the possibility
/external/ltp/testcases/kernel/security/integrity/ima/tests/
DREADME.md24 Again, for simplicity ignore possibility to load requires rules via custom policy.

12345678910>>...33