Home
last modified time | relevance | path

Searched refs:gInitialized (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfUtils.cpp19 static bool gInitialized = false; in initLLVMIfNeeded() local
20 if (!gInitialized) { in initLLVMIfNeeded()
21 gInitialized = true; in initLLVMIfNeeded()
/external/doclava/res/assets/templates/assets/
Dsearch_autocomplete.js6 var gInitialized = false; variable
45 if (!gInitialized) {
68 gInitialized = true;
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc54 bool PartitionRootBase::gInitialized = false; member in pdfium::base::PartitionRootBase
110 if (!PartitionRootBase::gInitialized) { in PartitionAllocBaseInit()
111 PartitionRootBase::gInitialized = true; in PartitionAllocBaseInit()
Dpartition_alloc.h321 static bool gInitialized; member