OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
301 - 325
of
5503
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CodeGenObjCXX/
arc-globals.mm
4
// initialized statically and wrapping up those
initialization
in an
/external/clang/test/Sema/
thread-specifier.c
68
_Thread_local int t17; // expected-error {{thread-local declaration of 't17' with static
initialization
follows declaration with dynamic
initialization
}}
70
thread_local int t18; // expected-error {{thread-local declaration of 't18' with dynamic
initialization
follows declaration with static
initialization
}}
/external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp
38
C c; // expected-note {{jump bypasses variable
initialization
}}
57
int x = 56; // expected-note {{jump bypasses variable
initialization
}}
66
try { // expected-note {{jump bypasses
initialization
of try block}}
75
int a = 3; // expected-note {{jump bypasses variable
initialization
}}
decl-init-ref.cpp
24
const A& rca = f(); // expected-error {{reference
initialization
of type 'const A &' with initializer of type 'B' is ambiguous}}
default2.cpp
92
Z z2; // expected-error{{no matching constructor for
initialization
}}
97
Z z2(z); // expected-error{{no matching constructor for
initialization
of 'Z'}}
102
Z z2(z); // expected-error{{no matching constructor for
initialization
of 'Z'}}
108
void f(ZZ z = g()); // expected-error{{no matching constructor for
initialization
}} \
new-delete-cxx0x.cpp
32
(void) new T[2] {1, 2}; // expected-error {{no matching constructor}} expected-note {{in implicit
initialization
of array element 2}}
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstBaseMethodRef.java
129
* Gets whether this is a reference to an instance
initialization
134
* instance
initialization
method
141
* Gets whether this is a reference to a class
initialization
146
* instance
initialization
method
/external/eigen/bench/btl/actions/
action_hessenberg.hh
41
// STL vector
initialization
47
// generic matrix and vector
initialization
141
// STL vector
initialization
153
// generic matrix and vector
initialization
/external/freetype/src/pshinter/
pshpic.c
63
/* add call to
initialization
function when you add new scripts */
/external/icu/icu4c/source/common/
uinit.cpp
63
* ICU
Initialization
Function. Need not be called.
/external/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.cpp
64
cout << "
initialization
failed! " << status << endl;
/external/iptables/extensions/
libipt_CLUSTERIP.man
24
Specify the random seed used for hash
initialization
.
/external/libusb-compat/
NEWS
9
* Handle libusb
initialization
failure
/external/libvorbis/doc/vorbisfile/
Makefile.am
8
initialization
.html ov_bitrate.html ov_bitrate_instant.html\
/external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_x86.h
23
* them in the function pointer
initialization
code
/external/linux-tools-perf/perf-3.12.0/arch/hexagon/include/uapi/asm/
unistd.h
25
* 3. with __SYSCALL defined to produce syscall table
initialization
/external/mesa3d/scons/
x11.py
3
Tool-specific
initialization
for X11
/external/mockito/src/org/mockito/internal/util/reflection/
FieldInitializationReport.java
9
* Report on field
initialization
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshpic.c
63
/* add call to
initialization
function when you add new scripts */
/external/qemu/distrib/sdl-1.2.15/src/
SDL.c
24
/*
Initialization
code for SDL */
36
/*
Initialization
/Cleanup routines */
299
/* The main DLL entry for DLL
Initialization
and Uninitialization: */
318
/* printf("[SDL DLL
Initialization
] : Setting exception handler\n"); */
/external/skia/include/core/
SkTRegistry.h
25
// work-around for double-
initialization
bug
/external/srtp/doc/
crypto_kernel.txt
41
* @brief Sets the
initialization
vector of a given cipher.
/external/valgrind/main/none/tests/
pth_once.c
12
*
initialization
procedure.
/external/webrtc/test/
test_suite.h
32
// Override these for custom
initialization
and shutdown handling. Use these
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MEGetBufSize.c
13
*
Initialization
modules for the vendor specific Motion Estimation structure.
Completed in 1350 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>