HomeSort by relevance Sort by last modified time
    Searched full:initialize (Results 51 - 75 of 5513) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator2Test.java 94 keyPairGen.initialize(pp, new SecureRandom());
98 keyPairGen.initialize(1000, new SecureRandom());
100 keyPairGen.initialize(-1024, new SecureRandom());
107 keyPairGen.initialize(100, null);
118 keyPairGen.initialize(pp, new SecureRandom());
122 keyPairGen.initialize(1000, new SecureRandom());
124 keyPairGen.initialize(63, new SecureRandom());
128 keyPairGen.initialize(100, null);
133 keyPairGen.initialize(pp, new SecureRandom());
134 keyPairGen.initialize(pp)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rb_tree_map_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
99 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
101 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
99 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
101 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
99 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
101 initialize() function in class:PB_DS_CLASS_C_DEC
  /external/chromium/chrome/browser/download/
base_file_unittest.cc 85 // in production, where we would at least Initialize it.
92 ASSERT_TRUE(base_file_->Initialize(false));
102 ASSERT_TRUE(base_file_->Initialize(false));
111 ASSERT_TRUE(base_file_->Initialize(true));
126 ASSERT_TRUE(base_file_->Initialize(false));
146 ASSERT_TRUE(base_file_->Initialize(false));
153 ASSERT_TRUE(base_file_->Initialize(false));
164 ASSERT_TRUE(base_file_->Initialize(true));
178 ASSERT_TRUE(base_file_->Initialize(true));
193 ASSERT_TRUE(base_file_->Initialize(false))
    [all...]
  /libcore/luni/src/main/java/java/security/
