/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/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/smali/dexlib2/src/main/java/org/jf/dexlib2/base/ |
D | BaseTryBlock.java | 37 public abstract class BaseTryBlock<EH extends ExceptionHandler> implements TryBlock<EH> {
|
/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/llvm/examples/ExceptionDemo/ |
D | CMakeLists.txt | 11 # Enable EH and RTTI for this demo
|
/external/icu/icu4c/source/data/region/ |
D | es_CL.txt | 13 EH{"Sahara Occidental"}
|
D | brx.txt | 105 EH{"पश्चिमी सहारा"}
|
D | ks.txt | 106 EH{"مشرِقی سَہارا"}
|
D | or.txt | 105 EH{"ପଶ୍ଚିମ ସାହାରା"}
|
D | ko.txt | 111 EH{"서사하라"}
|
D | he.txt | 111 EH{"סהרה המערבית"}
|
/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/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
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_kdt_phr.pkb | 1 …=E*%;=B0A"%&'*,-89:<?@GH#$+DE1()C3F24567!37:G5"%&'(+,-248@F#$69/>?EH032…
|
/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 103 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/ |
D | code_placement_eh.ll | 4 ; it involves EH edges.
|
D | gcc_except_table_functions.ll | 5 ; to do with them, other EH schemes such as SEH might use them.
|
/external/clang/test/CodeGenObjC/ |
D | blocks-2.m | 16 // <rdar://problem/8224178>: cleanup __block variables on EH path
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_klex.pkb | 56 +'C!4EH'F++- 58 "'C!4EH'FA+- 246 "C'EH!ICL compacts0C'EH!ICLK compacts)C!(EHICLK 249 )C'EH!<J'K'Fcomparisons)C'EH!<J'K'FQcompartment)C'EH!)JLE'FL 250 compartments)C'EH!)JLE'FLKcompellingIcompetitiveness)C'EH!;L+L+OF+K complainecomplainingI… 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/ |
D | Armenian_Latin_BGN.txt | 54 Է → E ; # ARMENIAN CAPITAL LETTER EH 55 է → e ; # ARMENIAN SMALL LETTER EH
|
/external/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 64 void EmitCFISections(bool EH, bool Debug) override;
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-12-19-sjlj-clobber.ll | 4 ; restored in a function with setjmp/longjmp EH. In particular, r6 was not
|