OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uninitialized
(Results
101 - 125
of
2350
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/signature-tools/src/signature/model/impl/
SigTypeVariableDefinition.java
33
private List<ITypeReference> upperBounds =
Uninitialized
.unset();
/external/chromium_org/base/debug/
profiler.cc
106
UNINITIALIZED
,
111
static InstrumentationCheckState state =
UNINITIALIZED
;
113
if (state ==
UNINITIALIZED
) {
130
DCHECK(state !=
UNINITIALIZED
);
/external/chromium_org/base/third_party/dmg_fp/
README.chromium
20
- Fix for 'warning C4703: potentially
uninitialized
local pointer variable'
/external/chromium_org/chrome/browser/chromeos/contacts/
contact_store.h
54
// Creates and returns a new,
uninitialized
ContactStore for |profile|.
/external/chromium_org/chrome/renderer/
external_host_bindings.h
31
// Creates an
uninitialized
instance of a MessageEvent object.
/external/chromium_org/third_party/mesa/
README.chromium
27
- Modified _mesa_add_parameter to not read from
uninitialized
/external/chromium_org/webkit/glue/
webkit_glue.cc
21
// WebKit now expects NaN as
uninitialized
/null Date.
/external/clang/test/Analysis/
blocks.m
79
// test2 - Test that captured variables that are
uninitialized
are flagged
84
^{ y = x + 1; }(); // expected-warning{{Variable 'x' is
uninitialized
when captured by block}}
95
myblock f = ^() { f(); }; // expected-warning{{Variable 'f' is
uninitialized
when captured by block}}
120
//
uninitialized
when captured by the exterior block (when it is only
default-analyze.m
23
//
uninitialized
value when calling NSWidth.
uninit-ps-rdar6145427.m
35
id someUnintializedPointer = [someUnintializedPointer objectAtIndex:0]; // expected-warning{{Receiver in message expression is an
uninitialized
value}}
/external/compiler-rt/lib/msan/lit_tests/
getaddrinfo-positive.cc
20
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
no_sanitize_memory_prop.cc
28
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
/external/llvm/test/Transforms/Inline/
2010-05-31-ByvalTailcall.ll
7
; (inlined) call to 'ext' in 'foo' was being passed an
uninitialized
value.
/external/proguard/src/proguard/classfile/attribute/
ConstantValueAttribute.java
37
* Creates an
uninitialized
ConstantValueAttribute.
DeprecatedAttribute.java
34
* Creates an
uninitialized
DeprecatedAttribute.
LineNumberInfo.java
35
* Creates an
uninitialized
LineNumberInfo.
SourceDirAttribute.java
37
* Creates an
uninitialized
SourceDirAttribute.
SourceFileAttribute.java
37
* Creates an
uninitialized
SourceFileAttribute.
SyntheticAttribute.java
34
* Creates an
uninitialized
SyntheticAttribute.
/external/proguard/src/proguard/classfile/attribute/annotation/
RuntimeInvisibleParameterAnnotationsAttribute.java
34
* Creates an
uninitialized
RuntimeInvisibleParameterAnnotationsAttribute.
RuntimeVisibleParameterAnnotationsAttribute.java
34
* Creates an
uninitialized
RuntimeVisibleParameterAnnotationsAttribute.
/external/webrtc/test/testsupport/
packet_reader.cc
39
fprintf(stderr, "Attempting to use
uninitialized
PacketReader!\n");
/frameworks/base/core/jni/
android_view_MotionEvent.h
32
* Returns NULL if the event is NULL or if it is
uninitialized
. */
/packages/apps/Gallery2/jni_jpegstream/src/
outputstream_wrapper.cpp
32
LOGE("
Uninitialized
method ID for OutputStream write function.");
/frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java
155
UNINITIALIZED
,
170
return state !=
UNINITIALIZED
&& state != INVALID;
189
case
UNINITIALIZED
:
211
case
UNINITIALIZED
:
233
case
UNINITIALIZED
:
Completed in 759 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>