HomeSort by relevance Sort by last modified time
    Searched refs:compound (Results 1 - 18 of 18) sorted by null

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 543 ListenableFuture<List<String>> compound =
548 compound.addListener(listener, MoreExecutors.sameThreadExecutor());
551 assertFalse(compound.isDone());
553 assertFalse(compound.isDone());
555 assertFalse(compound.isDone());
558 assertTrue(compound.isDone());
561 List<String> results = compound.get();
569 ListenableFuture<List<String>> compound = Futures.allAsList(futures);
570 compound.addListener(listener, MoreExecutors.sameThreadExecutor());
571 assertTrue(compound.isDone())
    [all...]
  /external/icu4c/data/mappings/
ucmfiles.mk 118 icu-internal-compound-d1.ucm icu-internal-compound-d2.ucm icu-internal-compound-d3.ucm icu-internal-compound-d4.ucm\
119 icu-internal-compound-d5.ucm icu-internal-compound-d6.ucm icu-internal-compound-d7.ucm \
120 icu-internal-compound-s1.ucm icu-internal-compound-s2.ucm icu-internal-compound-s3.ucm icu-internal-compound-t.uc
    [all...]
  /external/v8/test/mjsunit/compiler/
assignment.js 28 // Tests for compound assignments at the top level
49 // Test compound assignments in an anonymous function with local variables.
71 // Test compound assignments in an anonymous function with global variables.
93 // Test compound assignments in a named function with local variables.
117 // Test compound assignments in a named function with global variables.
143 // Tests for compound assignments in a loop at the top level
166 // Test compound assignments in an anonymous function with local variables.
190 // Test compound assignments in an anonymous function with global variables.
214 // Test compound assignments in a named function with local variables.
240 // Test compound assignments in a named function with global variables
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java 227 Comparator<String> comparator = Ordering.compound(asList(
243 Comparator<String> comparator = byCharAt(1).compound(byCharAt(0));
260 Ordering<Number> a = numbers.compound(numbers);
262 // The compound takes the more specific type of the two, regardless of order
264 Ordering<Number> b = numbers.compound(objects);
265 Ordering<Number> c = objects.compound(numbers);
267 Ordering<Integer> d = numbers.compound(integers);
268 Ordering<Integer> e = integers.compound(numbers);
273 Ordering<Number> f = numbers.compound(objects).compound(objects); //bad IDE
    [all...]
  /external/v8/test/mjsunit/regress/
regress-969.js 55 // Compound assignment to global variable.
76 // Assignment, compound assignment, and pre and post-increment of named
103 // Assignment, compound assignment, and pre and post-increment of indexed
  /external/openssh/
auth-pam.c 1076 char *compound; local
1080 compound = xmalloc(len);
1082 snprintf(compound, len, "%s=%s", name, value);
1083 ret = pam_putenv(sshpam_handle, compound);
1084 xfree(compound);
  /external/guava/guava/src/com/google/common/collect/
Ordering.java 275 * Ordering.from(comp1).compound(comp2).compound(comp3) . . .}.
283 public static <T> Ordering<T> compound( method in class:Ordering
300 * might use {@code byStatus.compound(byPriority)}. For a compound ordering
304 * is equivalent to one created using {@link Ordering#compound(Iterable)} on
308 public <U extends T> Ordering<U> compound( method in class:Ordering
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /external/webkit/Source/WebCore/dom/
make_names.pl 847 // elements. In a compound document world, the generic createElement function (will end up being virtual) will be called.
    [all...]
  /external/libxml2/
xmlregexp.c     [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/deps/
google-collect-1.0-rc1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 1174 milliseconds