OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetSet
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
ManageCachePage.java
159
MediaSet
targetSet
= mAlbumSetDataAdapter.getMediaSet(slotIndex);
160
if (
targetSet
== null) return; // Content is dirty, we shall reload soon
164
if ((
targetSet
.getSupportedOperations()
170
Path path =
targetSet
.getPath();
172
(
targetSet
.getCacheFlag() == MediaObject.CACHE_FLAG_FULL);
185
long sizeOfTarget =
targetSet
.getCacheSize();
AlbumSetPage.java
177
MediaSet
targetSet
= mAlbumSetDataAdapter.getMediaSet(slotIndex);
178
if (
targetSet
== null) return; // Content is dirty, we shall reload soon
181
Path path =
targetSet
.getPath();
186
String mediaPath =
targetSet
.getPath().toString();
190
if (mGetAlbum &&
targetSet
.isLeafAlbum()) {
193
.putExtra(AlbumPicker.KEY_ALBUM_PATH,
targetSet
.getPath().toString());
196
} else if (
targetSet
.getSubMediaSetCount() > 0) {
201
if (!mGetContent && (
targetSet
.getSupportedOperations()
213
mSelectionManager.toggle(
targetSet
.getPath());
/external/proguard/src/proguard/optimize/peephole/
ClassMerger.java
439
Set
targetSet
= new HashSet();
449
new MemberCollector(
targetSet
)))
452
return
targetSet
.size() < counter.getCount();
/frameworks/compile/libbcc/tests/
test.py
185
targetSet
= frozenset(targets)
186
if gUseX86 and 'x86' in
targetSet
:
190
if gUseArm and 'arm' in
targetSet
:
/external/icu4c/test/intltest/
transapi.cpp
[
all
...]
/prebuilt/common/ant/
ant.jar
Completed in 369 milliseconds