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

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_iso2022.c 570 static int initialized = 0; local
572 if (!initialized && (
576 initialized = 1;
606 static int initialized = 0; local
608 if (!initialized && (
612 initialized = 1;
647 static int initialized = 0; local
649 if (!initialized && (
653 initialized = 1;
684 static int initialized = 0; local
954 static int initialized = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_iso2022.c 570 static int initialized = 0; local
572 if (!initialized && (
576 initialized = 1;
606 static int initialized = 0; local
608 if (!initialized && (
612 initialized = 1;
647 static int initialized = 0; local
649 if (!initialized && (
653 initialized = 1;
684 static int initialized = 0; local
954 static int initialized = 0; local
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_iso2022.c 570 static int initialized = 0; local
572 if (!initialized && (
576 initialized = 1;
606 static int initialized = 0; local
608 if (!initialized && (
612 initialized = 1;
647 static int initialized = 0; local
649 if (!initialized && (
653 initialized = 1;
684 static int initialized = 0 local
954 static int initialized = 0; local
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
_codecs_iso2022.c 572 static int initialized = 0; local
574 if (!initialized && (
578 initialized = 1;
609 static int initialized = 0; local
611 if (!initialized && (
615 initialized = 1;
650 static int initialized = 0; local
652 if (!initialized && (
656 initialized = 1;
687 static int initialized = 0 local
966 static int initialized = 0; local
    [all...]
  /art/test/964-default-iface-init-gen/util-src/
generate_java.py 119 System.out.println("Initialized {tree}");
121 System.out.println("All of {tree} hierarchy initialized");
133 Initialized {tree}
135 All of {tree} hierarchy initialized
270 self.initialized = False
303 Returns the expected output upon the class that implements this interface being initialized.
305 if self.default and not self.initialized:
306 self.initialized = True
315 if not self.default and not self.initialized:
316 self.initialized = Tru
    [all...]
  /external/minigbm/cros_gralloc/gralloc0/
gralloc0.cc 17 bool initialized; member in struct:gralloc0_module
149 if (mod->initialized)
168 mod->initialized = true;
177 if (module->initialized) {
199 if (!mod->initialized)
432 .initialized = false,
  /external/jemalloc/test/src/
SFMT.c 105 * initialized. */
106 int initialized; member in struct:sfmt_s
451 assert(ctx->initialized);
491 assert(ctx->initialized);
552 assert(ctx->initialized);
588 assert(ctx->initialized);
627 ctx->initialized = 1;
709 ctx->initialized = 1;
717 ctx->initialized = 0;
  /external/jemalloc_new/test/src/
SFMT.c 105 * initialized. */
106 int initialized; member in struct:sfmt_s
451 assert(ctx->initialized);
491 assert(ctx->initialized);
552 assert(ctx->initialized);
588 assert(ctx->initialized);
627 ctx->initialized = 1;
709 ctx->initialized = 1;
717 ctx->initialized = 0;
  /bootable/recovery/boot_control/
boot_control.cpp 38 // Whether this struct was initialized with data from the bootloader message
40 bool initialized; member in struct:boot_control_private_t
211 if (module->initialized) return true;
228 module->initialized = true;
397 .initialized = false,
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 59 private boolean initialized = false; field in class:OBJView
93 initialized = false;
172 if (!initialized) {
174 initialized = true;
  /device/generic/goldfish-opengl/system/egl/
eglDisplay.h 51 bool initialized() const { return m_initialized; } function in class:eglDisplay
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/
LZ77Compressor.java 233 private boolean initialized = false; field in class:LZ77Compressor
383 if (!initialized && lookahead >= params.getMinBackReferenceLength()) {
386 if (initialized) {
415 initialized = true;
  /external/compiler-rt/lib/asan/
asan_globals.cc 45 bool initialized; member in struct:__asan::DynInitGlobal
48 // Lazy-initialized and never deleted.
337 // when all dynamically initialized globals are unpoisoned. This method
354 if (dyn_g.initialized)
359 dyn_g.initialized = true;
364 // all dynamically initialized globals except for those defined in the current
365 // TU are poisoned. It simply unpoisons all dynamically initialized globals.
376 if (!dyn_g.initialized) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 155 if (ctx && ctx->initialized)
173 if (ctx && ctx->initialized)
228 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors)
236 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors)
  /external/iputils/ninfod/
ninfod.h 79 extern int initialized; /* ninfod_core.c */
  /external/jemalloc/include/jemalloc/internal/
ctl.h 35 bool initialized; member in struct:ctl_arena_stats_s
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 59 int initialized; member in struct:frame_contexts
  /external/stressapptest/src/
disk_blocks.h 35 // except for initialized accessor/mutator, which are thread-safe
53 bool initialized() const;
120 // and set this block as initialized). Does not grant ownership of the
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
if_op.cc 68 arg.initialized = resource->initialized();
74 OP_REQUIRES(ctx, arg.initialized,
84 << " initialized: " << arg.initialized;
  /external/tensorflow/tensorflow/compiler/xrt/
xrt_compilation_cache.h 129 // requests the entry will block until it has been initialized. Each entry has
137 bool initialized = false; member in struct:tensorflow::XRTCompilationCache::CompiledSubgraph
139 // initialized. This status will be returned to any client that requests the
  /external/webrtc/webrtc/modules/audio_coding/neteq/
background_noise.h 70 bool initialized() const { return initialized_; } function in class:webrtc::BackgroundNoise
dtmf_tone_generator.cc 192 bool DtmfToneGenerator::initialized() const { function in class:webrtc::DtmfToneGenerator
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
resource.c 58 static int initialized; variable
245 if (!initialized)
328 initialized = 1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_sgi.h 122 if (!initialized)
178 if (!initialized)
222 if (!initialized)
  /external/e2fsprogs/intl/
relocatable.c 389 static int initialized; local
392 if (!initialized)
414 initialized = 1;

Completed in 7212 milliseconds

1 2 3 4 56 7 8 91011>>