/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/ |
D | 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); in TryListBuilder() 55 listEnd = new MutableTryBlock<EH>(0, 0); in TryListBuilder() 60 public static <EH extends ExceptionHandler> List<TryBlock<EH>> massageTryBlocks( in massageTryBlocks() 61 List<? extends TryBlock<? extends EH>> tryBlocks) { in massageTryBlocks() 62 TryListBuilder<EH> tlb = new TryListBuilder<EH>(); in massageTryBlocks() 64 for (TryBlock<? extends EH> tryBlock: tryBlocks) { in massageTryBlocks() 68 for (EH exceptionHandler: tryBlock.getExceptionHandlers()) { in massageTryBlocks() [all …]
|
/external/parameter-framework/upstream/test/functional-tests/include/ |
D | ElementHandle.hpp | 51 using EH = ::ElementHandle; typedef in parameterFramework::ElementHandle 63 size_t getSize() const { return EH::getSize(); } in getSize() 68 if (not EH::getMappingData(key, value)) { in getMappingData() 69 throw Exception("Could not find mapping key \"" + key + "\" in " + EH::getPath()); in getMappingData() 75 void setAsDouble(double value) { mayFailCall(&EH::setAsDouble, value); } in setAsDouble() 77 void getAsDouble(double &value) const { mayFailCall(&EH::getAsDouble, value); } in getAsDouble() 79 void setAsBoolean(bool value) { mayFailCall(&EH::setAsBoolean, value); } in setAsBoolean() 80 void getAsBoolean(bool &value) const { mayFailCall(&EH::getAsBoolean, value); } in getAsBoolean() 82 void setAsInteger(uint32_t value) { mayFailCall(&EH::setAsInteger, value); } in setAsInteger() 83 void getAsInteger(uint32_t &value) const { mayFailCall(&EH::getAsInteger, value); } in getAsInteger() [all …]
|
D | ParameterFramework.hpp | 62 using EH = ::ElementHandle; typedef in parameterFramework::ParameterFramework 163 EH createElementHandle(const std::string &path) in createElementHandle() 166 std::unique_ptr<EH> newedHandle{mayFailCall(&PF::createElementHandle, path)}; in createElementHandle() 167 EH handle{*newedHandle}; in createElementHandle()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_frame_offset.test | 9 RUN: -eh-frame=0x00000018 | FileCheck %s --check-prefix=EH 10 EH: .eh_frame contents: 11 EH-NEXT: 00000018 00000024 0000001c FDE cie=0000001c pc=fffffd00...fffffd24 12 EH-NEXT: DW_CFA_advance_loc: 1 13 EH-NOT: pc 14 EH-NOT: CIE
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/ |
D | TryBlock.java | 41 public interface TryBlock<EH extends ExceptionHandler> { 70 @Nonnull List<? extends EH> getExceptionHandlers(); in getExceptionHandlers()
|
/external/llvm/examples/ExceptionDemo/ |
D | CMakeLists.txt | 12 # Enable EH and RTTI for this demo 14 message(FATAL_ERROR "ExceptionDemo must require EH.")
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/ |
D | CMakeLists.txt | 12 # Enable EH and RTTI for this demo 14 message(FATAL_ERROR "ExceptionDemo must require EH.")
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/ |
D | BaseTryBlock.java | 37 public abstract class BaseTryBlock<EH extends ExceptionHandler> implements TryBlock<EH> {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | lower-em-ehsjlj-options.ll | 1 ; RUN: llc < %s -enable-emscripten-cxx-exceptions | FileCheck %s --check-prefix=EH 11 ; EH-LABEL: type exception,@function 16 ; EH: call __invoke_void@FUNCTION
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITDebugRegisterer.cpp | 92 ELFSection &EH = EW.getSection(".eh_frame", ELF::SHT_PROGBITS, in MakeELF() local 96 EH.Addr = (uint64_t)I.EhStart; in MakeELF() 99 EH.getData().assign(I.EhStart, I.EhEnd); in MakeELF()
|
/external/clang/test/CodeGenObjCXX/ |
D | exceptions-legacy.mm | 33 // Real EH cleanup. 41 // ObjC EH "cleanup". 71 // Real EH cleanup.
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | common.c | 167 #define EH(x) (x)[0], (x)[1], (x)[2], (x)[3], (x)[4], (x)[5] macro 212 printer(arg, " dst %02x:%02x:%02x:%02x:%02x:%02x ", EH(packet->ethHdr.h_dest)); in pppoe_printpkt() 213 printer(arg, " src %02x:%02x:%02x:%02x:%02x:%02x\n", EH(packet->ethHdr.h_source)); in pppoe_printpkt()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.h | 40 EHFrameRelatedSections(SID EH, SID T, SID Ex) in EHFrameRelatedSections() 41 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {} in EHFrameRelatedSections()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.h | 40 EHFrameRelatedSections(SID EH, SID T, SID Ex) in EHFrameRelatedSections() 41 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {} in EHFrameRelatedSections()
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 530 is that Itanium EH is designed around the idea of "successive unwinding," while 531 Windows EH is not. 534 memory to hold the exception, and calling into the EH runtime. The runtime 545 The Windows EH model does not use these successive register context resets. 550 userspace DLLs provided with Windows. Each frame on the stack has an assigned EH 561 architecture. The funclet implements the EH action by accessing local variables 563 continuing the EH process. No variables live in to or out of the funclet can be 595 control dependencies. Filter expressions run during the first phase of EH, 597 graph. For now, the new EH instructions cannot represent SEH filter 605 The primary design goal of the new EH instructions is to support funclet [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ExceptionHandling.rst | 530 is that Itanium EH is designed around the idea of "successive unwinding," while 531 Windows EH is not. 534 memory to hold the exception, and calling into the EH runtime. The runtime 545 The Windows EH model does not use these successive register context resets. 550 userspace DLLs provided with Windows. Each frame on the stack has an assigned EH 561 architecture. The funclet implements the EH action by accessing local variables 563 continuing the EH process. No variables live in to or out of the funclet can be 595 control dependencies. Filter expressions run during the first phase of EH, 597 graph. For now, the new EH instructions cannot represent SEH filter 605 The primary design goal of the new EH instructions is to support funclet [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | invalid-eh.ll | 127 ;T9: ; CHECK9: EH pad cannot handle exceptions raised within it 151 ;T10: ; CHECK10: EH pad cannot handle exceptions raised within it 167 ;T11: ; CHECK11: A single unwind edge may only enter one EH pad 194 ;T13: ; CHECK13: EH pad cannot handle exceptions raised within it 312 ;T18: ; CHECK18: EH pads can't handle each other's exceptions 341 ;T19: ; CHECK19: EH pads can't handle each other's exceptions 414 ;T24: ; CHECK24: A single unwind edge may only enter one EH pad 434 ;T25: ; CHECK25: EH pad jumps through a cycle of pads
|
/external/llvm/test/Verifier/ |
D | invalid-eh.ll | 125 ;T9: ; CHECK9: EH pad cannot handle exceptions raised within it 149 ;T10: ; CHECK10: EH pad cannot handle exceptions raised within it 165 ;T11: ; CHECK11: A single unwind edge may only enter one EH pad 192 ;T13: ; CHECK13: EH pad cannot handle exceptions raised within it 310 ;T18: ; CHECK18: EH pads can't handle each other's exceptions 339 ;T19: ; CHECK19: EH pads can't handle each other's exceptions 412 ;T24: ; CHECK24: A single unwind edge may only enter one EH pad 432 ;T25: ; CHECK25: EH pad jumps through a cycle of pads
|
/external/llvm/include/llvm/MC/ |
D | MCAsmInfo.h | 541 void setExceptionsType(ExceptionHandling EH) { in setExceptionsType() argument 542 ExceptionsType = EH; in setExceptionsType()
|
/external/llvm/lib/Transforms/Hello/ |
D | CMakeLists.txt | 1 # If we don't need RTTI or EH, there's no reason to export anything
|
/external/icu/icu4c/source/data/region/ |
D | es_CL.txt | 7 EH{"Sahara Occidental"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Hello/ |
D | CMakeLists.txt | 1 # If we don't need RTTI or EH, there's no reason to export anything
|
/external/llvm/tools/bugpoint-passes/ |
D | CMakeLists.txt | 5 # If we don't need RTTI or EH, there's no reason to export anything
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint-passes/ |
D | CMakeLists.txt | 5 # If we don't need RTTI or EH, there's no reason to export anything
|
/external/clang/examples/PrintFunctionNames/ |
D | CMakeLists.txt | 1 # If we don't need RTTI or EH, there's no reason to export anything
|