HomeSort by relevance Sort by last modified time
    Searched refs:EH (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
TryListBuilder.java 46 public class TryListBuilder<EH extends ExceptionHandler>
50 private final MutableTryBlock<EH> listStart;
51 private final MutableTryBlock<EH> listEnd;
54 listStart = new MutableTryBlock<EH>(0, 0);
55 listEnd = new MutableTryBlock<EH>(0, 0);
60 public static <EH extends ExceptionHandler> List<TryBlock<EH>> massageTryBlocks(
61 List<? extends TryBlock<? extends EH>> tryBlocks) {
62 TryListBuilder<EH> tlb = new TryListBuilder<EH>();
    [all...]
  /external/parameter-framework/upstream/test/functional-tests/include/
ElementHandle.hpp 51 using EH = ::ElementHandle;
59 /** Wrap EH::getSize.
61 * @note: can not use `using EH::getSize` as getSize has private overloads in EH.
63 size_t getSize() const { return EH::getSize(); }
68 if (not EH::getMappingData(key, value)) {
69 throw Exception("Could not find mapping key \"" + key + "\" in " + EH::getPath());
74 /** Wrap EH::setAsDouble to throw an exception on failure. */
75 void setAsDouble(double value) { mayFailCall(&EH::setAsDouble, value); }
76 /** Wrap EH::getAsDouble to throw an exception on failure. *
    [all...]
ParameterFramework.hpp 62 using EH = ::ElementHandle;
163 EH createElementHandle(const std::string &path)
166 std::unique_ptr<EH> newedHandle{mayFailCall(&PF::createElementHandle, path)};
167 EH handle{*newedHandle};
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
TryBlock.java 41 public interface TryBlock<EH extends ExceptionHandler> {
70 @Nonnull List<? extends EH> getExceptionHandlers();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
BaseTryBlock.java 37 public abstract class BaseTryBlock<EH extends ExceptionHandler> implements TryBlock<EH> {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
compact-eh2.d 1 #name: MIPS Compact EH 2
5 #ld: -EB -Tcompact-eh.ld -e main
compact-eh5.d 1 #name: MIPS Compact EH 5
compact-eh3.d 1 #name: MIPS Compact EH 3
6 #ld: -EB -Tcompact-eh.ld -e main
compact-eh6.d 1 #name: MIPS Compact EH 6
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Testing/Support/
Error.h 26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
27 EH = TakeError(Exp.takeError());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Testing/Support/
Error.h 26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
27 EH = TakeError(Exp.takeError());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Testing/Support/
Error.h 26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
27 EH = TakeError(Exp.takeError());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Testing/Support/
Error.h 26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
27 EH = TakeError(Exp.takeError());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Testing/Support/
Error.h 26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
27 EH = TakeError(Exp.takeError());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Testing/Support/
Error.h 26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
27 EH = TakeError(Exp.takeError());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Testing/Support/
Error.h 26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
27 EH = TakeError(Exp.takeError());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Testing/Support/
Error.h 26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
27 EH = TakeError(Exp.takeError());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Testing/Support/
Error.h 26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
27 EH = TakeError(Exp.takeError());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Testing/Support/
Error.h 26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
27 EH = TakeError(Exp.takeError());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Testing/Support/
Error.h 26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
27 EH = TakeError(Exp.takeError());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Testing/Support/
Error.h 26 auto &EH = static_cast<llvm::detail::ErrorHolder &>(Result);
27 EH = TakeError(Exp.takeError());
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
compact-eh-eb-1.d 2 #name: Compact EH EB #1 with personality ID and FDE data
3 #source: compact-eh-1.s
compact-eh-eb-3.d 2 #name: Compact EH EB #3 with personality id and large FDE data
3 #source: compact-eh-3.s
compact-eh-el-1.d 2 #name: Compact EH EL #1 with personality ID and FDE data
3 #source: compact-eh-1.s
compact-eh-el-3.d 2 #name: Compact EH EL #3 with personality id and large FDE data
3 #source: compact-eh-3.s

Completed in 930 milliseconds

1 2 3 4 5