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

  /libcore/ojluni/src/main/java/java/security/
KeyPairGenerator.java 581 private int initType;
598 initType = I_NONE;
639 if (initType == I_SIZE) {
641 } else if (initType == I_PARAMS) {
643 } else if (initType != I_NONE) {
645 ("KeyPairGenerator initType: " + initType);
662 initType = 0;
678 initType = I_SIZE;
705 initType = I_PARAMS
    [all...]
  /libcore/ojluni/src/main/java/javax/crypto/
KeyGenerator.java 199 private int initType;
231 initType = I_NONE;
423 if (initType == I_SIZE) {
425 } else if (initType == I_PARAMS) {
427 } else if (initType == I_RANDOM) {
429 } else if (initType != I_NONE) {
431 ("KeyGenerator initType: " + initType);
448 initType = 0;
468 initType = I_RANDOM
    [all...]
Cipher.java 765 private void chooseProvider(InitType initType, int opmode, Key key,
771 final InitParams initParams = new InitParams(initType, opmode, key, random,
    [all...]
  /external/skia/src/gpu/
GrShape.h 41 GrShape() { this->initType(Type::kEmpty); }
50 this->initType(Type::kPath, &path);
56 this->initType(Type::kRRect);
67 this->initType(Type::kRRect);
86 this->initType(Type::kRRect);
95 this->initType(Type::kPath, &path);
101 this->initType(Type::kRRect);
111 this->initType(Type::kRRect);
422 void initType(Type type, const SkPath* path = nullptr) {
  /external/skqp/src/gpu/
GrShape.h 41 GrShape() { this->initType(Type::kEmpty); }
50 this->initType(Type::kPath, &path);
56 this->initType(Type::kRRect);
67 this->initType(Type::kRRect);
86 this->initType(Type::kRRect);
95 this->initType(Type::kPath, &path);
101 this->initType(Type::kRRect);
111 this->initType(Type::kRRect);
394 void initType(Type type, const SkPath* path = nullptr) {
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandles.java     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h 1089 void initType(const TSourceLoc& l)
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jce.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
jce.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 1742 milliseconds