/external/icu/icu4c/source/data/lang/ |
D | root.txt | 10 enclosed{"{0} — enclosed"}
|
D | en_001.txt | 29 enclosed{"{0} – enclosed"}
|
D | zh_Hant_HK.txt | 132 enclosed{"{0} — 包含"}
|
D | es_419.txt | 110 enclosed{"{0} — Adjunto"}
|
D | sd.txt | 561 enclosed{"{0} - ڳنڍيل"}
|
D | ky.txt | 554 enclosed{"{0} — кашаага/тырмакчага алынган"}
|
D | kk.txt | 558 enclosed{"{0} — енгізілген"}
|
D | mn.txt | 564 enclosed{"{0} — хавсаргасан"}
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | ComponentRequirement.java | 275 for (Element enclosed : typeElement.getEnclosedElements()) { in componentCanMakeNewInstances() 276 if (enclosed.getKind().equals(CONSTRUCTOR) in componentCanMakeNewInstances() 277 && MoreElements.asExecutable(enclosed).getParameters().isEmpty() in componentCanMakeNewInstances() 278 && !enclosed.getModifiers().contains(PRIVATE)) { in componentCanMakeNewInstances()
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_unittest.cc | 504 Rect enclosed = ToEnclosedRect(source); in TEST() local 506 EXPECT_EQ(tests[i].expected.x, enclosed.x()); in TEST() 507 EXPECT_EQ(tests[i].expected.y, enclosed.y()); in TEST() 508 EXPECT_EQ(tests[i].expected.width, enclosed.width()); in TEST() 509 EXPECT_EQ(tests[i].expected.height, enclosed.height()); in TEST() 514 Rect enclosed = ToEnclosedRect(source); in TEST() local 517 EXPECT_EQ(max_int, enclosed.width()); in TEST() 518 EXPECT_EQ(max_int, enclosed.height()); in TEST() 520 EXPECT_GT(1, enclosed.x()); in TEST() 521 EXPECT_GT(1, enclosed.y()); in TEST() [all …]
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_11.txt | 5 Subject: An enclosed message
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_11.txt | 5 Subject: An enclosed message
|
/external/selinux/secilc/docs/ |
D | cil_default_object_statements.md | 29 …iously declared <code>class</code> or <code>classmap</code> identifiers enclosed within parenthese… 81 …iously declared <code>class</code> or <code>classmap</code> identifiers enclosed within parenthese… 128 …iously declared <code>class</code> or <code>classmap</code> identifiers enclosed within parenthese… 166 …iously declared <code>class</code> or <code>classmap</code> identifiers enclosed within parenthese…
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | JavaInput.java | 582 ImmutableCollection<Token> enclosed = in characterRangeToTokenRange() local 587 if (enclosed.isEmpty()) { in characterRangeToTokenRange() 591 enclosed.iterator().next().getTok().getIndex(), getLast(enclosed).getTok().getIndex() + 1); in characterRangeToTokenRange()
|
/external/python/cpython2/Doc/reference/ |
D | introduction.rst | 112 repetitions, and a phrase enclosed in square brackets (``[ ]``) means zero or 113 one occurrences (in other words, the enclosed phrase is optional). The ``*`` 115 grouping. Literal strings are enclosed in quotes. White space is only
|
/external/python/cpython3/Doc/reference/ |
D | introduction.rst | 109 repetitions, and a phrase enclosed in square brackets (``[ ]``) means zero or 110 one occurrences (in other words, the enclosed phrase is optional). The ``*`` 112 grouping. Literal strings are enclosed in quotes. White space is only
|
/external/python/cpython3/Doc/tutorial/ |
D | introduction.rst | 138 in several ways. They can be enclosed in single quotes (``'...'``) or 155 In the interactive interpreter, the output string is enclosed in quotes and 158 strings are equivalent. The string is enclosed in double quotes if 160 enclosed in single quotes. The :func:`print` function produces a more 211 Two or more *string literals* (i.e. the ones enclosed between quotes) next
|
/external/python/cryptography/ |
D | AUTHORS.rst | 4 PGP key fingerprints are enclosed in parentheses.
|
/external/dagger2/java/dagger/internal/codegen/langmodel/ |
D | DaggerElements.java | 96 public static boolean elementEncloses(TypeElement encloser, Element enclosed) { in elementEncloses() argument 97 return Iterables.contains(GET_ENCLOSED_ELEMENTS.breadthFirst(encloser), enclosed); in elementEncloses()
|
/external/curl/docs/cmdline-opts/ |
D | config.d | 20 must be enclosed within quotes. Within double quotes, the following escape
|
/external/python/cpython2/Doc/tutorial/ |
D | introduction.rst | 142 in several ways. They can be enclosed in single quotes (``'...'``) or 159 In the interactive interpreter, the output string is enclosed in quotes and 162 strings are equivalent. The string is enclosed in double quotes if 164 enclosed in single quotes. The :keyword:`print` statement produces a more 215 Two or more *string literals* (i.e. the ones enclosed between quotes) next
|
/external/python/cpython2/Lib/ |
D | pdb.doc | 24 nor as 'H' or 'Help' or 'HELP'). Optional arguments are enclosed in 176 command must *not* be enclosed in quotes. Replaceable
|
/external/llvm-project/mlir/docs/Dialects/ |
D | Affine.md | 67 enclosed by the latter), 123 one-dimensional affine expressions, with the entire list enclosed in 256 syntax, the list of set's dimension identifiers are enclosed in parentheses 257 while its symbols are enclosed in square brackets.
|
/external/dagger2/java/dagger/hilt/processor/internal/ |
D | Processors.java | 667 for (Element enclosed : element.getEnclosedElements()) { 669 if (enclosed instanceof ExecutableElement) { 670 ExecutableElement method = (ExecutableElement) enclosed;
|
/external/llvm-project/mlir/test/Transforms/ |
D | canonicalize-dce.mlir | 78 // Test case: Recursively DCE into enclosed regions.
|