/external/skia/include/core/ |
SkSurfaceProps.h | 63 enum InitType { 66 SkSurfaceProps(InitType); 67 SkSurfaceProps(uint32_t flags, InitType);
|
/external/llvm/include/llvm/ADT/ |
StringMap.h | 147 template <typename AllocatorTy, typename InitType> 149 InitType &&InitVal) { 162 new (NewItem) StringMapEntry(KeyLength, std::forward<InitType>(InitVal)); 178 template<typename InitType> 179 static StringMapEntry *Create(StringRef Key, InitType &&InitVal) { 181 return Create(Key, A, std::forward<InitType>(InitVal));
|
/external/skia/src/image/ |
SkSurface.cpp | 39 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} 41 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType)
|
/libcore/ojluni/src/main/java/javax/crypto/ |
Cipher.java | 948 private void chooseProvider(InitType initType, int opmode, Key key, 954 final InitParams initParams = new InitParams(initType, opmode, key, random, [all...] |
/external/libnfc-nxp/src/ |
phHal4Nfc.h | 337 * \param[in] InitType Initialization type, used to differentiate between 364 phHal4Nfc_InitType_t InitType, [all...] |
phHal4Nfc.c | 348 phHal4Nfc_InitType_t InitType, 355 phHciNfc_Init_t eHciInitType = (phHciNfc_Init_t)InitType; [all...] |
/external/clang/include/clang/AST/ |
Decl.h | 741 UninstantiatedDefaultArgument *> InitType; 745 mutable InitType Init; [all...] |
/external/llvm/lib/TableGen/ |
TGParser.cpp | 134 std::string InitType = ""; 136 InitType = (Twine("' of type bit initializer with length ") + 141 InitType + "'"); [all...] |
/external/clang/lib/CodeGen/ |
CodeGenModule.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaStmt.cpp | [all...] |
SemaTemplateDeduction.cpp | [all...] |
SemaExprCXX.cpp | [all...] |
SemaInit.cpp | [all...] |
SemaOverload.cpp | [all...] |
/frameworks/base/ |
compiled-classes-phone | [all...] |