HomeSort by relevance Sort by last modified time
    Searched refs:initialize (Results 151 - 175 of 1490) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLRSAKeyPairGenerator.java 59 public void initialize(int keysize, SecureRandom random) { method in class:OpenSSLRSAKeyPairGenerator
64 public void initialize(AlgorithmParameterSpec params, SecureRandom random) method in class:OpenSSLRSAKeyPairGenerator
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
OpenSSLRSAKeyPairGenerator.java 65 public void initialize(int keysize, SecureRandom random) { method in class:OpenSSLRSAKeyPairGenerator
70 public void initialize(AlgorithmParameterSpec params, SecureRandom random) method in class:OpenSSLRSAKeyPairGenerator
  /external/eigen/bench/btl/generic_bench/timers/
portable_perf_analyzer_old.hh 102 action.initialize();
114 action.initialize();
x86_perf_analyzer.hh 59 action.initialize();
74 action.initialize();
  /external/flatbuffers/go/
lib.go 9 // GetRootAs is a generic helper to initialize a FlatBuffer with the provided buffer bytes and its data offset.
  /external/grpc-grpc/src/ruby/qps/
qps-common.rb 46 def initialize(sentinel) method in class:EnumeratorQueue
65 def initialize(reqs) method in class:PingPongEnumerator
  /external/guava/guava-tests/test/com/google/common/reflect/
ReflectionTest.java 79 Reflection.initialize(A.class);
82 Reflection.initialize(
  /external/junit-params/src/test/java/junitparams/custom/
CustomParametersProviderTest.java 37 public void initialize(CustomParameters parametersAnnotation) { method in class:CustomParametersProviderTest.SimpleHelloProvider
51 public void initialize(HelloParameters parametersAnnotation) { method in class:CustomParametersProviderTest.CustomHelloProvider
  /external/llvm/include/llvm/DebugInfo/CodeView/
ModuleSubstream.h 63 static Error initialize(StreamRef Stream, ModuleSubstream &Info);
76 if (auto EC = ModuleSubstream::initialize(Stream, Info))
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
ModInfo.h 31 static Error initialize(codeview::StreamRef Stream, ModInfo &Info);
69 if (auto EC = pdb::ModInfo::initialize(Stream, Info))
  /external/llvm/include/llvm/IR/
LegacyPassNameParser.h 48 void initialize() { function in class:llvm::PassNameParser
49 cl::parser<const PassInfo*>::initialize();
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PassNameParser.h 46 void initialize(cl::Option &O) { function in class:llvm::PassNameParser
48 cl::parser<const PassInfo*>::initialize(O);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 64 Error initialize(BinaryStreamReader Reader);
65 Error initialize(BinaryStreamRef Stream);
DebugCrossImpSubsection.h 60 Error initialize(BinaryStreamReader Reader);
61 Error initialize(BinaryStreamRef Stream);
DebugStringTableSubsection.h 40 Error initialize(BinaryStreamRef Contents);
41 Error initialize(BinaryStreamReader &Reader);
DebugSubsectionRecord.h 42 static Error initialize(BinaryStreamRef Stream, DebugSubsectionRecord &Info,
87 if (auto EC = codeview::DebugSubsectionRecord::initialize(
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
LegacyPassNameParser.h 48 void initialize() { function in class:llvm::PassNameParser
49 cl::parser<const PassInfo*>::initialize();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
StringsAndChecksums.cpp 39 consumeError(OwnedStrings->initialize(SR.getRecordData()));
79 consumeError(OwnedChecksums->initialize(FCR.getRecordData()));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
TimelineView.h 154 void initialize(unsigned MaxIterations);
172 initialize(MaxIterations);
  /external/webrtc/webrtc/base/objc/
RTCDispatcher.m 19 + (void)initialize {
  /external/guice/core/test/com/google/inject/
ProviderInjectionTest.java 98 void initialize(List list) {
145 void initialize(@Named("b") Count bCount) {
158 void initialize(@Named("c") Count cCount) {
178 void initialize(@Named("e") Count eCount) {
209 static void initialize(@Named("c") Count cCount) { method in class:ProviderInjectionTest.StaticallyInjectable
  /external/autotest/frontend/client/src/autotest/tko/
TkoClient.java 30 NotifyManager.getInstance().initialize();
58 commonPanel.initialize();
60 mainTabPanel.initialize();
  /external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/
RandomPrivateKeyX509ExtendedKeyManager.java 62 keyPairGenerator.initialize(keyLengthBits);
70 keyPairGenerator.initialize(new DSAParameterSpec(
75 keyPairGenerator.initialize(((ECPrivateKey) originalPrivateKey).getParams());
  /external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
RandomPrivateKeyX509ExtendedKeyManager.java 60 keyPairGenerator.initialize(keyLengthBits);
68 keyPairGenerator.initialize(new DSAParameterSpec(
73 keyPairGenerator.initialize(((ECPrivateKey) originalPrivateKey).getParams());
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 40 void initialize();
46 initialize();
57 void OProfileJITEventListener::initialize() { function in class:__anon31108::OProfileJITEventListener

Completed in 1450 milliseconds

1 2 3 4 5 67 8 91011>>