/art/runtime/native/ |
sun_misc_Unsafe.cc | 520 NATIVE_METHOD(Unsafe, getByte, "!(Ljava/lang/Object;J)B"), 534 OVERLOADED_NATIVE_METHOD(Unsafe, getByte, "!(J)B", getByteJ),
|
java_lang_reflect_Field.cc | 468 NATIVE_METHOD(Field, getByte, "!(Ljava/lang/Object;)B"),
|
/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/ojluni/src/main/java/sun/misc/ |
Unsafe.java | 295 public native byte getByte(Object obj, long offset); 361 public native byte getByte(long address);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
opc2c.c | 418 printf ("%*s GETBYTE ();\n", byte * 6, ""); 441 printf ("%*s GETBYTE();\n", byte * 6, "");
|
rl78-decode.c | 36 int (* getbyte)(void *); member in struct:__anon76374 54 #define GETBYTE() (ld->op [ld->rl78->n_bytes++] = ld->getbyte (ld->ptr)) 55 #define B ((unsigned long) GETBYTE()) 167 int (* getbyte)(void *), 176 lds.getbyte = getbyte; 190 GETBYTE (); 826 GETBYTE (); [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 {
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
JsonValue.java | 628 public byte getByte (String name, byte defaultValue) {
695 public byte getByte (String name) {
767 public byte getByte (int index) {
[all...] |
/frameworks/base/core/java/android/os/ |
BaseBundle.java | 751 byte getByte(String key) { 753 return getByte(key, (byte) 0); 764 Byte getByte(String key, byte defaultValue) { [all...] |
/cts/tests/tests/location/src/android/location/cts/ |
LocationTest.java | 517 assertEquals(TEST_KEY2VALUE, bundle.getByte(TEST_KEY2NAME));
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
Hpack.java | 428 byte c = name.getByte(i);
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
UrlComponentEncodingTester.java | 317 percentEncoded.writeUtf8(String.format("%%%02X", utf8.getByte(i) & 0xff));
|
/external/opencv/otherlibs/highgui/ |
grfmt_tiff.cpp | 342 array[i] = m_strm.GetByte();
|
/prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/ |
netty-buffer-4.1.0.CR3.jar | |
/external/tremolo/Tremolo/ |
bitwise.c | 374 int getbyte(ogg_reference *or,int position){ function 379 fprintf(stderr,"\n\tERROR: getbyte ran off end of buffer.\n");
|
/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/ |
okio-1.6.0.jar | |
/prebuilts/devtools/tools/lib/ |
jython-standalone-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |
/art/runtime/hprof/ |
hprof.cc | [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
BytecodeArray.java | 308 int value = bytes.getByte(offset + 1); 648 int value = bytes.getByte(offset + 2); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
gensuitemodule.py | 297 def getbyte(f, *args): function 300 raise EOFError, 'in getbyte' + str(args) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
gensuitemodule.py | 297 def getbyte(f, *args): function 300 raise EOFError, 'in getbyte' + str(args) [all...] |
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
jdk6-compilation.txt | 223 195 sun.security.util.DerInputStream::getByte (12 bytes)
|
/external/pdfium/fpdfsdk/src/ |
fpdfview.cpp | 157 FX_BOOL CPDF_CustomAccess::GetByte(FX_DWORD pos, uint8_t& ch) { [all...] |