Home
last modified time | relevance | path

Searched refs:AMK (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Misc/
Ddevelopers.txt153 - Jeff Rush was given SVN access on 18 March 2008 by AMK, for Distutils work.
220 - Matt Fleming was added on 25 May 2006 by AMK; he'll be working on
223 - Jackilyn Hoxworth was added on 25 May 2006 by AMK; she'll be adding logging
226 - Mateusz Rukowicz was added on 30 May 2006 by AMK; he'll be
307 and the Summer Of Code project are no longer needed. AMK will make
DHISTORY10045 Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMK
/external/clang/lib/Sema/
DSemaDeclAttr.cpp1969 AvailabilityMergeKind AMK, in mergeAvailabilityAttr() argument
1976 switch (AMK) { in mergeAvailabilityAttr()
2052 << (AMK == AMK_Override); in mergeAvailabilityAttr()
2059 << (AMK == AMK_Override); in mergeAvailabilityAttr()
2061 if (AMK == AMK_Override) in mergeAvailabilityAttr()
DSemaDecl.cpp2248 Sema::AvailabilityMergeKind AMK) { in mergeDeclAttribute() argument
2257 AA->getReplacement(), AMK, in mergeDeclAttribute()
2304 (AMK == Sema::AMK_Override || in mergeDeclAttribute()
2305 AMK == Sema::AMK_ProtocolImplementation)) in mergeDeclAttribute()
2428 AvailabilityMergeKind AMK) { in mergeDeclAttributes() argument
2489 switch (AMK) { in mergeDeclAttributes()
2496 LocalAMK = AMK; in mergeDeclAttributes()
/external/clang/include/clang/Sema/
DSema.h2172 AvailabilityMergeKind AMK,
2207 AvailabilityMergeKind AMK = AMK_Redeclaration);
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart1.csv782 ,"AT","AMK","Altenmarkt","Altenmarkt",,"--3-----","RQ","9501",,,
16627 ,"DE","AMK","Altenmarkt an der Alz","Altenmarkt an der Alz","BY","--3-----","RQ","9704",,,
D2013-1_UNLOCODE_CodeListPart3.csv10250 ,"US","AMK","Atmore","Atmore","AL","-23--6--","RL","0601",,"3101N 08730W",
/external/python/cpython3/Misc/
DHISTORY27424 Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMK