HomeSort by relevance Sort by last modified time
    Searched refs:ActionEntry (Results 1 - 7 of 7) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
BroadcastStats.java 33 final ArrayMap<String, ActionEntry> mActions = new ArrayMap<>();
35 static final Comparator<ActionEntry> ACTIONS_COMPARATOR = new Comparator<ActionEntry>() {
36 @Override public int compare(ActionEntry o1, ActionEntry o2) {
47 static final class ActionEntry {
56 ActionEntry(String action) {
76 ActionEntry ae = mActions.get(action);
78 ae = new ActionEntry(action);
96 ActionEntry ae = mActions.get(action)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.h 55 struct ActionEntry {
75 SmallVectorImpl<ActionEntry> &Actions,
EHStreamer.cpp 51 SmallVectorImpl<ActionEntry> &Actions,
132 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction };
358 SmallVector<ActionEntry, 32> Actions;
606 for (SmallVectorImpl<ActionEntry>::const_iterator
608 const ActionEntry &Action = *I;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.h 83 /// ActionEntry - Structure describing an entry in the actions table.
84 struct ActionEntry {
104 SmallVectorImpl<ActionEntry> &Actions,
DwarfException.cpp 77 SmallVectorImpl<ActionEntry> &Actions,
159 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction };
364 SmallVector<ActionEntry, 32> Actions;
637 for (SmallVectorImpl<ActionEntry>::const_iterator
639 const ActionEntry &Action = *I;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 170 /// ActionEntry - Structure describing an entry in the actions table.
171 struct ActionEntry {
174 struct ActionEntry *Previous;
239 SmallVector<ActionEntry, 32> Actions;
253 ActionEntry *PrevAction = 0;
279 ActionEntry Action = {ValueForTypeID, NextAction, PrevAction};
444 ActionEntry &Action = Actions[I];
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 

Completed in 111 milliseconds