OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curComponent
(Results
1 - 3
of
3
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py
665
for
curComponent
in self.componentArray:
666
curComponent
.toXML(writer, ttFont)
686
curComponent
= EbdtComponent()
687
curComponent
.fromXML(name, attrs, content, ttFont)
688
self.componentArray.append(
curComponent
)
704
curComponent
= EbdtComponent()
705
dummy, data = sstruct.unpack2(ebdtComponentFormat, data,
curComponent
)
706
curComponent
.name = self.ttFont.getGlyphName(
curComponent
.glyphCode)
707
self.componentArray.append(
curComponent
)
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
BroadcastQueue.java
274
r.intent.setComponent(r.
curComponent
);
279
"Delivering to component " + r.
curComponent
316
+ br.
curComponent
.flattenToShortString(), e);
417
if (waitForServices && r.
curComponent
!= null && r.queue.mDelayBehindServices
436
Slog.i(TAG, "Delay finish: " + r.
curComponent
.flattenToShortString());
443
r.
curComponent
= null;
457
br.
curComponent
= null;
[
all
...]
BroadcastRecord.java
97
ComponentName
curComponent
; // the receiver class that is currently running.
172
pw.print(prefix); pw.print("
curComponent
=");
173
pw.println((
curComponent
!= null ?
curComponent
.toShortString() : "--"));
Completed in 246 milliseconds