HomeSort by relevance Sort by last modified time
    Searched refs:append (Results 51 - 75 of 4739) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/lang/
Appendable.java 22 * Declares methods to append characters or character sequences. Any class that
41 * the character to append.
46 Appendable append(char c) throws IOException; method in interface:Appendable
50 * not append the whole sequence, for example if the target is a buffer with
56 * the character sequence to append.
61 Appendable append(CharSequence csq) throws IOException; method in interface:Appendable
67 * to calling {@code append(csq.subSequence(start, end))}.
72 * the character sequence to append.
86 Appendable append(CharSequence csq, int start, int end) throws IOException; method in interface:Appendable
  /external/proguard/src/proguard/gui/
FilterBuilder.java 104 positive.append(',');
106 positive.append('!').append(prefix);
110 positive.append('*');
122 negative.append(',');
124 negative.append(prefix);
128 negative.append('*');
170 positive.append(',');
173 positive.append(positiveFilter);
180 positive.append(',');
    [all...]
  /frameworks/base/core/java/android/view/
KeyEvent.java     [all...]
  /frameworks/base/libs/hwui/
ProgramCache.cpp 399 shader.append(gVS_Header_Attributes_TexCoords);
402 shader.append(gVS_Header_Attributes_AAParameters);
405 shader.append(gVS_Header_Uniforms);
407 shader.append(gVS_Header_Uniforms_TextureTransform);
410 shader.append(gVS_Header_Uniforms_HasGradient[description.gradientType]);
413 shader.append(gVS_Header_Uniforms_HasBitmap);
416 shader.append(gVS_Header_Uniforms_IsPoint);
420 shader.append(gVS_Header_Varyings_HasTexture);
423 shader.append(gVS_Header_Varyings_IsAA);
426 shader.append(gVS_Header_Varyings_HasGradient[description.gradientType])
    [all...]
  /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...]
  /sdk/lint/cli/src/com/android/tools/lint/
TextReporter.java 63 output.append(warning.path);
64 output.append(':');
67 output.append(Integer.toString(warning.line + 1));
68 output.append(':');
71 output.append(' ');
75 output.append(warning.severity.getDescription());
76 output.append(':');
77 output.append(' ');
79 output.append(warning.message);
81 output.append(' ').append('[')
    [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...]
  /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...]
  /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");
  /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/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());
  /external/webkit/Source/WebCore/fileapi/
EntryBase.cpp 64 result.append("filesystem:");
65 result.append(originString);
66 result.append("/");
69 result.append(DOMFileSystemBase::kTemporaryPathPrefix);
72 result.append(DOMFileSystemBase::kPersistentPathPrefix);
75 result.append(DOMFileSystemBase::kExternalPathPrefix);
78 result.append(m_fullPath);
  /frameworks/av/media/libstagefright/foundation/
hexdump.cpp 42 line.append(tmp);
46 line.append(' ');
49 line.append(" ");
52 line.append(tmp);
56 line.append(' ');
64 line.append((char)data[offset + i]);
66 line.append('.');
  /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]");
  /cts/tools/dex-tools/src/dex/reader/
