Home
last modified time | relevance | path

Searched defs:Lazy (Results 1 – 8 of 8) 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/llvm/lib/LTO/
DLTO.cpp24 LLVMContext &Context, bool Lazy) { in loadModuleFromBuffer()
/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/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator_test.cc753 TEST_F(LazyBestFitHeapTest, Lazy) { in TEST_F() argument
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1304 Lazy *bool `protobuf:"varint,5,opt,name=lazy,def=0" json:"lazy,omitempty"` member
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3490 public bool Lazy { property in Google.Protobuf.Reflection.FieldOptions