OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
1301 - 1325
of
5503
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/wpa_supplicant_8/src/ap/
hostapd.c
2
* hostapd /
Initialization
and configuration
677
* hostapd_setup_bss - Per-BSS setup (
initialization
)
809
wpa_printf(MSG_ERROR, "RADIUS client
initialization
failed.");
828
wpa_printf(MSG_ERROR, "RADIUS DAS
initialization
"
836
wpa_printf(MSG_ERROR, "ACL
initialization
failed.");
846
wpa_printf(MSG_ERROR, "IEEE 802.1X
initialization
failed.");
854
wpa_printf(MSG_ERROR, "Accounting
initialization
failed.");
860
wpa_printf(MSG_ERROR, "IEEE 802.11F (IAPP)
initialization
"
867
wpa_printf(MSG_ERROR, "GAS server
initialization
failed");
880
wpa_printf(MSG_ERROR, "VLAN
initialization
failed.")
[
all
...]
/external/chromium_org/base/
tracked_objects.cc
65
//
initialization
is not an issue while the barrier can be relatively costly
241
// do a fake
initialization
here (zeroing out data), and then the real in-place
686
return true; // Someone else did the
initialization
.
687
// Due to racy lazy
initialization
in tests, we'll need to recheck status_
692
//
initialization
.
704
// Perform the "real" TLS
initialization
now, and leave it intact through
721
// ensures that if we have a racy
initialization
, that we'll bail as soon as
/external/libxml2/
dict.c
153
* Do the dictionary mutex
initialization
.
156
* Returns 0 if
initialization
was already done, and 1 if that
157
* call led to the
initialization
167
* Do the dictionary mutex
initialization
.
168
* this function is not thread safe,
initialization
should
172
* Returns 0 if
initialization
was already done, and 1 if that
173
* call led to the
initialization
/tools/external/gradle/
gradle-1.5-all.zip
gradle-1.3-all.zip
gradle-1.4-all.zip
/external/chromium_org/tools/generate_stubs/
generate_stubs.py
215
# Template for the module
initialization
check function. This template
217
# verify the module's
initialization
.
320
# conditional: The conditional expression for successful
initialization
.
517
functions plus
initialization
code for them.
565
"""Gets the name of function that checks
initialization
of this module.
574
A string with the name of the
initialization
check function.
589
A string with the name of the
initialization
function.
715
# Output code to check the
initialization
status, clean up on error.
838
# Construct the conditional expression to check the
initialization
of
[
all
...]
/external/chromium_org/chrome/browser/resources/
policy.js
32
*
Initialization
function for the cr.ui framework.
87
*
Initialization
function for the cr.ui framework.
219
*
Initialization
function for the cr.ui framework.
407
* Main
initialization
function. Called by the browser on page load.
555
// Have the main
initialization
function be called when the page finishes
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.cc
162
// Sync manager
initialization
is complete, so we can schedule recurring
388
//
initialization
, if necessary.
428
// UpdateCredentials can be called during backend
initialization
, possibly
429
// when backend
initialization
has failed but hasn't notified the UI thread
464
DVLOG(1) << "Skipping
initialization
of DeviceInfo";
sync_backend_host_impl_unittest.cc
292
// Test basic
initialization
with no initial types (first time
initialization
).
394
//
Initialization
should fetch the Nigori node. Everything else should be
534
// should be downloaded on the configuration after backend
initialization
.
587
// the syncer will re-download it by the time the
initialization
is complete.
/external/libcxxabi/www/
spec.html
154
If the
initialization
of the catch parameter is trivial (e,g., there is no
394
<i>Effects:</i> This function is called before
initialization
takes place. If
403
<i>Returns:</i> 1 if the
initialization
is not yet complete, otherwise 0.
420
This function is called after
initialization
is complete. A thread-safe
438
<i>Effects:</i> This function is called if the
initialization
terminates by
/external/stlport/src/
locale_impl.cpp
97
//
Initialization
of the locale system. This must be called before
594
// a correct
initialization
.
612
* streams in its variable
initialization
.
613
* This variable is here because MSVC do not allow to change the
initialization
615
*
initialization
segment specification.
/ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp
97
//
Initialization
of the locale system. This must be called before
594
// a correct
initialization
.
612
* streams in its variable
initialization
.
613
* This variable is here because MSVC do not allow to change the
initialization
615
*
initialization
segment specification.
/development/samples/training/threadsample/src/com/example/android/threadsample/
DataProvider.java
46
// Constants for building SQLite tables during
initialization
219
* the SQLiteOpenHelper instance and returns. You should do most of the
initialization
of a
220
* content provider in its static
initialization
block or in SQLiteDatabase.onCreate().
/external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer_unittest.cc
243
// settings on
initialization
and does not start a timer that will clear user
258
// user settings on
initialization
and does not start a timer that will clear
271
// settings on
initialization
.
/external/chromium_org/chrome/browser/resources/net_internals/
cros_log_visualizer_view.js
97
* Called during the
initialization
of the View. Adds the system log
312
* during the
initialization
of the View.
328
* Called during the
initialization
. It creates the log marker that
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.cc
394
// SyncWorker
initialization
.
413
// SyncWorker
initialization
.
435
// SyncWorker
initialization
.
/external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc
99
// Finish layer-1 sandbox
initialization
and initialize the layer-2 sandbox.
320
// after
initialization
. The parts that really matter to the
420
// Make sure that the early
initialization
did not start any spurious
/external/chromium_org/net/disk_cache/blockfile/
backend_impl.h
54
// Performs general
initialization
for this current instance of the cache.
57
// Performs the actual
initialization
and final cleanup on destruction.
378
bool init_; // controls the
initialization
of the system.
/external/chromium_org/remoting/codec/
video_encoder_vpx.cc
231
codec_.reset(); // Force encoder re-
initialization
.
238
codec_.reset(); // Force encoder re-
initialization
.
253
CHECK(ret) << "
Initialization
of encoder failed";
/external/chromium_org/remoting/webapp/
host_native_messaging.js
62
* @param {function(): void} onDone Called after successful
initialization
.
63
* @param {function(remoting.Error): void} onError Called if
initialization
76
console.log('Native Messaging
initialization
failed: ',
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_decoder.h
61
/*! \brief
Initialization
-time Feature Enabling
63
* Certain codec features must be known at
initialization
time, to allow for
102
/*!\brief
Initialization
Configurations
/external/chromium_org/ui/webui/resources/js/cr/ui/
bubble.js
83
*
Initialization
function for the cr.ui framework.
321
*
Initialization
function for the cr.ui framework.
412
*
Initialization
function for the cr.ui framework.
/external/clang/test/Sema/
uninit-variables.c
53
// since the self-
initialization
is intended to suppress a -Wuninitialized
109
int x = x; // no-warning: signals intended lack of
initialization
.
115
int x = x; // expected-warning {{variable 'x' is uninitialized when used within its own
initialization
}}
/external/libhevc/decoder/
ihevcd_cabac.c
148
/* cabac engine
initialization
*/
161
/* cabac context
initialization
based on init idc and slice qp */
179
/* cabac engine
initialization
*/
Completed in 727 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>