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

  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 389 actionEntry(entry);
396 actionEntry(entry);
517 private synchronized void actionEntry(TimelineEntry entry) {
559 actionEntry(entry);
563 actionEntry(entry);
696 actionEntry(entry);
710 actionEntry(entry);
719 actionEntry(entry);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 542 /// @param actionEntry index into above type info array or 0 (clean up).
552 uintptr_t actionEntry,
575 const uint8_t *actionPos = (uint8_t*) actionEntry,
710 uintptr_t actionEntry = readULEB128(&callSitePtr);
715 actionEntry = 0;
727 if (actionEntry) {
728 actionEntry += ((uintptr_t) actionTableStart) - 1;
746 if (actionEntry) {
750 actionEntry,
772 if (!actionEntry || !exceptionMatched)
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 122 uintptr_t actionEntry = readULEB128(&callSitePtr);
131 if (actionEntry == 0) {
144 const uint8_t* action = actionTableStart + (actionEntry - 1);
  /external/libcxxabi/src/
cxa_personality.cpp 67 | | actionEntry | (ULEB128) | Action Table Index 1-based | |
68 | | | | actionEntry == 0 -> cleanup | |
80 | | actionEntry | (ULEB128) | Action Table Index 1-based | |
81 | | | | actionEntry == 0 -> cleanup | |
134 * landingPad != 0 and actionEntry == 0 implies a cleanup needs to be done
137 * A cleanup can also be found under landingPad != 0 and actionEntry != 0 in
638 uintptr_t actionEntry = readULEB128(&callSitePtr);
643 uintptr_t actionEntry = readULEB128(&callSitePtr);
659 if (actionEntry == 0)
676 const uint8_t* action = actionTableStart + (actionEntry - 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 62 | | actionEntry | (ULEB128) | Action Table Index 1-based | |
63 | | | | actionEntry == 0 -> cleanup | |
75 | | actionEntry | (ULEB128) | Action Table Index 1-based | |
76 | | | | actionEntry == 0 -> cleanup | |
129 * landingPad != 0 and actionEntry == 0 implies a cleanup needs to be done
132 * A cleanup can also be found under landingPad != 0 and actionEntry != 0 in
641 uintptr_t actionEntry = readULEB128(&callSitePtr);
646 uintptr_t actionEntry = readULEB128(&callSitePtr);
662 if (actionEntry == 0)
679 const uint8_t* action = actionTableStart + (actionEntry - 1)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /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 645 milliseconds