OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
226 - 250
of
5500
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.4-20150121230028+0000/
gradle-tooling-api-2.4-20150121230028+0000-sources.jar
/external/clang/test/SemaCXX/
warn-bool-conversion.cpp
4
int* j = false; // expected-warning{{
initialization
of pointer of type 'int *' to null from a constant boolean expression}}
6
void foo(int* i, int *j=(false)) // expected-warning{{
initialization
of pointer of type 'int *' to null from a constant boolean expression}}
8
foo(false); // expected-warning{{
initialization
of pointer of type 'int *' to null from a constant boolean expression}}
12
foo(false == true); // expected-warning{{
initialization
of pointer of type 'int *' to null from a constant boolean expression}}
13
foo((42 + 24) < 32); // expected-warning{{
initialization
of pointer of type 'int *' to null from a constant boolean expression}}
16
foo(kFlag); // expected-warning{{
initialization
of pointer of type 'int *' to null from a constant boolean expression}}
cxx0x-initializer-constructor.cpp
130
B b2{{1, 1.0, 4}, 2, {3, 4}}; // expected-error {{no matching constructor for
initialization
of 'objects::B'}}
283
c->foo({ nullptr, 1 }); // expected-error{{
initialization
of incomplete type 'const PR12498::ArrayRef'}}
292
// This is copy-list-
initialization
, and we choose an explicit constructor
293
// (even though we do so via value-
initialization
), so the
initialization
is
392
expected-note {{in implicit
initialization
of array element 2 with omitted initializer}}
395
A a; // expected-note {{in implicit
initialization
of field 'a'}}
405
}; // expected-error {{ambiguous}} expected-note {{in implicit
initialization
of array element 2}}
408
}; // expected-error {{ambiguous}} expected-note {{in implicit
initialization
of array element 1}}
/frameworks/base/services/tests/servicestests/src/com/android/server/notification/
RateEstimatorTest.java
64
long eventStart = mTestStartTime + 1000; // start event a long time after
initialization
73
long eventStart = mTestStartTime + 1000; // start event a long time after
initialization
82
long eventStart = mTestStartTime + 1000; // start event a long time after
initialization
91
long eventStart = mTestStartTime + 1000; // start event a long time after
initialization
101
long eventStart = mTestStartTime + 1000; // start event a long time after
initialization
110
long eventStart = mTestStartTime + 1000; // start event a long time after
initialization
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1-sources.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
gradle-tooling-api-2.2-sources.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0-sources.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12-sources.jar
/external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h
45
// registry. If any checkers require additional
initialization
, use the three-
82
///
Initialization
functions perform any necessary setup for a checker.
104
/// checker requires custom
initialization
.
109
/// checker does not require any custom
initialization
.
117
/// Initializes a CheckerManager by calling the
initialization
functions for
/external/llvm/include/llvm/Support/
TargetSelect.h
22
// Declare all of the target-
initialization
functions that are available.
29
// Declare all of the target-MC-
initialization
functions that are available.
33
// Declare all of the available assembly printer
initialization
functions.
37
// Declare all of the available assembly parser
initialization
functions.
41
// Declare all of the available disassembler
initialization
functions.
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10-sources.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11-sources.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6-sources.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1-sources.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7-sources.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.9/
gradle-tooling-api-1.9-sources.jar
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_array/
Test_new_array.java
38
// check default
initialization
54
// check default
initialization
69
// check default
initialization
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
InstrSupport.java
58
* Name of the
initialization
method.
63
* Descriptor of the
initialization
method.
68
* Access modifiers of the
initialization
method.
/external/libchrome/crypto/
nss_util_internal.h
58
// |InitializeTPMTokenAndSystemSlot|, which triggers the TPM
initialization
,
70
// Returns whether TPM for ChromeOS user still needs
initialization
. If
78
// Should be called before starting TPM
initialization
for the user.
/external/mdnsresponder/mDNSShared/
dnsextd.h
122
// server variables - read only after
initialization
(no locking)
134
// daemon variables - read only after
initialization
(no locking)
138
// lease table variables (locked via mutex after
initialization
)
/frameworks/base/tools/preload/
Operation.java
22
* An operation with a duration. Could represent a class load or
initialization
.
67
* Returns how long this class
initialization
and all the nested class
80
* Returns how long this class
initialization
took.
/libcore/ojluni/src/main/java/javax/crypto/spec/
IvParameterSpec.java
31
* This class specifies an <i>
initialization
vector</i> (IV).
91
* Returns the
initialization
vector (IV).
93
* @return the
initialization
vector (IV). Returns a new array
/ndk/tests/device/test-stlport_shared-exception/jni/
badalloc1.cpp
1
// This fails for VxWorks RTPs because the
initialization
of
17
// a shared libstdc++ (which requires quite a bit more
initialization
space).
23
// space at
initialization
time. FreeBSD 5 now requires over 131072 bytes.
/ndk/tests/device/test-stlport_static-exception/jni/
badalloc1.cpp
1
// This fails for VxWorks RTPs because the
initialization
of
17
// a shared libstdc++ (which requires quite a bit more
initialization
space).
23
// space at
initialization
time. FreeBSD 5 now requires over 131072 bytes.
/prebuilts/misc/common/swig/include/2.0.11/lua/
luaruntime.swg
20
/* this is the
initialization
function
76
/* invoke user-specific
initialization
*/
94
/* Note: the
initialization
function is closed after all code is generated */
Completed in 854 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>