OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
201 - 225
of
5503
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/tools/preload/
Operation.java
22
* An operation with a duration. Could represent a class load or
initialization
.
67
* Returns how long this class
initialization
and all the nested class
80
* Returns how long this class
initialization
took.
/libcore/luni/src/main/java/javax/crypto/
ExemptionMechanismSpi.java
86
* if error(s) occur during
initialization
.
105
* if error(s) occur during
initialization
.
125
* if error(s) occur during
initialization
.
/ndk/tests/device/test-stlport_shared-exception/jni/
badalloc1.cpp
1
// This fails for VxWorks RTPs because the
initialization
of
17
// a shared libstdc++ (which requires quite a bit more
initialization
space).
23
// space at
initialization
time. FreeBSD 5 now requires over 131072 bytes.
/ndk/tests/device/test-stlport_static-exception/jni/
badalloc1.cpp
1
// This fails for VxWorks RTPs because the
initialization
of
17
// a shared libstdc++ (which requires quite a bit more
initialization
space).
23
// space at
initialization
time. FreeBSD 5 now requires over 131072 bytes.
/prebuilts/misc/common/swig/include/2.0.11/lua/
luaruntime.swg
20
/* this is the
initialization
function
76
/* invoke user-specific
initialization
*/
94
/* Note: the
initialization
function is closed after all code is generated */
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
PaletteMetadataDescriptor.java
58
* @return the
initialization
string, which can be empty but never null
78
* Initializes a new {@link SimpleElement} with the palette
initialization
88
* Initializes a new {@link Element} with the palette
initialization
configuration
/external/chromium_org/base/test/
test_suite.h
64
// Override these for custom
initialization
and shutdown handling. Use these
80
// Basic
initialization
for the test suite happens here.
/external/chromium_org/chrome/browser/sync/
test_profile_sync_service.h
64
// Allows extra
initialization
work to be performed before the backend comes
103
// Return NULL handle to use in backend
initialization
to avoid receiving
/external/chromium_org/media/base/
decrypt_config.h
38
// |iv| is the
initialization
vector defined by the encrypted format.
56
//
Initialization
vector.
/external/chromium_org/media/cast/
cast_sender.h
81
// Status of the
initialization
will be returned on cast_initialization_cb.
87
// Status of the
initialization
will be returned on cast_initialization_cb.
/external/chromium_org/third_party/WebKit/public/web/
WebSharedWorkerClient.h
62
//
initialization
.
66
//
initialization
.
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
prng.h
62
rand_source_func_t rand; /* random source for re-
initialization
*/
79
rand_source_func_t rand; /* random source for re-
initialization
*/
/external/chromium_org/third_party/mesa/src/src/egl/main/
README.txt
26
As part of
initialization
, the dispatch table in _EGLDriver->API must be
35
initialization
that wasn't done in _eglMain() should be done at this
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_init.h
29
/* Use UTIL_INIT(f) to have f called at program
initialization
.
41
/* see http://blogs.msdn.com/vcblog/archive/2006/10/20/crt-
initialization
.aspx and
/external/chromium_org/ui/accessibility/
ax_node.h
16
// the data is not required. After
initialization
, only index_in_parent
33
//
initialization
or later when the node data changes.
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p9.cpp
20
constexpr int ni1; // expected-error {{default
initialization
of an object of const type 'const int'}}
37
constexpr pixel origin; // expected-error {{default
initialization
of an object of const type 'const pixel' requires a user-provided default constructor}}
/external/clang/test/Sema/
complex-init-list.c
4
// of a complex number individually using an
initialization
list. Basically,
7
//
initialization
.
/external/eigen/bench/btl/actions/
action_rot.hh
36
// STL matrix and vector
initialization
41
// generic matrix and vector
initialization
/external/google-tv-pairing-protocol/proto/
polo.proto
16
//
Initialization
phase
51
//
Initialization
messages
/external/javassist/src/main/javassist/
Translator.java
29
* Is invoked by a <code>Loader</code> for
initialization
39
* @throws CannotCompileException if the
initialization
by this method
/external/llvm/lib/CodeGen/
CodeGen.cpp
10
// This file implements the common
initialization
routines for the
16
#include "llvm-c/
Initialization
.h"
/external/mesa3d/src/egl/main/
README.txt
26
As part of
initialization
, the dispatch table in _EGLDriver->API must be
35
initialization
that wasn't done in _eglMain() should be done at this
/external/mesa3d/src/gallium/auxiliary/util/
u_init.h
29
/* Use UTIL_INIT(f) to have f called at program
initialization
.
41
/* see http://blogs.msdn.com/vcblog/archive/2006/10/20/crt-
initialization
.aspx and
/external/owasp/sanitizer/src/tests/org/owasp/html/
htmllexerinput1.html
20
document.writeln("<p>Some
initialization
code in global context</p>");
26
document.writeln("<p>More
initialization
</p>");
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MEInit.c
13
*
Initialization
modules for the vendor specific Motion Estimation structure.
34
*
initialization
by this function, the vendor-specific structure *pMESpec
Completed in 2427 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>