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

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_module.py 10 # An uninitialized module has no __dict__ or __name__,
  /system/tpm/trunks/
scoped_key_handle.h 47 // and resets the internal handle of the class to the uninitialized value.
trunks_factory.h 50 // Returns an uninitialized TpmState instance. The caller takes ownership.
  /system/update_engine/update_manager/
real_shill_provider.h 84 dbus::ObjectPath default_service_path_{"uninitialized"};
  /toolchain/binutils/binutils-2.25/include/coff/
ia64.h 49 char bsize[4]; /* uninitialized data " " */
external.h 50 char bsize[4]; /* uninitialized data " " */
66 char bsize[4]; /* Uninitialized data " ". */
  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 38 * all-uninitialized values (represented as {@code null}s).
167 return throwSimException(idx, "uninitialized instance");
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
SignatureTest.java 48 assertEquals("state", Signature.UNINITIALIZED, s.getState());
55 assertEquals("state", Signature.UNINITIALIZED, s.getState());
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
xmlhttp.js 75 * Constant for when xmlhttprequest.readyState is uninitialized
77 UNINITIALIZED: 0,
  /external/clang/lib/AST/
APValue.cpp 125 APValue::APValue(const APValue &RHS) : Kind(Uninitialized) {
127 case Uninitialized:
212 Kind = Uninitialized;
217 case Uninitialized:
273 case Uninitialized:
274 OS << "Uninitialized";
346 case APValue::Uninitialized:
347 Out << "<uninitialized>";
  /external/compiler-rt/lib/msan/
msan_interface_internal.h 135 // Memory will be marked uninitialized, with origin at the call site.
140 // uninitialized.
  /external/jemalloc/include/jemalloc/internal/
util.h 50 * Silence compiler warnings due to uninitialized values. This is used
52 * uninitialized.
  /external/libchrome/base/
compiler_specific.h 157 // Use this to annotate code that deliberately reads uninitialized data, for
162 // If any bits are uninitialized, crash with an MSan report.
  /external/libcxx/test/std/thread/futures/futures.shared_future/
wait_until.pass.cpp 24 enum class WorkerThreadState { Uninitialized, AllowedToRun, Exiting };
27 std::atomic<WorkerThreadState> thread_state(WorkerThreadState::Uninitialized);
  /external/libcxx/test/std/thread/futures/futures.unique_future/
wait_until.pass.cpp 24 enum class WorkerThreadState { Uninitialized, AllowedToRun, Exiting };
27 std::atomic<WorkerThreadState> thread_state(WorkerThreadState::Uninitialized);
  /external/libpcap/
fad-win32.c 143 * the right thing if NameLength is uninitialized and
146 * still reading an uninitialized variable.
  /external/libweave/third_party/chromium/base/
compiler_specific.h 157 // Use this to annotate code that deliberately reads uninitialized data, for
162 // If any bits are uninitialized, crash with an MSan report.
  /frameworks/base/core/java/android/view/
InputChannel.java 62 * Creates an uninitialized input channel.
103 return name != null ? name : "uninitialized";
  /system/security/keystore/
test-keystore 84 expect "3 Uninitialized"
227 expect "3 Uninitialized"
  /toolchain/binutils/binutils-2.25/gold/testsuite/
tls_test.cc 35 // 1 Access to an uninitialized global thread variable.
36 // 2 Access to an uninitialized static thread variable.
  /toolchain/binutils/binutils-2.25/include/nlm/
alpha-ext.h 110 /* The size of the uninitialized data region that the loader is to be
111 allocated at load time. Uninitialized data follows the initialized
ppc-ext.h 107 /* The size of the uninitialized data region that the loader is to be
108 allocated at load time. Uninitialized data follows the initialized
  /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/llvm/cmake/
config-ix.cmake 313 # Disable gcc's potentially uninitialized use analysis as it presents lots of
316 check_cxx_compiler_flag("-Wmaybe-uninitialized" HAS_MAYBE_UNINITIALIZED)
321 # and -Wmaybe-uninitialized. If -Wmaybe-uninitialized isn't supported, just
322 # turn off all uninitialized use warnings.
  /external/skia/include/core/
SkPathRef.h 91 * uninitialized.
348 /** Resets the path ref with verbCount verbs and pointCount points, all uninitialized. Also
388 * The new points are uninitialized. All the new verbs are set to the specified
390 * uninitialized conic weights.
397 * uninitialized.

Completed in 2007 milliseconds

<<11121314151617181920>>