HomeSort by relevance Sort by last modified time
    Searched refs:initialized (Results 376 - 400 of 940) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 123 static UBool initialized = FALSE; local
124 if (!initialized)
127 initialized = TRUE;
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_compact.c 1347 static bool initialized; local
    [all...]
  /external/opencv/cv/src/
cvstereogc.cpp 93 static volatile int initialized = 0; local
94 if( !initialized )
101 initialized = 1;
  /external/python/cpython2/Modules/_ctypes/
cfield.c 1659 static int initialized = 0; local
    [all...]
  /frameworks/base/libs/hwui/
PathTessellator.cpp 936 bool initialized = false; member in class:android::uirenderer::ClockwiseEnforcer
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 1141 static bool initialized; local
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_h264.c 55 parent->initialized = FALSE;
672 parent->initialized = TRUE;
928 parent->initialized = TRUE;
    [all...]
mixvideoformatenc.c 47 self->initialized = FALSE;
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.asm 69 loop @b ; loop back through again until all descriptors are initialized
81 ; loop @b ; loop back through again until all descriptors are initialized
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 1876 EGLBoolean initialized = EGL_TRUE; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 206 /* We check that the stw_dev object is initialized before we try to do
209 * initialized.
211 if (stw_dev && stw_dev->initialized) {
  /external/syslinux/core/
pxelinux.asm 213 ; is initialized, so it has to be done in assembly.
565 ; Misc initialized (data) variables
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 277 if (!m_targetView.initialized()) {
326 bool Initialized();
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
common.cpp 7 static int initialized = 0; variable
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 36 // However, gvardef is also called when a non-fat variable is initialized
43 // analysis to behave as though the variable x is being initialized at that
plive.go 76 // avarinitany: addrtaken variables possibly initialized at block exit
77 // (initialized in block or at exit from any predecessor block)
78 // avarinitall: addrtaken variables certainly initialized at block exit
79 // (initialized in block or at exit from all predecessor blocks)
550 // avarinit - initialized or referred to by this instruction,
554 // initialized, because any use of a variable must come after its
1081 // avarinitall says the addressed var is initialized along all paths reaching the block exit.
1082 // avarinitany says the addressed var is initialized along some path reaching the block exit.
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin.go 132 // is initialized.
162 // None of the Go runtime is initialized.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 36 // However, gvardef is also called when a non-fat variable is initialized
43 // analysis to behave as though the variable x is being initialized at that
plive.go 76 // avarinitany: addrtaken variables possibly initialized at block exit
77 // (initialized in block or at exit from any predecessor block)
78 // avarinitall: addrtaken variables certainly initialized at block exit
79 // (initialized in block or at exit from all predecessor blocks)
550 // avarinit - initialized or referred to by this instruction,
554 // initialized, because any use of a variable must come after its
1081 // avarinitall says the addressed var is initialized along all paths reaching the block exit.
1082 // avarinitany says the addressed var is initialized along some path reaching the block exit.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
os_darwin.go 132 // is initialized.
162 // None of the Go runtime is initialized.
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /art/runtime/
reflection_test.cc 118 // Ensure class is initialized before allocating object
122 bool initialized = class_linker_->EnsureInitialized(self, h_class, true, true); local
123 CHECK(initialized);
  /build/blueprint/parser/
printer.go 52 // pendingNewLine is initialized to -1 to eat initial spaces if the first token is a comment
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cursor.c 122 self->initialized = 1;
436 if (!cur->initialized) {
    [all...]

Completed in 645 milliseconds

<<11121314151617181920>>