Searched defs:compound (Results 1 - 9 of 9) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DOrdering.java63 * <li>{@link #compound(Comparator)}
378 * might use {@code byStatus.compound(byPriority)}. For a compound ordering
382 * is equivalent to one created using {@link Ordering#compound(Iterable)} on
386 public <U extends T> Ordering<U> compound( method in class:Ordering
399 * Ordering.from(comp1).compound(comp2).compound(comp3) . . .}.
407 public static <T> Ordering<T> compound( method in class:Ordering
/external/skia/gm/
H A Dtextbloblooper.cpp161 LooperSettings compound[] = { variable
192 compound, SK_ARRAY_COUNT(compound)));
/external/openssh/
H A Dauth-pam.c1075 char *compound; local
1079 compound = xmalloc(len);
1081 snprintf(compound, len, "%s=%s", name, value);
1082 ret = pam_putenv(sshpam_handle, compound);
1083 free(compound);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libxml2/
H A Dxmlregexp.c3765 * @compound: value was assembled from 2 strings
3774 void *data, int compound) {
3919 if (!compound)
6495 * Calculate the hash key for a compound expression
3773 xmlRegExecPushStringInternal(xmlRegExecCtxtPtr exec, const xmlChar *value, void *data, int compound) argument
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jar ... static com.google.common.collect.Ordering compound (java.lang.Iterable) Iterable comparators protected void " href ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jar ... static com.google.common.collect.Ordering compound (java.lang.Iterable) Iterable comparators protected void " href ...

Completed in 550 milliseconds