OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
251 - 275
of
8816
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p1.cpp
23
NonAggr1a na1a = { 42 }; // expected-error {{no matching constructor for
initialization
of 'NonAggr1a'}}
29
NonAggr1b na1b = { 42 }; // expected-error {{no matching constructor for
initialization
of 'NonAggr1b'}}
38
// expected-error@-2 {{no matching constructor for
initialization
of 'NonAggr2'}}
47
NonAggr3 na3 = { 42 }; // expected-error {{no matching constructor for
initialization
of 'NonAggr3'}}
54
NonAggr4 na4 = { 42 }; // expected-error {{no matching constructor for
initialization
of 'NonAggr4'}}
61
// expected-error@-2 {{no matching constructor for
initialization
of 'NonAggr5'}}
112
NonAggr6 na6 = { 42 }; // expected-error {{no matching constructor for
initialization
of 'NonAggr6'}}
/external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp
29
const non_const_copy cncc1; // expected-error {{default
initialization
of an object of const type 'const non_const_copy' without a user-provided default constructor}}
108
const some_init si; // expected-error {{default
initialization
of an object of const type 'const some_init' without a user-provided default constructor}}
110
const some_init_def sid; // expected-error {{default
initialization
of an object of const type 'const some_init_def' without a user-provided default constructor}}
112
const sub_some_init ssi; // expected-error {{default
initialization
of an object of const type 'const sub_some_init' without a user-provided default constructor}}
115
const some_init_container sicon; // expected-error {{default
initialization
of an object of const type 'const some_init_container' without a user-provided default constructor}}
121
const multi_param_pack_and_defaulted mppad; // expected-error {{default
initialization
of an object of const type 'const multi_param_pack_and_defaulted' without a user-provided default constructor}}
122
const ignored_template_ctor_and_def itcad; // expected-error {{default
initialization
of an object of const type 'const ignored_template_ctor_and_def' without a user-provided default constructor}}
dcl_init_aggr.cpp
28
// expected-error@-4 {{no matching constructor for
initialization
of 'NonAggregate'}}
35
// expected-error@-4 2 {{no matching constructor for
initialization
of 'NonAggregate'}}
91
// expected-note@-3 2{{in implicit
initialization
of field 'nodef' with omitted initializer}}
93
// expected-note@-5 3{{in implicit
initialization
of field 'nodef' with omitted initializer}}
103
// expected-error@-4 {{no matching constructor for
initialization
of 'NoDefaultConstructor'}}
104
// expected-note@-5 {{in implicit
initialization
of array element 1 with omitted initializer}}
109
NoDefaultConstructor too_few_error3[3] = { }; // expected-error {{no matching constructor}} expected-note {{implicit
initialization
of array element 0}}
/external/libvpx/libvpx/
usage.dox
37
video must be known at
initialization
time. See #vpx_codec_ctx_t for further
66
\section usage_init
Initialization
68
and interface structures are passed to an
initialization
function. Depending
74
initialization
time to ensure the application is using a header file that
77
#VPX_DECODER_ABI_VERSION. For convenience, each
initialization
function has
79
named like the
initialization
methods, but without the _ver suffix.
82
The available
initialization
methods are:
/art/runtime/
plugin.h
26
// This function is loaded from the plugin (if present) and called during runtime
initialization
.
29
// TODO might want to give
initialization
function some arguments
34
// TODO Might want to put some locking in this but ATM we only load these at
initialization
in a
/device/linaro/bootloader/edk2/OvmfPkg/PciHotPlugInitDxe/
PciHotPlugInit.c
29
// Refer to 12.6 "PCI Hot Plug PCI
Initialization
Protocol" in the Platform
124
initialization
during the boot process.
130
initialization
. The HpcList must be self consistent. An HPC cannot control
163
// that would require special
initialization
.
173
initialization
of its subordinate buses.
175
This function initializes the specified HPC. At the end of
initialization
,
188
initialization
is complete. Set to NULL if the
190
initialization
process is complete.
198
when
initialization
is complete.
202
@retval EFI_OUT_OF_RESOURCES
Initialization
failed due to insufficient
[
all
...]
/external/aac/libSACdec/src/
sac_dec_interface.h
199
* \brief Flags which control the
initialization
202
MPEGS_INIT_NONE = 0x00000000, /*!< Indicates no
initialization
*/
208
0x00000100, /*!< Controls the
initialization
of the analysis qmf filter
211
0x00000200, /*!< Controls the
initialization
of the synthesis qmf filter
214
initialization
of the
218
0x00000800, /*!< Controls the
initialization
of the decorrelator states */
219
MPEGS_INIT_STATES_M1M2 = 0x00002000, /*!< Controls the
initialization
of the
222
MPEGS_INIT_STATES_GES = 0x00004000, /*!< Controls the
initialization
of the
225
0x00008000, /*!< Controls the
initialization
of the reverb states */
227
0x00020000, /*!< Controls the
initialization
of the history of all othe
[
all
...]
/external/jemalloc/test/src/
test.c
70
* Make sure
initialization
occurs prior to running tests.
72
* prior to triggering
initialization
as a side effect of
76
malloc_printf("
Initialization
error");
/prebuilts/go/darwin-x86/src/runtime/
rt0_darwin_arm64.s
15
// this symbol is called from a global
initialization
function.
42
// Synchronous
initialization
.
46
// Create a new thread to do the runtime
initialization
and return.
/prebuilts/go/linux-x86/src/runtime/
rt0_darwin_arm64.s
15
// this symbol is called from a global
initialization
function.
42
// Synchronous
initialization
.
46
// Create a new thread to do the runtime
initialization
and return.
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/
gradle-tooling-api-2.14-sources.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14.1/
gradle-tooling-api-2.14.1-sources.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.10/
gradle-tooling-api-2.10-sources.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.8/
gradle-tooling-api-2.8-sources.jar
/art/test/964-default-iface-init-gen/src/
Displayer.java
19
System.out.println("
initialization
of " + type);
/cts/tools/utils/cts/
__init__.py
17
"""Package
initialization
for the cts package."""
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstNat.java
149
*
initialization
method. This is just a convenient shorthand for
153
* instance
initialization
method
161
*
initialization
method. This is just a convenient shorthand for
165
* instance
initialization
method
/dalvik/dx/src/com/android/dx/rop/cst/
CstNat.java
150
*
initialization
method. This is just a convenient shorthand for
154
* instance
initialization
method
162
*
initialization
method. This is just a convenient shorthand for
166
* instance
initialization
method
/development/samples/ApiDemos/src/com/example/android/apis/app/
TextToSpeechActivity.java
36
* <li>Handle
initialization
callback in the onInit method.
60
// The OnInitListener (second argument) is called after
initialization
completes.
66
// It will be enabled upon
initialization
of the TTS engine.
112
//
Initialization
failed.
/device/google/cuttlefish_common/host/commands/launch/
pre_launch_initializers.h
19
// Handles
initialization
of regions that require it strictly before the virtual
/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/mbedtls/
mbedtls_common.c
26
* mbed TLS
initialization
function
/device/linaro/bootloader/arm-trusted-firmware/include/lib/el3_runtime/
pubsub_events.h
16
*
initialization
.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_foobar.h
3
*
Initialization
.
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/Arm/
GicV3.S
23
// GICv3
Initialization
not Supported yet
GicV3.asm
23
// GICv3
Initialization
not Supported yet
Completed in 504 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>