HomeSort by relevance Sort by last modified time
    Searched defs:Lazy (Results 1 - 25 of 40) sorted by null

1 2

  /external/dagger2/core/src/main/java/dagger/
Lazy.java 20 * 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}
30 * injection</strong> and <strong>lazy injection</strong> are best demonstrated
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;}
100 * System.out.println(lazy.get());
101 * System.out.println(lazy.get())
    [all...]
  /external/clang/test/PCH/
cxx-friends.h 20 namespace Lazy {
  /frameworks/compile/mclinker/include/mcld/MC/
ZOption.h 38 Lazy,
  /external/llvm/include/llvm/Object/
MachO.h 146 enum class Kind { Regular, Lazy, Weak };
294 /// For use iterating over all lazy bind table entries.
297 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 189 enum class Kind { Regular, Lazy, Weak };
350 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 189 enum class Kind { Regular, Lazy, Weak };
350 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 189 enum class Kind { Regular, Lazy, Weak };
350 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 189 enum class Kind { Regular, Lazy, Weak };
350 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 189 enum class Kind { Regular, Lazy, Weak };
350 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 189 enum class Kind { Regular, Lazy, Weak };
350 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 189 enum class Kind { Regular, Lazy, Weak };
350 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 189 enum class Kind { Regular, Lazy, Weak };
350 /// For use iterating over all lazy bind table entries.
  /external/guice/extensions/dagger-adapter/lib/
dagger-2.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.0/
dagger-2.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.6/
dagger-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.7/
dagger-2.7.jar 
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 156 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),
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/dagger/dagger/1.2.2/
dagger-1.2.2.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.6/
kotlin-stdlib-1.0.6.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.2-4/
kotlin-stdlib-1.1.2-4.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 

Completed in 324 milliseconds

1 2