Home
last modified time | relevance | path

Searched refs:EH (Results 1 – 25 of 183) sorted by relevance

12345678

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
DTryListBuilder.java46 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/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DTryBlock.java41 public interface TryBlock<EH extends ExceptionHandler> {
70 @Nonnull List<? extends EH> getExceptionHandlers(); in getExceptionHandlers()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
DBaseTryBlock.java37 public abstract class BaseTryBlock<EH extends ExceptionHandler> implements TryBlock<EH> {
/external/clang/test/CodeGenObjCXX/
Dexceptions-legacy.mm33 // Real EH cleanup.
41 // ObjC EH "cleanup".
71 // Real EH cleanup.
/external/ppp/pppd/plugins/rp-pppoe/
Dcommon.c167 #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/
DRuntimeDyldMachO.h40 EHFrameRelatedSections(SID EH, SID T, SID Ex) in EHFrameRelatedSections()
41 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {} in EHFrameRelatedSections()
/external/llvm/examples/ExceptionDemo/
DCMakeLists.txt11 # Enable EH and RTTI for this demo
/external/icu/icu4c/source/data/region/
Des_CL.txt13 EH{"Sahara Occidental"}
Dbrx.txt105 EH{"पश्चिमी सहारा"}
Dks.txt106 EH{"مشرِقی سَہارا"}
Dor.txt105 EH{"ପଶ୍ଚିମ ସାହାରା"}
Dko.txt111 EH{"서사하라"}
Dhe.txt111 EH{"סהרה המערבית"}
/external/llvm/lib/Transforms/Hello/
DCMakeLists.txt1 # If we don't need RTTI or EH, there's no reason to export anything
/external/llvm/tools/bugpoint-passes/
DCMakeLists.txt5 # If we don't need RTTI or EH, there's no reason to export anything
/external/clang/examples/PrintFunctionNames/
DCMakeLists.txt1 # If we don't need RTTI or EH, there's no reason to export anything
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_kdt_phr.pkb1 …=E*�%�;=B0A"%&'*,-89:<?@GH#$+DE1()C3F24567!��37:G5"%&'(+,-248@F#$69/>?EH������ ��0�3�2�…
/external/llvm/lib/MC/
DMCObjectStreamer.cpp103 void MCObjectStreamer::EmitCFISections(bool EH, bool Debug) { in EmitCFISections() argument
104 MCStreamer::EmitCFISections(EH, Debug); in EmitCFISections()
105 EmitEHFrame = EH; in EmitCFISections()
/external/llvm/test/CodeGen/X86/
Dcode_placement_eh.ll4 ; it involves EH edges.
Dgcc_except_table_functions.ll5 ; to do with them, other EH schemes such as SEH might use them.
/external/clang/test/CodeGenObjC/
Dblocks-2.m16 // <rdar://problem/8224178>: cleanup __block variables on EH path
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb56 +'C!4EH'F++-
58 "'C!4EH'FA+-
246 "C'EH!ICL compacts 0C'EH!ICLK compacts )C!(EHICLK
249 )C'EH!<J'K'F comparisons)C'EH!<J'K'FQ compartment)C'EH!)JLE'FL
250 compartments)C'EH!)JLE'FLK compellingIcompetitiveness)C'EH!;L+L+OF+K complaine complainingI…
253 )C!(EHD+E'FL composer )C!(EH'K'J
254 composers )C!(EH'K'JQ compound
255 0C(EH!7F9 compound
1132 )K!+EH'1+
/external/icu/icu4c/source/data/translit/
DArmenian_Latin_BGN.txt54 Է → E ; # ARMENIAN CAPITAL LETTER EH
55 է → e ; # ARMENIAN SMALL LETTER EH
/external/llvm/include/llvm/MC/
DMCObjectStreamer.h64 void EmitCFISections(bool EH, bool Debug) override;
/external/llvm/test/CodeGen/ARM/
D2011-12-19-sjlj-clobber.ll4 ; restored in a function with setjmp/longjmp EH. In particular, r6 was not

12345678