HomeSort by relevance Sort by last modified time
    Searched full:initialized (Results 676 - 700 of 7519) sorted by null

<<21222324252627282930>>

  /external/chromium_org/tools/gn/
escape.h 60 // be initialized to false by the caller and will be written to only if it's
  /external/chromium_org/ui/gfx/
platform_font_mac.h 46 // The name/size/style trio that specify the font. Initialized in the
  /external/chromium_org/ui/ozone/platform/dri/
cursor_factory_evdev_dri.cc 15 // widgets initialized.
  /external/chromium_org/v8/src/
regexp-stack.cc 13 // Initialize, if not already initialized.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1110164.js 35 // Make sure the call IC in CallF is initialized.
  /external/chromium_org/v8/test/webkit/
new-array-double-with-holes.js 25 "Tests that if array allocation profiling causes a new_array to allocate double arrays, then the holes end up being correctly initialized."
  /external/clang/lib/CodeGen/
CGRecordLayout.h 141 /// when zero-initialized.
146 /// when zero-initialized.
171 /// \brief Check whether this struct can be C++ zero-initialized
177 /// \brief Check whether this struct can be C++ zero-initialized
  /external/clang/test/CXX/class/class.static/class.static.data/
p3.cpp 18 static const NonLit h = NonLit(); // expected-error {{must be initialized out of line}}
  /external/clang/test/CodeGen/
global-init.c 4 // (It shouldn't because it's being initialized).
  /external/clang/test/Index/
comment-c-decls.c 52 * \brief initialized decl.
format-comment-cdecls.c 47 * \brief initialized decl.
  /external/clang/test/Sema/
compound-literal.c 32 struct Incomplete* I2 = (struct foo[x]){1, 2, 3}; // expected-error {{variable-sized object may not be initialized}}
  /external/clang/test/SemaTemplate/
instantiation-backtrace.cpp 36 T t; // expected-note {{reference member 't' will never be initialized}}
  /external/compiler-rt/lib/msan/
msan_allocator.h 28 // These objects are allocated via mmap() and are zero-initialized.
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 91 if (ctx && ctx->initialized)
98 if (ctx && ctx->initialized)
148 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors)
156 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors)
  /external/compiler-rt/test/asan/TestCases/Linux/
initialization-bug-any-order.cc 15 // 'y' is a dynamically initialized global residing in a different TU. This
interface_symbols_linux.c 34 // in "initialized data section".
  /external/compiler-rt/test/msan/
no_sanitize_memory.cc 13 // * treat all values loaded from memory as fully initialized (-UCHECK_IN_F)
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSignature.java 59 * True when engine is initialized to signing.
113 throw new InvalidKeyException("Signature initialized as " + engineType
119 throw new InvalidKeyException("Signature initialized as " + engineType
125 throw new InvalidKeyException("Signature initialized as " + engineType
  /external/conscrypt/src/platform/java/org/conscrypt/
TrustManagerFactoryImpl.java 78 "TrustManagerFactory is not initialized");
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstEnumRef.java 26 /** {@code null-ok;} the corresponding field ref, lazily initialized */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-log4j.jar 
  /external/jemalloc/include/jemalloc/internal/
ctl.h 34 bool initialized; member in struct:ctl_arena_stats_s
  /external/libogg/doc/libogg/
ogg_sync_init.html 37 <dd>Pointer to a previously declared <a href="ogg_sync_state.html">ogg_sync_state</a> struct. After this function call, this struct has been initialized.</dd>
oggpack_read.html 21 <p>Before reading, the buffer should be initialized using <a href="oggpack_readinit.html">oggpack_readinit</a>.

Completed in 639 milliseconds

<<21222324252627282930>>