HomeSort by relevance Sort by last modified time
    Searched refs:InitType (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkDeviceProperties.h 14 enum InitType {
17 SkDeviceProperties(InitType) : fPixelGeometry(SkSurfacePropsDefaultPixelGeometry()) {}
  /external/chromium_org/third_party/skia/include/core/
SkSurfaceProps.h 60 enum InitType {
63 SkSurfaceProps(InitType);
64 SkSurfaceProps(uint32_t flags, InitType);
  /external/llvm/include/llvm/ADT/
StringMap.h 141 template<typename AllocatorTy, typename InitType>
144 InitType InitVal) {
172 template<typename InitType>
173 static StringMapEntry *Create(StringRef Key, InitType InitVal) {
  /external/chromium_org/third_party/skia/src/image/
SkSurface.cpp 39 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {}
41 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType)
  /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 684 UninstantiatedDefaultArgument *> InitType;
688 mutable InitType Init;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]

Completed in 136 milliseconds