HomeSort by relevance Sort by last modified time
    Searched refs:Builder (Results 401 - 425 of 3411) sorted by null

<<11121314151617181920>>

  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
ValidationReportTest.java 20 import dagger.internal.codegen.ValidationReport.Builder;
50 Builder<TypeElement> reportBuilder =
70 Builder<TypeElement> reportBuilder =
90 Builder<TypeElement> reportBuilder =
  /external/dagger2/core/src/main/java/dagger/
Component.java 111 * <a href="http://en.wikipedia.org/wiki/Builder_pattern">builder</a>. An instance of the builder
112 * is obtained using the {@code builder()} method on the component implementation.
113 * If a nested {@code @Component.Builder} type exists in the component, the {@code builder()}
115 * {@code @Component.Builder} exists, the returned builder has a method to set each of the
120 * component implementation may be elided. This is an example usage of a component builder:
124 * MyComponent component = DaggerMyComponent.builder()
137 * {@code SomeComponent.create()} and {@code SomeComponent.builder().build()} are both valid an
    [all...]
  /external/dagger2/producers/src/main/java/dagger/producers/
ProductionComponent.java 85 * A builder for a component. Components may have a single nested static abstract class or
86 * interface annotated with {@code @ProductionComponent.Builder}. If they do, then the component's
87 * generated builder will match the API in the type. Builders must follow some rules:
92 * the builder type, or a supertype of the builder.
100 * <li> Non-abstract methods are allowed, but ignored as far as validation and builder generation
104 * For example, this could be a valid {@code ProductionComponent} with a builder: <pre><code>
109 * {@literal @}ProductionComponent.Builder
110 * interface Builder {
112 * Builder executor(Executor executor)
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedMap.java 89 return new Builder<K, V>(Ordering.natural())
95 return new Builder<K, V>(Ordering.natural())
101 return new Builder<K, V>(Ordering.natural())
107 return new Builder<K, V>(Ordering.natural())
172 public static <K extends Comparable<?>, V> Builder<K, V> naturalOrder() {
173 return new Builder<K, V>(Ordering.natural());
176 public static <K, V> Builder<K, V> orderedBy(Comparator<K> comparator) {
177 return new Builder<K, V>(comparator);
180 public static <K extends Comparable<?>, V> Builder<K, V> reverseOrder() {
181 return new Builder<K, V>(Ordering.natural().reverse())
    [all...]
ImmutableSet.java 166 public static <E> Builder<E> builder() { method in class:ImmutableSet
167 return new Builder<E>();
170 public static class Builder<E> extends ImmutableCollection.Builder<E> {
174 public Builder() {}
176 @Override public Builder<E> add(E element) {
181 @Override public Builder<E> add(E... elements) {
188 @Override public Builder<E> addAll(Iterable<? extends E> elements) {
197 @Override public Builder<E> addAll(Iterator<? extends E> elements)
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 36 IRBuilder<> Builder;
40 : Builder(Context), BuilderTriple(Triple) {}
55 Builder.SetInsertPoint(BB);
61 Builder.CreateRet(RetValue);
75 Value *ReturnCode = Builder.CreateCall(Callee, CallArgs);
76 Builder.CreateRet(ReturnCode);
101 Value *AddResult = Builder.CreateAdd(Arg1, Arg2);
173 Builder.CreateCondBr(Builder.CreateICmpEQ(Param, Zero),
177 Builder.SetInsertPoint(BaseCase)
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Transport.java 49 Response.Builder readResponseHeaders() throws IOException;
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.h 62 sfntly::Ptr<sfntly::Font::Builder> font_builder_;
utils.h 25 CALLER_ATTACH sfntly::Font::Builder* LoadFontBuilder(const char* font_path);
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.h 55 virtual CALLER_ATTACH Font::Builder* Subset();
  /external/skia/src/gpu/
GrIndexBuffer.h 22 GrScratchKey::Builder builder(key, kType, 2);
24 builder[0] = SkToUInt(size);
25 builder[1] = dynamic ? 1 : 0;
GrVertexBuffer.h 21 GrScratchKey::Builder builder(key, kType, 2);
23 builder[0] = SkToUInt(size);
24 builder[1] = dynamic ? 1 : 0;
  /frameworks/base/core/java/android/security/net/config/
KeyStoreConfigSource.java 32 mConfig = new NetworkSecurityConfig.Builder()
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
RemoteBugreportUtils.java 65 Notification.Builder builder = new Notification.Builder(context) local
75 builder.setContentTitle(context.getString(
79 builder.setContentTitle(context.getString(
90 builder.addAction(new Notification.Action.Builder(null /* icon */, context.getString(
92 .addAction(new Notification.Action.Builder(null /* icon */, context.getString(
102 return builder.build();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneFactory.java 42 SipProfile profile = new SipProfile.Builder(sipUri).build();
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
GroupTest.java 59 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS));
65 ScriptGroup.Builder b = new ScriptGroup.Builder(mRS);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
GroupTest.java 66 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS));
72 ScriptGroup.Builder b = new ScriptGroup.Builder(mRS);
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
ViewfinderProcessor.java 44 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs));
52 Type.Builder rgbTypeBuilder = new Type.Builder(rs, Element.RGBA_8888(rs));
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_foreach_multi.java 42 Type.Builder type32Builder = new Type.Builder(RS, Element.U32(RS));
43 Type.Builder type16Builder = new Type.Builder(RS, Element.U16(RS));
  /frameworks/support/v4/api21/android/support/v4/media/session/
PlaybackStateCompatApi21.java 67 PlaybackState.Builder stateObj = new PlaybackState.Builder();
97 PlaybackState.CustomAction.Builder customActionObj =
98 new PlaybackState.CustomAction.Builder(action, name, icon);
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
StreamBuilderTest.java 93 Stream.Builder<Integer> sb = Stream.builder();
105 Stream.Builder<Integer> sb = Stream.builder();
111 Stream.Builder<Integer> sb = Stream.builder();
113 Stream.Builder<Integer> _sb = sb.add(i);
155 IntStream.Builder sb = IntStream.builder();
167 IntStream.Builder sb = IntStream.builder()
    [all...]
  /packages/apps/Settings/src/com/android/settings/dashboard/
NoHomeDialogFragment.java 35 return new AlertDialog.Builder(getActivity())
  /packages/services/Car/service/src/com/android/car/
CarAudioAttributesUtil.java 129 AudioAttributes.Builder builder = new AudioAttributes.Builder(); local
130 return builder.setContentType(contentType).setUsage(usage).build();
135 AudioAttributes.Builder builder = new AudioAttributes.Builder(); local
138 return builder.setContentType(contentType).setUsage(usage).addBundle(bundle).build();
  /external/guava/guava/src/com/google/common/collect/
ImmutableBiMap.java 101 // looking for of() with > 5 entries? Use the builder instead.
104 * Returns a new builder. The generated builder is equivalent to the builder
105 * created by the {@link Builder} constructor.
107 public static <K, V> Builder<K, V> builder() { method in class:ImmutableBiMap
108 return new Builder<K, V>();
112 * A builder for creating immutable bimap instances, especially {@code public
116 * new ImmutableBiMap.Builder<String, Integer>(
261 Builder<Object, Object> builder = new Builder<Object, Object>(); local
    [all...]
ImmutableCollection.java 215 public abstract static class Builder<E> {
234 Builder() {
240 * <p>Note that each builder class covariantly returns its own type from
244 * @return this {@code Builder} instance
247 public abstract Builder<E> add(E element);
253 * <p>Note that each builder class overrides this method in order to
257 * @return this {@code Builder} instance
261 public Builder<E> add(E... elements) {
272 * <p>Note that each builder class overrides this method in order to
276 * @return this {@code Builder} instanc
    [all...]

Completed in 466 milliseconds

<<11121314151617181920>>