Home
last modified time | relevance | path

Searched defs:Lazy (Results 1 – 17 of 17) sorted by relevance

/external/dagger2/core/src/main/java/dagger/
DLazy.java147 public interface Lazy<T> { interface
/external/llvm/tools/llvm-c-test/
Dmodule.c28 LLVMModuleRef llvm_load_module(bool Lazy, bool New) { in llvm_load_module()
65 int llvm_module_dump(bool Lazy, bool New) { in llvm_module_dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dmodule.c27 LLVMModuleRef llvm_load_module(bool Lazy, bool New) { in llvm_load_module()
64 int llvm_module_dump(bool Lazy, bool New) { in llvm_module_dump()
/external/llvm/lib/LTO/
DLTO.cpp24 LLVMContext &Context, bool Lazy) { in loadModuleFromBuffer()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDomTreeUpdater.h29 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h55 Lazy = 1U << 5, enumerator
/external/llvm/include/llvm/Object/
DMachO.h146 enum class Kind { Regular, Lazy, Weak }; enumerator
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp267 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) { in dumpBindOpcodes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp295 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) { in dumpBindOpcodes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h185 bool IsDWO, bool Lazy) override { in parseImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp43 const DWARFSection &DWOSection, bool Lazy) { in parseDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h216 enum class Kind { Regular, Lazy, Weak }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp178 bool Lazy, bool IsImporting) { in loadModuleFromBuffer()
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator_test.cc1036 TEST_F(LazyBestFitHeapTest, Lazy) { in TEST_F() argument
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3490 public bool Lazy { property in Google.Protobuf.Reflection.FieldOptions
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1769 Lazy *bool `protobuf:"varint,5,opt,name=lazy,def=0" json:"lazy,omitempty"` member
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1706 Lazy *bool `protobuf:"varint,5,opt,name=lazy,def=0" json:"lazy,omitempty"` member