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

  /libcore/ojluni/src/main/java/javax/crypto/
KeyGenerator.java 197 private int initType;
228 initType = I_NONE;
415 if (initType == I_SIZE) {
417 } else if (initType == I_PARAMS) {
419 } else if (initType == I_RANDOM) {
421 } else if (initType != I_NONE) {
423 ("KeyGenerator initType: " + initType);
440 initType = 0;
460 initType = I_RANDOM
    [all...]
KeyAgreement.java 350 private void chooseProvider(int initType, Key key,
355 implInit(spi, initType, key, params, random);
369 implInit(spi, initType, key, params, random);
Cipher.java 558 private void chooseProvider(InitType initType, int opmode, Key key,
564 final InitParams initParams = new InitParams(initType, opmode, key, random,
830 chooseProvider(InitType.KEY, opmode, key, null, null, random);
    [all...]
  /libcore/ojluni/src/main/java/java/security/
KeyPairGenerator.java 582 private int initType;
599 initType = I_NONE;
640 if (initType == I_SIZE) {
642 } else if (initType == I_PARAMS) {
644 } else if (initType != I_NONE) {
646 ("KeyPairGenerator initType: " + initType);
663 initType = 0;
679 initType = I_SIZE;
706 initType = I_PARAMS
    [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);
344 void initType(Type type, const SkPath* path = nullptr) {
GrShape.cpp 243 this->initType(that.fType, thatPath);
269 this->initType(Type::kEmpty);
278 this->initType(Type::kPath);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
roapi.h 37 HRESULT WINAPI RoInitialize(RO_INIT_TYPE initType);
  /external/ims/rcs/rcsservice/src/com/android/service/ims/
RcsStackAdaptor.java 643 private void startInitPresenceTimer(int times, int initType){
645 logger.print("set the retry alarm, times=" + times + " initType=" + initType +
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandles.java     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h 990 void initType(const TSourceLoc& l)
1010 initType(l);
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /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 
  /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 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 1187 milliseconds