OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:labelCache
(Results
1 - 6
of
6
) sorted by null
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
CatchMethodItem.java
45
public CatchMethodItem(@Nonnull baksmaliOptions options, @Nonnull MethodDefinition.
LabelCache
labelCache
,
51
tryStartLabel =
labelCache
.internLabel(new LabelMethodItem(options, startAddress, "try_start_"));
55
tryEndLabel =
labelCache
.internLabel(new EndTryLabelMethodItem(options, codeAddress, endAddress));
58
handlerLabel =
labelCache
.internLabel(new LabelMethodItem(options, handlerAddress, "catchall_"));
60
handlerLabel =
labelCache
.internLabel(new LabelMethodItem(options, handlerAddress, "catch_"));
MethodDefinition.java
77
@Nonnull private final
LabelCache
labelCache
= new
LabelCache
();
354
@Nonnull public
LabelCache
getLabelCache() {
355
return
labelCache
;
385
for (LabelMethodItem labelMethodItem:
labelCache
.getLabels()) {
568
CatchMethodItem catchMethodItem = new CatchMethodItem(classDef.options,
labelCache
, lastCoveredAddress,
583
ArrayList<LabelMethodItem> sortedLabels = new ArrayList<LabelMethodItem>(
labelCache
.getLabels());
606
public static class
LabelCache
{
609
public
LabelCache
() {
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
IconCache.java
182
HashMap<Object, CharSequence>
labelCache
) {
184
CacheEntry entry = cacheLocked(application.componentName, info,
labelCache
,
211
HashMap<Object, CharSequence>
labelCache
) {
217
CacheEntry entry = cacheLocked(component, info,
labelCache
, info.getUser());
227
HashMap<Object, CharSequence>
labelCache
, UserHandle user) {
236
if (
labelCache
!= null &&
labelCache
.containsKey(key)) {
237
entry.title =
labelCache
.get(key).toString();
240
if (
labelCache
!= null) {
241
labelCache
.put(key, entry.title)
[
all
...]
ApplicationInfo.java
68
HashMap<Object, CharSequence>
labelCache
) {
81
iconCache.getTitleAndIcon(this, info,
labelCache
);
LauncherModel.java
[
all
...]
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar
Completed in 330 milliseconds