Home
last modified time | relevance | path

Searched refs:Bytes (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/mksdcard/src/source/
Dmksdcard.c52 typedef Byte* Bytes; typedef
54 #define BYTE_(p,i) (((Bytes)(p))[(i)])
113 boot_sector_init( Bytes boot, Bytes info, Wide disk_size, const char* label ) in boot_sector_init()
168 fat_init( Bytes fat ) in fat_init()
177 write_sector( FILE* file, Bytes sector ) in write_sector()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceTask.java21 import com.google.common.primitives.Bytes;
72 mBuffer = Bytes.ensureCapacity(mBuffer, mDataLength + length + 1, 1024); in addOutput()