OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
526 - 550
of
5503
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
nf_conntrack_common.h
59
/* NAT
initialization
bits. */
/development/perftests/panorama/feature_mos/src/mosaic/
Mosaic.h
49
// Check for
initialization
and if not, initialize
136
* Obtain
initialization
state.
191
*
Initialization
state.
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_modules.h
50
* access to
initialization
flags
118
OI_MODULE_SUPPORT, /**< 57 support functions, including CThru Dispatcher, time functions, and stack
initialization
*/
159
* the
initialization
and configuration tables.
/external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend.h
88
INITIALIZED, //
Initialization
completed, all accessors can be safely
107
// Internal
initialization
of the back-end. Posted by Init() to the DB thread.
111
// Finishes
initialization
on UI thread, notifies all observers.
/external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service.cc
43
// happens in the background after PKS
initialization
- so this service
111
//
initialization
.
113
DVLOG(1) << "Skipping
initialization
for tests due to missing components.";
/external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_state_changer_interactive_uitest_win.cc
87
// Test is disabled due to multiple COM
initialization
errors. See
96
// Test is disabled due to multiple COM
initialization
errors. See
124
// Test is disabled due to multiple COM
initialization
errors. See
/external/chromium_org/media/filters/
decoder_stream.h
58
// Initializes the DecoderStream and returns the
initialization
result
67
// called after
initialization
has succeeded and must not be called during
74
// only be called after
initialization
has succeeded and must not be called
/external/chromium_org/net/base/
upload_data_stream.h
47
// Does the
initialization
synchronously and returns the result if possible,
105
// Resumes
initialization
and runs callback with the result when necessary.
145
// True if the
initialization
was successful.
/external/chromium_org/remoting/host/win/
chromoting_module.cc
99
// Don't do anything if COM
initialization
failed.
107
// Don't do anything if COM
initialization
failed.
121
// Don't do anything if COM
initialization
failed.
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device.h
62
// Main
initialization
and termination
83
// Audio transport
initialization
109
// Audio mixer
initialization
/external/chromium_org/v8/src/base/
lazy-instance.h
48
// - Lazy
initialization
comes with a cost. Make sure that you don't use it on
49
// critical path. Consider adding your
initialization
code to a function
153
//
Initialization
trait for users who don't care about thread-safety.
/external/libnfc-nci/src/hal/int/
nfc_hal_int_api.h
51
/* Broadcom specific device
initialization
before sending NCI reset */
118
** Description Notify that pre-
initialization
of NFCC is complete
129
** Description This function is called to restart
initialization
after REG_PU
/external/llvm/lib/Target/R600/
AMDGPUTargetTransformInfo.cpp
30
// Declare the pass
initialization
routine locally as target-specific passes
31
// don't have a target-wide
initialization
entry point, and so we rely on the
32
// pass constructor
initialization
.
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h
157
// Stores the
initialization
vector to decrypt the next block of cipher text, which can
163
// first is true, reset the
initialization
vector based on the available
164
// information in the manifest; otherwise, use the
initialization
vector as
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.h
49
// Check for
initialization
and if not, initialize
136
* Obtain
initialization
state.
191
*
Initialization
state.
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h
49
// Check for
initialization
and if not, initialize
136
* Obtain
initialization
state.
185
*
Initialization
state.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gcc-plugin.h
94
/* Function type for the plugin
initialization
routine. Each plugin module
101
Returns 0 if
initialization
finishes successfully. */
118
/* Called from the plugin's
initialization
code. Register a single callback.
/external/chromium_org/chrome/browser/resources/net_internals/
cros_log_visualizer.js
93
* Called during the
initialization
of the View. Create a overlay
106
* This function is called during the
initialization
of the view.
120
* This function is called during the
initialization
of the view.
131
* Called during the
initialization
of the View. Create a button that
144
* Called during the
initialization
of the View. Create a empty canvas
/external/clang/docs/
AddressSanitizer.rst
137
Initialization
order checking
140
AddressSanitizer can optionally detect dynamic
initialization
order problems,
141
when
initialization
of globals defined in one translation unit uses
156
You may use an ``init`` category to suppress reports about
initialization
-order
171
# Disable
initialization
-order checks for globals:
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_unittest.cc
116
// Verify
initialization
.
128
// Verify
initialization
. This does not guarantee a complete check, since
129
// |last_delay| may be equal to -2 before
initialization
if done on the fly.
155
// Verify
initialization
. This does not guarantee a complete check, since
156
// |last_delay| may be equal to -2 before
initialization
if done on the fly.
349
// For floating point operations, process one frame and verify
initialization
359
// For fixed point operations, process one frame and verify
initialization
/cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java
235
// --------
initialization
--------------
266
// Test case 1: getPlaybackHeadPosition() at 0 after
initialization
276
// --------
initialization
--------------
296
// --------
initialization
--------------
323
// --------
initialization
--------------
353
// --------
initialization
--------------
388
// --------
initialization
--------------
417
// --------
initialization
--------------
465
// --------
initialization
--------------
515
// --------
initialization
-------------
[
all
...]
/external/clang/lib/CodeGen/
CGDeclCXX.cpp
223
"this
initialization
requires a guard variable, which "
271
// Create a variable
initialization
function.
280
// FIXME: Ideally,
initialization
of instantiated thread_local static data
281
// members of class templates should not trigger
initialization
of other
294
// members have ordered
initialization
. Other class template static data
296
// have unordered
initialization
.
322
// Generate a guarded
initialization
function.
351
// Create our global
initialization
function.
434
// Use guarded
initialization
if the global variable is weak. This
460
// these initializations. This happens for TLS
initialization
functions
[
all
...]
/external/clang/test/OpenMP/
for_loop_messages.cpp
70
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
76
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
82
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
89
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
95
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
335
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}}
415
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}}
420
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}}
425
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}}
430
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}
[
all
...]
/external/ceres-solver/internal/ceres/
mutex.h
59
// dynamic-
initialization
-- that is, by global constructors that are
61
// dynamic-
initialization
happens in an unpredictable order, and it
68
// before dynamic
initialization
has run on it.
77
// dynamic
initialization
-- there are no threads, so a) it's ok that
88
// initialize the bool to true at static-
initialization
time (too
89
// early) rather than at dynamic-
initialization
time. To discourage
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
simple_mutex.h
58
// dynamic-
initialization
-- that is, by global constructors that are
60
// dynamic-
initialization
happens in an unpredictable order, and it
67
// before dynamic
initialization
has run on it.
76
// dynamic
initialization
-- there are no threads, so a) it's ok that
87
// initialize the bool to true at static-
initialization
time (too
88
// early) rather than at dynamic-
initialization
time. To discourage
Completed in 1207 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>