OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
876 - 900
of
5503
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ldscripts/
i386pep.xn
107
*(SORT(.CRT$XC*)) /* C
initialization
*/
110
*(SORT(.CRT$XI*)) /* C++
initialization
*/
/prebuilts/misc/common/swig/include/2.0.11/tcl/
wish.i
30
/*
Initialization
code for wish */
48
* This procedure performs application-specific
initialization
.
/system/core/include/nativebridge/
native_bridge.h
38
// Do the early
initialization
part of the native bridge, if necessary. This should be done under
89
// true iff
initialization
was successful.
/external/chromium_org/chrome/browser/profiles/
profile_io_data.h
279
//
initialization
.
431
// Does the actual
initialization
of the ProfileIOData subtype. Subtypes
442
// Does an on-demand
initialization
of a RequestContext for the given
453
// Does an on-demand
initialization
of a media RequestContext for the given
493
// Deleted after lazy
initialization
.
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.h
145
// Allows tests to perform alternate core
initialization
work.
170
// Reports backend
initialization
success. Includes some objects from sync
171
// manager
initialization
to be passed back to the UI thread.
222
// Handles backend
initialization
failure.
243
// For convenience, checks if
initialization
state is INITIALIZED.
/external/chromium_org/chrome/test/base/
testing_profile.h
65
// mocks for various services prior to profile
initialization
).
74
// final
initialization
to be performed via a task so the caller must run
77
//
initialization
is complete.
338
// Common
initialization
between the two constructors.
341
// Finishes
initialization
when a profile is created asynchronously.
/external/chromium_org/media/audio/win/
core_audio_util_win_unittest.cc
346
// Perform a shared-mode
initialization
without event-driven buffer handling.
367
// Use a non-supported format and verify that
initialization
fails.
380
// Finally, perform a shared-mode
initialization
using event-driven buffer
421
// Do a proper
initialization
and verify that it works this time.
433
// Do a proper
initialization
and verify that it works this time.
/external/chromium_org/media/base/
pipeline.h
52
// machine to perform asynchronous
initialization
, pausing, seeking and playing.
70
//
Initialization
is a series of state transitions from "Created" through each
71
// filter
initialization
state. When all filter
initialization
states have
274
// Kicks off
initialization
for each media object, executing |done_cb| with
/external/chromium_org/third_party/icu/source/common/
umutex.c
78
* A note on ICU Mutex
Initialization
and ICU startup:
85
* are racing into the mutex
initialization
code.
89
* On POSIX systems, plain C-style
initialization
can be used on a mutex, with the
190
* For POSIX platforms, it gets a C style
initialization
, and is ready to use
240
/* See note on lazy
initialization
, above. We can get away with it here, with mutexes,
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes_cbc.c
166
* note that we assume that the
initialization
vector has already
373
aes_cbc_test_case_0_iv, /*
initialization
vector */
424
aes_cbc_test_case_1_iv, /*
initialization
vector */
465
aes_cbc_test_case_2_iv, /*
initialization
vector */
518
aes_cbc_test_case_3_iv, /*
initialization
vector */
/external/flac/include/FLAC/
stream_encoder.h
141
* There are three
initialization
functions for native FLAC, one for
295
/**<
Initialization
was successful. */
[
all
...]
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
210
NFC_HAL_INIT_STATE_IDLE, /*
Initialization
is done */
224
/* NFC HAL - NFCC config items during post
initialization
*/
376
/* Control block for device
initialization
*/
382
tNFC_HAL_DM_CONFIG next_dm_config; /* next config in post
initialization
*/
424
tNFC_HAL_DEV_CB dev_cb; /* device
initialization
*/
/external/stlport/src/
iostream.cpp
45
// This file handles iostream
initialization
. It is inherently
47
// for controlling order of
initialization
of nonlocal objects.
48
//
Initialization
has three parts, which must be performed in the following
60
// objects into an
initialization
segment that will not
304
// if by any chance we got there before std streams
initialization
,
/libcore/luni/src/main/java/java/util/logging/
LogManager.java
42
* initialized during class
initialization
and cannot be changed.
49
* On
initialization
, {@code LogManager} reads its configuration from a
66
* {@code LogManager}
initialization
, so that this object's default
308
* Re-initialize the properties and configuration. The
initialization
365
// actual
initialization
process from a given input stream
/ndk/sources/cxx-stl/stlport/src/
iostream.cpp
45
// This file handles iostream
initialization
. It is inherently
47
// for controlling order of
initialization
of nonlocal objects.
48
//
Initialization
has three parts, which must be performed in the following
60
// objects into an
initialization
segment that will not
304
// if by any chance we got there before std streams
initialization
,
/external/chromium_org/third_party/openssl/openssl/ssl/
ssl_stat.c
94
case SSL_ST_BEFORE: str="before SSL
initialization
"; break;
95
case SSL_ST_ACCEPT: str="before accept
initialization
"; break;
96
case SSL_ST_CONNECT: str="before connect
initialization
"; break;
99
case SSL_ST_BEFORE|SSL_ST_CONNECT: str="before/connect
initialization
"; break;
100
case SSL_ST_OK|SSL_ST_CONNECT: str="ok/connect SSL
initialization
"; break;
101
case SSL_ST_BEFORE|SSL_ST_ACCEPT: str="before/accept
initialization
"; break;
102
case SSL_ST_OK|SSL_ST_ACCEPT: str="ok/accept SSL
initialization
"; break;
/external/jemalloc/test/src/
SFMT.c
361
* This function represents a function used in the
initialization
371
* This function represents a function used in the
initialization
479
* unless an
initialization
is again executed.
533
* For
initialization
, init_gen_rand or init_by_array must be called
535
* used after calling gen_rand function, without
initialization
.
569
* For
initialization
, init_gen_rand or init_by_array must be called
571
* used after calling gen_rand function, without
initialization
.
/external/openssl/ssl/
ssl_stat.c
94
case SSL_ST_BEFORE: str="before SSL
initialization
"; break;
95
case SSL_ST_ACCEPT: str="before accept
initialization
"; break;
96
case SSL_ST_CONNECT: str="before connect
initialization
"; break;
99
case SSL_ST_BEFORE|SSL_ST_CONNECT: str="before/connect
initialization
"; break;
100
case SSL_ST_OK|SSL_ST_CONNECT: str="ok/connect SSL
initialization
"; break;
101
case SSL_ST_BEFORE|SSL_ST_ACCEPT: str="before/accept
initialization
"; break;
102
case SSL_ST_OK|SSL_ST_ACCEPT: str="ok/accept SSL
initialization
"; break;
/external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c
128
* Get Host list and notify SYS on
Initialization
complete */
463
** Description
Initialization
of terminal host in HCI Network is completed
505
** Description HCI network
initialization
is completed
559
/* First step in
initialization
is to open the admin pipe */
586
NFA_TRACE_ERROR0 ("nfa_hci_startup - Failed to Create Logical connection. HCI
Initialization
/Restore failed");
594
NFA_TRACE_ERROR0 ("nfa_hci_startup - HCI ACCESS Interface not discovered. HCI
Initialization
/Restore failed");
683
/* First step in
initialization
/restore is to open the admin pipe */
706
/* Received HCP Packet before timeout, Other Host
initialization
is not complete */
[
all
...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java
40
* array is copied during the object
initialization
.
63
* a parameters are copied during the object
initialization
.
142
* a parameters are copied during the object
initialization
.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java
161
//
initialization
vector. Call the results TEMP1.
188
// Encrypt TEMP3 in CBC mode using the KEK and an
initialization
vector
248
// and an
initialization
vector (IV) of 0x4adda22c79e82105. Call the output TEMP3.
/external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos.cc
120
// Connect() is called after profile
initialization
. http://crbug.com/323591
204
// If |wait_for_policy_fetch_| is true then Profile
initialization
is blocking
212
//
initialization
of the CloudPolicyService, so in that case check if an
/external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc
60
// Backend
initialization
is blocked by an auth error.
63
// Backend
initialization
is blocked by a failure to fetch Oauth2 tokens.
66
// Still waiting on backend
initialization
.
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc
96
// the
initialization
sequence.
99
// which in turn triggers the delayed
initialization
sequence in SpellCheck.
187
// Do nothing if we need to delay
initialization
. (Rather than blocking,
/external/chromium_org/media/filters/
decrypting_audio_decoder.cc
121
DCHECK(init_cb_.is_null()); // No Reset() during pending
initialization
.
210
DCHECK(reset_cb_.is_null()); // No Reset() before
initialization
finished.
211
DCHECK(decode_cb_.is_null()); // No Decode() before
initialization
finished.
Completed in 877 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>