OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
176 - 200
of
2779
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/net/proxy/
multi_threaded_proxy_resolver.h
52
// During
initialization
(SetPacScript), a single thread is spun up to test
64
// (a) Scripts whose
initialization
has external dependencies on network or
/external/chromium/webkit/glue/media/
simple_data_source.h
6
// media resource into memory before signaling that
initialization
has finished.
106
// Perform
initialization
completion tasks under a lock.
/external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp
1
//== ObjCSelfInitChecker.cpp - Checker for 'self'
initialization
-*- C++ -*--=//
11
// 'self' before proper
initialization
.
15
// This checks
initialization
methods to verify that they assign 'self' to the
16
// result of an
initialization
call (e.g. [super init], or [self initWith..])
31
// when the
initialization
fails.
191
// When encountering a message that does
initialization
(init rule),
216
// (like its class) or doing "invalidation" on self when the
initialization
249
// subclass's common
initialization
bits into a static function that receives
/external/clang/test/SemaCXX/
dcl_init_aggr.cpp
18
NonAggregate non_aggregate_test2[2] = { { 1, 2 }, { 3, 4 } }; // expected-error 2 {{
initialization
of non-aggregate type 'NonAggregate' with an initializer list}}
83
HasReference r2 = { 1 } ; // expected-error{{
initialization
leaves reference member of type 'int &' uninitialized}}
/external/libvpx/examples/
postproc.txt
12
initialization
time. This is done by passing the VPX_CODEC_USE_POSTPROC
15
demonstration purposes, we also fall back to default
initialization
if
/external/qemu/
dynlink.h
29
* at runtime, by calling a specific
initialization
function.
101
* after
initialization
succeeded.
/external/srec/tools/thirdparty/OpenFst/fst/lib/
union-find.h
63
//
Initialization
of an element: creates a singleton set containing
75
//
Initialization
of all elements starting from 0 to max - 1 to distinct sets
/frameworks/base/voip/java/android/net/sip/
ISipSessionListener.aidl
68
* Called when the peer is busy during session
initialization
.
83
* Called when an error occurs during session
initialization
and
/hardware/invensense/mlsdk/mllite/
mldmp.h
42
* After inv_dmp_openXXX any number of appropriate
initialization
and configuration
65
*
initialization
steps. If an anomalous transition is detected, the user will
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
IvParameterSpecTest.java
42
* array and that input array is copied during
initialization
.
62
* array and that input array is copied during
initialization
.
/libcore/luni/src/test/java/tests/api/java/lang/ref/
SoftReferenceTest.java
43
assertTrue("
Initialization
failed.", ((Boolean) sr.get())
65
assertTrue("
Initialization
failed.", ((Boolean) sr.get())
/packages/apps/Camera/jni/feature_mos/src/mosaic/
MatrixUtils.h
39
* Constructor with identity
initialization
97
* Constructor with identity
initialization
/bootable/bootloader/legacy/include/boot/
board.h
44
/* lcd panel
initialization
*/
/development/samples/ApiDemos/src/com/example/android/apis/app/
CustomDialogActivity.java
34
*
Initialization
of the Activity after it is first created. Must at least
HelloWorld.java
51
*
Initialization
of the Activity after it is first created. Must at least
SoftInputModes.java
34
*
Initialization
of the Activity after it is first created. Here we use
TranslucentActivity.java
34
*
Initialization
of the Activity after it is first created. Must at least
TranslucentBlurActivity.java
37
*
Initialization
of the Activity after it is first created. Must at least
WallpaperActivity.java
34
*
Initialization
of the Activity after it is first created. Must at least
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
PhantomReferenceTest.java
50
assertTrue("
Initialization
failed.", !pr.isEnqueued());
/external/bluetooth/glib/gobject/
testgobject.c
215
/* Check to see if private data
initialization
in the
225
g_print ("private data during
initialization
: %u == %u\n", priv->dummy1, 54321);
400
/* to test past class
initialization
interface setups, create the class here */
419
g_print ("private data after
initialization
: %u == %u\n", priv->dummy1, 54321);
/external/chromium/chrome/browser/chromeos/login/
camera_controller.cc
18
// Maximum number of camera
initialization
retries.
camera_controller.h
66
// Counts how many times camera
initialization
failed.
/external/chromium/chrome/browser/policy/
configuration_policy_pref_store.h
79
//
Initialization
status as reported by the policy provider the last time we
managed_prefs_banner_base.h
57
//
Initialization
helper, called from the constructors.
Completed in 1988 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>