HomeSort by relevance Sort by last modified time
    Searched full:builder (Results 376 - 400 of 885) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 86 builder_name: the builder name (e.g. Webkit).
201 logging.debug("Builder name (%s) is not in the results.json file."
235 single builder.
262 this builder. Creates the list if no such list exists.
266 single builder.
302 a single builder.
398 tests: The JSON object with all the test results for this builder.
  /frameworks/base/core/java/android/preference/
DialogPreference.java 54 private AlertDialog.Builder mBuilder;
254 * Prepares the dialog builder to be shown when the preference is clicked.
257 * Do not {@link AlertDialog.Builder#create()} or
258 * {@link AlertDialog.Builder#show()}.
260 protected void onPrepareDialogBuilder(AlertDialog.Builder builder) {
280 mBuilder = new AlertDialog.Builder(context)
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 355 StringBuilder builder = null; field in class:SafeSaxTest.YouTubeContentHandler
379 this.builder = new StringBuilder();
417 this.builder = new StringBuilder();
452 if (builder != null) {
453 builder.append(text, start, length);
459 return builder.toString();
461 builder = null;
  /packages/apps/Contacts/src/com/android/contacts/
ExportVCardActivity.java 278 return new AlertDialog.Builder(this)
289 AlertDialog.Builder builder = new AlertDialog.Builder(this) local
294 return builder.create();
425 return new AlertDialog.Builder(this)
440 return new AlertDialog.Builder(this)
  /packages/apps/Phone/src/com/android/phone/
EditPhoneNumberPreference.java 249 protected void onPrepareDialogBuilder(AlertDialog.Builder builder) {
255 builder.setPositiveButton(mChangeNumberText, this);
256 builder.setNeutralButton(mDisableText, this);
258 builder.setPositiveButton(null, null);
259 builder.setNeutralButton(mEnableText, this);
263 builder.setIcon(R.drawable.ic_dialog_call);
  /frameworks/base/core/java/com/android/internal/widget/
EditStyledText.java 22 import android.app.AlertDialog.Builder;
161 * Set Builder for AlertDialog.
163 * @param builder
164 * Builder for opening Alert Dialog.
166 public void setBuilder(Builder builder) {
167 mDialog.setBuilder(builder);
    [all...]
  /external/guava/javadoc/com/google/common/collect/
ImmutableSortedSet.html 58 &nbsp;<A HREF="../../../../com/google/common/collect/ImmutableSortedMap.Builder.html" title="class in com.google.common.collect"><B>PREV CLASS</B></A>&nbsp;
59 &nbsp;<A HREF="../../../../com/google/common/collect/ImmutableSortedSet.Builder.html" title="class in com.google.common.collect"><B>NEXT CLASS</B></A></FONT></TD>
169 <TD><CODE><B><A HREF="../../../../com/google/common/collect/ImmutableSortedSet.Builder.html" title="class in com.google.common.collect">ImmutableSortedSet.Builder</A>&lt;<A HREF="../../../../com/google/common/collect/ImmutableSortedSet.Builder.html" title="type parameter in ImmutableSortedSet.Builder">E</A>&gt;</B></CODE>
172 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A builder for creating immutable sorted set instances, especially
192 <CODE>&lt;E&gt; <A HREF="../../../../com/google/common/collect/ImmutableSortedSet.Builder.html" title="class in com.google.common.collect">ImmutableSortedSet.Builder</A>&lt;E&gt;</CODE></FONT></TD>
196 <TD><CODE><B><A HREF="../../../../com/google/common/collect/ImmutableSortedSet.html#builder()">builder</A></B>()</CODE
    [all...]
ImmutableListMultimap.html 58 &nbsp;<A HREF="../../../../com/google/common/collect/ImmutableList.Builder.html" title="class in com.google.common.collect"><B>PREV CLASS</B></A>&nbsp;
59 &nbsp;<A HREF="../../../../com/google/common/collect/ImmutableListMultimap.Builder.html" title="class in com.google.common.collect"><B>NEXT CLASS</B></A></FONT></TD>
145 <TD><CODE><B><A HREF="../../../../com/google/common/collect/ImmutableListMultimap.Builder.html" title="class in com.google.common.collect">ImmutableListMultimap.Builder</A>&lt;<A HREF="../../../../com/google/common/collect/ImmutableListMultimap.Builder.html" title="type parameter in ImmutableListMultimap.Builder">K</A>,<A HREF="../../../../com/google/common/collect/ImmutableListMultimap.Builder.html" title="type parameter in ImmutableListMultimap.Builder">V</A>&gt;</B></CODE>
148 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A builder for creating immutable <code>ListMultimap</code> instances, especially
167 <CODE>&lt;K,V&gt; <A HREF="../../../../com/google/common/collect/ImmutableListMultimap.Builder.html" title="class in com.google.common.collect">ImmutableListMultimap.Builder</A>&lt;K,V&gt;</COD (…)
    [all...]
ImmutableSet.html 58 &nbsp;<A HREF="../../../../com/google/common/collect/ImmutableMultiset.Builder.html" title="class in com.google.common.collect"><B>PREV CLASS</B></A>&nbsp;
59 &nbsp;<A HREF="../../../../com/google/common/collect/ImmutableSet.Builder.html" title="class in com.google.common.collect"><B>NEXT CLASS</B></A></FONT></TD>
158 <TD><CODE><B><A HREF="../../../../com/google/common/collect/ImmutableSet.Builder.html" title="class in com.google.common.collect">ImmutableSet.Builder</A>&lt;<A HREF="../../../../com/google/common/collect/ImmutableSet.Builder.html" title="type parameter in ImmutableSet.Builder">E</A>&gt;</B></CODE>
161 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A builder for creating immutable set instances, especially
180 <CODE>&lt;E&gt; <A HREF="../../../../com/google/common/collect/ImmutableSet.Builder.html" title="class in com.google.common.collect">ImmutableSet.Builder</A>&lt;E&gt;</CODE></FONT></TD>
184 <TD><CODE><B><A HREF="../../../../com/google/common/collect/ImmutableSet.html#builder()">builder</A></B>()</CODE
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
KeyStore.java 804 * {@code Builder} is used to construct new instances of {@code KeyStore}.
806 public abstract static class Builder {
808 * Constructs a new instance of {@code Builder}.
810 protected Builder() {
814 * Returns the {@code KeyStore} created by this {@code Builder}.
816 * @return the {@code KeyStore} created by this {@code Builder}.
844 * Returns a new {@code Builder} that holds the given {@code KeyStore}
851 * @return a new instance of {@code Builder} that holds the specified
860 public static Builder newInstance(KeyStore keyStore,
877 * Returns a new {@code Builder} that creates a new {@code KeyStore
    [all...]
  /cts/tools/dx-tests/src/util/
CollectAllTests.java 393 StringBuilder builder = new StringBuilder();
394 builder.append(token);
406 builder.append(currentChar);
411 builder.append(currentChar);
415 builder.append(currentChar);
474 md.methodBody = builder.toString();
  /external/webkit/JavaScriptCore/runtime/
NumberPrototype.cpp 78 StringBuilder builder; local
79 builder.append(sign ? "-" : "");
81 builder.append((const char*)result);
83 builder.append("0");
95 builder.append((const char*)(buf.data()));
98 return builder.build();
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardJapanizationTests.java 134 ContentValuesBuilder builder = mVerifier.addContentValuesVerifierElem() local
136 builder.put(StructuredName.PHONETIC_FAMILY_NAME, "\u3084\u307E\u3060")
173 ContentValuesBuilder builder = mVerifier.addContentValuesVerifierElem() local
175 builder.put(StructuredName.PHONETIC_FAMILY_NAME, "\uFF94\uFF8F\uFF80\uFF9E")
194 ContentValuesBuilder builder = mVerifier.addContentValuesVerifierElem() local
196 builder.put(StructuredName.PHONETIC_FAMILY_NAME, "\uFF94\uFF8F\uFF80\uFF9E")
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableSource.java 105 Uri.Builder uriBuilder = new Uri.Builder()
406 Uri.Builder uriBuilder = new Uri.Builder()
448 Uri.Builder uriBuilder = new Uri.Builder()
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 183 StringBuilder builder = new StringBuilder(); local
186 builder.append('1');
188 lString = builder.toString();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchInvoke.java 149 new AlertDialog.Builder(this)
161 new AlertDialog.Builder(this)
168 new AlertDialog.Builder(this)
  /frameworks/base/core/java/android/database/
MatrixCursor.java 79 * Adds a new row to the end and returns a builder for that row. Not safe
82 * @return builder which can be used to set the column values for the new
202 * @return this builder to support chaining
  /dalvik/libcore/json/src/main/java/org/json/
JSONTokener.java 196 StringBuilder builder = null; local
198 /* the index of the first character not yet appended to the builder. */
204 if (builder == null) {
208 builder.append(in, start, pos - 1);
209 return builder.toString();
217 if (builder == null) {
218 builder = new StringBuilder();
220 builder.append(in, start, pos - 1);
221 builder.append(readEscapeCharacter());
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ClassCache.java 244 StringBuilder builder = new StringBuilder(); local
254 builder.setLength(0);
255 builder.append(method.getName());
256 builder.append('(');
259 builder.append(types[0].getName());
261 builder.append(',');
262 builder.append(types[j].getName());
265 builder.append(')');
267 String signature = builder.toString();
  /dalvik/libcore/security/src/main/java/java/security/cert/
PKIXCertPathBuilderResult.java 26 * The result of the PKIX certification path builder, returned by
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/sax/
TemplatesHandler.java 48 * created by this builder. This must be set in order to
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
CharacterDataImpl.java 55 * Appends this node's text content to the given builder.
  /dalvik/libcore/xml/src/test/java/tests/xml/
DomTest.java 75 private DocumentBuilder builder; field in class:DomTest
132 builder = factory.newDocumentBuilder();
133 domImplementation = builder.getDOMImplementation();
134 document = builder.parse(new InputSource(new StringReader(xml)));
470 document = builder.newDocument();
    [all...]
  /development/tools/apkcheck/src/com/android/apkcheck/
PackageInfo.java 52 * package name, e.g. "AlertDialog.Builder".
  /external/dbus/doc/
dbus-test-plan.xml 80 Message Builder. The message builder can take a serialized
108 builder to build different kinds of messages, both valid,
117 builder. It then randomly changes the message, it can for

Completed in 289 milliseconds

<<11121314151617181920>>