OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:append
(Results
101 - 125
of
8643
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/include/media/stagefright/foundation/
AString.h
47
void
append
(char c) {
append
(&c, 1); }
function in struct:android::AString
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)
[
all
...]
/external/jmdns/src/javax/jmdns/impl/
DNSMessage.java
225
buf.
append
(this.toString());
226
buf.
append
("\n");
228
buf.
append
("\tquestion: ");
229
buf.
append
(question);
230
buf.
append
("\n");
233
buf.
append
("\tanswer: ");
234
buf.
append
(answer);
235
buf.
append
("\n");
238
buf.
append
("\tauthoritative: ");
239
buf.
append
(answer)
[
all
...]
/external/chromium/chrome/common/
jstemplate_builder.cc
60
output->
append
("<script>");
61
output->
append
("var templateData = ");
62
output->
append
(jstext);
63
output->
append
(";");
64
output->
append
("</script>");
78
output->
append
("<script>");
79
output->
append
(jstemplate_src.data(), jstemplate_src.size());
80
output->
append
("</script>");
85
output->
append
("<script>");
86
output->
append
("var tp = document.getElementById('")
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityParser.h
44
void
append
(UChar c)
function in class:WebCore::DecodedHTMLEntity
50
void
append
(UChar32 c)
53
append
(static_cast<UChar>(c));
56
append
(U16_LEAD(c));
57
append
(U16_TRAIL(c));
/external/smack/src/org/jivesoftware/smackx/packet/
AttentionExtension.java
73
sb.
append
("<").
append
(getElementName()).
append
(" xmlns=\"").
append
(
74
getNamespace()).
append
("\"/>");
DiscoverItems.java
110
buf.
append
("<query xmlns=\"" + NAMESPACE + "\"");
112
buf.
append
(" node=\"");
113
buf.
append
(StringUtils.escapeForXML(getNode()));
114
buf.
append
("\"");
116
buf.
append
(">");
119
buf.
append
(item.toXML());
122
buf.
append
("</query>");
239
buf.
append
("<item jid=\"").
append
(entityID).
append
("\"");
[
all
...]
OfflineMessageInfo.java
83
buf.
append
("<").
append
(getElementName()).
append
(" xmlns=\"").
append
(getNamespace()).
append
(
86
buf.
append
("<item node=\"").
append
(getNode()).
append
("\"/>");
87
buf.
append
("</").
append
(getElementName()).append(">")
[
all
...]
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
QueueOverview.java
99
buf.
append
("<").
append
(ELEMENT_NAME).
append
(" xmlns=\"").
append
(NAMESPACE).
append
("\">");
102
buf.
append
("<count>").
append
(userCount).
append
("</count>");
105
buf.
append
("<oldest>").
append
(dateFormat.format(oldestEntry)).append("</oldest>");
[
all
...]
MonitorPacket.java
66
buf.
append
("<").
append
(ELEMENT_NAME).
append
(" xmlns=");
67
buf.
append
('"');
68
buf.
append
(NAMESPACE);
69
buf.
append
('"');
70
buf.
append
(">");
72
buf.
append
("<makeOwner sessionID=\""+sessionID+"\"></makeOwner>");
74
buf.
append
("</").
append
(ELEMENT_NAME).append("> ")
[
all
...]
Transcripts.java
94
buf.
append
("<transcripts xmlns=\"http://jivesoftware.com/protocol/workgroup\" userID=\"")
95
.
append
(userID)
96
.
append
("\">");
99
buf.
append
(transcriptSummary.toXML());
102
buf.
append
("</transcripts>");
167
buf.
append
("<transcript sessionID=\"")
168
.
append
(sessionID)
169
.
append
("\">");
172
buf.
append
("<joinTime>").
append
(UTC_FORMAT.format(joinTime)).append("</joinTime>");
[
all
...]
/frameworks/base/core/java/android/content/
SyncStats.java
123
sb.
append
(" stats [");
124
if (numAuthExceptions > 0) sb.
append
(" numAuthExceptions: ").
append
(numAuthExceptions);
125
if (numIoExceptions > 0) sb.
append
(" numIoExceptions: ").
append
(numIoExceptions);
126
if (numParseExceptions > 0) sb.
append
(" numParseExceptions: ").
append
(numParseExceptions);
128
sb.
append
(" numConflictDetectedExceptions: ").
append
(numConflictDetectedExceptions);
129
if (numInserts > 0) sb.
append
(" numInserts: ").append(numInserts)
[
all
...]
/cts/suite/audio_quality/test_description/processing/
recording_thd.py
51
output.
append
(RESULT_ERROR)
52
output.
append
(outputData)
53
output.
append
(outputTypes)
69
output.
append
(RESULT_PASS)
71
output.
append
(RESULT_OK)
72
outputData.
append
(thdHost)
73
outputTypes.
append
(TYPE_DOUBLE)
74
outputData.
append
(thdDevice)
75
outputTypes.
append
(TYPE_DOUBLE)
76
output.
append
(outputData
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSShadowValue.cpp
51
text.
append
(color->cssText());
54
text.
append
(' ');
55
text.
append
(x->cssText());
59
text.
append
(' ');
60
text.
append
(y->cssText());
64
text.
append
(' ');
65
text.
append
(blur->cssText());
69
text.
append
(' ');
70
text.
append
(spread->cssText());
74
text.
append
(' ');
[
all
...]
CSSBorderImage.cpp
30
list->
append
(image);
35
listSlash->
append
(imageSlice);
38
listSlash->
append
(borderSlice);
41
listSlash->
append
(outset);
43
list->
append
(listSlash);
45
list->
append
(imageSlice);
47
list->
append
(repeat);
/external/smack/src/org/jivesoftware/smackx/
RemoteRosterEntry.java
100
buf.
append
("<item jid=\"").
append
(user).
append
("\"");
102
buf.
append
(" name=\"").
append
(name).
append
("\"");
104
buf.
append
(">");
107
buf.
append
("<group>").
append
(groupName).
append
("</group>")
[
all
...]
/external/smack/src/org/jivesoftware/smackx/pubsub/
GetItemsRequest.java
63
builder.
append
(getElementName());
65
builder.
append
(" node='");
66
builder.
append
(getNode());
67
builder.
append
("'");
71
builder.
append
(" subid='");
72
builder.
append
(getSubscriptionId());
73
builder.
append
("'");
78
builder.
append
(" max_items='");
79
builder.
append
(getMaxItems());
80
builder.
append
("'");
[
all
...]
Item.java
112
builder.
append
(" id='");
113
builder.
append
(id);
114
builder.
append
("'");
118
builder.
append
(" node='");
119
builder.
append
(getNode());
120
builder.
append
("'");
122
builder.
append
("/>");
/libcore/luni/src/main/java/java/util/logging/
SimpleFormatter.java
48
sb.
append
(MessageFormat.format("{0, date} {0, time} ",
50
sb.
append
(r.getSourceClassName()).
append
(" ");
51
sb.
append
(r.getSourceMethodName()).
append
(System.lineSeparator());
52
sb.
append
(r.getLevel().getName()).
append
(": ");
53
sb.
append
(formatMessage(r)).
append
(System.lineSeparator());
55
sb.
append
("Throwable occurred: ")
[
all
...]
/cts/tools/dex-tools/test/dex/reader/
LargeDexTests.java
38
b.
append
("public class ").
append
(CLASS_NAME).
append
("{\n");
40
b.
append
("\tpublic int f").
append
(i).
append
(";\n");
42
b.
append
("}\n");
/development/tools/idegen/src/com/android/idegen/
FrameworkModule.java
42
sb.
append
(" <content url=\"file://").
append
(intermediates).
append
("\">\n");
44
sb.
append
(" <sourceFolder url=\"file://")
45
.
append
(src.getAbsolutePath()).
append
("\" isTestSource=\"false\" />\n");
47
sb.
append
(" </content>\n");
/external/apache-http/src/org/apache/http/message/
ParserCursor.java
92
buffer.
append
('[');
93
buffer.
append
(Integer.toString(this.lowerBound));
94
buffer.
append
('>');
95
buffer.
append
(Integer.toString(this.pos));
96
buffer.
append
('>');
97
buffer.
append
(Integer.toString(this.upperBound));
98
buffer.
append
(']');
/external/chromium_org/third_party/WebKit/Source/platform/network/
ProxyServer.cpp
37
builder.
append
("DIRECT");
41
builder.
append
("PROXY");
44
builder.
append
("SOCKS");
48
builder.
append
(' ');
51
builder.
append
(proxyServer.hostName());
53
builder.
append
(':');
66
stringBuilder.
append
("; ");
/external/junit/src/org/junit/internal/
ArrayComparisonFailure.java
41
builder.
append
(fMessage);
42
builder.
append
("arrays first differed at element ");
44
builder.
append
("[");
45
builder.
append
(each);
46
builder.
append
("]");
48
builder.
append
("; ");
49
builder.
append
(fCause.getMessage());
/libcore/luni/src/main/java/java/security/cert/
PKIXCertPathValidatorResult.java
112
sb.
append
(": [\n Trust Anchor: ");
113
sb.
append
(trustAnchor.toString());
114
sb.
append
("\n Policy Tree: ");
115
sb.
append
(policyTree == null ? "no valid policy tree\n"
117
sb.
append
("\n Subject Public Key: ");
118
sb.
append
(subjectPublicKey.toString());
119
sb.
append
("\n]");
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/
Bytestream.java
216
buf.
append
("<query xmlns=\"http://jabber.org/protocol/bytestreams\"");
219
buf.
append
(" sid=\"").
append
(getSessionID()).
append
("\"");
222
buf.
append
(" mode = \"").
append
(getMode()).
append
("\"");
224
buf.
append
(">");
227
buf.
append
(streamHost.toXML());
231
buf.
append
(getToActivate().toXML());
[
all
...]
Completed in 353 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>