OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outList
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
UserInitializeReceiver.java
61
ArrayList<Integer>
outList
) {
66
outList
.add(res);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java
534
LayoutPoint p, CanvasViewInfo parent, List<CanvasViewInfo>
outList
) {
537
if (
outList
== null) {
538
outList
= new ArrayList<CanvasViewInfo>();
544
outList
.add(parent);
554
outList
.add(child);
562
findAltViewInfoAt_Recursive(p, child,
outList
);
567
return
outList
;
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java
290
List<Geometry>
outList
= matToGeom.get(geom.getMaterial());
291
if (
outList
== null) {
292
outList
= new ArrayList<Geometry>();
293
matToGeom.put(geom.getMaterial(),
outList
);
295
outList
.add(geom);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java
452
BluetoothMapMessageListing
outList
;
474
outList
= mOutContent.msgListing(folderName, appParams);
476
outAppParams.setMessageListingSize(
outList
.getCount());
477
outBytes =
outList
.encode();
478
hasUnread =
outList
.hasUnread();
/external/chromium_org/third_party/icu/source/test/cintltst/
usettest.c
29
const char*
outList
,
223
* inList, and does not contain those in
outList
. Also verifies that
231
* @param
outList
list of things not in the set. Same format as
238
const char*
outList
,
249
expectContainment(set,
outList
, FALSE);
/external/icu4c/test/cintltst/
usettest.c
29
const char*
outList
,
223
* inList, and does not contain those in
outList
. Also verifies that
231
* @param
outList
list of things not in the set. Same format as
238
const char*
outList
,
249
expectContainment(set,
outList
, FALSE);
/prebuilts/devtools/tools/lib/
ddmuilib.jar
Completed in 208 milliseconds