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

  /external/skia/include/core/
SkSurfaceProps.h 61 enum InitType {
64 SkSurfaceProps(InitType);
65 SkSurfaceProps(uint32_t flags, InitType);
  /libcore/ojluni/src/main/java/javax/crypto/
Cipher.java 559 private void chooseProvider(InitType initType, int opmode, Key key,
565 final InitParams initParams = new InitParams(initType, opmode, key, random,
831 chooseProvider(InitType.KEY, opmode, key, null, null, random);
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 133 std::string InitType = "";
135 InitType = (Twine("' of type bit initializer with length ") +
140 InitType + "'");
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaStmt.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 322 milliseconds