/external/python/cpython3/Modules/ |
signalmodule.c | 938 static int initialized; variable 1227 if (!initialized) { 1233 initialized = 1; [all...] |
/external/v8/src/base/platform/ |
platform-win32.cc | 127 // Just return if timezone information has already been initialized. 169 // Timezone information initialized. 323 static bool initialized = false; local 331 bool needs_resync = !initialized; 351 initialized = true; [all...] |
/external/curl/lib/vtls/ |
nss.c | 97 static volatile int initialized = 0; variable [all...] |
/external/libxml2/ |
nanoftp.c | 138 static int initialized = 0; variable 186 if (initialized) 215 initialized = 1; 239 if (initialized) 242 initialized = 0; [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_wayland.c | 2055 EGLBoolean initialized = EGL_FALSE; local [all...] |
/external/jemalloc/src/ |
ctl.c | 356 {NAME("initialized"), CTL(arenas_initialized)}, 726 bool initialized = (tarenas[i] != NULL); local 728 ctl_stats.arenas[i].initialized = initialized; 729 if (initialized) 804 ctl_stats.arenas[ctl_stats.narenas].initialized = true; [all...] |
/external/golang-protobuf/proto/ |
table_unmarshal.go | 70 // 0 = only typ field is initialized 71 // 1 = completely initialized 72 initialized int32 123 // will be initialized on first use. 135 if atomic.LoadInt32(&u.initialized) == 0 { 270 if u.initialized != 0 { 425 atomic.StoreInt32(&u.initialized, 1) [all...] |
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
table_unmarshal.go | 70 // 0 = only typ field is initialized 71 // 1 = completely initialized 72 initialized int32 123 // will be initialized on first use. 135 if atomic.LoadInt32(&u.initialized) == 0 { 269 if u.initialized != 0 { 422 atomic.StoreInt32(&u.initialized, 1) [all...] |
/frameworks/av/services/camera/libcameraservice/common/ |
CameraProviderManager.cpp | 643 static bool initialized = false; local 644 if (initialized) { 647 initialized = true; 1502 bool initialized = false; local [all...] |
/external/elfutils/libcpu/ |
i386_parse.y | 776 static int initialized; 777 if (! initialized) 779 initialized = 1; [all...] |
/external/icu/icu4c/source/test/intltest/ |
restsnew.cpp | 123 static UBool initialized = FALSE; local 124 if (!initialized) 127 initialized = TRUE; [all...] |
/external/python/cpython2/Modules/_ctypes/ |
cfield.c | 1667 static int initialized = 0; local [all...] |
/external/python/cpython3/Modules/_ctypes/ |
cfield.c | 1568 static int initialized = 0; local [all...] |
/external/tensorflow/tensorflow/python/debug/lib/ |
debug_data.py | 62 def __init__(self, tensor_proto, initialized=True): 68 initialized: (`bool`) whether the Tensor is initialized. 71 self._initialized = initialized 79 def initialized(self): member in class:InconvertibleTensorProto 128 # Initialized tensor or empty tensor. [all...] |
/external/u-boot/cmd/ |
mtdparts.c | 1721 static int initialized = 0; local [all...] |
/external/vulkan-validation-layers/tests/ |
vktestbinding.h | 89 bool initialized() const { return (handle_ != T{}); } function in class:vk_testing::internal::Handle 110 assert(!initialized()); 138 assert(!Handle<T>::initialized() && dev_handle_ == VK_NULL_HANDLE); [all...] |
/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/ImageMagick/MagickCore/ |
opencl-private.h | 357 initialized; member in struct:_MagickCLEnv
|
/external/harfbuzz_ng/src/ |
hb-common.cc | 58 u.opts.initialized = true;
|
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.runtime_3.14.0.v20180417-0825.jar | |
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_framebuffer.c | 207 /* We check that the stw_dev object is initialized before we try to do 210 * initialized. 212 if (stw_dev && stw_dev->initialized) {
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
tf2xla.cc | 89 // initialized with whatever shapes we can infer, while the user can still 207 // initialized correctly. 278 arg.initialized = true;
|
/art/runtime/ |
reflection_test.cc | 120 // Ensure class is initialized before allocating object 124 bool initialized = class_linker_->EnsureInitialized(self, h_class, true, true); local 125 CHECK(initialized);
|
/build/blueprint/bootstrap/ |
doc.go | 114 // Once the script completes the build directory is initialized and ready to run
|
/build/blueprint/parser/ |
printer.go | 52 // pendingNewLine is initialized to -1 to eat initial spaces if the first token is a comment
|