/external/clang/test/CodeGenObjCXX/ |
D | property-object-reference-2.mm | 34 // CHECK: [[THREE:%.*]] = load %struct.TCPPObject*, %struct.TCPPObject** [[ADDR1:%.*]], align 8 36 …truct.TCPPObject* [[TWO]], %struct.TCPPObject* dereferenceable({{[0-9]+}}) [[THREE]], i32 [[CALL]]) 42 // CHECK: [[THREE:%.*]] = bitcast %struct.TCPPObject* [[AGGRESULT:%.*]] to i8* 43 // CHECK: call void @objc_copyCppObjectAtomic(i8* [[THREE]], i8* [[TWO]], i8* bitcast (void (%struc… 48 // CHECK: [[THREE:%.*]] = load %struct.TCPPObject*, %struct.TCPPObject** [[ADDR1:%.*]], align 8 49 …jectaSERKS_(%struct.TCPPObject* [[TWO]], %struct.TCPPObject* dereferenceable({{[0-9]+}}) [[THREE]]) 55 // CHECK: [[THREE:%.*]] = bitcast %struct.TCPPObject* [[MYPROPERTY:%.*]] to i8* 56 // CHECK: call void @objc_copyCppObjectAtomic(i8* [[TWO]], i8* [[THREE]], i8* bitcast (void (%struc…
|
D | property-object-reference-1.mm | 29 // CHECK: [[THREE:%.*]] = load %struct.TCPPObject*, %struct.TCPPObject** [[cppObjectaddr]], align 8 30 // CHECK: [[FOUR:%.*]] = bitcast %struct.TCPPObject* [[THREE]] to i8*
|
D | arc-cxx11-member-init.mm | 30 // CHECK: [[THREE:%.*]] = bitcast i8* [[CALL]] to [[T:%.*]]* 31 // CHECK: store [[T]]* [[THREE]], [[T]]** [[mClipData]], align 8
|
D | property-lvalue-capture.mm | 28 // CHECK: [[THREE:%.*]] = bitcast [[ONET:%.*]]* [[ONE:%.*]] to i8* 29 …cast (i8* (i8*, i8*, ...)* @objc_msgSend to %struct.Quad2* (i8*, i8*)*)(i8* [[THREE]], i8* [[TWO]])
|
/external/clang/test/CodeGenObjC/ |
D | getter-property-type-mismatch.m | 33 // CHECK: [[THREE:%.*]] = bitcast [[OPQ:%.*]]* [[TWO:%.*]] to [[RET]]* 34 // CHECK: ret [[RET]]* [[THREE]]
|
D | category-super-class-meth.m | 27 // CHECK: [[THREE:%.*]] = getelementptr inbounds %struct._objc_super, %struct._objc_super* [[OBJC_S… 28 // CHECK: store i8* [[TWO]], i8** [[THREE]]
|
D | optimize-ivar-offset-load.m | 30 // CHECK: [[THREE:%.*]] = bitcast [[ONE:%.*]]* [[CALL:%.*]] to i8* 31 // CHECK: [[ADDPTR:%.*]] = getelementptr inbounds i8, i8* [[THREE]], i64 [[IVAR]]
|
D | objc-container-subscripting-1.m | 28 // CHECK: [[THREE:%.*]] = load {{%.*}} [[array:%.*]], align 8 31 // CHECK-NEXT: [[SIX:%.*]] = bitcast {{%.*}} [[THREE]] to i8*
|
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
D | unittest_enum_class_multiple_nano.proto | 39 THREE = 3; enumerator 46 optional FileScopeEnumMultiple three = 3 [ default = THREE ];
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECConstants.java | 10 public static final BigInteger THREE = BigInteger.valueOf(3); field
|
/external/icu/icu4c/source/data/translit/ |
D | Arab_Latn.txt | 40 ۳ ↔ 3 $disambig ; # EXTENDED ARABIC-INDIC DIGIT THREE 50 ٣ ↔ 3 ; # ARABIC-INDIC DIGIT THREE 124 # ڥ ↔ v $disambig ; # ARABIC LETTER FEH WITH THREE DOTS BELOW
|
D | ps_ps_Latn_BGN.txt | 58 ٣ ↔ 3 $disambig ; # ARABIC-INDIC DIGIT THREE 68 ۳ ↔ 3 ; # EXTENDED ARABIC-INDIC DIGIT THREE 122 \u0651څ → tsts ; # ARABIC LETTER HAH WITH THREE DOTS ABOVE + SHADDA 182 څ → ts ; # ARABIC LETTER HAH WITH THREE DOTS ABOVE
|
D | Bengali_InterIndic.txt | 83 ৩→\uE069; # DIGIT THREE 96 ৶→\uE077; # Bengali-InterIndic: CURRENCY NUMERATOR THREE
|
D | InterIndic_Bengali.txt | 110 \uE069→৩; # DIGIT THREE 124 \uE077→৶; # CURRENCY NUMERATOR THREE
|
D | InterIndic_Oriya.txt | 110 \uE069→୩; # DIGIT THREE 124 \uE077→; # CURRENCY NUMERATOR THREE
|
D | InterIndic_Malayalam.txt | 112 \uE069→൩; # DIGIT THREE 126 \uE077→; # CURRENCY NUMERATOR THREE
|
D | InterIndic_Telugu.txt | 111 \uE069→౩; # DIGIT THREE 125 \uE077→; # CURRENCY NUMERATOR THREE
|
D | InterIndic_Kannada.txt | 112 \uE069→೩; # DIGIT THREE 126 \uE077→; # CURRENCY NUMERATOR THREE
|
/external/icu/icu4c/source/test/intltest/ |
D | itrbnf.cpp | 857 const llong THREE(0, 3); 878 … &ZERO, &ONE, &NEG_ONE, &THREE, &NEG_THREE, &TWO_TO_16, &NEG_TWO_TO_16, &TWO_TO_32, &NEG_TWO_TO_32 883 …&ZERO, &ONE, &NEG_ONE, &THREE, &NEG_THREE, &TWO_TO_16, &NEG_TWO_TO_16, &TWO_TO_32, &NEG_TWO_TO_3… 884 … &ZERO, &NEG_ONE, &ONE, &NEG_THREE, &THREE, &NEG_TWO_TO_16, &TWO_TO_16, &NEG_TWO_TO_32, &TWO_TO_32, 885 …&ZERO, &THREE, &NEG_THREE, &NINE, &NEG_NINE, &TWO_TO_16X3, &NEG_TWO_TO_16X3, &TWO_TO_32X3, &NEG_TW… 886 …&ZERO, &NEG_THREE, &THREE, &NEG_NINE, &NINE, &NEG_TWO_TO_16X3, &TWO_TO_16X3, &NEG_TWO_TO_32X3, &TW… 989 const llong THREE(0,3); 996 const llong NEG_THREE = -THREE; 1014 &THREE, &FIVE, &THREE, 1021 &THREE, &NEG_FIVE, &THREE,
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
D | ArgsEnum.java | 37 public enum ChoiceType { ONE, Two, THREE }; enumConstant
|
/external/syslinux/codepage/ |
D | cp1255.txt | 38 0x13 0x0013 #DEVICE CONTROL THREE 70 0x33 0x0033 #DIGIT THREE 198 0xB3 0x00B3 #SUPERSCRIPT THREE 209 0xBE 0x00BE #VULGAR FRACTION THREE QUARTERS
|
D | iso8859-8.txt | 69 0x13 0x0013 # DEVICE CONTROL THREE 101 0x33 0x0033 # DIGIT THREE 228 0xB3 0x00B3 # SUPERSCRIPT THREE 239 0xBE 0x00BE # VULGAR FRACTION THREE QUARTERS
|
D | cp1256.txt | 38 0x13 0x0013 #DEVICE CONTROL THREE 70 0x33 0x0033 #DIGIT THREE 198 0xB3 0x00B3 #SUPERSCRIPT THREE 209 0xBE 0x00BE #VULGAR FRACTION THREE QUARTERS
|
/external/libxml2/result/ |
D | isolat2.rde | 29 263 179 B3 ³ SUPERSCRIPT THREE 40 276 190 BE ¾ VULGAR FRACTION THREE QUARTERS
|
D | isolat2.rdr | 29 263 179 B3 ³ SUPERSCRIPT THREE 40 276 190 BE ¾ VULGAR FRACTION THREE QUARTERS
|