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

<<111213141516171819

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 731 it won't be initialized. */
6217 static int initialized = 0; local
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 759 it won't be initialized. */
6413 static int initialized = 0; local
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 134 if (!s_display.initialized()) { \
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 2473 int initialized; member in struct:__anon3459
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/golang-protobuf/proto/
lib.go 277 // Marshal reports this when a required field is not initialized.
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.10.0.v20180412-1130.jar 
  /external/one-true-awk/
FIXES 553 after a getline var; because inputFS wasn't initialized,
730 initialized Cells in setsymtab more carefully; some fields
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 671 static int initialized; local
672 if (initialized) return 1;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 1212 static int initialized; variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 654 static int initialized; local
655 if (initialized) return 1;
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c 1399 static int initialized; variable
    [all...]
  /external/python/cpython2/Python/
Python-ast.c 671 static int initialized; local
672 if (initialized) return 1;
965 initialized = 1
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c 1933 static int initialized; variable
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go 524 // zero-initialized. Calling `tf.scatter_nd(indices, values, shape)` is identical
    [all...]
  /external/libxml2/
xmlIO.c 456 if (ctxt->sax->initialized == XML_SAX2_MAGIC)
    [all...]
xmlreader.c     [all...]
  /external/stressapptest/src/
worker.cc     [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 192 // Note: This cannot be called from inside an initialized VkRenderFramework because frameworks cannot be "nested".
273 // Assert not already initialized
    [all...]
  /build/soong/android/
arch.go 717 // Modules can be initialized with InitAndroidMultiTargetsArchModule, in which case they will be split by OsClass,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/python/cpython3/Python/
Python-ast.c 840 static int initialized; local
841 if (initialized) return 1;
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /external/libaom/libaom/av1/decoder/
decodeframe.c     [all...]

Completed in 1875 milliseconds

<<111213141516171819