KeyPairGenerator.java 175 public void initialize(int keysize) { method in class:KeyPairGenerator
176 initialize(keysize, RANDOM); method
189 public void initialize(AlgorithmParameterSpec param) method in class:KeyPairGenerator
191 initialize(param, RANDOM); method
229 public void initialize(int keysize, SecureRandom random) { method in class:KeyPairGenerator
244 public void initialize(AlgorithmParameterSpec param, SecureRandom random) method in class:KeyPairGenerator
264 // implementation of initialize(int keysize, SecureRandom random)
265 // using corresponding spi initialize() method
267 public void initialize(int keysize, SecureRandom random) { method in class:KeyPairGenerator.KeyPairGeneratorImpl
268 spiImpl.initialize(keysize, random)
281 public void initialize(AlgorithmParameterSpec param, SecureRandom random) method in class:KeyPairGenerator.KeyPairGeneratorImpl
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
LdapLoginModuleTest.java 69 jlm.initialize(subject, null, null, options);
77 jlm.initialize(subject, new FaultCallbackHandler(), null, options);
87 jlm.initialize(subject, new MockCallbackHandler(), null, options);
100 module.initialize(subject, new MockCallbackHandler(), null, options);
111 module.initialize(subject, new MockCallbackHandler(), null, options);
121 * Test method for {@link org.apache.harmony.auth.module.LdapLoginModule#initialize(javax.security.auth.Subject, javax.security.auth.callback.CallbackHandler, java.util.Map, java.util.Map)}.
126 module.initialize(null, null, null, null);
139 module.initialize(null, new MockCallbackHandler(), null, emptyOptions);
149 module.initialize(subject, new MockCallbackHandler(), null, options);
155 module.initialize(subject, new FaultCallbackHandler(), null, options)
    [all...]
KeyStoreLoginModuleTest.java 59 ksm.initialize(subject, null, null, options);
66 ksm.initialize(subject, null, null, options);
77 ksm.initialize(subject, null, null, options);
86 module.initialize(subject, null, null, options);
104 module.initialize(subject, null, null, options);
117 module.initialize(null, null, null, null);
127 module.initialize(null, null, null, emptyOptions);
136 module.initialize(subject, null, null, options);
143 module.initialize(subject, null, null, options);
155 module.initialize(subject, null, null, options)
    [all...]
JndiLoginModuleTest.java 74 jlm.initialize(subject, null, null, options);
79 jlm.initialize(subject, new FaultCallbackHandler(), null, options);
88 jlm.initialize(subject, new MockCallbackHandler(), null, options);
100 module.initialize(subject, new MockCallbackHandler(), null, options);
111 module.initialize(subject, new MockCallbackHandler(), null, options);
122 * {@link org.apache.harmony.auth.module.JndiLoginModule#initialize(javax.security.auth.Subject, javax.security.auth.callback.CallbackHandler, java.util.Map, java.util.Map)}.
127 module.initialize(null, null, null, null);
141 module.initialize(null, new MockCallbackHandler(), null, emptyOptions);
150 module.initialize(subject, new MockCallbackHandler(), null, options);
156 module.initialize(subject, new FaultCallbackHandler(), null, options)
    [all...]
  /development/tools/emulator/system/camera/
EmulatedFakeCamera.cpp 45 status_t EmulatedFakeCamera::Initialize()
47 status_t res = mFakeCameraDevice.Initialize();
63 res = EmulatedCamera::Initialize();
  /external/clang/test/Analysis/
CFNumber.c 20 return CFNumberCreate(0, kCFNumberSInt16Type, &x); // expected-warning{{An 8 bit integer is used to initialize a CFNumber object that represents a 16 bit integer. 8 bits of the CFNumber value will be garbage.}}
24 return CFNumberCreate(0, kCFNumberSInt8Type, &x); // expected-warning{{A 16 bit integer is used to initialize a CFNumber object that represents an 8 bit integer. 8 bits of the input integer will be lost.}}
33 return CFNumberCreate(0, kCFNumberLongType, &i); // expected-warning{{A 32 bit integer is used to initialize a CFNumber object that represents a 64 bit integer.}}
  /external/webkit/Source/WebCore/manual-tests/inspector/
debugger-step-on-for-statements.html 6 for (initialize(); condition(); increment())
23 TEST 3: Click 'Step into'. Debugger should step into 'initialize' function. Click 'Step into' until
24 outside of the 'initialize' function - debugger should enter the 'condition' function.<br>
  /external/webkit/Source/WebCore/webaudio/
DefaultAudioDestinationNode.cpp 40 initialize();
48 void DefaultAudioDestinationNode::initialize() function in class:WebCore::DefaultAudioDestinationNode
60 AudioNode::initialize();
  /frameworks/base/services/input/
InputManager.cpp 33 initialize();
41 initialize();
48 void InputManager::initialize() { function in class:android::InputManager
  /build/tools/droiddoc/templates-pdk/
trailer.cs 4 init(); /* initialize android-developer-docs.js */
  /build/tools/droiddoc/templates-sdk/
trailer.cs 4 init(); /* initialize android-developer-docs.js */
  /external/chromium/chrome/browser/
jankometer.h 16 // This function will initialize the service, which will install itself in
  /external/chromium/chrome/browser/sync/
signin_manager_unittest.cc 61 manager_->Initialize(profile_.get());
75 manager_->Initialize(profile_.get());
80 manager_->Initialize(profile_.get());
90 manager_->Initialize(profile_.get());
95 manager_->Initialize(profile_.get());
107 manager_->Initialize(profile_.get());
112 manager_->Initialize(profile_.get());
130 manager_->Initialize(profile_.get());
159 manager_->Initialize(profile_.get());
  /external/chromium/net/udp/
datagram_client_socket.h 20 // Initialize this socket as a client socket to server at |address|.
  /external/clang/test/SemaCXX/
aggregate-initialization.cpp 3 // Verify that we can't initialize non-aggregates with an initializer
38 __v4hi v1 = { (void *)1, 2, 3 }; // expected-error {{cannot initialize a vector element of type 'short' with an rvalue of type 'void *'}}
41 int a[] = { (void *)1 }; // expected-error {{cannot initialize an array element of type 'int' with an rvalue of type 'void *'}}
44 struct S { int a; } s = { (void *)1 }; // expected-error {{cannot initialize a member subobject of type 'int' with an rvalue of type 'void *'}}
uninit-variables-conditional.cpp 18 double x; // expected-note{{initialize the variable 'x' to silence this warning}}
  /external/clang/test/SemaObjC/
uninit-variables.m 6 int x; // expected-note{{initialize the variable 'x' to silence this warning}}

Completed in 1671 milliseconds

1 23 4 5 6 7 8 91011>>