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

1 2 3 4 5 67 8 91011>>

  /external/chromium/base/test/
test_suite.cc 62 // Initialize(). See bug 6436.
120 // Initialize(). See bug 6436.
124 Initialize();
179 void TestSuite::Initialize() {
185 // Initialize logging.
214 icu_util::Initialize();
218 TestTimeouts::Initialize();
  /external/webkit/Source/WebCore/webaudio/
AudioBasicProcessorNode.cpp 48 void AudioBasicProcessorNode::initialize() function in class:WebCore::AudioBasicProcessorNode
54 processor()->initialize();
56 AudioNode::initialize();
108 // As soon as we know the channel count of our input, we can lazily initialize.
110 // uninitialize and then re-initialize with the new channel count.
136 // Re-initialize the processor with the new channel count.
138 initialize();
  /frameworks/base/keystore/tests/src/android/security/
AndroidKeyPairGeneratorTest.java 77 mGenerator.initialize(new AndroidKeyPairGeneratorSpec(getContext(), TEST_ALIAS_1,
83 mGenerator.initialize(1024);
91 mGenerator.initialize(1024, new SecureRandom());
98 mGenerator.initialize(new AndroidKeyPairGeneratorSpec(getContext(), TEST_ALIAS_1,
103 mGenerator.initialize(new AndroidKeyPairGeneratorSpec(getContext(), TEST_ALIAS_1,
115 mGenerator.initialize(new AndroidKeyPairGeneratorSpec(getContext(), TEST_ALIAS_1,
125 mGenerator.initialize(new AndroidKeyPairGeneratorSpec(getContext(), TEST_ALIAS_2,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 63 initialize();
74 initialize();
86 initialize();
100 initialize();
114 initialize();
129 initialize();
215 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 63 initialize();
74 initialize();
86 initialize();
100 initialize();
114 initialize();
129 initialize();
215 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 63 initialize();
74 initialize();
86 initialize();
100 initialize();
114 initialize();
129 initialize();
215 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 63 initialize();
74 initialize();
86 initialize();
100 initialize();
114 initialize();
129 initialize();
215 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 63 initialize();
74 initialize();
86 initialize();
100 initialize();
114 initialize();
129 initialize();
215 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 63 initialize();
74 initialize();
86 initialize();
100 initialize();
114 initialize();
129 initialize();
215 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 63 initialize();
74 initialize();
86 initialize();
100 initialize();
114 initialize();
129 initialize();
215 initialize() function in class:PB_DS_CLASS_C_DEC
  /external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp 80 void StackBounds::initialize() function in class:WTF::StackBounds
89 void StackBounds::initialize() function in class:WTF::StackBounds
115 void StackBounds::initialize() function in class:WTF::StackBounds
125 void StackBounds::initialize() function in class:WTF::StackBounds
136 void StackBounds::initialize() function in class:WTF::StackBounds
147 void StackBounds::initialize() function in class:WTF::StackBounds
157 void StackBounds::initialize() function in class:WTF::StackBounds
231 void StackBounds::initialize() function in class:WTF::StackBounds
252 void StackBounds::initialize() function in class:WTF::StackBounds
  /external/chromium/base/threading/
thread_local_storage.h 41 bool Initialize(TLSDestructorFunc destructor);
77 // Function to lazily initialize our thread local storage.
78 static void **Initialize();
  /external/clang/test/SemaCXX/
aggregate-initialization.cpp 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 *'}}
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_init.c 14 GCM implementation, initialize state, by Tom St Denis
21 Initialize a GCM state
22 @param gcm The GCM state to initialize
  /external/freetype/src/pshinter/
pshrec.h 143 /* initialize hints recorder */
152 /* initialize Type1 hints recorder interface */
156 /* initialize Type2 hints recorder interface */
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
FlyCamAppState.java 53 * This is called by SimpleApplication during initialize().
64 public void initialize(AppStateManager stateManager, Application app) { method in class:FlyCamAppState
65 super.initialize(stateManager, app);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
ScreenshotAppState.java 36 public void initialize(AppStateManager stateManager, Application app) { method in class:ScreenshotAppState
49 super.initialize(stateManager, app);
58 public void initialize(RenderManager rm, ViewPort vp) { method in class:ScreenshotAppState
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestBareBonesApp.java 53 public void initialize(){ method in class:TestBareBonesApp
54 super.initialize();
56 System.out.println("Initialize");
  /external/jmonkeyengine/engine/src/test/jme3test/app/state/
TestAppStates.java 58 public void initialize(){ method in class:TestAppStates
59 super.initialize();
61 System.out.println("Initialize");
  /external/libnfc-nci/src/nfa/cho/
nfa_cho_main.c 80 ** Description Initialize NFA Connection Handover
90 /* initialize control block */
106 /* initialize timer callback */
  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 60 /// Initialize - Initialize internal stage for the function being JITted.
61 void Initialize(const MachineFunction &MF, bool isPIC) {
  /external/llvm/test/Transforms/MemCpyOpt/
2008-02-24-MultipleUseofSRet.ll 1 ; RUN: opt < %s -basicaa -memcpyopt -dse -S | grep "call.*initialize" | not grep memtmp
9 define internal fastcc void @initialize(%0* noalias sret %agg.result) nounwind {
25 call fastcc void @initialize(%0* noalias sret %memtmp)
  /external/openssh/openbsd-compat/
port-irix.c 65 /* initialize array session */
71 /* initialize irix project info */
77 fatal("Failed to initialize project %d for %s: %.100s",
  /external/webkit/Source/WebKit/chromium/public/
WebAudioBus.h 49 // initialize() allocates memory of the given length for the given number of channels.
50 WEBKIT_API void initialize(unsigned numberOfChannels, size_t length, double sampleRate);
52 // reset() releases the memory allocated from initialize().
WebKit.h 43 WEBKIT_API void initialize(WebKitClient*);
45 // Once shutdown, the WebKitClient passed to initialize will no longer be
51 // Returns the WebKitClient instance passed to initialize.

Completed in 1887 milliseconds

1 2 3 4 5 67 8 91011>>