HomeSort by relevance Sort by last modified time
    Searched full:uninitialized (Results 226 - 250 of 1221) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/docs/internals/
3_2_BUGSTATUS.txt 38 124478 glibc-fix memcheck reports uninitialized bytes on
44 128359 glibc-fix Please suppress the uninitialized bytes report
274 pending pending 124478 memcheck reports uninitialized bytes on
277 pending pending 128359 Please suppress the uninitialized bytes
315 uninitialized
  /external/mesa3d/docs/
relnotes-7.10.html 356 <li>mesa: fix uninitialized var warning</li>
    [all...]
  /dalvik/docs/
java-constraints.html 752 An instance initializer must only be invoked on an uninitialized
790 The must be no backwards branches with uninitialized instances on the
793 uninitialized instances.
  /external/chromium/base/memory/
scoped_ptr.h 67 // There is no way to create an uninitialized scoped_ptr.
172 // There is no way to create an uninitialized scoped_array.
280 // There is no way to create an uninitialized scoped_ptr.
  /external/v8/src/
ic.h 584 UNINITIALIZED,
610 UNINITIALIZED,
623 // Factory method for getting an uninitialized compare stub.
factory.h 109 // characters of the string are uninitialized. Currently used in regexp code
136 // Create a global (but otherwise uninitialized) context.
frame-element.h 43 // * Invalid: elements that are uninitialized or not actually part
77 | TypeInfoField::encode(TypeInfo::Uninitialized().ToInt())
  /external/v8/src/mips/
code-stubs-mips.h 226 operands_type_(TRBinaryOpIC::UNINITIALIZED),
227 result_type_(TRBinaryOpIC::UNINITIALIZED),
235 TRBinaryOpIC::TypeInfo result_type = TRBinaryOpIC::UNINITIALIZED)
  /external/webkit/Source/WebCore/webaudio/
AudioContext.cpp 157 // Don't allow the context to initialize a second time after it's already been explicitly uninitialized.
176 // Don't allow the context to initialize a second time after it's already been explicitly uninitialized.
187 // Note that we do this *after* the context is uninitialized and stops processing audio.
  /frameworks/base/include/media/
AudioTrack.h 115 /* Constructs an uninitialized AudioTrack. No connection with
180 /* Initialize an uninitialized AudioTrack.
203 * an uninitialized AudioTrack produces undefined results.
  /external/bluetooth/bluez/audio/
gstsbcutil.c 454 * value is used to do the operation, it must be a uninitialized (zero-filled)
469 * value is used to do the operation, it must be a uninitialized (zero-filled)
  /external/iproute2/
RELNOTES 24 * Julian Anastasov <ja@ssi.bg>: uninitialized fields in nexthop
47 uninitialized. Grr. Thanks to Kunihiro Ishiguro <kunihiro@zebra.org>.
  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 223 // like valgrind may complain about uninitialized memory usage when
289 // like valgrind may complain about uninitialized memory usage when
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccRecords.java 56 protected int mncLength = UNINITIALIZED;
65 protected static final int UNINITIALIZED = -1;
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimRecords.java 117 mncLength = UNINITIALIZED;
180 if (mncLength != UNINITIALIZED && mncLength != UNKNOWN) {
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 54 stateMap.put(SupplicantState.UNINITIALIZED, DetailedState.IDLE);
79 mSupplicantState = SupplicantState.UNINITIALIZED;
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 222 } else if(SupplicantState.UNINITIALIZED.equals(supplicantState)) {
223 mSupplicantState.setText("UNINITIALIZED");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_object.x 77 BOGUS_OBJ = 0, /* Uninitialized object structure */
86 NIS_BOGUS_OBJ = 0, /* Uninitialized object structure */
  /external/clang/test/Analysis/
misc-ps-region-store.m 41 // below won't fire an "uninitialized value" warning.
50 // as involving an uninitialized value.
194 struct test_7185607 s; // Uninitialized.
397 if ( rdar_7332673_test2_aux(value) != 1 ) {} // expected-warning{{Function call argument is an uninitialized value}}
547 // uninitialized (<rdar://problem/6811085>)
648 // are not treated as being uninitialized.
674 builder(x); // expected-warning{{Function call argument is an uninitialized value}}
720 // a false positive that 'uninit' could be uninitialized at the call
877 // was reported as an uninitialized value.
1066 // Do not warn that the value of 'foo' is uninitialized
    [all...]
  /cts/tools/signature-tools/src/signature/model/util/
TypePool.java 19 import static signature.model.impl.Uninitialized.isInitialized;
  /cts/tools/vm-tests/src/dot/junit/opcodes/new_instance/
Test_new_instance.java 115 * @title Attempt to access uninitialized class (before <init> is
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/
Test_new_instance.java 115 * @title Attempt to access uninitialized class (before <init> is
  /external/clang/include/clang/Analysis/Analyses/
LiveVariables.h 50 // ObserverTy - Observer for uninitialized values queries.
  /external/clang/lib/Sema/
TypeLocBuilder.h 68 /// Pushes uninitialized space for the given type. The builder must
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefBranchChecker.cpp 73 // condition that is the most likely source of the "uninitialized

Completed in 2297 milliseconds

1 2 3 4 5 6 7 8 91011>>