Home
last modified time | relevance | path

Searched refs:enclosed (Results 1 – 25 of 816) sorted by relevance

12345678910>>...33

/external/icu/icu4c/source/data/lang/
Droot.txt10 enclosed{"{0} — enclosed"}
Den_001.txt29 enclosed{"{0} – enclosed"}
Dzh_Hant_HK.txt132 enclosed{"{0} — 包含"}
Des_419.txt110 enclosed{"{0} — Adjunto"}
Dsd.txt561 enclosed{"{0} - ڳنڍيل"}
Dky.txt554 enclosed{"{0} — кашаага/тырмакчага алынган"}
Dkk.txt558 enclosed{"{0} — енгізілген"}
Dmn.txt564 enclosed{"{0} — хавсаргасан"}
/external/dagger2/java/dagger/internal/codegen/binding/
DComponentRequirement.java275 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/
Drect_unittest.cc504 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/
Dmsg_11.txt5 Subject: An enclosed message
/external/python/cpython2/Lib/email/test/data/
Dmsg_11.txt5 Subject: An enclosed message
/external/selinux/secilc/docs/
Dcil_default_object_statements.md29 …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/
DJavaInput.java582 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/
Dintroduction.rst112 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/
Dintroduction.rst109 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/
Dintroduction.rst138 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/
DAUTHORS.rst4 PGP key fingerprints are enclosed in parentheses.
/external/dagger2/java/dagger/internal/codegen/langmodel/
DDaggerElements.java96 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/
Dconfig.d20 must be enclosed within quotes. Within double quotes, the following escape
/external/python/cpython2/Doc/tutorial/
Dintroduction.rst142 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/
Dpdb.doc24 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/
DAffine.md67 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/
DProcessors.java667 for (Element enclosed : element.getEnclosedElements()) {
669 if (enclosed instanceof ExecutableElement) {
670 ExecutableElement method = (ExecutableElement) enclosed;
/external/llvm-project/mlir/test/Transforms/
Dcanonicalize-dce.mlir78 // Test case: Recursively DCE into enclosed regions.

12345678910>>...33