Home
last modified time | relevance | path

Searched refs:append (Results 1 – 25 of 557) sorted by relevance

12345678910>>...23

/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
DMultipartTest.java33 filebuffer.append(filepartStr); in testParts()
56 contentType.append("; boundary="); in testParts()
57 contentType.append(boundry); in testParts()
62 output.append("--"); in testParts()
63 output.append(boundry); in testParts()
64 output.append(CRLF); in testParts()
66 output.append("Content-Disposition: form-data; name=\"stringpart\""); in testParts()
67 output.append(CRLF); in testParts()
68 output.append("Content-Type: text/plain; charset=US-ASCII"); in testParts()
69 output.append(CRLF); in testParts()
[all …]
/frameworks/base/core/java/android/view/
DKeyEvent.java649 names.append(KEYCODE_UNKNOWN, "KEYCODE_UNKNOWN"); in populateKeycodeSymbolicNames()
650 names.append(KEYCODE_SOFT_LEFT, "KEYCODE_SOFT_LEFT"); in populateKeycodeSymbolicNames()
651 names.append(KEYCODE_SOFT_RIGHT, "KEYCODE_SOFT_RIGHT"); in populateKeycodeSymbolicNames()
652 names.append(KEYCODE_HOME, "KEYCODE_HOME"); in populateKeycodeSymbolicNames()
653 names.append(KEYCODE_BACK, "KEYCODE_BACK"); in populateKeycodeSymbolicNames()
654 names.append(KEYCODE_CALL, "KEYCODE_CALL"); in populateKeycodeSymbolicNames()
655 names.append(KEYCODE_ENDCALL, "KEYCODE_ENDCALL"); in populateKeycodeSymbolicNames()
656 names.append(KEYCODE_0, "KEYCODE_0"); in populateKeycodeSymbolicNames()
657 names.append(KEYCODE_1, "KEYCODE_1"); in populateKeycodeSymbolicNames()
658 names.append(KEYCODE_2, "KEYCODE_2"); in populateKeycodeSymbolicNames()
[all …]
DInputDevice.java718 description.append("Input Device ").append(mId).append(": ").append(mName).append("\n"); in toString()
719 description.append(" Descriptor: ").append(mDescriptor).append("\n"); in toString()
720 description.append(" Generation: ").append(mGeneration).append("\n"); in toString()
721 … description.append(" Location: ").append(mIsExternal ? "external" : "built-in").append("\n"); in toString()
723 description.append(" Keyboard Type: "); in toString()
726 description.append("none"); in toString()
729 description.append("non-alphabetic"); in toString()
732 description.append("alphabetic"); in toString()
735 description.append("\n"); in toString()
737 description.append(" Has Vibrator: ").append(mHasVibrator).append("\n"); in toString()
[all …]
/frameworks/base/libs/hwui/
DProgramCache.cpp399 shader.append(gVS_Header_Attributes_TexCoords); in generateVertexShader()
402 shader.append(gVS_Header_Attributes_AAParameters); in generateVertexShader()
405 shader.append(gVS_Header_Uniforms); in generateVertexShader()
407 shader.append(gVS_Header_Uniforms_TextureTransform); in generateVertexShader()
410 shader.append(gVS_Header_Uniforms_HasGradient[description.gradientType]); in generateVertexShader()
413 shader.append(gVS_Header_Uniforms_HasBitmap); in generateVertexShader()
416 shader.append(gVS_Header_Uniforms_IsPoint); in generateVertexShader()
420 shader.append(gVS_Header_Varyings_HasTexture); in generateVertexShader()
423 shader.append(gVS_Header_Varyings_IsAA); in generateVertexShader()
426 shader.append(gVS_Header_Varyings_HasGradient[description.gradientType]); in generateVertexShader()
[all …]
/frameworks/base/services/java/com/android/server/pm/
DInstaller.java193 builder.append(' '); in install()
194 builder.append(name); in install()
195 builder.append(' '); in install()
196 builder.append(uid); in install()
197 builder.append(' '); in install()
198 builder.append(gid); in install()
204 builder.append(' '); in dexopt()
205 builder.append(apkPath); in dexopt()
206 builder.append(' '); in dexopt()
207 builder.append(uid); in dexopt()
[all …]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DSummarizer.java319 private void dumpHtmlToFile(StringBuilder html, boolean append) { in dumpHtmlToFile() argument
321 html.toString().getBytes(), append); in dumpHtmlToFile()
330 txt.append("Path: " + mTestsRelativePath + "\n"); in createTxtSummary()
331 txt.append("Date: " + dateFormat.format(mDate) + "\n"); in createTxtSummary()
332 txt.append("Build fingerprint: " + Build.FINGERPRINT + "\n"); in createTxtSummary()
333 txt.append("WebKit version: " + getWebKitVersionFromUserAgentString() + "\n"); in createTxtSummary()
334 txt.append("WebKit revision: " + webKitRevision + "\n"); in createTxtSummary()
336 txt.append("TOTAL: " + getTotalTestCount() + "\n"); in createTxtSummary()
337 txt.append("CRASHED (among all tests): " + mCrashedTestsCount + "\n"); in createTxtSummary()
338 txt.append("UNEXPECTED FAILURES: " + mUnexpectedFailuresCursor.getCount() + "\n"); in createTxtSummary()
[all …]
DAdditionalTextOutput.java70 output.append("UI DELEGATE DATABASE CALLBACK: "); in appendExceededDbQuotaMessage()
71 output.append("exceededDatabaseQuotaForSecurityOrigin:{"); in appendExceededDbQuotaMessage()
72 output.append(protocol + ", " + host + ", " + port + "} "); in appendExceededDbQuotaMessage()
73 output.append("database:" + databaseIdentifier + "\n"); in appendExceededDbQuotaMessage()
79 output.append("CONSOLE MESSAGE: line " + consoleMessage.lineNumber()); in appendConsoleMessage()
80 output.append(": " + consoleMessage.message() + "\n"); in appendConsoleMessage()
86 output.append("ALERT: "); in appendJsAlert()
87 output.append(message); in appendJsAlert()
88 output.append('\n'); in appendJsAlert()
94 output.append("CONFIRM: "); in appendJsConfirm()
[all …]
/frameworks/base/core/java/android/content/
DSyncResult.java252 sb.append("SyncResult:"); in toString()
254 sb.append(" syncAlreadyInProgress: ").append(syncAlreadyInProgress); in toString()
256 if (tooManyDeletions) sb.append(" tooManyDeletions: ").append(tooManyDeletions); in toString()
257 if (tooManyRetries) sb.append(" tooManyRetries: ").append(tooManyRetries); in toString()
258 if (databaseError) sb.append(" databaseError: ").append(databaseError); in toString()
259 if (fullSyncRequested) sb.append(" fullSyncRequested: ").append(fullSyncRequested); in toString()
261 sb.append(" partialSyncUnavailable: ").append(partialSyncUnavailable); in toString()
263 if (moreRecordsToGet) sb.append(" moreRecordsToGet: ").append(moreRecordsToGet); in toString()
264 if (delayUntil > 0) sb.append(" delayUntil: ").append(delayUntil); in toString()
265 sb.append(stats); in toString()
[all …]
DSyncStats.java123 sb.append(" stats ["); in toString()
124 if (numAuthExceptions > 0) sb.append(" numAuthExceptions: ").append(numAuthExceptions); in toString()
125 if (numIoExceptions > 0) sb.append(" numIoExceptions: ").append(numIoExceptions); in toString()
126 if (numParseExceptions > 0) sb.append(" numParseExceptions: ").append(numParseExceptions); in toString()
128 sb.append(" numConflictDetectedExceptions: ").append(numConflictDetectedExceptions); in toString()
129 if (numInserts > 0) sb.append(" numInserts: ").append(numInserts); in toString()
130 if (numUpdates > 0) sb.append(" numUpdates: ").append(numUpdates); in toString()
131 if (numDeletes > 0) sb.append(" numDeletes: ").append(numDeletes); in toString()
132 if (numEntries > 0) sb.append(" numEntries: ").append(numEntries); in toString()
133 if (numSkippedEntries > 0) sb.append(" numSkippedEntries: ").append(numSkippedEntries); in toString()
[all …]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DCSVFormatter.java34 csvBuilder.append(col); in getHeader()
35 csvBuilder.append(DELIMITER); in getHeader()
38 csvBuilder.append("\n"); in getHeader()
45 rowOutput.append(entry.getTimestamp()); in getOutput()
46 rowOutput.append(DELIMITER); in getOutput()
47 rowOutput.append(entry.getTag()); in getOutput()
48 rowOutput.append(DELIMITER); in getOutput()
53 rowOutput.append(entry.getLocation().getAccuracy()); in getOutput()
55 rowOutput.append(DELIMITER); in getOutput()
56 rowOutput.append(entry.getLocation().getLatitude()); in getOutput()
[all …]
/frameworks/base/tools/preload/loadclass/
DLoadClass.java64 response.append(',').append(memoryInfo.nativeSharedDirty); in main()
65 response.append(',').append(memoryInfo.dalvikSharedDirty); in main()
66 response.append(',').append(memoryInfo.otherSharedDirty); in main()
67 response.append(',').append(memoryInfo.nativePrivateDirty); in main()
68 response.append(',').append(memoryInfo.dalvikPrivateDirty); in main()
69 response.append(',').append(memoryInfo.otherPrivateDirty); in main()
71 response.append(',').append(allocCount); in main()
72 response.append(',').append(allocSize); in main()
73 response.append(',').append(freedCount); in main()
74 response.append(',').append(freedSize); in main()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DApnSetting.java157 sb.append("[ApnSettingV2] ") in toString()
158 .append(carrier) in toString()
159 .append(", ").append(id) in toString()
160 .append(", ").append(numeric) in toString()
161 .append(", ").append(apn) in toString()
162 .append(", ").append(proxy) in toString()
163 .append(", ").append(mmsc) in toString()
164 .append(", ").append(mmsProxy) in toString()
165 .append(", ").append(mmsPort) in toString()
166 .append(", ").append(port) in toString()
[all …]
/frameworks/av/media/libstagefright/rtsp/
DMyTransmitter.h94 mStreamURL.append("/bazong.sdp"); in MyTransmitter()
97 mTrackURL.append("/"); in MyTransmitter()
98 mTrackURL.append(TRACK_SUFFIX); in MyTransmitter()
155 sdp.append("o=- "); in issueAnnounce()
158 sdp.append(ntp); in issueAnnounce()
159 sdp.append(" "); in issueAnnounce()
160 sdp.append(ntp); in issueAnnounce()
161 sdp.append(" IN IP4 127.0.0.0\r\n"); in issueAnnounce()
163 sdp.append( in issueAnnounce()
171 sdp.append(inet_ntoa(addr)); in issueAnnounce()
[all …]
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityServiceInfo.java474 stringBuilder.append(", "); in toString()
476 stringBuilder.append(", "); in toString()
478 stringBuilder.append(", "); in toString()
479 stringBuilder.append("notificationTimeout: ").append(notificationTimeout); in toString()
480 stringBuilder.append(", "); in toString()
482 stringBuilder.append(", "); in toString()
483 stringBuilder.append("id: ").append(mId); in toString()
484 stringBuilder.append(", "); in toString()
485 stringBuilder.append("resolveInfo: ").append(mResolveInfo); in toString()
486 stringBuilder.append(", "); in toString()
[all …]
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java356 mBuilder.append(VCardConstants.PROPERTY_N); in appendNamePropertiesV40()
361 mBuilder.append(VCARD_PARAM_SEPARATOR); in appendNamePropertiesV40()
365 mBuilder.append("SORT-AS=").append( in appendNamePropertiesV40()
369 mBuilder.append(VCARD_DATA_SEPARATOR); in appendNamePropertiesV40()
370 mBuilder.append(escapedFamily); in appendNamePropertiesV40()
371 mBuilder.append(VCARD_ITEM_SEPARATOR); in appendNamePropertiesV40()
372 mBuilder.append(escapedGiven); in appendNamePropertiesV40()
373 mBuilder.append(VCARD_ITEM_SEPARATOR); in appendNamePropertiesV40()
374 mBuilder.append(escapedMiddle); in appendNamePropertiesV40()
375 mBuilder.append(VCARD_ITEM_SEPARATOR); in appendNamePropertiesV40()
[all …]
/frameworks/base/core/java/android/content/res/
DConfiguration.java465 sb.append("{"); in toString()
466 sb.append(fontScale); in toString()
467 sb.append(" "); in toString()
468 sb.append(mcc); in toString()
469 sb.append("mcc"); in toString()
470 sb.append(mnc); in toString()
471 sb.append("mnc"); in toString()
473 sb.append(" "); in toString()
474 sb.append(locale); in toString()
476 sb.append(" (no locale)"); in toString()
[all …]
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
DUiSelector.java441 builder.append("By["); in dumpToString()
445 builder.append(", "); in dumpToString()
450 builder.append("TEXT=").append(mSelectorAttributes.valueAt(i)); in dumpToString()
453 builder.append("START_TEXT=").append(mSelectorAttributes.valueAt(i)); in dumpToString()
456 builder.append("CONTAINS_TEXT=").append(mSelectorAttributes.valueAt(i)); in dumpToString()
459 builder.append("CLASS=").append(mSelectorAttributes.valueAt(i)); in dumpToString()
462 builder.append("DESCRIPTION=").append(mSelectorAttributes.valueAt(i)); in dumpToString()
465 builder.append("START_DESCRIPTION=").append(mSelectorAttributes.valueAt(i)); in dumpToString()
468 builder.append("CONTAINS_DESCRIPTION=").append(mSelectorAttributes.valueAt(i)); in dumpToString()
471 builder.append("INDEX=").append(mSelectorAttributes.valueAt(i)); in dumpToString()
[all …]
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java429 sbuf.append("* "); in toString()
431 sbuf.append("- DSBLE: ").append(this.disableReason).append(" "); in toString()
433 sbuf.append("ID: ").append(this.networkId).append(" SSID: ").append(this.SSID). in toString()
434 append(" BSSID: ").append(this.BSSID).append(" PRIO: ").append(this.priority). in toString()
435 append('\n'); in toString()
436 sbuf.append(" KeyMgmt:"); in toString()
439 sbuf.append(" "); in toString()
441 sbuf.append(KeyMgmt.strings[k]); in toString()
443 sbuf.append("??"); in toString()
447 sbuf.append(" Protocols:"); in toString()
[all …]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNode.java160 builder.append("propName: "); in toString()
161 builder.append(propName); in toString()
162 builder.append(", paramMap: "); in toString()
163 builder.append(paramMap.toString()); in toString()
164 builder.append(", paramMap_TYPE: ["); in toString()
170 builder.append(", "); in toString()
172 builder.append('"'); in toString()
173 builder.append(elem); in toString()
174 builder.append('"'); in toString()
176 builder.append("]"); in toString()
[all …]
/frameworks/base/services/java/com/android/server/am/
DContentProviderConnection.java50 sb.append("ContentProviderConnection{"); in toString()
52 sb.append('}'); in toString()
69 sb.append(provider.toShortString()); in toShortString()
70 sb.append("->"); in toShortString()
75 sb.append(client.toShortString()); in toClientString()
76 sb.append(" s"); in toClientString()
77 sb.append(stableCount); in toClientString()
78 sb.append("/"); in toClientString()
79 sb.append(numStableIncs); in toClientString()
80 sb.append(" u"); in toClientString()
[all …]
/frameworks/base/location/java/android/location/
DAddress.java424 sb.append("Address[addressLines=["); in toString()
427 sb.append(','); in toString()
429 sb.append(i); in toString()
430 sb.append(':'); in toString()
433 sb.append("null"); in toString()
435 sb.append('\"'); in toString()
436 sb.append(line); in toString()
437 sb.append('\"'); in toString()
440 sb.append(']'); in toString()
441 sb.append(",feature="); in toString()
[all …]
/frameworks/base/core/java/android/content/pm/
DPackageStats.java80 sb.append(Integer.toHexString(System.identityHashCode(this))); in toString()
81 sb.append(" packageName="); in toString()
82 sb.append(packageName); in toString()
83 sb.append(",codeSize="); in toString()
84 sb.append(codeSize); in toString()
85 sb.append(",dataSize="); in toString()
86 sb.append(dataSize); in toString()
87 sb.append(",cacheSize="); in toString()
88 sb.append(cacheSize); in toString()
89 sb.append(",externalCodeSize="); in toString()
[all …]
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityEvent.java1036 builder.append("EventType: ").append(eventTypeToString(mEventType)); in toString()
1037 builder.append("; EventTime: ").append(mEventTime); in toString()
1038 builder.append("; PackageName: ").append(mPackageName); in toString()
1039 builder.append("; MovementGranularity: ").append(mMovementGranularity); in toString()
1040 builder.append("; Action: ").append(mAction); in toString()
1041 builder.append(super.toString()); in toString()
1043 builder.append("\n"); in toString()
1044 builder.append("; sourceWindowId: ").append(mSourceWindowId); in toString()
1045 builder.append("; mSourceNodeId: ").append(mSourceNodeId); in toString()
1048 builder.append(" Record "); in toString()
[all …]
/frameworks/av/include/media/stagefright/foundation/
DAString.h47 void append(char c) { append(&c, 1); } in append() function
48 void append(const char *s);
49 void append(const char *s, size_t size);
50 void append(const AString &from);
51 void append(const AString &from, size_t offset, size_t n);
52 void append(int x);
53 void append(unsigned x);
54 void append(long x);
55 void append(unsigned long x);
56 void append(long long x);
[all …]
/frameworks/base/core/java/android/webkit/
DQuadF.java58 s.append(p1.x).append(",").append(p1.y); in toString()
59 s.append(" - "); in toString()
60 s.append(p2.x).append(",").append(p2.y); in toString()
61 s.append(" - "); in toString()
62 s.append(p3.x).append(",").append(p3.y); in toString()
63 s.append(" - "); in toString()
64 s.append(p4.x).append(",").append(p4.y); in toString()
65 s.append(")"); in toString()

12345678910>>...23