HomeSort by relevance Sort by last modified time
    Searched refs:lists (Results 51 - 75 of 532) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/collect/
Lists.java 60 * "http://code.google.com/p/guava-libraries/wiki/CollectionUtilitiesExplained#Lists">
61 * {@code Lists}</a>.
69 public final class Lists {
70 private Lists() {}
315 /** @see Lists#asList(Object, Object[]) */
358 /** @see Lists#asList(Object, Object, Object[]) */
390 * from each of the given lists in order; the "n-ary
392 * product</a>" of the lists. For example: <pre> {@code
394 * Lists.cartesianProduct(ImmutableList.of(
398 * <p>returns a list containing six lists in the following order
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Lists.java 58 * "http://code.google.com/p/guava-libraries/wiki/CollectionUtilitiesExplained#Lists">
59 * {@code Lists}</a>.
67 public final class Lists {
68 private Lists() {}
281 /** @see Lists#asList(Object, Object[]) */
324 /** @see Lists#asList(Object, Object, Object[]) */
356 * from each of the given lists in order; the "n-ary
358 * product</a>" of the lists. For example: <pre> {@code
360 * Lists.cartesianProduct(ImmutableList.of(
364 * <p>returns a list containing six lists in the following order
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mcache.go 110 // Return the current cached span to the central lists.
121 // Get a new cached span from the central lists.
  /prebuilts/go/linux-x86/src/runtime/
mcache.go 110 // Return the current cached span to the central lists.
121 // Get a new cached span from the central lists.
  /build/soong/genrule/
filegroup.go 28 // srcs lists files that will be included in this filegroup
  /external/skia/tools/lua/
ngrams.lua 18 -- This algorithm uses a list-of-lists for each SKP. For API call, append a
  /prebuilts/go/darwin-x86/src/math/big/
prime_test.go 32 // http://primes.utm.edu/lists/small/small3.html
  /prebuilts/go/linux-x86/src/math/big/
prime_test.go 32 // http://primes.utm.edu/lists/small/small3.html
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
neon-vfp-reglist.s 3 # lists syntax.
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 378 IImageList[] lists = new IImageList[length]; local
381 lists[i] = createImageList(data.mInclude, data.mBucketId,
386 if (lists[i].isEmpty()) continue;
389 // lists[i-3] is the corresponding Camera Images/Camera Videos.
392 if (i >= 3 && lists[i].getCount() == lists[i - 3].getCount()) {
399 lists[i]);
552 // IMAGE_LIST_DATA stores the parameters for the four image lists
753 // image lists created by createImageList() are collected in mAllLists.
  /build/soong/cc/
builder.go 801 func splitListForSize(list []string, limit int) (lists [][]string, err error) {
812 lists = append(lists, list[start:i])
819 lists = append(lists, list[start:])
822 for _, l := range lists {
828 return lists, nil
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 57 /* loads the lists.js file to the page.
60 var lists = document.createElement("script");
61 lists.setAttribute("type","text/javascript");
62 lists.setAttribute("src", toRoot+"reference/lists.js");
63 document.getElementsByTagName("head")[0].appendChild(lists);
  /external/bison/lib/
bitset_stats.c 68 bitset_stats_info->types[BITSET_TYPE_ (BSET)].lists++
81 unsigned int lists; member in struct:bitset_type_info_struct
190 fprintf (file, _("%u bitset_lists\n"), stats->lists);
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 57 /* loads the lists.js file to the page.
60 var lists = document.createElement("script");
61 lists.setAttribute("type","text/javascript");
62 lists.setAttribute("src", toRoot+"reference/lists.js");
63 document.getElementsByTagName("head")[0].appendChild(lists);
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 404 struct slist *lists = local
412 struct slist *cur_list = lists + i;
424 step = LoadFuncSymbols(cur_list, lists + nstab - 1, stabstr,
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 58 @ Invalid writeback and register lists for LDM
108 @ Invalid writeback and register lists for PUSH/POP
119 @ Invalid writeback and register lists for STM
  /libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodHandlesTest.java     [all...]
  /device/common/
generate-packages.sh 34 EXTRACT_LIST_FILENAME=extract-lists.txt
  /external/ImageMagick/www/api/
layer.php 288 <p>CompositeLayers() compose the source image sequence over the destination image sequence, starting with the current image in both lists.</p>
290 <p>Each layer from the two image lists are composted together until the end of one of the image lists is reached. The offset of each composition is also adjusted to match the virtual canvas offsets of each layer. As such the given offset is relative to the virtual canvas, and not the actual image.</p>
294 <p>Special case:- If one of the image sequences is the last image (just a single image remaining), that image is repeatally composed with all the images in the other image list. Either the source or destination lists may be the single image, for this situation.</p>
  /external/webrtc/webrtc/tools/rtcbot/
main.js 13 // If no arguments are given it lists all the registered tests.
  /prebuilts/go/darwin-x86/doc/codewalk/
pig.go 91 // ratioString takes a list of integer values and returns a string that lists
  /prebuilts/go/darwin-x86/src/container/ring/
ring.go 5 // Package ring implements operations on circular lists.
  /prebuilts/go/linux-x86/doc/codewalk/
pig.go 91 // ratioString takes a list of integer values and returns a string that lists
  /prebuilts/go/linux-x86/src/container/ring/
ring.go 5 // Package ring implements operations on circular lists.
  /external/ltp/
ltpmenu 190 mail ltp-results@lists.sourceforge.net < \

Completed in 748 milliseconds

1 23 4 5 6 7 8 91011>>