HomeSort by relevance Sort by last modified time
    Searched full:uninitialized (Results 176 - 200 of 1841) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/proguard/src/proguard/classfile/attribute/annotation/
RuntimeInvisibleParameterAnnotationsAttribute.java 34 * Creates an uninitialized RuntimeInvisibleParameterAnnotationsAttribute.
RuntimeVisibleParameterAnnotationsAttribute.java 34 * Creates an uninitialized RuntimeVisibleParameterAnnotationsAttribute.
TypePathInfo.java 35 * Creates an uninitialized TypePathInfo.
  /external/proguard/src/proguard/classfile/attribute/annotation/target/
LocalVariableTargetElement.java 35 * Creates an uninitialized LocalVariableTargetElement.
  /external/skia/bench/
MipMapBench.cpp 31 fBitmap.eraseColor(SK_ColorWHITE); // so we don't read uninitialized memory
  /external/skia/src/core/
SkMSAN.h 20 // the blame for use of uninitialized data belongs further up the call stack.
  /external/valgrind/memcheck/tests/linux/
getregset.c 62 /* Intentionally provide an uninitialized buffer to ptrace. */
  /external/webrtc/webrtc/modules/desktop_capture/win/
scoped_thread_desktop.h 31 // uninitialized desktop handles.
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
stats_unittest.cc 33 TEST_F(StatsTest, Uninitialized) {
  /external/webrtc/webrtc/test/testsupport/
packet_reader.cc 39 fprintf(stderr, "Attempting to use uninitialized PacketReader!\n");
  /frameworks/av/services/audioflinger/
FastThreadDumpState.cpp 48 // so clearing reduces chance for dumpsys to read random uninitialized samples
  /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.");
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
msan_interface.h 46 /* Make memory region fully uninitialized (without changing its contents).
51 /* Make memory region partially uninitialized (without changing its contents).
88 Memory will be marked uninitialized, with origin at the call site. */
91 /* Tell MSan about newly destroyed memory. Mark memory as uninitialized. */
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
msan_interface.h 46 /* Make memory region fully uninitialized (without changing its contents).
51 /* Make memory region partially uninitialized (without changing its contents).
88 Memory will be marked uninitialized, with origin at the call site. */
91 /* Tell MSan about newly destroyed memory. Mark memory as uninitialized. */
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
msan_interface.h 46 /* Make memory region fully uninitialized (without changing its contents).
51 /* Make memory region partially uninitialized (without changing its contents).
88 Memory will be marked uninitialized, with origin at the call site. */
91 /* Tell MSan about newly destroyed memory. Mark memory as uninitialized. */
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/
msan_interface.h 46 /* Make memory region fully uninitialized (without changing its contents).
51 /* Make memory region partially uninitialized (without changing its contents).
92 Memory will be marked uninitialized, with origin at the call site. */
95 /* Tell MSan about newly destroyed memory. Mark memory as uninitialized. */
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
msan_interface.h 46 /* Make memory region fully uninitialized (without changing its contents).
51 /* Make memory region partially uninitialized (without changing its contents).
88 Memory will be marked uninitialized, with origin at the call site. */
91 /* Tell MSan about newly destroyed memory. Mark memory as uninitialized. */
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
msan_interface.h 46 /* Make memory region fully uninitialized (without changing its contents).
51 /* Make memory region partially uninitialized (without changing its contents).
88 Memory will be marked uninitialized, with origin at the call site. */
91 /* Tell MSan about newly destroyed memory. Mark memory as uninitialized. */
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
msan_interface.h 46 /* Make memory region fully uninitialized (without changing its contents).
51 /* Make memory region partially uninitialized (without changing its contents).
88 Memory will be marked uninitialized, with origin at the call site. */
91 /* Tell MSan about newly destroyed memory. Mark memory as uninitialized. */
  /system/bt/osi/test/
allocation_tracker_test.cpp 32 // Ensure uninitialized state (previous tests may have called init)
  /system/update_engine/update_manager/
evaluation_context-inl.h 29 LOG(ERROR) << "GetValue received an uninitialized variable.";
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
tic54xcoff.sc 63 /* all other uninitialized sections should be allocated here */
  /external/libpcap/tests/
valgrindtest.c 61 * make sure that, in the uninitialized-data tests, the filters aren't
223 struct bpf_insn uninitialized[INSN_COUNT]; local
226 struct sock_filter uninitialized[INSN_COUNT]; local
350 * Try setting a filter with an uninitialized bpf_program
366 * structure that points to an uninitialized program.
374 bad_fcode.bf_insns = uninitialized;
378 bad_fcode.filter = uninitialized;
  /external/v8/src/interpreter/
interpreter.cc 266 SLOPPY, UNINITIALIZED);
277 STRICT, UNINITIALIZED);
289 SLOPPY, UNINITIALIZED);
301 STRICT, UNINITIALIZED);
313 SLOPPY, UNINITIALIZED);
325 STRICT, UNINITIALIZED);
337 SLOPPY, UNINITIALIZED);
349 STRICT, UNINITIALIZED);
383 CodeFactory::StoreICInOptimizedCode(isolate_, SLOPPY, UNINITIALIZED);
394 CodeFactory::StoreICInOptimizedCode(isolate_, STRICT, UNINITIALIZED);
    [all...]

Completed in 823 milliseconds

1 2 3 4 5 6 78 91011>>