HomeSort by relevance Sort by last modified time
    Searched full:lists (Results 401 - 425 of 1509) sorted by null

<<11121314151617181920>>

  /external/guava/src/com/google/common/collect/
ConcurrentHashMultiset.java 159 List<E> list = Lists.newArrayListWithExpectedSize(size());
431 List<Multiset.Entry<E>> list = Lists.newArrayListWithExpectedSize(size());
ImmutableSet.java 197 Collection<E> list = Lists.newArrayList(elements);
465 final ArrayList<E> contents = Lists.newArrayList();
  /external/icu4c/common/
propname.h 319 /* (binary is not faster for short lists) */
383 /* (binary is not faster for short lists) */
  /external/libxml2/
list.c 2 * list.c: lists handling implementation
739 * lists. If there is a de-allocator, should responsibility lie with
  /external/opencore/codecs_v2/video/avc_h264/common/src/
reflist.cpp 20 /** see subclause 8.2.4 Decoding process for reference picture lists construction. */
114 /* check if lists are identical, if yes swap first two elements of listX[1] */
  /external/qemu/
sys-queue.h 5 * the implementations. Left in lists, tail queues and circular queues.
44 * lists, tail queues, and circular queues.
  /external/srec/srec/include/
srec.h 75 stokenID next_token_index; /* for maintaining linked lists of these
109 wtokenID next_token_index; /* for maintaining linked lists of these tokens
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_shell_thread.py 174 filename_list_queue: A thread safe Queue class that contains lists
177 (test, failure lists) for the test results.
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 51 import com.google.android.collect.Lists;
334 ArrayList<V> toBeRemoved = Lists.newArrayList();
  /frameworks/base/core/tests/coretests/src/android/text/
TextUtilsTest.java 32 import com.google.android.collect.Lists;
222 List<String> strings = Lists.newArrayList();
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
reflist.cpp 20 /** see subclause 8.2.4 Decoding process for reference picture lists construction. */
114 /* check if lists are identical, if yes swap first two elements of listX[1] */
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 35 import com.google.android.collect.Lists;
56 private List<Listener> mListeners = Lists.newArrayList();
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
GlobalActions.java 47 import com.google.android.collect.Lists;
195 mItems = Lists.newArrayList(
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AccountSyncSettings.java 21 import com.google.android.collect.Lists;
84 private ArrayList<String> mInvisibleAdapters = Lists.newArrayList();
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntitySetTests.java 30 import com.google.android.collect.Lists;
180 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList();
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 19 import com.google.android.collect.Lists;
80 Collections.unmodifiableList(Lists.newArrayList(
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GroupsTest.java 19 import com.google.android.collect.Lists;
269 final ArrayList<ContentProviderOperation> oper = Lists.newArrayList();
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 186 lists created. */
259 lists created. */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 361 * This needs to be recursive because you can have lists of lists.
  /system/core/sh/
sh.1 640 .Ss Lists -- Generally Speaking
687 The two lists are executed repeatedly while the exit status of the
    [all...]
  /build/core/
droiddoc.mk 96 # Lists the input files for the doc build into a text file
  /build/tools/atree/
atree.cpp 170 // read file lists
  /cts/tools/utils/cts/
tools.py 29 The package structure is currently stored using Python dictionaries and lists. Translation
  /dalvik/dx/src/com/android/dx/cf/direct/
MemberListParser.java 32 * Parser for lists of class file members (that is, fields and methods).
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
Header.java 150 * Lists of Strings.

Completed in 123 milliseconds

<<11121314151617181920>>