OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entryMap
(Results
1 - 10
of
10
) sorted by null
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java
215
HashMap<String, FeedParser.Entry>
entryMap
= new HashMap<String, FeedParser.Entry>();
217
entryMap
.put(e.id, e);
240
FeedParser.Entry match =
entryMap
.get(entryId);
243
entryMap
.remove(entryId);
273
for (FeedParser.Entry e :
entryMap
.values()) {
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java
215
HashMap<String, FeedParser.Entry>
entryMap
= new HashMap<String, FeedParser.Entry>();
217
entryMap
.put(e.id, e);
240
FeedParser.Entry match =
entryMap
.get(entryId);
243
entryMap
.remove(entryId);
273
for (FeedParser.Entry e :
entryMap
.values()) {
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java
215
HashMap<String, FeedParser.Entry>
entryMap
= new HashMap<String, FeedParser.Entry>();
217
entryMap
.put(e.id, e);
240
FeedParser.Entry match =
entryMap
.get(entryId);
243
entryMap
.remove(entryId);
273
for (FeedParser.Entry e :
entryMap
.values()) {
/frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java
194
public final LinkedHashMap<Long, List<RecipientEntry>>
entryMap
;
200
LinkedHashMap<Long, List<RecipientEntry>>
entryMap
,
205
this.
entryMap
=
entryMap
;
215
new LinkedHashMap<Long, List<RecipientEntry>>() /*
entryMap
*/,
275
final LinkedHashMap<Long, List<RecipientEntry>>
entryMap
=
286
true,
entryMap
, nonAggregatedEntries, existingDestinations);
291
entryMap
, nonAggregatedEntries);
297
entries,
entryMap
, nonAggregatedEntries,
317
mEntryMap = defaultFilterResult.
entryMap
;
[
all
...]
/frameworks/base/cmds/bootanimation/
BootAnimation.cpp
452
FileMap*
entryMap
= zip->createEntryFileMap(entry);
454
ALOGE_IF(!
entryMap
, "
entryMap
is null");
455
if (!
entryMap
) {
459
outString.setTo((char const*)
entryMap
->getDataPtr(),
entryMap
->getDataLength());
460
delete
entryMap
;
[
all
...]
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
Completed in 5214 milliseconds