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

  /external/skia/src/core/
SkDeviceProperties.h 14 enum InitType {
18 SkDeviceProperties(InitType, float gamma = SK_GAMMA_EXPONENT)
  /external/skia/include/core/
SkSurfaceProps.h 60 enum InitType {
63 SkSurfaceProps(InitType);
64 SkSurfaceProps(uint32_t flags, InitType);
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 114 private static enum InitType {
122 private final InitType initType;
129 private InitParams(InitType initType, int opmode, Key key, SecureRandom random,
131 this.initType = initType;
602 switch (initParams.initType) {
815 getSpi(new InitParams(InitType.KEY, opmode, key, random, null, null));
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 140 std::string InitType = "";
142 InitType = (Twine("' of type bit initializer with length ") +
148 + InitType
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 96 milliseconds