Searched defs:Lazy (Results 1 - 13 of 13) sorted by relevance

/external/dagger2/core/src/main/java/dagger/
H A DLazy.java20 * A handle to a lazily-computed value. Each {@code Lazy} computes its value on
24 * <p>{@code null} is not a supported value. Implementations of {@code Lazy}
92 * <h3>Lazy Injection</h3>
93 * This class injects a {@code Lazy} for the integer. Like the provider above,
94 * it calls {@code Lazy.get()} 3 times and prints each result:<pre><code>
96 * {@literal @Inject Lazy<Integer> lazy;}
116 * <h3>Lazy != Singleton</h3>
117 * Note that each injected {@code Lazy} is independent, and remembers its value
118 * in isolation of other {@code Lazy} instances. In this example, two {@code
131 * The output demonstrates that each {@code Lazy} work
147 public interface Lazy<T> { interface
[all...]
/external/clang/test/PCH/
H A Dcxx-friends.h20 namespace Lazy { namespace
/external/llvm/lib/LTO/
H A DLTO.cpp24 LLVMContext &Context, bool Lazy) {
27 if (Lazy) {
30 /* ShouldLazyLoadMetadata */ Lazy);
23 loadModuleFromBuffer(const MemoryBufferRef &Buffer, LLVMContext &Context, bool Lazy) argument
/external/llvm/tools/llvm-c-test/
H A Dmodule.c28 LLVMModuleRef llvm_load_module(bool Lazy, bool New) { argument
42 if (Lazy)
47 if (Lazy)
59 if (!Lazy)
65 int llvm_module_dump(bool Lazy, bool New) { argument
66 LLVMModuleRef M = llvm_load_module(Lazy, New);
/external/clang/include/clang/AST/
H A DASTUnresolvedSet.h30 void setLazy(bool Lazy) { setTag(Lazy); } argument
/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp34 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy = false);
267 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) {
311 // Lazy bindings have DONE opcodes between operations, so we need to keep
313 if (!Lazy && BindOp.Opcode == MachO::BIND_OPCODE_DONE)
265 dumpBindOpcodes( std::vector<MachOYAML::BindOpcode> &BindOpcodes, ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) argument
/external/llvm/include/llvm/Object/
H A DMachO.h146 enum class Kind { Regular, Lazy, Weak }; member in class:llvm::object::MachOBindEntry::Kind
/external/guice/extensions/dagger-adapter/lib/
H A Ddagger-2.0.jarMETA-INF/ META-INF/MANIFEST.MF dagger/ dagger/internal/ dagger/Component.class Component.java ...
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs156 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldOptions), global::Google.Protobuf.Reflection.FieldOptions.Parser, new[]{ "Ctype", "Packed", "Jstype", "Lazy", "Deprecated", "Weak", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.CType), typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) }, null),
3462 /// Should this field be parsed lazily? Lazy applies only to message-type
3490 public bool Lazy { property in class:Google.Protobuf.Reflection.FieldOptions
3552 if (Lazy != other.Lazy) return false;
3564 if (Lazy != false) hash ^= Lazy.GetHashCode();
3588 if (Lazy != false) {
3590 output.WriteBool(Lazy);
3614 if (Lazy !
[all...]
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/external/mockito/lib/
H A Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 423 milliseconds