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

<<11121314151617181920>>

  /external/ImageMagick/MagickCore/
opencl.c     [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp 1322 static UBool initialized = FALSE; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_luv.c 855 static int initialized = 0; local
858 if (!initialized) { /* set up perimeter table */
895 initialized = 1;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 157 video->initialized = PV_FALSE;
292 video->initialized = PV_TRUE;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi64.asm 79 loop @b ; loop back through again until all descriptors are initialized
92 ; loop @b ; loop back through again until all descriptors are initialized
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_cmd.h 1955 uint32 initialized; member in struct:__anon28038
    [all...]
  /external/openssh/
packet.c 161 /* Flag indicating whether this module has been initialized. */
162 int initialized; member in struct:session_state
250 state->initialized = 1;
579 if (!state->initialized)
581 state->initialized = 0;
881 /* Insert padding. Initialized to zero in packet_start1() */
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 33 static int initialized = 0; variable
  /frameworks/native/opengl/libagl/
egl.cpp 111 // this thread has not been initialized.
122 egl_display_t() : type(0), initialized(0) { }
131 std::atomic_size_t initialized; member in struct:android::egl_display_t
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 528 unsigned int initialized; member in struct:psb_surface_share_info_s
  /prebuilts/go/darwin-x86/src/compress/flate/
inflate.go 72 // newly initialized with the given reader.
111 // Following this function, h is guaranteed to be initialized into a complete
  /prebuilts/go/darwin-x86/src/runtime/
mbarrier.go 404 // memory at ptr must already be initialized (and hence in type-safe
405 // state). If the memory is being initialized for the first time, see
  /prebuilts/go/linux-x86/src/compress/flate/
inflate.go 72 // newly initialized with the given reader.
111 // Following this function, h is guaranteed to be initialized into a complete
  /prebuilts/go/linux-x86/src/runtime/
mbarrier.go 404 // memory at ptr must already be initialized (and hence in type-safe
405 // state). If the memory is being initialized for the first time, see
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /build/blueprint/bootstrap/
doc.go 127 // Once the script completes the build directory is initialized and ready to run
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 83 self->initialized = 1;
397 if (!con->initialized) {
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c 83 self->initialized = 1;
407 if (!con->initialized) {
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 133 // NewInt returns a new Int initialized to x.
  /prebuilts/go/darwin-x86/src/crypto/aes/
aes_test.go 13 // Test that powx is initialized correctly.
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 133 // NewInt returns a new Int initialized to x.
  /prebuilts/go/linux-x86/src/crypto/aes/
aes_test.go 13 // Test that powx is initialized correctly.
  /art/runtime/arch/mips/
quick_entrypoints_mips.S     [all...]
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S     [all...]

Completed in 1011 milliseconds

<<11121314151617181920>>