HomeSort by relevance Sort by last modified time
    Searched defs:Builder (Results 501 - 525 of 2074) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 100 IRBuilder<> Builder;
104 : F(F), CleanupBBName(N), State(0), Builder(F.getContext()) {}
127 Builder.SetInsertPoint(TI);
128 return &Builder;
191 Builder.SetInsertPoint(RI);
192 return &Builder;
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
AbstractMessage.java 288 return Builder.newUninitializedMessageException(this);
294 * A partial implementation of the {@link Message.Builder} interface which
299 public static abstract class Builder<BuilderType extends Builder<BuilderType>>
300 extends AbstractMessageLite.Builder
301 implements Message.Builder {
404 final UnknownFieldSet.Builder unknownFields =
437 public Message.Builder getFieldBuilder(final FieldDescriptor field) {
443 public Message.Builder getRepeatedFieldBuilder(final FieldDescriptor field, int index) {
468 // com.google.protobuf.AbstractMessage.Builder<
    [all...]
  /external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
Config.java 391 class Builder {
408 public Builder() {
411 public Builder(Config config) {
429 public Builder setSdk(int... sdk) {
434 public Builder setMinSdk(int minSdk) {
439 public Builder setMaxSdk(int maxSdk) {
444 public Builder setManifest(String manifest) {
449 public Builder setQualifiers(String qualifiers) {
454 public Builder setPackageName(String packageName) {
459 public Builder setAbiSplit(String abiSplit)
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table.h 127 class Builder : public SubTableContainerTable::Builder,
128 public RefCounted<Builder> {
132 Builder(Header* header, WritableFontData* data);
133 Builder(Header* header, ReadableFontData* data);
134 virtual ~Builder();
150 // @return the list of loca maps with one for each size table builder
153 // Create a new builder using the header information and data provided.
156 static CALLER_ATTACH Builder* CreateBuilder(Header* header,
158 static CALLER_ATTACH Builder* CreateBuilder(Header* header
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 268 * NameTable::Builder class
270 NameTable::Builder::Builder(Header* header, WritableFontData* data)
271 : SubTableContainerTable::Builder(header, data) {
274 NameTable::Builder::Builder(Header* header, ReadableFontData* data)
275 : SubTableContainerTable::Builder(header, data) {
278 CALLER_ATTACH NameTable::Builder*
279 NameTable::Builder::CreateBuilder(Header* header,
281 Ptr<NameTable::Builder> builder local
316 NameEntryBuilderPtr builder = new NameEntryBuilder(probe); local
    [all...]
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 38 class Builder;
48 class Builder : public SubTable::Builder {
50 virtual ~Builder();
53 // Incoming table_builder is GlyphTable::Builder*.
56 explicit Builder(WritableFontData* data);
57 explicit Builder(ReadableFontData* data);
59 static CALLER_ATTACH Builder*
60 GetBuilder(GlyphTable::Builder* table_builder,
62 static CALLER_ATTACH Builder*
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ShadowStackGC.cpp 95 IRBuilder<> Builder;
99 : F(F), CleanupBBName(N), State(0), Builder(F.getContext()) {}
123 Builder.SetInsertPoint(TI->getParent(), TI);
124 return &Builder;
187 Builder.SetInsertPoint(RI->getParent(), RI);
188 return &Builder;
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Event.java 88 private static class Builder {
91 public Builder() {
161 Event.Builder eb = new Event.Builder();
  /frameworks/base/core/java/android/app/
RemoteInput.java 40 * Always use {@link RemoteInput.Builder} to create instances of this class.
48 * with the intent and can be retrieved with the result key (provided to the {@link Builder}
53 * Notification.Action action = new Notification.Action.Builder(
55 * <b>.addRemoteInput(new RemoteInput.Builder(KEY_QUICK_REPLY_TEXT)
61 * function. The result values will present under the result key passed to the {@link Builder}
144 * See {@link Builder#setAllowDataType}.
179 * Builder class for {@link RemoteInput} objects.
181 public static final class Builder {
190 * Create a builder object for {@link RemoteInput} objects.
194 public Builder(@NonNull String resultKey)
    [all...]
  /frameworks/base/core/java/android/app/slice/
Slice.java 43 * <p>They are constructed using {@link Builder} in a tree structure
161 * @see Builder#setCallerNeeded
348 * @see Builder#setCallerNeeded
355 * A Builder used to construct {@link Slice}s
357 public static class Builder {
369 public Builder(@NonNull Uri uri) {
374 * Create a builder which will construct a {@link Slice} for the given Uri.
378 public Builder(@NonNull Uri uri, SliceSpec spec) {
384 * Create a builder for a {@link Slice} that is a sub-slice of the slice
385 * being constructed by the provided builder
    [all...]
  /frameworks/base/core/java/android/net/
IpSecTransform.java 47 * <p>Transforms are created using {@link IpSecTransform.Builder}. Each {@code IpSecTransform}
346 public static class Builder {
358 public IpSecTransform.Builder setEncryption(@NonNull IpSecAlgorithm algo) {
373 public IpSecTransform.Builder setAuthentication(@NonNull IpSecAlgorithm algo) {
394 public IpSecTransform.Builder setAuthenticatedEncryption(@NonNull IpSecAlgorithm algo) {
414 public IpSecTransform.Builder setIpv4Encapsulation(
461 // FIXME: modifying a builder after calling build can change the built transform.
502 * Create a new IpSecTransform.Builder.
506 public Builder(@NonNull Context context) {
  /frameworks/base/core/java/android/print/
PrinterCapabilitiesInfo.java 183 PrintAttributes.Builder builder = new PrintAttributes.Builder(); local
185 builder.setMinMargins(mMinMargins);
189 builder.setMediaSize(mMediaSizes.get(mediaSizeIndex));
194 builder.setResolution(mResolutions.get(resolutionIndex));
199 builder.setColorMode(colorMode);
204 builder.setDuplexMode(duplexMode);
207 return builder.build();
320 StringBuilder builder = new StringBuilder() local
332 StringBuilder builder = new StringBuilder(); local
348 StringBuilder builder = new StringBuilder(); local
    [all...]
  /frameworks/base/core/java/android/service/autofill/
FillResponse.java 55 * {@link Builder#setFlags(int)}, these events are not generated.
60 * Flag used to change the behavior of {@link FillResponse.Builder#disableAutofill(long)}&mdash;
61 * when this flag is passed to {@link Builder#setFlags(int)}, autofill is disabled only for the
88 private FillResponse(@NonNull Builder builder) {
89 mDatasets = (builder.mDatasets != null) ? new ParceledListSlice<>(builder.mDatasets) : null;
90 mSaveInfo = builder.mSaveInfo;
91 mClientState = builder.mClientState;
92 mPresentation = builder.mPresentation
    [all...]
SaveInfo.java 61 * new FillResponse.Builder()
62 * .addDataset(new Dataset.Builder()
66 * .setSaveInfo(new SaveInfo.Builder(
81 * new FillResponse.Builder()
82 * .setSaveInfo(new SaveInfo.Builder(SaveInfo.SAVE_DATA_TYPE_PASSWORD,
90 * {@link SaveInfo.Builder#setOptionalIds(AutofillId[])} as well:
93 * new FillResponse.Builder()
94 * .addDataset(new Dataset.Builder()
100 * .setSaveInfo(new SaveInfo.Builder(SaveInfo.SAVE_DATA_TYPE_ADDRESS,
117 * <li>The user clicks a specific view (defined by {@link Builder#setTriggerId(AutofillId)}
    [all...]
  /frameworks/base/core/java/android/text/
PrecomputedText.java 96 * A builder for creating {@link Params}.
98 public static class Builder {
113 * Builder constructor.
117 public Builder(@NonNull TextPaint paint) {
127 * @return this builder, useful for chaining
128 * @see StaticLayout.Builder#setBreakStrategy
131 public Builder setBreakStrategy(@Layout.BreakStrategy int strategy) {
142 * @return this builder, useful for chaining
143 * @see StaticLayout.Builder#setHyphenationFrequency
146 public Builder setHyphenationFrequency(@Layout.HyphenationFrequency int frequency)
    [all...]
  /frameworks/base/core/java/com/android/internal/graphics/palette/
Target.java 41 * can be created via the {@link android.support.v7.graphics.Target.Builder} class.
43 * <p>To use the target, use the {@link Palette.Builder#addTarget(Target)} API when building a
301 * Builder class for generating custom {@link Target} instances.
303 public final static class Builder {
307 * Create a new {@link Target} builder from scratch.
309 public Builder() {
314 * Create a new builder based on an existing {@link Target}.
316 public Builder(Target target) {
323 public Target.Builder setMinimumSaturation(@FloatRange(from = 0, to = 1) float value) {
331 public Target.Builder setTargetSaturation(@FloatRange(from = 0, to = 1) float value)
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyProtection.java 46 * the {@link Builder} and pass the instance into {@link java.security.KeyStore#setEntry(String, java.security.KeyStore.Entry, ProtectionParameter) KeyStore.setEntry}
88 * new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
113 * new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN).build());
139 * new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN)
169 * new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN)
203 * new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT)
405 * @see Builder#setUserAuthenticationRequired(boolean)
425 * @see Builder#setUserConfirmationRequired(boolean)
443 * @see Builder#setUserAuthenticationValidityDurationSeconds(int)
475 * @see Builder#setUserAuthenticationValidWhileOnBody(boolean
    [all...]
  /frameworks/base/media/java/android/media/
MediaMetadata2.java 45 * @see Builder#putText(String, CharSequence)
46 * @see Builder#putString(String, String)
56 * @see Builder#putText(String, CharSequence)
57 * @see Builder#putString(String, String)
68 * @see Builder#putLong(String, long)
77 * @see Builder#putText(String, CharSequence)
78 * @see Builder#putString(String, String)
88 * @see Builder#putText(String, CharSequence)
89 * @see Builder#putString(String, String)
99 * @see Builder#putText(String, CharSequence
    [all...]
SoundPool.java 146 * @deprecated use {@link SoundPool.Builder} instead to create and configure a
151 new AudioAttributes.Builder().setInternalLegacyStreamType(streamType).build());
561 * Builder class for {@link SoundPool} objects.
563 public static class Builder {
568 * Constructs a new Builder with the defaults format values.
574 public Builder() {
580 * @return the same Builder instance
583 public Builder setMaxStreams(int maxStreams) throws IllegalArgumentException {
598 public Builder setAudioAttributes(AudioAttributes attributes)
609 mAudioAttributes = new AudioAttributes.Builder()
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 53 // only instantiated via JNI or via a builder
355 public static class Builder {
358 public Builder() {
364 * Creates a builder on a copy of an existing object info.
369 public Builder(MtpObjectInfo objectInfo) {
393 public Builder setObjectHandle(int value) {
398 public Builder setAssociationDesc(int value) {
403 public Builder setAssociationType(int value) {
408 public Builder setCompressedSize(long value) {
413 public Builder setDateCreated(long value)
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Type.java 22 * android.renderscript.Type.Builder}.</p>
329 * Builder class for Type.
332 public static class Builder {
345 * Create a new builder object.
350 public Builder(RenderScript rs, Element e) {
362 public Builder setX(int value) {
370 public Builder setY(int value) {
378 public Builder setZ(int value) {
388 * Adds an array dimension to the builder
393 * @return Builder
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
Asn1Node.java 31 * you can use the {@link #newBuilder(int)} method to get a {@link Builder} instance. This class is
46 public static final class Builder {
50 private Builder(int tag) {
53 "Builder should be created for a constructed tag: " + tag);
62 * @return This builder.
65 public Builder addChild(Asn1Node child) {
71 * Adds a child from another builder. The child will be built with the call to this method,
72 * and any changes to the child builder after the call to this method doesn't have effect.
74 * @return This builder.
76 public Builder addChild(Builder child)
    [all...]
  /frameworks/support/browser/src/main/java/androidx/browser/customtabs/
CustomTabsIntent.java 45 * You are strongly encouraged to use {@link CustomTabsIntent.Builder}.</p>
187 * @see CustomTabsIntent.Builder#setSecondaryToolbarViews(RemoteViews, int[], PendingIntent).
199 * @see CustomTabsIntent.Builder#setSecondaryToolbarViews(RemoteViews, int[], PendingIntent).
211 * @see CustomTabsIntent.Builder#setSecondaryToolbarViews(RemoteViews, int[], PendingIntent).
219 * @see CustomTabsIntent.Builder#setSecondaryToolbarViews(RemoteViews, int[], PendingIntent).
272 * Builder class for {@link CustomTabsIntent} objects.
274 public static final class Builder {
282 * Creates a {@link CustomTabsIntent.Builder} object associated with no
285 public Builder() {
290 * Creates a {@link CustomTabsIntent.Builder} object associated with a give
    [all...]
  /frameworks/support/car/src/main/java/androidx/car/app/
CarAlertDialog.java 67 private CarAlertDialog(Context context, Builder builder) {
70 mTitle = builder.mTitle;
71 mBody = builder.mBody;
72 mPositiveButtonText = builder.mPositiveButtonText;
73 mPositiveButtonListener = builder.mPositiveButtonListener;
74 mNegativeButtonText = builder.mNegativeButtonText;
75 mNegativeButtonListener = builder.mNegativeButtonListener;
88 // Builder. Unfortunately, this method is defined with the Dialog itself and is public.
91 throw new UnsupportedOperationException("Title should only be set from the Builder");
    [all...]
CarListDialog.java 94 private CarListDialog(Context context, Builder builder) {
96 mInitialPosition = builder.mInitialPosition;
97 mOnClickListener = builder.mOnClickListener;
98 mTitle = builder.mTitle;
102 if (builder.mSections != null) {
103 initializeWithSections(builder.mSections);
105 initializeWithItems(builder.mItems);
112 // Builder. Unfortunately, this method is defined with the Dialog itself and is public.
114 throw new UnsupportedOperationException("Title should only be set from the Builder");
    [all...]

Completed in 1153 milliseconds

<<21222324252627282930>>