HomeSort by relevance Sort by last modified time
    Searched full:uninitialized (Results 776 - 800 of 2350) sorted by null

<<31323334353637383940>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_container.h 52 UNINITIALIZED,
  /frameworks/base/core/java/android/net/arp/
ArpPeer.java 36 * This class allows simple ARP exchanges over an uninitialized network
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 119 if (mKeyStore.state() != KeyStore.State.UNINITIALIZED) {
122 assertEquals("KeyStore should be in an uninitialized state",
123 KeyStore.State.UNINITIALIZED, mKeyStore.state());
134 assertEquals(KeyStore.State.UNINITIALIZED, mKeyStore.state());
  /frameworks/native/include/ui/
vec2.h 62 // leaves object uninitialized. use with caution.
vec3.h 63 // leaves object uninitialized. use with caution.
vec4.h 67 // leaves object uninitialized. use with caution.
  /frameworks/native/opengl/libs/EGL/
egl_cache.h 47 // terminate puts the egl_cache_t back into the uninitialized state. When
  /hardware/libhardware/tests/camera2/
camera2_utils.h 185 UNINITIALIZED,
  /libcore/dalvik/src/main/java/dalvik/system/
CloseGuard.java 101 * {@code guard} to be uninitialized.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
quicksort.h 66 // Allocate uninitialized, to avoid default constructor.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h 13 unsigned int a_bss; /* Length of uninitialized data area for file, in bytes. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h 13 unsigned int a_bss; /* Length of uninitialized data area for file, in bytes. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h 13 unsigned int a_bss; /* Length of uninitialized data area for file, in bytes. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
quicksort.h 65 // Allocate uninitialized, to avoid default constructor.
  /dalvik/vm/analysis/
CodeVerify.cpp 410 * Create a new uninitialized instance map.
538 /* determine if "type" is an uninitialized object reference */
551 //LOG_VFY("VFY: attempted to use uninitialized reference");
556 /* extract the index into the uninitialized instance map table */
580 /* return the RegType for the uninitialized reference in slot "uidx" */
798 * mark the first ("this") argument as uninitialized. This restricts
    [all...]
  /external/clang/test/Analysis/
method-call-path-notes.cpp 5 // Test warning about null or uninitialized pointer values used as instance member
14 p->foo(); // expected-warning {{Called C++ object pointer is uninitialized}} expected-note {{Called C++ object pointer is uninitialized}}
138 // CHECK-NEXT: <string>Called C++ object pointer is uninitialized</string>
140 // CHECK-NEXT: <string>Called C++ object pointer is uninitialized</string>
143 // CHECK-NEXT: <key>description</key><string>Called C++ object pointer is uninitialized</string>
145 // CHECK-NEXT: <key>type</key><string>Called C++ object pointer is uninitialized</string>
    [all...]
  /art/runtime/verifier/
method_verifier.h 434 * - there is never an uninitialized class instance in a local variable in code protected by an
451 * The spec forbids backward branches when there's an uninitialized reference in a register. The
464 * contains an uninitialized instance created by that same instruction.
557 * <init>, the first argument may be an uninitialized reference. Otherwise,
559 * uninitialized reference arguments.
reg_type.cc 423 result << "Unresolved And Uninitialized Reference" << ": " << PrettyDescriptor(GetDescriptor());
430 result << "Unresolved And Uninitialized This Reference" << PrettyDescriptor(GetDescriptor());
448 result << "Uninitialized Reference" << ": " << PrettyDescriptor(GetClass());
455 result << "Uninitialized This Reference" << ": " << PrettyDescriptor(GetClass());
892 // Something that is uninitialized hasn't had its constructor called. Mark any merge
  /external/llvm/include/llvm/ADT/
SmallVector.h 210 /// uninitialized_move - Move the range [I, E) into the uninitialized
222 /// uninitialized_copy - Copy the range [I, E) onto the uninitialized
318 /// uninitialized_move - Move the range [I, E) onto the uninitialized memory
326 /// uninitialized_copy - Copy the range [I, E) onto the uninitialized memory
334 /// uninitialized_copy - Copy the range [I, E) onto the uninitialized memory
  /external/v8/src/
factory.cc 1386 Smi* uninitialized = Smi::FromInt(JSRegExp::kUninitializedValue); local
    [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
49 /// MemorySanitizer can track origins (allocation points) of all uninitialized
60 /// value associated with them. If these bytes contain uninitialized data
107 /// \brief Track origins of uninitialized values.
110 /// (stack or heap) the uninitialized bits came from originally.
118 cl::desc("poison uninitialized stack variables"),
121 cl::desc("poison uninitialized stack variables with a call"),
124 cl::desc("poison uninitialized stack variables with the given patter"),
162 /// \brief An instrumentation pass implementing detection of uninitialized
    [all...]
  /external/flac/include/FLAC/
stream_decoder.h 97 * uninitialized state.
238 /**< The decoder is in the uninitialized state; one of the
    [all...]
stream_encoder.h 117 * uninitialized state.
246 /**< The encoder is in the uninitialized state; one of the
    [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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SIMRecords.java 229 mMncLength = UNINITIALIZED;
550 if (mMncLength == UNINITIALIZED || mMncLength == UNKNOWN) {
626 if (mMncLength != UNKNOWN && mMncLength != UNINITIALIZED) {
770 log("Uninitialized record MWIS");
862 if (((mMncLength == UNINITIALIZED) || (mMncLength == UNKNOWN) ||
873 if (mMncLength == UNKNOWN || mMncLength == UNINITIALIZED) {
    [all...]

Completed in 2589 milliseconds

<<31323334353637383940>>