HomeSort by relevance Sort by last modified time
    Searched full:valuebuffer (Results 1 - 14 of 14) sorted by null

  /libcore/luni/src/main/java/java/util/jar/
ManifestReader.java 35 private final ByteArrayOutputStream valueBuffer = new ByteArrayOutputStream(80);
145 valueBuffer.reset();
164 valueBuffer.write(buf, mark, last - mark);
178 valueBuffer.write(buf, mark, last - mark);
181 value = valueBuffer.toString(StandardCharsets.UTF_8.name());
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
header_read_write_utils.cpp 78 std::unique_ptr<int[]> valueBuffer(new int[MAX_ATTRIBUTE_VALUE_LENGTH]);
86 MAX_ATTRIBUTE_VALUE_LENGTH, nullptr /* codePointTable */, valueBuffer.get(), &pos);
88 value.insert(value.end(), valueBuffer.get(), valueBuffer.get() + valueLength);
  /external/apache-http/src/org/apache/http/message/
HeaderGroup.java 157 CharArrayBuffer valueBuffer = new CharArrayBuffer(128);
158 valueBuffer.append(headers[0].getValue());
160 valueBuffer.append(", ");
161 valueBuffer.append(headers[i].getValue());
164 return new BasicHeader(name.toLowerCase(Locale.ENGLISH), valueBuffer.toString());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 1117 milliseconds