Home
last modified time | relevance | path

Searched defs:compound (Results 1 – 12 of 12) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/draft/
DRegexTransformBuilder.java22 List<StringTransform> compound = new ArrayList<StringTransform>(); in createFromRules() local
/external/python/cpython2/Doc/reference/
Dcompound_stmts.rst1 .. _compound: target
/external/python/cpython3/Doc/reference/
Dcompound_stmts.rst1 .. _compound: target
/external/guava/guava/src/com/google/common/collect/
DOrdering.java388 public <U extends T> Ordering<U> compound( in compound() method in Ordering
409 public static <T> Ordering<T> compound( in compound() method in Ordering
/external/skia/gm/
Dtextbloblooper.cpp157 LooperSettings compound[] = { in onOnceBeforeDraw() local
/external/skqp/gm/
Dtextbloblooper.cpp157 LooperSettings compound[] = { in onOnceBeforeDraw() local
/external/python/cpython2/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py155 def f4(two, (compound, (argument, list))): pass
156 def f5((compound, first), two): pass argument
/external/python/cpython3/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py155 def f4(two, (compound, (argument, list))): pass
156 def f5((compound, first), two): pass argument
/external/openssh/
Dauth-pam.c1096 char *compound; in do_pam_putenv() local
/external/python/cpython3/Lib/
Dturtle.py2981 def _getshapepoly(self, polygon, compound=False): argument
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h703 unsigned compound : 1; // used by RA, value involved in split/merge variable
/external/libxml2/
Dxmlregexp.c3784 void *data, int compound) { in xmlRegExecPushStringInternal()