HomeSort by relevance Sort by last modified time
    Searched refs:stringBuffer (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/nist-sip/java/gov/nist/core/
ParserCore.java 101 StringBuffer stringBuffer = new StringBuffer();
103 stringBuffer.append(">");
107 stringBuffer + rule +
115 StringBuffer stringBuffer = new StringBuffer();
117 stringBuffer.append("<");
121 stringBuffer
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
StringTruncator.cpp 115 UChar stringBuffer[STRING_BUFFER_SIZE];
122 truncatedLength = centerTruncateToBuffer(string, length, keepCount, stringBuffer);
125 string.copyTo(stringBuffer, 0, length);
129 float width = stringWidth(font, stringBuffer, truncatedLength);
163 truncatedLength = truncateToBuffer(string, length, keepCount, stringBuffer);
165 width = stringWidth(font, stringBuffer, truncatedLength);
180 truncatedLength = truncateToBuffer(string, length, keepCount, stringBuffer);
183 return String(stringBuffer, truncatedLength);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Signature.java 145 StringBuffer stringBuffer = new StringBuffer();
147 stringBuffer.append(entry.getValue().toString("input", entry.getKey()) + "\n");
150 stringBuffer.append(entry.getValue().toString("output", entry.getKey()) + "\n");
153 stringBuffer.append("disallow other inputs\n");
156 stringBuffer.append("disallow other outputs\n");
158 return stringBuffer.toString();
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
CString.cpp 44 CStringBuffer* stringBuffer = static_cast<CStringBuffer*>(partitionAllocGeneric(Partitions::getBufferPartition(), size));
45 return adoptRef(new (stringBuffer) CStringBuffer(length));
  /external/nist-sip/java/gov/nist/javax/sip/message/
MultipartMimeContentImpl.java 69 StringBuffer stringBuffer = new StringBuffer();
72 stringBuffer.append(content.toString());
74 return stringBuffer.toString();
106 StringBuffer strbuf = new StringBuffer(nextPart);
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarFileTest.java 124 StringBuilder stringBuffer = new StringBuilder(r);
126 stringBuffer.append((char) (b[i] & 0xff));
128 String contents = stringBuffer.toString();
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 47 #include "wtf/text/StringBuffer.h"
149 StringBuffer<UChar> stringBuffer(len);
150 UChar* bufferUChar = stringBuffer.characters();
160 int utf16Length = bufferUChar - stringBuffer.characters();
161 resultOutput.append(stringBuffer.characters(), utf16Length);
  /frameworks/av/media/mtp/
MtpProperty.cpp 424 MtpStringBuffer stringBuffer;
468 if (!packet.getString(stringBuffer)) return false;
469 value.str = strdup(stringBuffer);
479 MtpStringBuffer stringBuffer;
  /libcore/libart/src/main/java/java/lang/
String.java 55 * @see StringBuffer
430 * {@code StringBuffer}.
432 public String(StringBuffer stringBuffer) {
434 synchronized (stringBuffer) {
435 value = stringBuffer.shareValue();
436 count = stringBuffer.length();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 219 StringBuffer compilerString = new StringBuffer();
220 StringBuffer accessesString = new StringBuffer();
238 private void processCompileLogsDirectory(String directoryName, StringBuffer compilerLog, StringBuffer accessesLog) {
255 private void readCompileLog(String log, StringBuffer compilerLog, StringBuffer accessesLog) {
266 StringBuffer stringBuffer = new StringBuffer(logName)
    [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h     [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h     [all...]

Completed in 605 milliseconds

1 2 3