Searched defs:PK (Results 1 - 4 of 4) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
H A Dpins_arduino.c77 #define PK 11 macro
195 PK , // PK 0 ** 62 ** A8
196 PK , // PK 1 ** 63 ** A9
197 PK , // PK 2 ** 64 ** A10
198 PK , // PK 3 ** 65 ** A11
199 PK , // P
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp1842 Kind PK,
1845 return new (C, DC) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
1837 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java908 PK(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/clang/include/clang/AST/
H A DDeclObjC.h2388 Kind PK,
2394 assert (PK == Dynamic || PropertyIvarDecl);
2401 Kind PK,
2386 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivarDecl, SourceLocation ivarLoc) argument

Completed in 2348 milliseconds