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

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.S 67 loopl LOOP_1 # loop back through again until all descriptors are initialized
79 # loop @b ; loop back through again until all descriptors are initialized
    [all...]
efi64.S 82 loopl LOOP_1 # loop back through again until all descriptors are initialized
95 # loop @b ; loop back through again until all descriptors are initialized
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspHelper.asm 19 ; FspInfoHeaderRelativeOff is patched during build process and initialized to offset of the AsmGetFspBaseAddress
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/
cygrpc.pyx 56 # is initialized.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 156 private boolean initialized; field in class:DiskLruCache
171 if (!initialized | closed) {
203 if (initialized) {
204 return; // Already initialized.
222 initialized = true;
234 initialized = true;
238 * Create a cache which will reside in {@code directory}. This cache is lazily initialized on
499 if (initialized) {
636 if (!initialized) return;
645 if (!initialized || closed)
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DiskLruCache.java 158 private boolean initialized; field in class:DiskLruCache
173 if (!initialized | closed) {
205 if (initialized) {
206 return; // Already initialized.
224 initialized = true;
236 initialized = true;
240 * Create a cache which will reside in {@code directory}. This cache is lazily initialized on
501 if (initialized) {
638 if (!initialized) return;
647 if (!initialized || closed)
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
stack_ops.cc 55 // If a Stack `resource` has not been initialized, constructs storage for the
56 // Stack with elements of `elem_shape`. For both initialized and
74 if (!resource->initialized()) {
75 // Stack has not been initialized.
190 OP_REQUIRES(ctx, resource->initialized(),
  /external/tensorflow/tensorflow/compiler/xrt/
xrt_compilation_cache.cc 194 entry->initialized = true;
233 // Block if necessary until the subgraph has been initialized.
235 +[](CompiledSubgraph* e) { return e->initialized; }, entry));
  /external/v4l2_codec2/vda/
vp9_parser.h 126 // Members of Vp9FrameHeader will be 0-initialized by Vp9Parser::ParseNextFrame.
279 bool initialized; member in struct:media::Vp9Parser::ReferenceSlot
298 bool initialized() const { return initialized_; } function in class:media::Vp9Parser::Context::Vp9FrameContextManager
388 // Clear parser state and return to an initialized state.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvccompiler.py 250 self.initialized = False
312 self.initialized = True
353 if not self.initialized: self.initialize()
445 if not self.initialized: self.initialize()
479 if not self.initialized: self.initialize()
  /external/clang/tools/scan-build-py/libear/
ear.c 97 static int initialized = 0; variable
144 if (!initialized)
145 initialized = bear_capture_env_t(&initial_env);
152 initialized = 0;
413 if (!initialized)
  /external/grpc-grpc/src/core/lib/iomgr/
timer_generic.cc 232 bool initialized; member in struct:shared_mutables
265 g_shared_mutables.initialized = true;
309 g_shared_mutables.initialized = false;
370 if (!g_shared_mutables.initialized) {
459 if (!g_shared_mutables.initialized) {
  /external/pdfium/third_party/base/allocator/partition_allocator/
partition_alloc.h 309 bool initialized; member in struct:pdfium::base::PartitionRootBase
713 DCHECK(root->initialized);
    [all...]
  /external/python/cpython2/Lib/distutils/
msvccompiler.py 250 self.initialized = False
312 self.initialized = True
353 if not self.initialized: self.initialize()
445 if not self.initialized: self.initialize()
479 if not self.initialized: self.initialize()
  /external/python/cpython3/Lib/distutils/
msvccompiler.py 246 self.initialized = False
308 self.initialized = True
347 if not self.initialized:
435 if not self.initialized:
468 if not self.initialized:
  /external/tensorflow/tensorflow/python/ops/
init_ops_v2.py 52 """Returns a tensor object initialized as specified by the initializer.
94 """Initializer that generates tensors initialized to 0."""
103 """Initializer that generates tensors initialized to 1."""
106 """Returns a tensor object initialized as specified by the initializer.
141 array. All elements of the initialized variable will be set to the
198 """Returns a tensor object initialized as specified by the initializer.
239 """Returns a tensor object initialized as specified by the initializer.
284 """Returns a tensor object initialized as specified by the initializer.
331 """Returns a tensor object initialized as specified by the initializer.
402 """Returns a tensor object initialized as specified by the initializer
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
xlat_tables_internal.c 748 assert(!ctx->initialized);
879 * Update the translation tables if the xlat tables are initialized. If
880 * not, this region will be mapped when they are initialized.
882 if (ctx->initialized) {
980 if (ctx->initialized) {
    [all...]
  /external/curl/lib/
easy.c 88 static unsigned int initialized; variable
94 * so the callback pointer is initialized correctly.
143 if(initialized++)
236 if(initialized) {
237 /* Already initialized, don't do it again, but bump the variable anyway to
240 initialized++;
262 if(!initialized)
265 if(--initialized)
299 if(!initialized) {
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 42 if (initialized()) destroy_func(device(), handle(), NULL); \
241 if (!initialized()) return;
431 if (initialized()) vkFreeMemory(device(), handle(), NULL);
542 if (initialized()) {
550 if (initialized()) {
734 if (initialized()) {
750 if (initialized()) {
  /external/adhd/cras/src/server/
cras_hfp_slc.c 47 * init_cb - Callback to be triggered when an SLC is initialized.
48 * initialized - The service level connection is fully initilized of not.
67 int initialized; member in struct:hfp_slc_handle
213 * The service level connection is consider initialized when successfully
252 /* Consider the Service Level Connection to be fully initialized,
255 if (!handle->initialized) {
256 handle->initialized = 1;
492 * An initialized service level connection is the pre-condition for all
  /external/autotest/server/hosts/
cros_repair_unittest.py 135 "initialized": true,
164 "initialized": true,
193 "initialized": true,
  /external/compiler-rt/lib/asan/
asan_thread.cc 61 static bool initialized; local
64 if (!initialized) {
71 initialized = true;
196 // 0 -- not initialized
197 // 1 -- being initialized
198 // ptr -- initialized
220 fake_stack_ = nullptr; // Will be initialized lazily if needed.
  /external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
jsonToSpirv.cpp 236 static bool initialized = false; local
237 if (initialized)
239 initialized = true;
  /external/icu/icu4c/source/test/cintltst/
utmstest.c 47 static UBool initialized = FALSE; local
49 if (!initialized) {
51 initialized = TRUE;
  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
Storage.java 219 * locks[0].initialized (short)
221 * locks[numLocks - 1].initialized (short)
319 Util.setShort(working, (short) 0, locks[i].initialized());
363 if (locks[p1].initialized() != 0) {
364 return locks[p1].initialized();

Completed in 6632 milliseconds

1 2 3 4 5 6 78 91011>>