OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uninitialized
(Results
426 - 450
of
1841
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/proguard/src/proguard/classfile/instruction/
TableSwitchInstruction.java
40
* Creates an
uninitialized
TableSwitchInstruction.
/external/protobuf/python/google/protobuf/pyext/
scoped_pyobject_ptr.h
42
// There is no way to create an
uninitialized
ScopedPyObjectPtr.
/external/selinux/libselinux/man/man3/
avc_has_perm.3
108
Using an
uninitialized
structure will produce undefined behavior.
/external/skia/include/core/
SkDeque.h
73
* Creates an
uninitialized
iterator. Must be reset()
/external/skia/src/core/
SkFont.cpp
69
int count = 0; // fix
uninitialized
warning (even though the switch is complete!)
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
UnicodeReader.java
72
* Get stream encoding or NULL if stream is
uninitialized
. Call init() or
/external/tpm2/
NV_spt.c
23
// TPM_RC_NV_UNINITIALIZED Try to read an
uninitialized
index
/external/v8/src/heap/
gc-tracer.h
156
// Default constructor leaves the event
uninitialized
.
185
// Default constructor leaves the event
uninitialized
.
197
// Default constructor leaves the event
uninitialized
.
215
// Default constructor leaves the event
uninitialized
.
/external/v8/src/ic/
ic.h
70
return !FLAG_use_ic || state ==
UNINITIALIZED
|| state == PREMONOMORPHIC;
75
return !FLAG_use_ic || state ==
UNINITIALIZED
|| state == PREMONOMORPHIC;
235
} else if (state_ !=
UNINITIALIZED
&& state_ != PREMONOMORPHIC) {
618
// Factory method for getting an
uninitialized
compare stub.
/external/v8/src/interpreter/
interpreter.h
35
// Creates an
uninitialized
interpreter handler table, where each handler
/external/valgrind/memcheck/tests/x86-solaris/
scalar.c
45
/* Now check that memory after the strings is reported
uninitialized
. */
/external/valgrind/
xfree-4.supp
130
struct with
uninitialized
paddings
140
struct with
uninitialized
paddings - libxcb
151
struct with
uninitialized
paddings - libxcb
163
another struct with
uninitialized
paddings
/external/webrtc/webrtc/base/
unittest_main.cc
114
//
uninitialized
.
/external/webrtc/webrtc/modules/audio_processing/ns/
noise_suppression.h
108
* -1 - NULL pointer or
uninitialized
instance.
/external/webrtc/webrtc/test/testsupport/
packet_reader_unittest.cc
42
TEST_F(PacketReaderTest,
Uninitialized
) {
/frameworks/av/include/media/stagefright/
MediaFilter.h
89
UNINITIALIZED
,
MediaMuxer.h
126
UNINITIALIZED
,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MEInit.c
59
* pMESpec - pointer to the
uninitialized
ME specification structure
/frameworks/base/libs/hwui/utils/
FatVector.h
48
// char array instead of T array, so memory is
uninitialized
, with no destructors run
/frameworks/rs/tests/typecheck/
kernels.rs
21
// Test initialized and
uninitialized
variables
/libcore/ojluni/src/main/java/java/security/
InvalidKeyException.java
31
* length,
uninitialized
, etc).
/libcore/ojluni/src/main/java/sun/net/
TransferProtocolClient.java
139
/** creates an
uninitialized
instance of this class. */
/ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.c
86
// constructor creates an
uninitialized
basic_ios, and init() initializes
/packages/apps/Settings/src/com/android/settings/
CredentialStorage.java
143
if (ACTION_UNLOCK.equals(action) && mKeyStore.state() == KeyStore.State.
UNINITIALIZED
) {
161
case
UNINITIALIZED
: {
183
* keystore password. This can be used in
UNINITIALIZED
to set the
561
} else if (error == KeyStore.
UNINITIALIZED
) {
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_raw_storage_iter.h
65
*
uninitialized
memory.
Completed in 538 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>