HomeSort by relevance Sort by last modified time
    Searched refs:initialized (Results 276 - 300 of 470) sorted by null

<<111213141516171819

  /external/skia/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 41 bool initialized() const { return 0 != fProgram; } function in class:__anon38441::GLTestAtlasTextRenderer
479 return renderer->initialized() ? std::move(renderer) : nullptr;
  /external/skqp/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 41 bool initialized() const { return 0 != fProgram; } function in class:__anon39237::GLTestAtlasTextRenderer
479 return renderer->initialized() ? std::move(renderer) : nullptr;
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
table_merge.go 56 initialized int32 // 0: only typ is valid, 1: everything is valid
112 if atomic.LoadInt32(&mi.initialized) == 0 {
166 if mi.initialized != 0 {
653 atomic.StoreInt32(&mi.initialized, 1)
  /external/syzkaller/vendor/golang.org/x/net/http2/
pipe.go 18 c sync.Cond // c.L lazily initialized to &p.mu
  /external/tensorflow/tensorflow/compiler/jit/
xla_launch_util.cc 483 arg.initialized = true;
489 arg.initialized = false;
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
tensor_array_ops.cc 46 // If a TensorArray `resource` has not been initialized, constructs storage for
47 // the TensorArray with elements of `elem_shape`. For both initialized and
66 if (!resource->initialized()) {
91 // Checks that the TensorArray 'resource' has been initialized, and has type
100 if (!resource->initialized()) {
variable_ops.cc 37 0, xla::ConstantR0<bool>(ctx->builder(), variable->initialized()));
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
graph_actions.py 550 session, initialized = session_manager.recover_session(
560 if not initialized:
  /external/u-boot/drivers/video/
Kconfig 358 lcd controller which needs to be initialized over SPI, once that is
578 If enable the framebuffer device will be initialized as an
658 This driver assumes that the display hardware has been initialized
667 The video output is initialized by U-Boot, and kept by the
  /external/v4l2_codec2/vda/
vp9_parser.cc 401 if (!context_to_load.initialized()) {
403 // must load an initialized set of probabilities.
661 ref_slot.initialized = true;
  /external/harfbuzz_ng/src/
hb-debug.hh 47 bool initialized : 1; member in struct:hb_options_t
  /external/jemalloc_new/src/
stats.c 397 * Note that mutex columns were initialized above, if mutex ==
    [all...]
ctl.c 322 {NAME("initialized"), CTL(arena_i_initialized)},
624 * initialized ctl data.
942 bool initialized = (tarenas[i] != NULL); local
944 ctl_arena->initialized = initialized;
945 if (initialized) {
1925 bool initialized; local
    [all...]
  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
CarrierLock.java 189 public short initialized() { method in class:CarrierLock
  /external/libtextclassifier/utils/
tflite-model-executor.cc 182 if (!model || !model->initialized()) {
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.c 451 cm->fc->initialized = 1;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_hw_context.c 301 ctx->cs_shader_state.initialized = false;
  /external/python/cpython3/Lib/test/test_importlib/frozen/
test_loader.py 21 assert not hasattr(module, 'initialized')
23 self.assertTrue(module.initialized)
195 self.assertTrue(hasattr(mod, 'initialized'))
  /external/tensorflow/tensorflow/python/framework/
function.py     [all...]
  /external/u-boot/arch/m68k/include/asm/
fec.h 101 int initialized; member in struct:fec_info_s
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 92 initialized = false;
100 if (initialized) {
108 initialized = true;
117 bool initialized; member in class:MallocDebugTest
189 // Increase the size, verify the extra length is initialized to 0xeb,
345 initialized = false;
678 initialized = false;
715 initialized = false;
774 initialized = false;
891 initialized = false
    [all...]
  /external/capstone/
cs.c 69 static bool initialized = false; local
71 if (initialized)
100 initialized = true;
240 // Error: before cs_open(), dynamic memory management must be initialized
  /external/cldr/tools/java/org/unicode/cldr/test/
CheckAttributeValues.java 56 static boolean initialized = false; field in class:CheckAttributeValues
257 if (!initialized) {
259 initialized = true;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
OlsonTimeZone.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
OlsonTimeZone.java     [all...]

Completed in 2334 milliseconds

<<111213141516171819