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

12 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery3D/src/com/cooliris/media/
BackgroundLayer.java 24 import com.cooliris.media.RenderView.Lists;
47 public void generate(RenderView view, Lists lists) {
48 lists.blendedList.add(this);
49 lists.updateList.add(this);
50 lists.opaqueList.add(this);
  /frameworks/base/test-runner/tests/src/android/test/
AndroidTestRunnerTest.java 22 import com.google.android.collect.Lists;
143 List<String> testNames = Lists.newArrayList();
155 List<String> testNames = Lists.newArrayList();
166 List<String> testNames = Lists.newArrayList();
258 List<String> testNames = Lists.newArrayList();
  /frameworks/base/core/tests/coretests/src/android/widget/
ListViewTest.java 19 import com.google.android.collect.Lists;
44 List<String> items = Lists.newArrayList("hello");
74 List<String> items = Lists.newArrayList("hello");
  /frameworks/base/test-runner/src/android/test/
IsolatedContext.java 19 import com.google.android.collect.Lists;
56 private List<Intent> mBroadcastIntents = Lists.newArrayList();
68 mBroadcastIntents = Lists.newArrayList();
TestBrowserControllerImpl.java 21 import com.google.android.collect.Lists;
95 List<String> testCaseNames = Lists.newArrayList();
  /external/bluetooth/glib/docs/reference/glib/tmpl/
datalist.sgml 2 Keyed Data Lists
5 lists of data elements which are accessible by a string or GQuark identifier
9 Keyed data lists provide lists of arbitrary data elements which can be accessed
18 Data lists are used for associating arbitrary data with
56 <link linkend="glib-Keyed-Data-Lists">Keyed Data List</link>.
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/
MethodLogger.java 24 * parameter lists. Used as a foundation for various simple SAX handlers.
34 * The parameter lists of the invoked methods, in order.
  /external/guava/javadoc/com/google/common/collect/class-use/
Lists.html 7 Uses of Class com.google.common.collect.Lists (Guava Libraries 2010.01.04)
18 parent.document.title="Uses of Class com.google.common.collect.Lists (Guava Libraries 2010.01.04)";
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/collect/Lists.html" title="class in com.google.common.collect"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
62 &nbsp;<A HREF="Lists.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
84 <B>Uses of Class<br>com.google.common.collect.Lists</B></H2>
86 No usage of com.google.common.collect.Lists
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/collect/Lists.html" title="class in com.google.common.collect"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
122 &nbsp;<A HREF="Lists.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  /external/proguard/src/proguard/classfile/visitor/
package.html 7 Why the visitor pattern? Class files frequently contain lists of elements of
9 These lists and types are largely fixed; they won't change much in future
  /external/webkit/WebCore/dom/
NodeRareData.h 89 void setNodeLists(PassOwnPtr<NodeListsNodeData> lists) { m_nodeLists = lists; }
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListWithFooterViewAndNewLabels.java 30 import com.google.android.collect.Lists;
75 private List<String> mLabels = Lists.newArrayList();
  /frameworks/base/docs/html/community/
index.jd 10 then please refer to the <a href="http://source.android.com/discuss">Open Source Project Mailing lists</a>.</p>
15 <li><a href="#ApplicationDeveloperLists">Application developer mailing lists</a></li>
16 <li><a href="#UsingEmail">Using email with the mailing lists</a></li>
36 <li><b>Select the most appropriate mailing list for your question</b>. There are several different lists for
51 <h3 id="ApplicationDeveloperLists">Application developer mailing lists</h3>
105 <h2 id="UsingEmail">Using email with the mailing lists</h2>
106 <p>Instead of using the <a href="http://groups.google.com/">Google Groups</a> site, you can use your email client of choice to participate in the mailing lists.</p>
107 <p>To subscribe to a group without using the Google Groups site, use the link under "subscribe via email" in the lists above.</p>
  /external/jpeg/
jdmainct.c 80 * pointer lists look like this:
93 * The pointer lists are set up so that the required context rows appear to
94 * be adjacent to the proper places when we pass the pointer lists to the
97 * The above pictures describe the normal state of the pointer lists.
98 * At top and bottom of the image, we diddle the pointer lists to duplicate
125 /* These are the master pointers to the funny-order pointer lists. */
126 JSAMPIMAGE xbuffer[2]; /* pointers to weird pointer lists */
158 /* Allocate space for the funny pointer lists.
180 /* Get space for pointer lists --- M+4 row groups in each list.
181 * We alloc both pointer lists with one call to save a few cycles
    [all...]
  /cts/tests/src/android/app/cts/
ExpandableListTestActivity.java 35 import com.google.android.collect.Lists;
50 final List<Map<String, String>> groupData = Lists.newArrayList();
51 final List<List<Map<String, String>>> childData = Lists.newArrayList();
58 final List<Map<String, String>> children = Lists.newArrayList();
  /dalvik/dx/src/com/android/dx/cf/iface/
FieldList.java 20 * Interface for lists of fields.
MethodList.java 20 * Interface for lists of methods.
  /dalvik/dx/src/com/android/dx/dex/cf/
OptimizerOptions.java 47 /** true if the above lists have been loaded */
58 * Loads the optimize/don't optimize lists from files.
74 throw new RuntimeException("optimize and don't optimize lists "
174 * Or don't optimize what's listed here. (The two lists are
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
DOMErrorImpl.java 21 * to lists of all events by mode
DOMErrorMonitor.java 25 * to lists of all events by mode
  /device/htc/common/
common.mk 17 # This lists the aspects that are unique to HTC but shared between all
common_small.mk 17 # This lists the aspects that are unique to HTC but shared between all
  /external/bluetooth/bluez/
README 34 Mailing lists:
  /external/bluetooth/glib/debian/
README.debian 5 routines for C such as lists, trees, hashes, memory allocation, and
  /external/clearsilver/man/man3/
skipNewList.3 44 <flushLimit> is for threaded lists and determines the
  /external/dnsmasq/contrib/Solaris10/
README 4 To: dnsmasq-discuss@lists.thekelleys.org.uk

Completed in 89 milliseconds

12 3 4 5 6 7 8 91011>>