OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
576 - 600
of
5591
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/bionic/libc/dns/resolv/
res_data.c
96
* it so that we achieve the same
initialization
113
* now that we're doing dynamic
initialization
here, that we preserve
125
* with dynamic
initialization
(they may have turned bits off that are
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
HttpAuthDatabase.java
59
* background
initialization
of that database.
144
* Waits for the background
initialization
thread to complete and check the database creation
155
Log.e(LOGTAG, "Caught exception while checking
initialization
", e);
/external/chromium_org/base/
lazy_instance.h
49
//
initialization
, as base's LINKER_INITIALIZED requires a constructor and on
51
//
initialization
.
69
// The parenthesis is very important here to force POD type
initialization
.
/external/chromium_org/chrome/browser/
browser_process_impl.h
6
// the service
initialization
could fail or succeed. This allows us to remember
66
// starts running. Allows the browser process to do any
initialization
that
240
// so we don't have to worry about lazy
initialization
.
/external/chromium_org/chrome/browser/resources/options/
clear_browser_data_overlay.js
41
* Whether or not the WebUI handler has completed
initialization
.
158
* policies. This is called on
initialization
and in response to a change in
170
*
initialization
methods.
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h
57
// Called on the frontend's thread to kick off asynchronous
initialization
.
123
// later,
initialization
of new backend is serialized on previous sync
148
//
initialization
is complete with OnBackendInitialized().
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator_unittest.cc
232
TEST(SpellcheckWordIteratorTest,
Initialization
) {
233
// Test
initialization
works when a default language is set.
242
// Test
initialization
fails when no default language is set.
/external/chromium_org/content/browser/fileapi/
fileapi_message_filter_unittest.cc
74
// Complete
initialization
.
99
// Complete
initialization
.
132
// Complete
initialization
.
/external/chromium_org/content/browser/
resolve_proxy_msg_helper_unittest.cc
120
// Finish ProxyService's
initialization
.
173
// Finish ProxyService's
initialization
.
231
// Finish ProxyService's
initialization
.
/external/chromium_org/content/gpu/
gpu_child_thread.cc
133
// Record
initialization
only after collecting the GPU info because that can
143
LOG(ERROR) << "Exiting GPU process due to errors during
initialization
";
161
//
initialization
has succeeded.
/external/chromium_org/media/filters/
decrypting_video_decoder.cc
106
DCHECK(init_cb_.is_null()); // No Reset() during pending
initialization
.
185
DCHECK(reset_cb_.is_null()); // No Reset() before
initialization
finished.
186
DCHECK(decode_cb_.is_null()); // No Decode() before
initialization
finished.
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
native-client-modules.rst
22
initialize the interfaces for the APIs the module uses. This
initialization
52
implementation and
initialization
of the required ``PPP_Instance``
53
interface. The code excerpt also shows the
initialization
of three additional
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prinit.h
99
/*******************************
INITIALIZATION
***************************/
112
** And alternate form of
initialization
, one that may become the default if
210
* Module
initialization
:
/external/chromium_org/third_party/sqlite/src/
sqlite3.1
194
reads an
initialization
file to set the configuration of the
195
interactive environment. Throughout
initialization
, any previously
196
specified setting can be overridden. The sequence of
initialization
is
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator.cc
15
// x[-2] = sin(2*pi*f/fs). (Note that with this
initialization
, the resulting
63
// The
initialization
value x[-2] = sin(2*pi*f/fs) for the low frequency tone,
76
// The
initialization
value x[-2] = sin(2*pi*f/fs) for the high frequency tone,
/external/chromium_org/v8/src/
rewriter.cc
84
// with
initialization
expressions. The initializer block contains the
85
// list of assignments corresponding to the
initialization
expressions.
87
// a variable declaration with
initialization
expression is 'undefined'
/external/clang/include/clang/Basic/
Specifiers.h
193
/// \brief In-class
initialization
styles for non-static data members.
196
ICIS_CopyInit, ///< Copy
initialization
.
197
ICIS_ListInit ///< Direct list-
initialization
.
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
p4.cpp
86
// An empty expression-list performs value
initialization
.
125
HasMixins<Mixins...>::HasMixins(int i): Mixins(i)... { } // expected-error{{no matching constructor for
initialization
of 'A'}}
137
X() : member()... { } // expected-error{{pack expansion for
initialization
of member 'member'}}
/external/clang/test/SemaCXX/
constructor-initializer.cpp
76
U() : a(1), // expected-note {{previous
initialization
is here}}
108
N() : M(1), // expected-error {{no matching constructor for
initialization
of 'M'}}
109
m1(100) { } // expected-error {{no matching constructor for
initialization
of 'M'}}
/external/eigen/doc/
TutorialAdvancedInitialization.dox
3
/** \eigenManualPage TutorialAdvancedInitialization Advanced
initialization
27
Moreover, the elements of the
initialization
list may themselves be vectors or matrices. A common use is
157
object once the comma
initialization
of our temporary submatrix is done.
/external/libvorbis/lib/
bitrate.c
49
typical
initialization
*/
204
if(max_target_bits>0){ /* logical bulletproofing against
initialization
state */
211
if(min_target_bits>0){ /* logical bulletproofing against
initialization
state */
/external/srec/srec/crec/
srec_initialize.c
41
/*this file contains code which handles the
initialization
of the srec data structures*/
64
to handle any grammar that the search needs to run.
Initialization
fails
67
to handle any grammar that the search needs to run.
Initialization
fails
/frameworks/base/core/java/android/service/voice/
VoiceInteractionService.java
163
* Called during service
initialization
to tell you when the system is ready
164
* to receive interaction from it. You should generally do
initialization
here
186
* Called during service de-
initialization
to tell you when the system is shutting the
/hardware/libhardware/include/hardware/
nfc.h
126
* (*open)() Opens the NFC controller device and performs
initialization
.
127
* This may include patch download and other vendor-specific
initialization
.
130
* NCI
initialization
- ie accept CORE_RESET and subsequent commands through
/art/compiler/
compiler.h
100
* @brief Generate and return Dwarf CFI
initialization
, if supported by the
Completed in 1504 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>