OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
551 - 575
of
5591
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/media/filters/
decoder_stream.h
60
// Initializes the DecoderStream and returns the
initialization
result
69
// called after
initialization
has succeeded and must not be called during
76
// 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
158
// Stores the
initialization
vector to decrypt the next block of cipher text, which can
164
// first is true, reset the
initialization
vector based on the available
165
// 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/chromium_org/remoting/webapp/
cast_extension_handler.js
164
* Callback for successful
initialization
of the Cast API.
167
console.log("
Initialization
Successful.");
171
* Callback for failed
initialization
of the Cast API.
174
console.error("
Initialization
Failed.");
282
* on the Cast device. It uses the SessionRequest passed during
initialization
/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:
/cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java
236
// --------
initialization
--------------
267
// Test case 1: getPlaybackHeadPosition() at 0 after
initialization
277
// --------
initialization
--------------
297
// --------
initialization
--------------
324
// --------
initialization
--------------
354
// --------
initialization
--------------
389
// --------
initialization
--------------
418
// --------
initialization
--------------
466
// --------
initialization
--------------
516
// --------
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
/external/chromium_org/third_party/tcmalloc/vendor/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
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c
331
printf("\n\n Error in
initialization
: %d.\n\n", errtype);
348
printf("\n\n Error in
initialization
: %d.\n\n", errtype);
361
printf("\n\n Error in
initialization
: %d.\n\n", errtype);
377
printf("\n\n Error in
initialization
: %d.\n\n", errtype);
390
printf("\n\n Error in
initialization
: %d.\n\n", errtype);
405
printf("\n\n Error in
initialization
: %d.\n\n", errtype);
/external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp
185
BugType = "Dead
initialization
";
187
<< "' during its
initialization
is never read";
342
// A dead
initialization
is a variable that is dead after it
353
// a warning. This is because such
initialization
can be
361
// Special case: check for
initialization
from constant
370
// Special case: check for
initialization
from scalar
/external/clang/test/SemaCXX/
new-delete.cpp
83
(void)new const int; // expected-error {{default
initialization
of an object of const type 'const int'}}
265
(void)new int[10](1, 2); // expected-error {{array 'new' cannot have
initialization
arguments}}
268
(void)new T(1, 2); // expected-error {{array 'new' cannot have
initialization
arguments}}
273
(void)new T[1](i); // expected-error {{array 'new' cannot have
initialization
arguments}}
278
(void)new T(i); // expected-error {{array 'new' cannot have
initialization
arguments}}
465
CopyCounter* f = new CopyCounter[10](CopyCounter()); // expected-error {{cannot have
initialization
arguments}}
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c
331
printf("\n\n Error in
initialization
: %d.\n\n", errtype);
348
printf("\n\n Error in
initialization
: %d.\n\n", errtype);
361
printf("\n\n Error in
initialization
: %d.\n\n", errtype);
377
printf("\n\n Error in
initialization
: %d.\n\n", errtype);
390
printf("\n\n Error in
initialization
: %d.\n\n", errtype);
405
printf("\n\n Error in
initialization
: %d.\n\n", errtype);
/external/clang/test/Analysis/
objc-arc.m
119
id x = [NSObject alloc]; // expected-warning {{Value stored to 'x' during its
initialization
is never read}}
581
// CHECK-NEXT: <string>Value stored to 'x' during its
initialization
is never read</string>
583
// CHECK-NEXT: <string>Value stored to 'x' during its
initialization
is never read</string>
586
// CHECK-NEXT: <key>description</key><string>Value stored to 'x' during its
initialization
is never read</string>
588
// CHECK-NEXT: <key>type</key><string>Dead
initialization
</string>
639
// CHECK-NEXT: <string>Value stored to 'obj1' during its
initialization
is never read</string>
641
// CHECK-NEXT: <string>Value stored to 'obj1' during its
initialization
is never read</string>
644
// CHECK-NEXT: <key>description</key><string>Value stored to 'obj1' during its
initialization
is never read</string>
646
// CHECK-NEXT: <key>type</key><string>Dead
initialization
</string>
697
// CHECK-NEXT: <string>Value stored to 'obj4' during its
initialization
is never read</string
[
all
...]
Completed in 1407 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>