Searched defs:getBytes (Results 1 - 25 of 25) sorted by relevance

/external/apache-http/src/org/apache/http/util/
H A DEncodingUtils.java105 public static byte[] getBytes(final String data, final String charset) { method in class:EncodingUtils
116 return data.getBytes(charset);
118 return data.getBytes();
135 return data.getBytes(HTTP.US_ASCII);
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
H A DSinkTester.java49 public abstract byte[] getBytes() throws Exception; method in class:SinkTester
98 assertArrayEquals(expected, getBytes());
111 assertArrayEquals(expected, getBytes());
123 assertArrayEquals(expected, getBytes());
145 assertArrayEquals(expected, getBytes());
176 assertArrayEquals(expected, getBytes());
187 assertArrayEquals(expected, getBytes());
203 assertArrayEquals(expectedBytes, getBytes());
H A DWrapperTester.java88 @Override public byte[] getBytes() throws Exception { method in class:WrapperTester.WrapperSinkTester
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERBitString.java72 static protected byte[] getBytes(int bitString) method in class:DERBitString
175 public byte[] getBytes() method in class:DERBitString
215 byte[] bytes = new byte[getBytes().length + 1];
218 System.arraycopy(getBytes(), 0, bytes, 1, bytes.length - 1);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
H A DTypesWriter.java41 public byte[] getBytes() method in class:TypesWriter
48 public void getBytes(byte dst[]) method in class:TypesWriter
147 byte[] b = (charsetName == null) ? StringEncoder.GetBytes(v) : v.getBytes(charsetName);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DByteArray.java210 public void getBytes(byte[] out, int offset) { method in class:ByteArray
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DOutputStreamTesterTest.java89 public byte[] getBytes() throws IOException { method in class:OutputStreamTesterTest.FileOutputStreamSinkTester
108 public byte[] getBytes() throws IOException { method in class:OutputStreamTesterTest.ByteArrayOutputStreamSinkTester
138 public byte[] getBytes() throws Exception { method in class:OutputStreamTesterTest.PipedOutputStreamSinkTester
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstString.java346 public ByteArray getBytes() { method in class:CstString
/external/proguard/src/proguard/classfile/constant/
H A DUtf8Constant.java96 public byte[] getBytes() method in class:Utf8Constant
186 // of String.getBytes("UTF-8") has a bug, at least up to JRE 1.4.2.
/external/arduino/hardware/arduino/cores/arduino/
H A DWString.cpp422 void String::getBytes(unsigned char *buf, unsigned int bufsize) function in class:String
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArray.java206 public void getBytes(byte[] out, int offset) { method in class:ByteArray
/external/icu4c/tools/toolutil/
H A Dpkgitems.cpp73 const uint8_t *getBytes() const { function in class:NativeItem
415 const int32_t *poolIndexes=(const int32_t *)nativePool.getBytes()+1;
596 ures_enumDependencies(pItem->name, nrb.getDataInfo(), nrb.getBytes(), nrb.getLength(), check, context, this, &errorCode);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java347 public byte[] getBytes(int columnIndex) throws SQLException { method in class:Impl_RowSet
351 public byte[] getBytes(String columnName) throws SQLException { method in class:Impl_RowSet
/external/clang/include/clang/AST/
H A DExpr.h1398 StringRef getBytes() const { function in class:clang::StringLiteral
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 498 milliseconds