/external/e2fsprogs/e2fsck/ |
problem.h | 205 /* Group descriptor N marked uninitialized without feature set. */ 214 /* Last group block bitmap is uninitialized. */
|
/external/libchrome/base/trace_event/ |
trace_event.h | [all...] |
/external/llvm/include/llvm/ADT/ |
Twine.h | 152 /// LHS - The prefix in the concatenation, which may be uninitialized for 155 /// RHS - The suffix in the concatenation, which may be uninitialized for
|
/external/llvm/include/llvm/Support/ |
raw_ostream.h | 44 /// uninitialized, unbuffered, or out of space when OutBufCur >= 50 /// 1. Uninitialized (BufferMode != Unbuffered && OutBufStart == 0).
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
MethodVisitor.java | 144 * by String objects (representing internal names), and uninitialized
146 * that created this uninitialized value).
|
/external/v8/src/ |
deoptimizer.h | 380 "Uninitialized boilerplate in fast clone") \ 381 V(kUninitializedBoilerplateLiterals, "Uninitialized boilerplate literals") \ [all...] |
factory.cc | 2378 Smi* uninitialized = Smi::FromInt(JSRegExp::kUninitializedValue); local [all...] |
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_unittest_ios.cc | 632 // Verify that calling StopPlayout() will leave us in an uninitialized state 634 // StartPlayout() while being uninitialized since doing so will hit a [all...] |
/external/webrtc/webrtc/modules/include/ |
module_common_types.h | 527 // -1 represents an uninitialized value. 530 // -1 represents an uninitialized value.
|
/frameworks/av/include/media/ |
AudioRecord.h | 132 /* Constructs an uninitialized AudioRecord. No connection with 227 * an uninitialized AudioRecord produces undefined results.
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
ExtendedBitmapDrawable.java | 158 * This is different from unbinding to the uninitialized state, where we expect animations. 401 // UNINITIALIZED will not have a fancy transition. This allows list item binds to
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccRecords.java | 82 protected int mMncLength = UNINITIALIZED; 96 protected static final int UNINITIALIZED = -1;
|
RuimRecords.java | 137 mMncLength = UNINITIALIZED; 222 if (mMncLength != UNINITIALIZED && mMncLength != UNKNOWN) { [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Folder.java | 62 private static final String FOLDER_UNINITIALIZED = "Uninitialized!"; 533 * Constructor that leaves everything uninitialized. [all...] |
/prebuilts/go/darwin-x86/doc/ |
debugging_with_gdb.html | 348 dangerous to use, since it will also try to print uninitialized variables. Uninitialized slices may cause gdb to try
|
/prebuilts/go/darwin-x86/doc/devel/ |
pre_go1.html | 234 This release fixes a <a href="//golang.org/change/b720749486e1">use of uninitialized memory in programs that misuse <code>goto</code></a>. 446 <p>r57.2 fixes a <a href="//golang.org/change/063b0ff67d8277df03c956208abc068076818dae">use of uninitialized memory in programs that misuse <code>goto</code></a>.</p>
|
/prebuilts/go/linux-x86/doc/ |
debugging_with_gdb.html | 348 dangerous to use, since it will also try to print uninitialized variables. Uninitialized slices may cause gdb to try
|
/prebuilts/go/linux-x86/doc/devel/ |
pre_go1.html | 234 This release fixes a <a href="//golang.org/change/b720749486e1">use of uninitialized memory in programs that misuse <code>goto</code></a>. 446 <p>r57.2 fixes a <a href="//golang.org/change/063b0ff67d8277df03c956208abc068076818dae">use of uninitialized memory in programs that misuse <code>goto</code></a>.</p>
|
/system/connectivity/shill/doc/ |
manager-api.txt | 732 The list of uninitialized technologies. An 733 uninitialized technology is a technology that has at
|
/system/extras/perfprofd/ |
perfprofdcore.cc | 89 // Starts as uninitialized (-1), then set to 1 or 0 at init time. 95 // Starts as uninitialized (-1), then set to 1 or 0 at init time.
|
/system/extras/tests/net_test/ |
sock_diag_test.py | 114 ab4a727 net: inet_diag: zero out uninitialized idiag_{src,dst} fields 116 3eb409b net: inet_diag: zero out uninitialized idiag_{src,dst} fields
|
/toolchain/binutils/binutils-2.25/include/coff/ |
xcoff.h | 78 /* Specifies an uninitialized thread-local data section. */ 175 #define XMC_TU 21 /* Read-write uninitialized TLS data */
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaCodecTest.java | 269 // release codec (enter Uninitialized state) 277 " when in Uninitialized state"); 285 fail("stop should return IllegalStateException when in Uninitialized state"); [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
transfer.py | 152 'Cannot use uninitialized %s', self._type_name) 258 return 'Download (uninitialized)' 635 return 'Upload (uninitialized)' [all...] |
/external/opencv3/modules/imgproc/src/ |
lsd.cpp | [all...] |