OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lists
(Results
126 - 150
of
1509
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bison/lib/
stdbool_.h
36
as C99
lists
that as an "obsolescent feature".
86
http://
lists
.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
87
http://
lists
.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
/external/dnsmasq/
doc.html
49
supports DHCP options including RFC3397 DNS search
lists
.
107
HREF="http://
lists
.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss">
108
http://
lists
.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss</A> which should be the
/external/oprofile/libutil/
op_list.h
3
* Kernel-style
lists
18
* manipulating whole
lists
rather than single entries, as
126
* list_splice - join two
lists
/external/v8/src/
list.h
36
// The list is a template for very light-weight
lists
. We are not
42
// allocation policy (P). The policy is used for allocating
lists
in
152
//
Lists
of FrameElements, and ResizeAddInternal() is inlined in ResizeAdd().
/frameworks/base/core/tests/coretests/src/android/database/
CursorWindowTest.java
25
import com.google.android.collect.
Lists
;
159
ArrayList<ArrayList> list =
Lists
.newArrayList();
163
ArrayList<Integer> col =
Lists
.newArrayList();
/frameworks/base/test-runner/src/android/test/
AndroidTestRunner.java
23
import com.google.android.collect.
Lists
;
42
private List<TestListener> mTestListeners =
Lists
.newArrayList();
52
mTestCases =
Lists
.newArrayList(testCase);
TestCaseUtil.java
19
import com.google.android.collect.
Lists
;
46
List<String> testCaseNames =
Lists
.newArrayList();
59
List<Test> testCases =
Lists
.newArrayList();
/packages/apps/Gallery3D/src/com/cooliris/media/
LoadingLayer.java
165
public void generate(RenderView view, RenderView.
Lists
lists
) {
167
lists
.blendedList.add(this);
SelectionMenu.java
322
// public void generate(RenderView view, RenderView.
Lists
lists
) {
323
//
lists
.blendedList.add(this);
324
//
lists
.hitTestList.add(this);
325
// mPopupMenu.generate(view,
lists
);
MenuBar.java
99
public void generate(RenderView view, RenderView.
Lists
lists
) {
100
lists
.blendedList.add(this);
101
lists
.hitTestList.add(this);
102
lists
.systemList.add(this);
103
lists
.updateList.add(this);
104
mSubmenu.generate(view,
lists
);
TimeBar.java
40
import com.cooliris.media.RenderView.
Lists
;
515
public void generate(RenderView view,
Lists
lists
) {
516
lists
.updateList.add(this);
517
lists
.blendedList.add(this);
518
lists
.hitTestList.add(this);
/external/apache-http/src/org/apache/http/protocol/
BasicHttpProcessor.java
46
* Keeps
lists
of interceptors for processing requests and responses.
236
* Sets the interceptor
lists
.
237
* First, both interceptor
lists
maintained by this processor
245
* added to both
lists
.
274
* Clears both interceptor
lists
maintained by this processor.
/external/gtest/include/gtest/internal/
gtest-type-util.h.pump
2
$var n = 50 $$ Maximum length of type
lists
we want to support.
101
// represent type
lists
. In particular, TypesN<T1, T2, ..., TN>
110
// Type
lists
of length 1, 2, 3, and so on.
201
// represent template
lists
. In particular, TemplatesN<T1, T2, ...,
210
// Template
lists
of length 1, 2, 3, and so on.
/external/guava/src/com/google/common/collect/
ImmutableList.java
42
* {@code ImmutableList} is convenient for {@code public static final}
lists
43
* ("constant
lists
") and also lets you easily make a "defensive copy" of a list
263
return copyFromCollection(
Lists
.newArrayList(elements));
394
* {@code public static final}
lists
("constant
lists
").
405
* multiple times to build multiple
lists
in series. Each new list
409
private final ArrayList<E> contents =
Lists
.newArrayList();
/packages/apps/IM/src/com/android/im/engine/
ContactListManager.java
28
*
lists
.
147
* Gets a collection of the contact
lists
.
149
* @return a collection of the contact
lists
.
190
* @return true if the contact is contained in the
lists
of the manager,
460
* Load the contact
lists
from the server. This method will normally called
461
* after the user logged in to get the initial/saved contact
lists
from
529
* Notify that all contact
lists
has been loaded
/external/guava/javadoc/com/google/common/collect/
Lists.html
7
Lists
(Guava Libraries 2010.01.04)
18
parent.document.title="
Lists
(Guava Libraries 2010.01.04)";
43
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/
Lists
.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
61
<A HREF="../../../../index.html?com/google/common/collect/
Lists
.html" target="_top"><B>FRAMES</B></A>
62
<A HREF="
Lists
.html" target="_top"><B>NO FRAMES</B></A>
93
Class
Lists
</H2>
96
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.collect.
Lists
</B>
100
<DT><PRE>public final class <B>
Lists
</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
137
<TD><CODE><B><A HREF="../../../../com/google/common/collect/
Lists
.html#asList(E, E[])">asList</A></B>(E first,
154
<TD><CODE><B><A HREF="../../../../com/google/common/collect/
Lists
.html#asList(E, E, E[])">asList</A></B>(E first
[
all
...]
/build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js
47
/* loads the
lists
.js file to the page.
50
var
lists
= document.createElement("script");
51
lists
.setAttribute("type","text/javascript");
52
lists
.setAttribute("src", toRoot+"reference/
lists
.js");
53
document.getElementsByTagName("head")[0].appendChild(
lists
);
/external/libpng/
README
111
Send comments/corrections/commendations to png-mng-implement at
lists
.sf.net
113
https://
lists
.sourceforge.net/
lists
/listinfo/png-mng-implement
121
the (png-mng-misc at
lists
.sourceforge.net, subscription required, visit
122
https://
lists
.sourceforge.net/
lists
/listinfo/png-mng-misc to
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java
19
import com.google.android.collect.
Lists
;
50
private ArrayList<Builder<?>> mCreatedRows =
Lists
.newArrayList();
169
ArrayList<String> selectionArgs =
Lists
.newArrayList();
/frameworks/base/core/tests/coretests/src/android/widget/
SimpleCursorAdapterTest.java
20
import com.google.android.collect.
Lists
;
69
ArrayList<ArrayList> list =
Lists
.newArrayList();
73
ArrayList<Integer> col =
Lists
.newArrayList();
/frameworks/base/tests/framework-tests/src/com/android/internal/policy/impl/
LockPatternKeyguardViewTest.java
26
import com.google.android.collect.
Lists
;
144
if (mInjectedLockScreens == null) mInjectedLockScreens =
Lists
.newArrayList();
152
if (mInjectedUnlockScreens == null) mInjectedUnlockScreens =
Lists
.newArrayList();
/dalvik/dx/src/com/android/dx/cf/direct/
FieldListParser.java
28
* Parser for
lists
of fields in a class file.
MethodListParser.java
28
* Parser for
lists
of methods in a class file.
/dalvik/dx/src/com/android/dx/cf/iface/
AttributeList.java
20
* Interface for
lists
of attributes.
/dalvik/dx/src/com/android/dx/dex/code/form/
SpecialFormat.java
27
*
lists
. Most of the overridden methods on this class end up throwing
Completed in 243 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>