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

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Modules/
_tracemalloc.c 33 /* Module initialized?
39 } initialized; member in struct:__anon37323
959 if (tracemalloc_config.initialized == TRACEMALLOC_FINALIZED) {
965 if (tracemalloc_config.initialized == TRACEMALLOC_INITIALIZED)
1029 tracemalloc_config.initialized = TRACEMALLOC_INITIALIZED;
1037 if (tracemalloc_config.initialized != TRACEMALLOC_INITIALIZED)
1039 tracemalloc_config.initialized = TRACEMALLOC_FINALIZED;
    [all...]
_lsprof.c 532 static int initialized; variable
871 if (!initialized) {
886 initialized = 1;
  /external/grpc-grpc/src/csharp/Grpc.Core/
GrpcEnvironment.cs 66 /// Returns a reference-counted instance of initialized gRPC environment.
209 GrpcPreconditions.CheckState(instance == null, "Can only be set before GrpcEnvironment is initialized");
226 GrpcPreconditions.CheckState(instance == null, "Can only be set before GrpcEnvironment is initialized");
246 GrpcPreconditions.CheckState(instance == null, "Can only be set before GrpcEnvironment is initialized");
263 GrpcPreconditions.CheckState(instance == null, "Can only be set before GrpcEnvironment is initialized");
283 GrpcPreconditions.CheckState(instance == null, "Can only be set before GrpcEnvironment is initialized");
293 /// If <c>GrpcEnvironment</c> is later initialized and shutdown, the event will be fired again (unless unregistered first).
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 107 static int initialized = 0; variable
109 /* API to access the initialized flag -- useful for esoteric use */
114 return initialized;
124 (If the lock has not yet been initialized, that's equivalent to
163 if (initialized)
165 initialized = 1;
287 initialized by other means. Also set the encoding of
410 if (!initialized)
425 initialized = 0;
441 * XXX longer believes it's initialized.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 101 static int initialized = 0; variable
103 /* API to access the initialized flag -- useful for esoteric use */
108 return initialized;
118 (If the lock has not yet been initialized, that's equivalent to
157 if (initialized)
159 initialized = 1;
275 initialized by other means. Also set the encoding of
398 if (!initialized)
413 initialized = 0;
429 * XXX longer believes it's initialized.
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 1465 EGLBoolean initialized = EGL_FALSE; local
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 114 static int initialized = 0; variable
116 /* API to access the initialized flag -- useful for esoteric use */
121 return initialized;
131 (If the lock has not yet been initialized, that's equivalent to
184 if (initialized)
186 initialized = 1;
308 initialized by other means. Also set the encoding of
416 if (!initialized)
431 initialized = 0;
447 * XXX longer believes it's initialized
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 604 self.initialized = 0
706 # with data is seen, self.initialized will be 0. On that
708 # entry-point with data is seen, self.initialized will be 1.
722 if self.initialized:
736 if true_name == name or not self.initialized:
745 self.initialized = 1
754 if not self.initialized:
755 raise RuntimeError('%s is not initialized yet' % self.name)
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 571 ASSERT_TRUE(m_device && m_device->initialized()); // VKTriangleTest assumes Init() has finished
    [all...]
  /cts/hostsidetests/gputools/src/android/gputools/cts/
CtsRootlessGpuDebugHostTest.java 116 private static boolean initialized = false; field in class:CtsRootlessGpuDebugHostTest
298 if (!initialized) {
300 initialized = true;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 244 static int initialized; variable
882 if (!initialized) {
888 initialized = 1;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 535 static int initialized; variable
878 if (!initialized) {
891 initialized = 1;
timemodule.c 244 static int initialized; variable
877 if (!initialized) {
883 initialized = 1;
    [all...]
  /external/autotest/client/common_lib/cros/
arc.py 687 self.initialized = False
722 self.initialized = True
743 if not self.initialized:
744 logging.info('Skipping ARC cleanup: not initialized')
822 if not self.initialized:
823 logging.info('Skipping ARC setup: not initialized')
    [all...]
  /external/icu/icu4c/source/test/intltest/
restest.cpp 124 static UBool initialized = FALSE; local
125 if (!initialized)
128 initialized = TRUE;
  /external/iproute2/ip/
ipnetns.c 211 static int initialized; local
216 if (initialized || !ipnetns_have_nsid())
234 initialized = 1;
  /external/llvm/tools/lto/
lto.cpp 67 static bool initialized = false; variable
89 // Initialize the configured targets if they have not been initialized.
91 if (!initialized) {
108 initialized = true;
  /external/oj-libjdwp/src/share/transport/socket/
socketTransport.c 46 static jboolean initialized; variable
731 if (initialized) {
737 initialized = JNI_TRUE;
754 /* initialized TLS */
  /external/python/cpython2/Modules/
_lsprof.c 535 static int initialized; variable
877 if (!initialized) {
890 initialized = 1;
timemodule.c 244 static int initialized; variable
980 if (!initialized) {
986 initialized = 1;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
lto.cpp 71 static bool initialized = false; variable
96 // Initialize the configured targets if they have not been initialized.
98 if (!initialized) {
116 initialized = true;
  /external/tcpdump/
print-esp.c 605 static int initialized = 0; local
607 if (!initialized) {
609 initialized = 1;
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler_test.cc 306 args[1].initialized = true;
357 args[1].initialized = true;
400 args[1].initialized = true;
749 args[0].initialized = true;
    [all...]
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
gmm_ops.py 170 name='initialized')
202 initialized = control_flow_ops.with_dependencies(
211 self._init_ops.append(control_flow_ops.cond(initialized,
219 self._init_ops.append(control_flow_ops.cond(initialized,
232 """Returns a boolean operation for initialized variables."""
  /external/u-boot/drivers/adc/
meson-saradc.c 174 bool initialized; member in struct:meson_saradc_priv
628 if (!priv->initialized) {
635 priv->initialized = true;

Completed in 661 milliseconds

1 2 3 4 5 6 7 8 91011>>