HomeSort by relevance Sort by last modified time
    Searched full:getbyte (Results 26 - 49 of 49) sorted by null

12

  /external/opencv/
cvjni.cpp 157 env->SetBooleanArrayRegion(res_array, 0, imageSize, (jboolean*)strm->GetByte());
276 env->SetBooleanArrayRegion(res_array, 0, imageSize, (jboolean*)strm->GetByte());
771 env->SetBooleanArrayRegion(res_array, 0, imageSize, (jboolean*)m_strm->GetByte());
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 454 public byte getByte(String property, byte def) {
611 public byte getByte(String property) {
612 return getByte(property, (byte)0);
  /cts/tools/dx-tests/src/dxconvext/
ClassFileParser.java 192 int b = ba.getByte(i);
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 125 public int getByte(int off) {
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 125 public int getByte(int off) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 261 uint8 GetByte(int index) const;
stun.cc 395 uint8 StunByteStringAttribute::GetByte(int index) const {
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 339 public byte getByte(int columnIndex) throws SQLException {
343 public byte getByte(String columnName) throws SQLException {
  /libcore/luni/src/main/java/java/lang/reflect/
Array.java 154 public static byte getByte(Object array, int index)
385 return getByte(array, index);
Field.java 323 public byte getByte(Object object) throws IllegalAccessException, IllegalArgumentException {
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 598 public byte getByte(int columnIndex) throws SQLException {
602 public byte getByte(String columnName) throws SQLException {
604 return getByte(col);
    [all...]
JDBCPreparedStatement.java 652 public byte getByte(String parameterName) throws SQLException {
  /frameworks/base/core/java/android/os/
Bundle.java 815 public byte getByte(String key) {
817 return getByte(key, (byte) 0);
827 public Byte getByte(String key, byte defaultValue) {
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 169 assertEquals(b, actual.getByte("key2"));
LocationTest.java 671 assertEquals(TEST_KEY2VALUE, bundle.getByte(TEST_KEY2NAME));
  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 342 array[i] = m_strm.GetByte();
  /external/tremolo/Tremolo/
bitwise.c 372 int getbyte(ogg_reference *or,int position){ function
377 fprintf(stderr,"\n\tERROR: getbyte ran off end of buffer.\n");
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 307 int value = bytes.getByte(offset + 1);
647 int value = bytes.getByte(offset + 2);
    [all...]
  /libcore/luni/src/main/java/java/sql/
CallableStatement.java 202 public byte getByte(int parameterIndex) throws SQLException;
215 public byte getByte(String parameterName) throws SQLException;
    [all...]
ResultSet.java 440 public byte getByte(int columnIndex) throws SQLException;
452 public byte getByte(String columnName) throws SQLException;
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java     [all...]
  /cts/tools/dex-tools/dex/
classes0.out.dex     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2011-02-16     [all...]

Completed in 2691 milliseconds

12