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

1 2 3 4 5 67 8 91011>>

  /external/eigen/Eigen/src/Core/
StableNorm.h 62 static bool initialized = false; local
64 if(!initialized)
94 initialized = true;
  /external/honggfuzz/libhfnetdriver/
netdriver.c 74 static bool initialized = false; local
75 if (initialized) {
78 initialized = true;
  /external/python/cpython2/Modules/
resource.c 58 static int initialized; variable
262 if (!initialized)
345 initialized = 1;
  /external/python/cpython2/Python/
thread_sgi.h 122 if (!initialized)
178 if (!initialized)
222 if (!initialized)
  /external/python/cpython3/Modules/
resource.c 69 static int initialized; variable
361 if (!initialized) {
485 initialized = 1;
  /external/webrtc/talk/media/devices/
devicemanager.cc 71 if (initialized()) {
77 if (!initialized()) {
87 if (initialized()) {
win32devicemanager.cc 108 if (initialized()) {
114 if (!initialized()) {
132 if (initialized()) {
  /external/iputils/ninfod/
ninfod_core.c 122 int initialized = 0; variable
303 if (!forced && initialized)
398 if (!initialized || forced) {
415 if (initialized)
437 initialized = 1;
  /external/python/cpython3/Python/
thread_pthread.h 191 if (!initialized)
258 if (!initialized)
268 if (!initialized)
286 if (!initialized)
457 if (!initialized)
pylifecycle.c 86 _PyRuntime. However, _PyRuntime *should* be initialized with
90 static int initialized = 0; local
91 if (initialized) {
94 initialized = 1;
160 return _PyRuntime.initialized;
231 (If the lock has not yet been initialized, that's equivalent to
395 "Python runtime initialized with LC_CTYPE=C (a locale with default ASCII "
589 (If the lock has not yet been initialized, that's equivalent to
671 if (_PyRuntime.initialized) {
672 return _Py_INIT_ERR("main interpreter already initialized");
    [all...]
  /external/python/cpython3/Lib/distutils/
_msvccompiler.py 224 self.initialized = False
228 assert not self.initialized, "don't init multiple times"
304 self.initialized = True
345 if not self.initialized:
438 if not self.initialized:
472 if not self.initialized:
  /external/u-boot/cmd/
jffs2.c 332 static int initialized = 0; local
337 if (!initialized) {
341 initialized = 1;
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspHelper.s 19 # FspInfoHeaderRelativeOff is patched during build process and initialized to offset of the AsmGetFspBaseAddress
  /external/antlr/runtime/C/include/
antlr3debugeventlistener.h 84 ANTLR3_BOOLEAN initialized; member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
  /external/jemalloc_new/include/jemalloc/internal/
ctl.h 63 bool initialized; member in struct:ctl_arena_s
  /external/jemalloc_new/test/unit/
mallctl.c 373 bool initialized; local
379 assert_d_eq(mallctlnametomib("arena.0.initialized", mib, &miblen), 0,
383 sz = sizeof(initialized);
384 assert_d_eq(mallctlbymib(mib, miblen, &initialized, &sz, NULL,
389 sz = sizeof(initialized);
390 assert_d_eq(mallctlbymib(mib, miblen, &initialized, &sz, NULL, 0), 0,
392 assert_true(initialized,
393 "Merged arena statistics should always be initialized");
396 sz = sizeof(initialized);
398 "arena." STRINGIFY(MALLCTL_ARENAS_ALL) ".initialized",
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.c 144 stw_dev->initialized = true;
  /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
MutableAggregation.java 484 private boolean initialized = false; field in class:MutableAggregation.MutableLastValueDouble
501 if (!initialized) {
502 initialized = true;
512 this.lastValue = otherValue.initialized ? otherValue.getLastValue() : this.lastValue;
  /external/protobuf/objectivec/
GPBMessage.h 83 @property(nonatomic, readonly, getter=isInitialized) BOOL initialized; variable
  /external/python/cpython3/Modules/_io/
_iomodule.c 589 if (!state->initialized)
602 if (!state->initialized)
647 state->initialized = 0;
773 state->initialized = 1;
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
case_op.cc 65 arg.initialized = resource->initialized();
71 OP_REQUIRES(ctx, arg.initialized,
81 << " initialized: " << arg.initialized;
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_resource.h 74 // a resource is first initialized we do not yet know its type, so we keep
95 // A variable is initialized if it has a value.
96 bool initialized() const { return value_.valid(); } function in class:tensorflow::XlaResource
99 // must not change once the variable has been initialized.
115 // exist. The call target must be an initialized TensorArray resource. A
143 // We need to store this since sometimes TensorArrays must be initialized
  /external/tensorflow/tensorflow/lite/
model.h 129 bool initialized() const { return model_ != nullptr; } function in class:tflite::FlatBufferModel
  /external/tensorflow/tensorflow/lite/models/smartreply/
predictor.cc 80 if (!model.initialized()) {
  /build/soong/java/config/
error_prone.go 33 // Wrapper that grabs value of val late so it can be initialized by a later module's init function

Completed in 3146 milliseconds

1 2 3 4 5 67 8 91011>>