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

1 2 3

  /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 {
  /packages/services/Car/service/src/com/android/car/storagemonitoring/
IoStatsTracker.java 28 private abstract class Lazy<T> {
56 final Lazy<List<ProcessInfo>> processTable = new Lazy<List<ProcessInfo>>() {
  /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-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/darwin-x86/clang-4393122/include/llvm/Object/
MachO.h 207 enum class Kind { Regular, Lazy, Weak };
370 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
MachO.h 207 enum class Kind { Regular, Lazy, Weak };
370 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
MachO.h 216 enum class Kind { Regular, Lazy, Weak };
398 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
MachO.h 216 enum class Kind { Regular, Lazy, Weak };
398 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
MachO.h 216 enum class Kind { Regular, Lazy, Weak };
398 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
MachO.h 216 enum class Kind { Regular, Lazy, Weak };
398 /// 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.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
MachO.h 207 enum class Kind { Regular, Lazy, Weak };
370 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
MachO.h 207 enum class Kind { Regular, Lazy, Weak };
370 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
MachO.h 216 enum class Kind { Regular, Lazy, Weak };
398 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
MachO.h 216 enum class Kind { Regular, Lazy, Weak };
398 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
MachO.h 216 enum class Kind { Regular, Lazy, Weak };
398 /// For use iterating over all lazy bind table entries.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
MachO.h 216 enum class Kind { Regular, Lazy, Weak };
398 /// 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 

Completed in 663 milliseconds

1 2 3