Home
last modified time | relevance | path

Searched refs:MK (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/external/clang/lib/AST/
DNSAPI.cpp43 Selector NSAPI::getNSStringSelector(NSStringMethodKind MK) const { in getNSStringSelector()
44 if (NSStringSelectors[MK].isNull()) { in getNSStringSelector()
46 switch (MK) { in getNSStringSelector()
73 return (NSStringSelectors[MK] = Sel); in getNSStringSelector()
76 return NSStringSelectors[MK]; in getNSStringSelector()
82 NSStringMethodKind MK = NSStringMethodKind(i); in getNSStringMethodKind() local
83 if (Sel == getNSStringSelector(MK)) in getNSStringMethodKind()
84 return MK; in getNSStringMethodKind()
90 Selector NSAPI::getNSArraySelector(NSArrayMethodKind MK) const { in getNSArraySelector()
91 if (NSArraySelectors[MK].isNull()) { in getNSArraySelector()
[all …]
/external/clang/include/clang/AST/
DNSAPI.h57 Selector getNSStringSelector(NSStringMethodKind MK) const;
93 Selector getNSArraySelector(NSArrayMethodKind MK) const;
118 Selector getNSDictionarySelector(NSDictionaryMethodKind MK) const;
135 Selector getNSSetSelector(NSSetMethodKind MK) const;
192 Selector getNSNumberLiteralSelector(NSNumberLiteralMethodKind MK,
195 bool isNSNumberLiteralSelector(NSNumberLiteralMethodKind MK, in isNSNumberLiteralSelector() argument
197 return Sel == getNSNumberLiteralSelector(MK, false) || in isNSNumberLiteralSelector()
198 Sel == getNSNumberLiteralSelector(MK, true); in isNSNumberLiteralSelector()
/external/ImageMagick/PerlMagick/t/reference/filter/
DOilPaint.miff15MKMKMK�;*�;*�;*�;*�FJ�FJ�FJ�FJ�Jn�Jn�Jn�Y���������������������������������:81:81:81:81E@7E@7E@7…
/external/icu/icu4c/source/data/curr/
Den_MW.txt7 "MK",
/external/icu/icu4c/source/data/region/
Dsr_Cyrl_XK.txt11 MK{"БЈР Македонија"}
Dsr_Cyrl_ME.txt11 MK{"БЈР Македонија"}
Dsr_Cyrl_BA.txt12 MK{"БЈР Македонија"}
Dsr_Latn_XK.txt11 MK{"BJR Makedonija"}
Dsr_Latn_ME.txt11 MK{"BJR Makedonija"}
Dsr_Latn_BA.txt12 MK{"BJR Makedonija"}
Dpt_PT.txt42 MK{"Macedónia (ARJM)"}
Dyi.txt142 MK{"מאַקעדאניע"}
Dshi.txt130 MK{"ⵎⴰⵙⵉⴷⵓⵏⵢⴰ"}
Dzgh.txt131 MK{"ⵎⴰⵙⵉⴷⵓⵏⵢⴰ"}
Dvai.txt130 MK{"ꕮꔖꖁꕇꕰ"}
Dks.txt174 MK{"مٮ۪سوڑونِیا"}
Dbrx.txt177 MK{"मैसेडोनिया"}
Dor.txt177 MK{"ମାସେଡୋନିଆ"}
Dja.txt184 MK{"マケドニア(旧ユーゴスラビア共和国)"}
Daz_Cyrl.txt183 MK{"Македонија (КЈРМ)"}
Dbg.txt184 MK{"Бивша югославска република Македония"}
Dchr.txt184 MK{"ᎹᏎᏙᏂᏯ (FYROM)"}
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp784 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumberLiteral() local
789 switch (MK) { in rewriteToNumberLiteral()
988 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt; in rewriteToNumericBoxedExpression() local
1007 if (MK == NSAPI::NSNumberWithBool && OrigTy->isBooleanType()) in rewriteToNumericBoxedExpression()
1011 if ((MK == NSAPI::NSNumberWithInteger || in rewriteToNumericBoxedExpression()
1012 MK == NSAPI::NSNumberWithUnsignedInteger) && in rewriteToNumericBoxedExpression()
1016 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() && in rewriteToNumericBoxedExpression()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h96 MinMaxRecurrenceKind MK, Instruction *UAI, Type *RT, in RecurrenceDescriptor() argument
98 : StartValue(Start), LoopExitInstr(Exit), Kind(K), MinMaxKind(MK), in RecurrenceDescriptor()
/external/pcre/dist2/testdata/
Dtestoutput17577 MK: A
7632 MK: B
7895 MK: M
7946 MK: any \x0aname
8097 MK: m
8103 MK: m
8131 MK: N
8155 MK: B
8164 MK: B
8173 MK: B
[all …]

12345678910>>...15