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

1 2 3 4 56 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 265 * {@code >= -1;} for an uninitialized type, bytecode index that this
267 * was an incoming uninitialized instance; {@code -1} if this
293 * this type, if this instance is in fact an uninitialized type
486 * Constructs an instance corresponding to an "uninitialized type."
801 * Gets whether this type represents an uninitialized instance. An
802 * uninitialized instance is what one gets back from the {@code new}
803 * opcode, and remains uninitialized until a valid constructor is
806 * @return whether this type is "uninitialized"
813 * Gets the bytecode index at which this uninitialized type was
815 * type is an uninitialized incoming parameter (i.e., th
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 249 * {@code >= -1;} for an uninitialized type, bytecode index that this
251 * was an incoming uninitialized instance; {@code -1} if this
277 * this type, if this instance is in fact an uninitialized type
419 * Constructs an instance corresponding to an "uninitialized type."
734 * Gets whether this type represents an uninitialized instance. An
735 * uninitialized instance is what one gets back from the {@code new}
736 * opcode, and remains uninitialized until a valid constructor is
739 * @return whether this type is "uninitialized"
746 * Gets the bytecode index at which this uninitialized type was
748 * type is an uninitialized incoming parameter (i.e., th
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java 250 * {@code >= -1;} for an uninitialized type, bytecode index that this
252 * was an incoming uninitialized instance; {@code -1} if this
278 * this type, if this instance is in fact an uninitialized type
420 * Constructs an instance corresponding to an "uninitialized type."
735 * Gets whether this type represents an uninitialized instance. An
736 * uninitialized instance is what one gets back from the {@code new}
737 * opcode, and remains uninitialized until a valid constructor is
740 * @return whether this type is "uninitialized"
747 * Gets the bytecode index at which this uninitialized type was
749 * type is an uninitialized incoming parameter (i.e., th
    [all...]
  /external/chromium_org/tools/valgrind/
suppressions.py 217 # to simply Unaddressable/Uninitialized.
221 # * Memcheck:Uninitialized should also match Cond and Value reports,
226 # * Memcheck:Cond and Memcheck:Value[1248] should match Uninitialized.
236 "\nMemcheck:(Value%d|Uninitialized)\n" % sz)
238 "\nMemcheck:(Cond|Uninitialized)\n")
241 regex = regex.replace("\nMemcheck:Uninitialized\n",
242 "\nMemcheck:(Cond|Value.|Uninitialized)\n")
316 "Unaddressable", "Uninitialized"]:
450 'UNINITIALIZED READ',
610 Memcheck:Uninitialized
    [all...]
  /external/chromium/net/http/
http_alternate_protocols.cc 27 case HttpAlternateProtocols::UNINITIALIZED:
28 return "Uninitialized";
  /external/chromium_org/content/renderer/media/
webrtc_audio_renderer.cc 171 : state_(UNINITIALIZED),
192 DCHECK_EQ(state_, UNINITIALIZED);
200 DCHECK_EQ(state_, UNINITIALIZED);
360 if (state_ == UNINITIALIZED)
381 if (state_ == UNINITIALIZED)
395 if (state_ == UNINITIALIZED)
405 state_ = UNINITIALIZED;
417 if (state_ == UNINITIALIZED)
  /external/chromium_org/ppapi/cpp/
resource.h 42 /// uninitialized.
44 /// @return true if this resource is invalid or uninitialized.
  /external/chromium_org/third_party/WebKit/Source/
config.gyp 91 # Due to a bug in gcc arm, we get warnings about uninitialized
93 'cflags': ['-Wno-uninitialized'],
  /external/chromium_org/third_party/WebKit/Source/wtf/
StaticConstructors.h 30 // be called and the objects will be left uninitialized.
34 // uninitialized placeholders.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once.cc 73 // - UNINITIALIZED: We are the first thread calling this function.
76 // First, try to change the state from UNINITIALIZED to EXECUTING_CLOSURE
  /external/chromium_org/third_party/sqlite/src/src/
mutex.c 21 ** and uninitialized so that we can assert() if there is an attempt to
22 ** allocate a mutex while the system is uninitialized.
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCAtSyncChecker.cpp 44 // Uninitialized value used for the mutex?
48 BT_undef.reset(new BuiltinBug("Uninitialized value used as mutex "
UndefResultChecker.cpp 44 // Do not report assignments of uninitialized values inside swap functions.
45 // This should allow to swap partially uninitialized structs
  /external/clang/test/Analysis/
uninit-msg-expr.m 44 return [aString length]; // expected-warning {{Receiver in message expression is an uninitialized value}}
55 [aArray addObject:aString]; // expected-warning {{Argument in message expression is an uninitialized value}}
uninit-vals-ps.c 17 return bar(x)+1; // expected-warning{{Function call argument is an uninitialized value}}
87 // flag a "return of uninitialized value" warning in the first branch due to
  /external/clang/test/CodeGenCXX/
static-data-member.cpp 65 // CHECK-NEXT: [[UNINITIALIZED:%.*]] = icmp eq i8 [[GUARDBYTE]], 0
66 // CHECK-NEXT: br i1 [[UNINITIALIZED]]
  /external/clang/test/SemaCXX/
dcl_init_aggr.cpp 79 int &j; // expected-note{{uninitialized reference member is here}}
83 HasReference r2 = { 1 } ; // expected-error{{reference member of type 'int &' uninitialized}}
  /cts/tools/signature-tools/src/signature/model/impl/
SigMethod.java 30 private ITypeReference returnType = Uninitialized.unset();
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArray.java 60 * Replaces all the occurrences of the given uninitialized type in
106 * if the given local is uninitialized / invalid.
116 * be an uninitialized instance).
133 * contains an uninitialized instance; (c) the local contains a
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
Signature_Impl1Test.java 65 assertEquals("toString() failed", "SIGNATURE ABC state: UNINITIALIZED",
  /external/chromium/chrome/browser/chromeos/
audio_mixer.h 20 UNINITIALIZED = 0,
  /external/chromium/webkit/glue/media/
web_data_source.h 27 // method returns, the object will be in an uninitialized state and
  /external/chromium_org/chrome/browser/chromeos/login/
tpm_password_fetcher.cc 56 // For a fresh OOBE flow TPM is uninitialized,
  /external/chromium_org/chrome/browser/resources/sync_internals/
about.css 78 .aboutDetails .uninitialized {
about.html 22 jsvalues="class:$this.is_valid ? '' : 'uninitialized'"

Completed in 2135 milliseconds

1 2 3 4 56 7 8 91011>>