/external/flac/include/FLAC/ |
stream_decoder.h | 98 * uninitialized state. 239 /**< The decoder is in the uninitialized state; one of the [all...] |
/frameworks/base/core/jni/ |
android_hardware_camera2_DngCreator.cpp | 953 bool uninitialized = true; local 958 uninitialized = false; 961 if (uninitialized) { [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
MemorySanitizer.cpp | 1 //===-- MemorySanitizer.cpp - detector of uninitialized reads -------------===// 10 /// This file is a part of MemorySanitizer, a detector of uninitialized 47 /// MemorySanitizer can track origins (allocation points) of all uninitialized 58 /// value associated with them. If these bytes contain uninitialized data 76 /// may only change from (partially) uninitialized to fully initialized, but 134 /// \brief Track origins of uninitialized values. 137 /// (stack or heap) the uninitialized bits came from originally. 145 cl::desc("poison uninitialized stack variables"), 148 cl::desc("poison uninitialized stack variables with a call"), 151 cl::desc("poison uninitialized stack variables with the given pattern") [all...] |
/external/clang/test/Analysis/diagnostics/ |
undef-value-param.m | 48 CFRelease(storeRef); //expected-warning {{Function call argument is an uninitialized value}} 49 //expected-note@-1{{Function call argument is an uninitialized value}} [all...] |
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
AbstractComponentWriter.java | 90 import static dagger.internal.codegen.AbstractComponentWriter.InitializationState.UNINITIALIZED; 236 : UNINITIALIZED; 246 : UNINITIALIZED; [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
Frame.java | 74 * UNINITIALIZED types, a tag and an index in the type table.
144 * Base kind of the uninitialized base types. The BASE_VALUE of such types
148 static final int UNINITIALIZED = BASE | 0x800000;
501 * invocation on an UNINITIALIZED or UNINITIALIZED_THIS type must replace
755 } else if ((t & (DIM | BASE_KIND)) == UNINITIALIZED) {
[all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Frame.java | 78 * all-uninitialized values (represented as {@code null}s) and 111 * Replaces all the occurrences of the given uninitialized type in
|
/device/generic/goldfish/camera/ |
EmulatedCameraDevice.h | 73 * called for already disconnected, or uninitialized instance of this class, 102 * or is uninitialized, a successful status must be returned from this
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.cpp | 37 EP_RECORD dev0ep; //Endpoint data structure used during enumeration for uninitialized device
54 devtable[ 0 ].epinfo = &dev0ep; //set single ep for uninitialized device
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
DormandPrince853StepInterpolator.java | 228 * cloning an uninitialized model and latter initializing the copy. 392 // we are finalizing an uninitialized instance
|
/external/dbus/dbus/ |
dbus-threads.c | 121 * Frees a DBusRMutex or removes it from the uninitialized mutex list; 145 * uninitialized mutex list;
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageSizeTests.cpp | 363 // Create an image. Its data be uninitialized, as we're not reading from it. 439 // Create a texel storage buffer. Its data be uninitialized, as we're not reading from it.
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
Complex.h | 91 // Workaround annoying "may be used uninitialized in this function" warning with gcc 4.2 94 // Suppress annoying "may be used uninitialized in this function" warning with gcc >= 4.6
|
/external/libunwind/ |
Android.bp | 31 // gcc 4.8 appears to be overeager declaring that a variable is uninitialized, 35 libunwind_common_cflags_target = ["-Wno-maybe-uninitialized"]
|
Android.mk | 36 # gcc 4.8 appears to be overeager declaring that a variable is uninitialized, 41 -Wno-maybe-uninitialized \
|
/external/libunwind/src/ppc64/ |
Gstep.c | 66 /* Unless the cursor or stack is corrupt or uninitialized, 109 /* Unless the cursor or stack is corrupt or uninitialized we've most
|
/external/llvm/ |
Makefile.config.in | 405 # -Wno-uninitialized 407 # -Wno-maybe-uninitialized
|
/external/llvm/include/llvm/CodeGen/ |
RegisterPressure.h | 405 assert(isBottomClosed() && "Uninitialized pressure tracker"); 426 assert(isBottomClosed() && "Uninitialized pressure tracker");
|
/external/proguard/src/proguard/preverify/ |
CodePreverifier.java | 464 // uninitialized? 468 // It's an Uninitialized type.
|
/external/skia/include/private/ |
SkTArray.h | 390 /** In the following move and copy methods, 'dst' is assumed to be uninitialized raw storage. 391 * In the following move methods, 'src' is destroyed leaving behind uninitialized raw storage.
|
/external/skia/src/core/ |
SkTraceEvent.h | 446 // Note: members of data_ intentionally left uninitialized. See Initialize. 469 // uninitialized accesses.
|
/external/skia/src/ports/ |
SkFontMgr_custom.cpp | 396 SkFontStyle style = SkFontStyle(); // avoid uninitialized warning 484 SkFontStyle style = SkFontStyle(); // avoid uninitialized warning
|
/external/skia/tests/ |
SerializationTest.cpp | 470 // An uninitialized SkRRect can be serialized, 471 // but will branch on uninitialized data when deserialized.
|
/external/v8/src/tracing/ |
trace-event.h | 457 // Note: members of data_ intentionally left uninitialized. See Initialize. 479 // uninitialized accesses.
|
/external/v8/src/ |
type-feedback-vector.h | 233 // The object that indicates an uninitialized cache. 242 // A raw version of the uninitialized sentinel that's safe to read during
|