OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
576 - 600
of
5503
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/clang/include/clang/Basic/
Specifiers.h
193
/// \brief In-class
initialization
styles for non-static data members.
196
ICIS_CopyInit, ///< Copy
initialization
.
197
ICIS_ListInit ///< Direct list-
initialization
.
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
p4.cpp
86
// An empty expression-list performs value
initialization
.
125
HasMixins<Mixins...>::HasMixins(int i): Mixins(i)... { } // expected-error{{no matching constructor for
initialization
of 'A'}}
137
X() : member()... { } // expected-error{{pack expansion for
initialization
of member 'member'}}
/external/clang/test/SemaCXX/
constructor-initializer.cpp
76
U() : a(1), // expected-note {{previous
initialization
is here}}
108
N() : M(1), // expected-error {{no matching constructor for
initialization
of 'M'}}
109
m1(100) { } // expected-error {{no matching constructor for
initialization
of 'M'}}
/external/eigen/doc/
TutorialAdvancedInitialization.dox
3
/** \eigenManualPage TutorialAdvancedInitialization Advanced
initialization
27
Moreover, the elements of the
initialization
list may themselves be vectors or matrices. A common use is
157
object once the comma
initialization
of our temporary submatrix is done.
/external/libvorbis/lib/
bitrate.c
49
typical
initialization
*/
204
if(max_target_bits>0){ /* logical bulletproofing against
initialization
state */
211
if(min_target_bits>0){ /* logical bulletproofing against
initialization
state */
/external/srec/srec/crec/
srec_initialize.c
41
/*this file contains code which handles the
initialization
of the srec data structures*/
64
to handle any grammar that the search needs to run.
Initialization
fails
67
to handle any grammar that the search needs to run.
Initialization
fails
/frameworks/base/core/java/android/service/voice/
VoiceInteractionService.java
163
* Called during service
initialization
to tell you when the system is ready
164
* to receive interaction from it. You should generally do
initialization
here
186
* Called during service de-
initialization
to tell you when the system is shutting the
/hardware/libhardware/include/hardware/
nfc.h
126
* (*open)() Opens the NFC controller device and performs
initialization
.
127
* This may include patch download and other vendor-specific
initialization
.
130
* NCI
initialization
- ie accept CORE_RESET and subsequent commands through
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
xltdec.h
67
* (struct) and an creation/
initialization
function. The XltDecoder
91
* will be created during the
initialization
of the decoder as either a XML
122
*
initialization
the decoder begins decoding the SyncML document to find
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/hdr/
xltdec.h
67
* (struct) and an creation/
initialization
function. The XltDecoder
91
* will be created during the
initialization
of the decoder as either a XML
122
*
initialization
the decoder begins decoding the SyncML document to find
/art/compiler/
compiler.h
100
* @brief Generate and return Dwarf CFI
initialization
, if supported by the
compilers.h
60
* @brief Generate and return Dwarf CFI
initialization
, if supported by the
/art/runtime/
runtime_stats.h
106
// Cumulative time spent in class
initialization
.
/development/perftests/panorama/feature_mos/src/mosaic/
AlignFeatures.h
60
//
Initialization
of structures, etc.
/development/samples/ApiDemos/src/com/example/android/apis/app/
CustomTitle.java
55
*
Initialization
of the Activity after it is first created. Must at least
DialogActivity.java
40
*
Initialization
of the Activity after it is first created. Must at least
FragmentStackFragment.java
38
// Do first time
initialization
-- add initial fragment.
NotificationDisplay.java
37
*
Initialization
of the Activity after it is first created. Must at least
SecureWindowActivity.java
52
*
Initialization
of the Activity after it is first created. Must at least
SendResult.java
37
*
Initialization
of the Activity after it is first created. Must at least
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
SendResult.java
37
*
Initialization
of the Activity after it is first created. Must at least
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas
130
initialization
/external/bluetooth/bluedroid/bta/include/
bta_hh_co.h
59
**
initialization
.
/external/bluetooth/bluedroid/btif/include/
btif_av_co.h
142
** Description
Initialization
/external/bluetooth/bluedroid/hci/include/
utils.h
61
** Description Utils
initialization
Completed in 852 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>