HomeSort by relevance Sort by last modified time
    Searched full:initialize (Results 76 - 100 of 6984) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/6/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
  /prebuilts/ndk/6/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/8/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
  /prebuilts/ndk/8/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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqTestSuite.java 28 initialize(context);
34 initialize(context);
44 private static void initialize(Context context) { method in class:ServReqTestSuite
  /development/tools/emulator/system/camera/
EmulatedFakeCamera.cpp 48 status_t EmulatedFakeCamera::Initialize()
50 status_t res = mFakeCameraDevice.Initialize();
64 res = EmulatedCamera::Initialize();
  /external/clang/test/Analysis/
CFNumber.c 19 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}}
23 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}}
32 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/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p2.cpp 26 T* x = 1; // expected-error{{cannot initialize a variable of type 'int *' with an rvalue of type 'int'}} \
27 // expected-error{{cannot initialize a variable of type 'float *' with an rvalue of type 'int'}} \
28 // expected-error{{cannot initialize a variable of type 'double *' with an rvalue of type 'int'}}
  /external/llvm/include/llvm/
InitializePasses.h 1 //===- llvm/InitializePasses.h -------- Initialize All Passes ---*- C++ -*-===//
22 /// initializeCore - Initialize all passes linked into the
26 /// initializeTransformUtils - Initialize all passes linked into the
30 /// initializeScalarOpts - Initialize all passes linked into the
34 /// initializeVectorization - Initialize all passes linked into the
38 /// initializeInstCombine - Initialize all passes linked into the
42 /// initializeIPO - Initialize all passes linked into the IPO library.
45 /// initializeInstrumentation - Initialize all passes linked into the
49 /// initializeAnalysis - Initialize all passes linked into the Analysis library.
52 /// initializeIPA - Initialize all passes linked into the IPA library
    [all...]
  /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 */
  /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/
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 4597 milliseconds

1 2 34 5 6 7 8 91011>>