/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
ScanSrv.h | 90 TI_HANDLE hCmdBld; /**< Command builder object handle */
|
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
DriverManagerTest.java | 722 ProcessBuilder builder = javaProcessBuilder(); local 723 builder.command().add("org/apache/harmony/sql/tests/java/sql/TestMainForDriver"); 724 assertEquals("", execAndGetOutput(builder));
|
/external/icu4c/i18n/ |
uspoof_buildconf.cpp | 195 ConfusabledataBuilder builder(spImpl, status); 196 builder.build(confusables, confusablesLen, status); 199 pe->line = builder.fLineNum;
|
/external/skia/src/core/ |
SkScan_Path.cpp | 485 SkEdgeBuilder builder; local 487 int count = builder.build(path, clipRect, shiftEdgesUp); 488 SkEdge** list = builder.edgeList();
|
/packages/apps/Browser/src/com/android/browser/ |
WebsiteSettingsActivity.java | 514 new AlertDialog.Builder(getContext()) 535 new AlertDialog.Builder(getContext()) 609 new AlertDialog.Builder(this)
|
Tab.java | 432 AlertDialog d = new AlertDialog.Builder(mActivity) 602 new AlertDialog.Builder(mActivity).setTitle( 722 new AlertDialog.Builder(mActivity).setTitle( [all...] |
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
SoundRecorder.java | 567 new AlertDialog.Builder(this) 609 new AlertDialog.Builder(this) 843 new AlertDialog.Builder(this)
|
/sdk/eclipse/ |
changes.txt | 189 - Misc incremental builder fixes. 240 - aidl builder. The Android Resources PreBuilder now also converts aidl files into java files. 244 - Package builder now supports custom application assets placed in assets/ (which is now created automatically by the New Project Wizard).
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
PreCompilerDeltaVisitor.java | 116 public PreCompilerDeltaVisitor(BaseBuilder builder, ArrayList<IPath> sourceFolders) { 117 super(builder); 199 // Builder#getDelta(IProject) on the project itself.
|
PreCompilerBuilder.java | 61 * This incremental builder performs 2 tasks: 115 * stored in the project persistent properties. This allows the builder to remember its state 129 /** Output folder for generated Java File. Created on the Builder init [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
AttrsXmlParser.java | 190 DocumentBuilder builder = factory.newDocumentBuilder(); local 191 mDocument = builder.parse(new File(mOsAttrsXmlPath)); 193 AdtPlugin.log(e, "Failed to create XML document builder for %1$s", //$NON-NLS-1$
|
/external/guava/javadoc/com/google/common/collect/class-use/ |
ImmutableList.html | 132 <CODE> <A HREF="../../../../../com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A><<A HREF="../../../../../com/google/common/collect/ImmutableList.Builder.html" title="type parameter in ImmutableList.Builder">E</A>></CODE></FONT></TD> 133 <TD><CODE><B>ImmutableList.Builder.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableList.Builder.html#build()">build</A></B>()</CODE> 137 the <code>Builder</code>.</TD>
|
ImmutableSet.html | 132 <CODE> <A HREF="../../../../../com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A><<A HREF="../../../../../com/google/common/collect/ImmutableSet.Builder.html" title="type parameter in ImmutableSet.Builder">E</A>></CODE></FONT></TD> 133 <TD><CODE><B>ImmutableSet.Builder.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableSet.Builder.html#build()">build</A></B>()</CODE> 137 the <code>Builder</code>.</TD>
|
ImmutableSortedSet.html | 116 <CODE> <A HREF="../../../../../com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A><<A HREF="../../../../../com/google/common/collect/ImmutableSortedSet.Builder.html" title="type parameter in ImmutableSortedSet.Builder">E</A>></CODE></FONT></TD> 117 <TD><CODE><B>ImmutableSortedSet.Builder.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableSortedSet.Builder.html#build()">build</A></B>()</CODE> 121 of the <code>Builder</code> and its comparator.</TD>
|
/hardware/ti/wlan/wl1271/TWD/TWDriver/ |
TWDriver.c | 95 /* Create command builder module */ 256 /* Free the Command Builder */ 262 WLAN_INIT_REPORT(("TWD_Destroy: Command Builder released\n")); 425 /* Configure Command Builder */ [all...] |
/system/wlan/ti/wilink_6_1/TWD/TWDriver/ |
TWDriver.c | 98 /* Create command builder module */ 259 /* Free the Command Builder */ 265 WLAN_INIT_REPORT(("TWD_Destroy: Command Builder released\n")); 428 /* Configure Command Builder */ [all...] |
/external/webkit/WebKit/android/nav/ |
CacheBuilder.cpp | 79 CacheBuilder* CacheBuilder::Builder(Frame* frame) { 184 Builder(parent)->mDebug.frameName(namePtr, max); 219 Builder(child)->mDebug.frames(); 227 Builder(child)->mDebug.frameName(childNamePtr, childNamePtr + sizeof(childName) - 1); 251 Builder(grandChild)->mDebug.frameName(grandChildNamePtr, 290 Builder(child)->mDebug.frameName(childNamePtr, childNamePtr + sizeof(childName) - 1); 321 Builder(child)->mDebug.groups(); 727 Builder(child)->mDebug.validateFrame(); [all...] |
/frameworks/base/services/java/com/android/server/ |
InputMethodManagerService.java | 291 AlertDialog.Builder mDialogBuilder; 1617 StringBuilder builder = new StringBuilder(256); local [all...] |
/system/wlan/ti/wilink_6_1/TWD/Ctrl/ |
CmdBldCfgIE.c | 36 * \brief Command builder. Configuration commands information elements [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
RecentCallsListActivity.java | 167 * Shared builder used by {@link #formatPhoneNumber(String)} to minimize 791 * Because of the shared {@link #sEditable} builder, <b>this method is not [all...] |
/packages/apps/IM/src/com/android/im/app/ |
ChatView.java | 204 AlertDialog.Builder b = new AlertDialog.Builder(mScreen); 767 new AlertDialog.Builder(mContext) [all...] |
/packages/apps/Phone/src/com/android/phone/ |
OtaUtils.java | 503 mOtaWidgetData.spcErrorDialog = new AlertDialog.Builder(mInCallScreen) 539 mOtaWidgetData.otaFailureDialog = new AlertDialog.Builder(mInCallScreen) 749 mOtaWidgetData.otaSkipConfirmationDialog = new AlertDialog.Builder(mInCallScreen) [all...] |
/cts/tools/host/test/com/android/cts/ |
TestPlanBuilderTests.java | 34 * Test the test plan builder.
|
/development/apps/Development/src/com/android/development/ |
PermissionDetails.java | 268 return new AlertDialog.Builder(this)
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
ClassInfo.java | 55 * e.g. "AlertDialog$Builder".
|