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

<<11121314151617181920>>

  /external/clang/test/Analysis/
new.cpp 190 // Should warn that *n is uninitialized.
203 // Should warn that n is uninitialized.
  /external/llvm/unittests/Support/
MemoryBufferTest.cpp 86 // uninitialized buffer with no name
90 // uninitialized buffer with name
  /frameworks/av/media/libstagefright/
MediaMuxer.cpp 39 : mState(UNINITIALIZED) {
49 : mState(UNINITIALIZED) {
MediaCodec.cpp 67 : mState(UNINITIALIZED),
81 CHECK_EQ(mState, UNINITIALIZED);
539 setState(UNINITIALIZED);
569 // STOPPING->UNINITIALIZED, instead of the
571 setState(UNINITIALIZED);
888 setState(UNINITIALIZED);
917 if (mState != UNINITIALIZED) {
    [all...]
  /frameworks/base/core/java/android/view/
InputChannel.java 62 * Creates an uninitialized input channel.
103 return name != null ? name : "uninitialized";
  /system/security/keystore/
keystore_cli.cpp 34 /* [UNINITIALIZED] = */ "Uninitialized",
test-keystore 84 expect "3 Uninitialized"
227 expect "3 Uninitialized"
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache.cc 67 UNINITIALIZED,
142 step_(UNINITIALIZED),
248 case UNINITIALIZED:
250 LOG(ERROR) << "DispatchNext called uninitialized";
317 step_ = UNINITIALIZED;
  /external/chromium_org/third_party/skia/include/core/
SkPathRef.h 92 * uninitialized.
318 /** Resets the path ref with verbCount verbs and pointCount points, all uninitialized. Also
357 * The new points are uninitialized. All the new verbs are set to the specified
359 * uninitialized conic weights.
366 * uninitialized.
  /external/chromium_org/v8/src/
contexts.h 48 // Immutable bindings have two states, initialized and uninitialized, and
61 // Accessing an uninitialized binding produces the undefined value.
64 // uninitialized state for mutable bindings.
75 // an uninitialized binding produces a reference error.
77 // In V8 uninitialized bindings are set to the hole value upon creation and set
ic.cc 45 case UNINITIALIZED: return '0';
394 // JavaScript builtins, we return uninitialized as the state to
396 if (receiver->IsJSBuiltinsObject()) state_ = UNINITIALIZED;
434 old_state == UNINITIALIZED || old_state == PREMONOMORPHIC;
436 new_state == UNINITIALIZED || new_state == PREMONOMORPHIC;
770 if (state() == UNINITIALIZED) {
872 if (state() == UNINITIALIZED) {
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 192 uninitialized(pos, offsetOfNew); method
220 public void uninitialized(int pos, int offset) {} method in class:StackMap.Walker
262 public void uninitialized(int pos, int offset) { method in class:StackMap.Copier
331 public void uninitialized(int pos, int offset) { method in class:StackMap.SimpleCopy
455 uninitialized(pos, offsetOfNew); method
  /external/skia/include/core/
SkPathRef.h 92 * uninitialized.
318 /** Resets the path ref with verbCount verbs and pointCount points, all uninitialized. Also
357 * The new points are uninitialized. All the new verbs are set to the specified
359 * uninitialized conic weights.
366 * uninitialized.
  /external/v8/src/
contexts.h 48 // Immutable bindings have two states, initialized and uninitialized, and
61 // Accessing an uninitialized binding produces the undefined value.
64 // uninitialized state for mutable bindings.
75 // an uninitialized binding produces a reference error.
77 // In V8 uninitialized bindings are set to the hole value upon creation and set
  /external/clang/docs/
Block-ABI-Apple.rst 113 ``_NSConcreteStackBlock``, which is a block of uninitialized memory supplied
155 (1<<29), <uninitialized>,
171 (1<<28)|(1<<29), <uninitialized>,
233 (1<<29), <uninitialized>,
305 (1<<25)|(1<<29), <uninitialized>
536 (1<<25)|(1<<29), <uninitialized>,
646 void *isa; // uninitialized
709 (1<<25)|(1<<29), <uninitialized>,
783 (1<<25)|(1<<26)|(1<<29), <uninitialized>,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
Checkers.td 20 def CoreUninitialized : Package<"uninitialized">, InPackage<Core>;
60 HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., uninitialized arguments, null function pointers)">,
138 // Uninitialized values checkers.
144 HelpText<"Check for uninitialized values used as array subscripts">,
148 HelpText<"Check for assigning uninitialized values">,
152 HelpText<"Check for uninitialized values used as branch conditions">,
156 HelpText<"Check for blocks that capture uninitialized values">,
160 HelpText<"Check for uninitialized values being returned to the caller">,
163 } // end "core.uninitialized"
  /dalvik/docs/
verifier.html 72 forbidden when a local variable holds an uninitialized reference. The
74 references to the uninitialized result of a previous invocation of the
77 uninitialized objects to slip past the verifier -- without unduly
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator.cc 35 : state_(UNINITIALIZED),
58 DCHECK(state_ == UNINITIALIZED);
77 if (state_ != UNINITIALIZED)
  /external/chromium_org/chrome/installer/util/
installer_state.h 62 UNINITIALIZED,
69 // Constructs an uninitialized instance; see Initialize().
230 // Clears the instance to an uninitialized state.
  /external/chromium_org/ui/gfx/ozone/dri/
dri_surface_factory.cc 103 state_(UNINITIALIZED),
114 CHECK(state_ == UNINITIALIZED);
136 state_ = UNINITIALIZED;
  /external/qemu/
a.out.h 77 host_ulong bsize; /* uninitialized data " " */
276 #define IMAGE_SCN_CNT_UNINITIALIZED_DATA 0x00000080 /* Section contains uninitialized data. */
375 host_ulong bsize; /* uninitialized data " " */
  /bionic/tests/
stack_protector_test.cpp 60 // Uninitialized guard. Our bug. Note this is potentially flaky; we _could_ get
  /dalvik/vm/native/
dalvik_system_VMRuntime.cpp 299 // Skip uninitialized classes because filled cache entry implies it is initialized.
301 // ALOGI("VMRuntime.preloadDexCaches uninitialized clazz=%s", className);
320 // Skip static fields for uninitialized classes because a filled
354 // Skip static methods for uninitialized classes because a filled
  /development/host/windows/usb/api/
adb_api_instance.h 64 In this method object is uninitialized and deleted (that is "delete this"
  /external/ceres-solver/internal/ceres/
residual_block_utils.h 35 // 1. Uninitialized memory - where the user for some reason did not

Completed in 532 milliseconds

<<11121314151617181920>>