Searched
full:initialization (Results
851 -
875 of
5500) sorted by null
<<31323334353637383940>>
/prebuilts/go/linux-x86/src/bytes/ |
example_test.go | 17 var b bytes.Buffer // A Buffer needs no initialization.
|
/prebuilts/go/linux-x86/src/go/types/testdata/ |
constdecl.src | 88 // Test case for constant with invalid initialization.
|
cycles2.src | 92 // variable initialization). The reason why it does not is
|
/prebuilts/misc/common/swig/include/2.0.11/tcl/ |
tclsh.i | 27 * The macro SWIG_init contains the name of the initialization
|
/system/bt/bta/include/ |
bta_hh_co.h | 59 ** initialization.
|
/system/bt/btif/include/ |
btif_av_co.h | 142 ** Description Initialization
|
/system/bt/osi/include/ |
osi.h | 32 // "error: initialization makes pointer from integer without a cast"
|
/system/connectivity/shill/ethernet/ |
ethernet_service.h | 64 // This constructor performs none of the initialization that the normal
|
/system/media/brillo/audio/audioservice/ |
audio_daemon.h | 61 // Store the file objects that are created during initialization for the files
|
/system/tpm/tpm_manager/client/ |
tpm_nvram_dbus_proxy.h | 43 // Performs initialization tasks. This method must be called before calling
|
/system/tpm/trunks/ |
password_authorization_delegate_test.cc | 25 // This test looks at initialization of the delegate with no password.
|
/system/update_engine/ |
daemon.h | 57 // initialization.
|
/external/flac/include/FLAC/ |
stream_decoder.h | 107 * There are three initialization functions for native FLAC, one for 160 * turned on before initialization, FLAC__stream_decoder_finish() will 259 /**< Initialization was successful. */ [all...] |
/art/compiler/driver/ |
compiler_options.h | 291 // Log initialization of initialization failures to this stream if not null.
|
/device/google/dragon/audio/hal/dsp/ |
drc.h | 136 /* DRC needs the parameters to be set before initialization. So drc_new() should 139 * the initialization. After that drc_process() can be used to process data. The
|
/external/autotest/client/common_lib/feedback/ |
client.py | 88 @raise TestError: There was an error during initialization. 100 """Implementation of feedback client initialization.
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
app-linux.c | 216 fprintf(stderr, "Error: Graphics initialization failed.\n"); 222 fprintf(stderr, "Error: Application initialization failed.\n");
|
/external/autotest/server/site_tests/audio_AudioBasicBluetoothPlayback/ |
audio_AudioBasicBluetoothPlayback.py | 139 # This is to avoid artifact caused by codec initialization. 205 # caused by Chameleon codec initialization in the beginning of
|
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/ |
audio_AudioQualityAfterSuspend.py | 86 # This is to avoid artifact caused by codec initialization. 121 # caused by codec initialization in the beginning of
|
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/ |
sample_tools.py | 36 """A common initialization routine for samples. 38 Many of the sample applications do the same initialization, which has now
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
object_instance.html | 108 * See ObjectSnapshot constructor notes on object initialization. 116 * See ObjectSnapshot constructor notes on object initialization.
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
p2.cpp | 39 constexpr S3 s3d; // expected-error {{default initialization of an object of const type 'const S3' without a user-provided default constructor}} 122 const B b; // expected-error {{default initialization of an object of const type 'const PR13492::B' without a user-provided default constructor}}
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
p5-var.cpp | 105 Base &br1 = both; // expected-error{{reference initialization of type 'Base &' with initializer of type 'ConvertibleToBothDerivedRef' is ambiguous}} 139 const Base &br1 = both; // expected-error{{reference initialization of type 'const Base &' with initializer of type 'ConvertibleToBothDerived' is ambiguous}}
|
/external/clang/test/SemaCXX/ |
cxx98-compat.cpp | 69 std::initializer_list<int> xs = { 1, 2, 3 }; // expected-warning {{initialization of initializer_list object is incompatible with C++98}} 70 auto ys = { 1, 2, 3 }; // expected-warning {{initialization of initializer_list object is incompatible with C++98}} \ 74 InitListCtor ilc = { true, false }; // expected-warning {{initialization of initializer_list object is incompatible with C++98}} 114 // expected-warning@-3 {{initialization of initializer_list object is incompatible with C++98}} 121 int n = 0; // expected-warning {{in-class initialization of non-static data members is incompatible with C++98}} 268 TrivialButNonPOD tnp1; // expected-note {{jump bypasses initialization of non-POD variable}} 274 TrivialButNonPOD tnp2; // expected-note {{jump bypasses initialization of non-POD variable}} 277 TrivialButNonPOD tnp3; // expected-note {{jump bypasses initialization of non-POD variable}}
|
explicit.cpp | 86 // Y is an aggregate, so aggregate-initialization is performed and the 89 const Y& y11{z}; // expected-error {{excess elements}} expected-note {{in initialization of temporary of type 'const Y'}}
|
Completed in 2026 milliseconds
<<31323334353637383940>>