TypeFormatter.java 96 builder.append(separator);
98 builder.append(element.toString());
107 builder.append("----------------DEX_FILE--------------\n\n");
108 builder.append("Filename: ").append(file.getName());
109 builder.append("\n-----------DEFINED_CLASSES------------\n\n");
111 builder.append("\n________________CLASS________________\n\n");
112 builder.append(dexClass);
113 builder.append("\n\n----------------FIELDS----------------\n");
115 builder.append(field).append("\n")
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageStats.java 80 sb.append(Integer.toHexString(System.identityHashCode(this)));
81 sb.append(" packageName=");
82 sb.append(packageName);
83 sb.append(",codeSize=");
84 sb.append(codeSize);
85 sb.append(",dataSize=");
86 sb.append(dataSize);
87 sb.append(",cacheSize=");
88 sb.append(cacheSize);
89 sb.append(",externalCodeSize=")
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java 95 // find existing help for 'LIST_PATTERN' commands, and append these commands help
136 helpBuilder.append("CTS-tradefed host version ");
137 helpBuilder.append(CtsBuildProvider.CTS_BUILD_VERSION);
138 helpBuilder.append("\n\n");
139 helpBuilder.append("CTS-tradefed is the test harness for running the Android ");
140 helpBuilder.append("Compatibility Suite, built on top of the tradefed framework.\n\n");
141 helpBuilder.append("Available commands and options\n");
142 helpBuilder.append("Host:\n");
143 helpBuilder.append(" help: show this message\n");
144 helpBuilder.append(" help all: show the complete tradefed help\n")
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 62 buf.append(indent);
65 buf.append("BER Sequence");
69 buf.append("DER Sequence");
73 buf.append("Sequence");
76 buf.append(nl);
86 buf.append(tab);
87 buf.append("NULL");
88 buf.append(nl);
104 buf.append(indent);
107 buf.append("BER Tagged [")
    [all...]
  /external/webkit/Source/WebKit2/Scripts/webkit2/
messages.py 110 messages.append(Message(name, parameters, reply_parameters, is_delayed, dispatch_on_connection_queue, condition))
155 result.append('enum Kind {\n')
157 result.append('};\n')
223 result.append('struct %s : %s' % (message.name, base_class(message)))
224 result.append(' {\n')
225 result.append(' static const Kind messageID = %s;\n' % message.id())
229 result.append(' struct DelayedReply : public ThreadSafeRefCounted<DelayedReply> {\n')
230 result.append(' DelayedReply(PassRefPtr<CoreIPC::Connection>, PassOwnPtr<CoreIPC::ArgumentEncoder>);\n')
231 result.append(' ~DelayedReply();\n')
232 result.append('\n'
    [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
AdditionalTextOutput.java 70 output.append("UI DELEGATE DATABASE CALLBACK: ");
71 output.append("exceededDatabaseQuotaForSecurityOrigin:{");
72 output.append(protocol + ", " + host + ", " + port + "} ");
73 output.append("database:" + databaseIdentifier + "\n");
79 output.append("CONSOLE MESSAGE: line " + consoleMessage.lineNumber());
80 output.append(": " + consoleMessage.message() + "\n");
86 output.append("ALERT: ");
87 output.append(message);
88 output.append('\n');
94 output.append("CONFIRM: ")
    [all...]
Summarizer.java 319 private void dumpHtmlToFile(StringBuilder html, boolean append) {
321 html.toString().getBytes(), append);
330 txt.append("Path: " + mTestsRelativePath + "\n");
331 txt.append("Date: " + dateFormat.format(mDate) + "\n");
332 txt.append("Build fingerprint: " + Build.FINGERPRINT + "\n");
333 txt.append("WebKit version: " + getWebKitVersionFromUserAgentString() + "\n");
334 txt.append("WebKit revision: " + webKitRevision + "\n");
336 txt.append("TOTAL: " + getTotalTestCount() + "\n");
337 txt.append("CRASHED (among all tests): " + mCrashedTestsCount + "\n");
338 txt.append("UNEXPECTED FAILURES: " + mUnexpectedFailuresCursor.getCount() + "\n")
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport2.java 67 buf.append(g.name+"."+enclosingRule.name+":" +
71 buf.append(decisionAST.getLine());
72 buf.append(":");
73 buf.append(decisionAST.getCharPositionInLine());
74 buf.append(" decision "+decision+":");
76 if ( d.dfa.isCyclic() ) buf.append(" cyclic");
77 if ( k!=Integer.MAX_VALUE ) buf.append(" k="+k); // fixed, no sempreds
78 if ( d.dfa.hasSynPred() ) buf.append(" backtracks"); // isolated synpred not gated
79 if ( d.dfa.hasSemPred() ) buf.append(" sempred"); // user-defined sempred
81 // buf.append("undefined")
    [all...]

Completed in 1200 milliseconds

1 23 4 5 6 7 8 91011>>