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

<<21222324252627282930>>

  /external/chromium_org/media/audio/android/
opensles_wrapper.cc 24 // headers. They will be initialized to their correct values when the library is
76 // The handle is lazily initialized on the first call.
  /external/chromium_org/ppapi/shared_impl/private/
ppb_x509_certificate_private_shared.cc 110 // The certificate should be immutable once initialized.
141 // already initialized.
  /external/chromium_org/remoting/webapp/
stats_accumulator.js 31 * The first time, after this object was most recently initialized or emptied,
63 * object, after this object was most recently initialized or emptied.
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac.h 35 // is not initialized.
46 // If |data| is NULL, then the bitmap backing store is not initialized.
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoader.cpp 84 , m_state(Initialized)
232 if (m_state != Initialized)
259 if (m_state == Initialized)
308 ASSERT(m_state == Initialized);
314 ASSERT(m_state == Initialized);
328 ASSERT(m_state == Initialized);
399 ASSERT(m_state == Initialized);
416 if (m_state != Initialized)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CPUProfilerModel.js 68 // Make sure ProfilesPanel is initialized and CPUProfileType is created.
80 // Make sure ProfilesPanel is initialized and CPUProfileType is created.
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
VertexBuffer11.cpp 122 ERR("Vertex buffer not initialized.");
213 ERR("Vertex buffer not initialized.");
  /external/chromium_org/third_party/icu/source/common/
ucnv_imp.h 97 * The UConverterNamePieces need not be initialized
99 * The UConverterLoadArgs must be initialized
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldisplay.h 131 EGLBoolean Initialized; /**< True if the display is initialized */
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
reflection_ops_unittest.cc 304 // Starts out initialized because the foreign message is itself an optional
308 // Once we create that field, the message is no longer initialized.
312 // Initialize it. Now we're initialized.
318 // Add a repeated version of the message. No longer initialized.
332 // Starts out initialized because the foreign message is itself an optional
336 // Once we create that field, the message is no longer initialized.
340 // Initialize it. Now we're initialized.
346 // Add a repeated version of the message. No longer initialized.
  /external/chromium_org/third_party/skia/src/core/
SkTRefArray.h 37 * Return a new array with 'count' elements, initialized to their default
51 * Return a new array with 'count' elements, initialized from the provided
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/include/
webrtc_cng.h 57 * - cng_inst : Instance that should be initialized
64 * - cng_inst : Initialized instance
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/include/
g722_interface.h 56 * be initialized
125 * be initialized
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/include/
noise_suppression.h 56 * - NS_inst : Instance that should be initialized
60 * - NS_inst : Initialized instance
  /external/chromium_org/ui/compositor/test/
test_compositor_host_mac.mm 49 // NSAutoreleasePool set up and initialized prior to execution and drained upon
66 // initialized prior to doing anything with display objects such as windows,
  /external/chromium_org/ui/gl/
gl_context_wgl.cc 41 // Get the handle of another initialized context in the share group _before_
42 // setting context_. Otherwise this context will be considered initialized
  /external/chromium_org/ui/ozone/platform/dri/
gbm_surface_factory.cc 87 CHECK(state_ == INITIALIZED);
148 CHECK(state_ == INITIALIZED);
  /external/chromium_org/ui/views/controls/
message_box_view.h 100 // Sets up the layout manager based on currently initialized views. Should be
101 // called when a view is initialized or changed.
  /external/chromium_org/v8/src/base/
atomicops_internals_x86_gcc.cc 41 // if we haven't been initialized yet, we're probably single threaded, and our
104 // A global to get use initialized on startup via static initialization :/
  /external/clang/test/Analysis/
uninit-const.cpp 68 int &q = s; //expected-note {{'q' initialized here}}
97 int* tp = &t; // expected-note {{'tp' initialized here}}
  /external/clang/test/SemaCXX/
dcl_init_aggr.cpp 16 NonAggregate non_aggregate_test = { 1, 2 }; // expected-error{{non-aggregate type 'NonAggregate' cannot be initialized with an initializer list}}
18 NonAggregate non_aggregate_test2[2] = { { 1, 2 }, { 3, 4 } }; // expected-error 2 {{non-aggregate type 'NonAggregate' cannot be initialized with an initializer list}}
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.h 16 // int client_socket; // initialized elsewhere
17 // int server_socket; // initialized elsewhere
  /external/eigen/Eigen/src/Cholesky/
LLT.h 99 eigen_assert(m_isInitialized && "LLT is not initialized.");
106 eigen_assert(m_isInitialized && "LLT is not initialized.");
124 eigen_assert(m_isInitialized && "LLT is not initialized.");
152 eigen_assert(m_isInitialized && "LLT is not initialized.");
166 eigen_assert(m_isInitialized && "LLT is not initialized.");
179 * The strict upper part is not used and even not initialized.
452 eigen_assert(m_isInitialized && "LLT is not initialized.");
464 eigen_assert(m_isInitialized && "LLT is not initialized.");
  /external/elfutils/0.153/libelf/
elf_version.c 58 /* Is the version initialized? */
80 /* Signal that the version is now initialized. */
  /external/icu/icu4c/source/common/
ucnv_imp.h 98 * The UConverterNamePieces need not be initialized
100 * The UConverterLoadArgs must be initialized

Completed in 767 milliseconds

<<21222324252627282930>>