HomeSort by relevance Sort by last modified time
    Searched refs:is_initialized (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libcython.py 389 def is_initialized(self, cython_func, local_name): member in class:CythonBase
    [all...]
  /external/chromium_org/sync/engine/
apply_control_data_updates_unittest.cc 367 EXPECT_TRUE(cryptographer->is_initialized());
445 EXPECT_TRUE(cryptographer->is_initialized());
678 EXPECT_TRUE(cryptographer->is_initialized());
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 284 static bool is_initialized = false; local
285 if (is_initialized)
287 is_initialized = true;
  /external/chromium_org/net/socket/
client_socket_pool_base_unittest.cc 843 EXPECT_TRUE(handle.is_initialized());
    [all...]
client_socket_pool_base.cc 273 CHECK(!request->handle()->is_initialized());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_manager_base.cc 369 if (policy_store_ && policy_store_->is_initialized())
enrollment_handler_chromeos.cc 231 if (store_->is_initialized()) {
  /external/chromium_org/gpu/gles2_conform_support/egl/
egl.cc 44 if (!display->is_initialized())
  /external/chromium_org/net/http/
http_proxy_client_socket.cc 521 DCHECK(transport_->is_initialized());
  /external/chromium_org/net/websockets/
websocket_basic_stream.cc 84 DCHECK(connection_->is_initialized());
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 273 if (!x_server_pixel_buffer_.is_initialized()) {
  /external/chromium_org/v8/src/
builtins.h 278 bool is_initialized() const { return initialized_; }
cpu-profiler.cc 496 DCHECK(builtins->is_initialized());
  /art/compiler/driver/
compiler_driver.h 264 uint32_t* storage_index, bool* is_referrers_class, bool* is_initialized)
319 bool* is_referrers_class, bool* is_volatile, bool* is_initialized)
    [all...]
compiler_driver.cc     [all...]
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
clear_key_cdm.cc 480 if (video_decoder_ && video_decoder_->is_initialized()) {
481 DCHECK(!video_decoder_->is_initialized());
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Buffer.py 346 is_initialized, pos, code):
371 if is_initialized:
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 1064 if (glx_ctx->is_initialized)
1087 glx_ctx->is_initialized = 1;
  /bionic/libc/upstream-dlmalloc/
malloc.c 2638 #define is_initialized macro
    [all...]
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc 451 // as although Cryptographer::is_initialized() will now be true,
533 if (cryptographer->is_initialized()) {
578 } else { // cryptographer->is_initialized() == false
599 } // cryptographer->is_initialized()
    [all...]
sync_encryption_handler_impl_unittest.cc 614 EXPECT_FALSE(GetCryptographer()->is_initialized());
650 EXPECT_FALSE(GetCryptographer()->is_initialized());
653 EXPECT_TRUE(GetCryptographer()->is_initialized());
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 2068 #define is_initialized macro
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 1887 bool is_initialized; local
1972 bool is_initialized; local
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.cc 190 if (!address.is_initialized() ||
    [all...]
sparse_control.cc 350 if (!buffer && !address.is_initialized())

Completed in 902 milliseconds

1 2 34 5