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

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 322 SignedJarBuilder builder = new SignedJarBuilder(fos, mPrivateKey, mCertificate); local
330 builder.writeZip(fis, null /* filter */);
331 // close the builder: write the final signature files,
333 builder.close();
  /sdk/eclipse/scripts/
build_server.sh 14 # - call the actual builder script from Brett
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/xml/
XmlDocumentBuilder.java 67 * Creates a new XML document builder.
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 36 * \brief Command builder. Commands
72 * \param hCmdBld - handle to the command builder object
215 * \param hCmdBld - handle to the command builder object
308 * \param hCmdBld - handle to the command builder object
326 * \param hCmdBld - handle to the command builder object
349 * \param hCmdBld - handle to the command builder object
375 * \param hCmdBld - handle to the command builder object
420 * \param hCmdBld - handle to the command builder object
504 * \param hCmdBld - handle to the command builder object
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java     [all...]
  /frameworks/base/docs/html/guide/tutorials/localization/
index.jd 151 AlertDialog.Builder builder = new AlertDialog.Builder(this);
152 builder.setMessage(R.string.dialog_text)
160 final AlertDialog alert = builder.create();
  /frameworks/base/docs/html/resources/tutorials/localization/
index.jd 151 AlertDialog.Builder builder = new AlertDialog.Builder(this);
152 builder.setMessage(R.string.dialog_text)
160 final AlertDialog alert = builder.create();
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java 1204 AlertDialog.Builder builder = new AlertDialog.Builder(this); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 61 import android.net.Uri.Builder;
2348 Builder builder = Contacts.CONTENT_URI.buildUpon(); local
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 481 StringBuilder builder = new StringBuilder(); local
482 builder.append("onEvent::");
483 builder.append(" raw= " + raw);
485 builder.append(" cooked = " );
487 builder.append(" " + str);
490 Slog.i(TAG, builder.toString());
    [all...]
  /external/icu4c/common/unicode/
uversion.h 282 /** Builder code version. When this is different, same tailoring might result
287 * version 6 - ICU 2.8 - fixed bug in builder that allowed 0xFF in primary values
  /external/v8/src/
codegen.cc 184 JsonAstBuilder builder; local
185 PrintF("%s", builder.BuildProgram(info->function()));
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 256 StringBuilder builder;
258 builder.append(propertyIdToString(property));
259 builder.append("_");
262 builder.append(keyframesName);
263 builder.append("_");
265 builder.append("_");
266 builder.append(String::number(index));
267 return builder.toString();
    [all...]
  /external/webkit/WebKit/android/nav/
SelectText.cpp 350 MultilineBuilder builder(selStart, selEnd, area.fLeft, area.fTop, region);
351 TextCanvas checker(&builder, picture, area);
  /external/webkit/WebKit/chromium/src/js/
ProfilerProcessor.js 39 * Creates a Profile View builder object compatible with WebKit Profiler UI.
241 * Builder of profile views. Created during "profiler,begin" event processing.
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
GlobalActions.java 221 final AlertDialog.Builder ab = new AlertDialog.Builder(mContext);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 296 return new AlertDialog.Builder(this)
313 return new AlertDialog.Builder(this)
  /packages/apps/IM/src/com/android/im/app/
ContactListView.java 313 new AlertDialog.Builder(mContext)
356 new AlertDialog.Builder(mContext)
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 322 new AlertDialog.Builder(VoiceDialerActivity.this)
329 new AlertDialog.Builder(VoiceDialerActivity.this)
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 515 Uri.Builder uriBuilder = new Uri.Builder();
  /cts/tools/spec-progress/src/
SpecProgressDoclet.java 895 StringBuilder builder = new StringBuilder(); local
902 builder.append(tag.text());
904 builder.append("{" + tag.toString() + "}");
908 return builder.toString();
    [all...]
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 309 * Create new instance of document builder factory
  /dalvik/vm/analysis/
RegisterMap.h 227 * Free the builder.
  /external/guava/javadoc/com/google/common/base/
Joiner.MapJoiner.html 146 <TD><CODE><B><A HREF="../../../../com/google/common/base/Joiner.MapJoiner.html#appendTo(java.lang.StringBuilder, java.util.Map)">appendTo</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</A>&nbsp;builder,
151 previously configured separator and key-value separator, to <code>builder</code>.</TD>
217 public <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</A> <B>appendTo</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</A>&nbsp;builder,
221 previously configured separator and key-value separator, to <code>builder</code>. Identical to <A HREF="../../../../com/google/common/base/Joiner.MapJoiner.html#appendTo(A, java.util.Map)"><CODE>appendTo(Appendable, Map)</CODE></A>, except that it

Completed in 140 milliseconds

<<21222324252627282930>>