Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 15 of 15) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DQuotedPrintable.java39 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable()
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DChatManager.java37 int bytes; in run() local
/development/samples/Vault/src/com/example/android/vault/
DUtils.java61 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in readFully() local
/development/tools/winscope/src/
DdecodeVideo.js36 function parseUintNLE(buffer, position, bytes) { argument
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
DBrokenKeyDerivationActivity.java240 private void readFromFileOrCreateRandom(String fileName, byte[] bytes) { in readFromFileOrCreateRandom()
260 private void writeToFile(String fileName, byte[] bytes) { in writeToFile()
268 private void readBytesFromFile(String fileName, byte[] bytes) { in readBytesFromFile()
DInsecureSHA1PRNGKeyDerivator.java224 private void updateSeed(byte[] bytes) { in updateSeed()
278 protected synchronized void nextBytes(byte[] bytes) { in nextBytes()
/development/samples/browseable/CardReader/src/com.example.android.cardreader/
DLoyaltyCardReader.java119 public static String ByteArrayToHexString(byte[] bytes) { in ByteArrayToHexString()
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
DCardService.java119 public static String ByteArrayToHexString(byte[] bytes) { in ByteArrayToHexString()
/development/samples/ApiDemos/src/com/example/android/apis/media/
DAudioFxDemo.java222 public void updateVisualizer(byte[] bytes) { in updateVisualizer()
/development/apps/Development/src/com/android/development/
DLogViewer.java131 static int next0(byte[] bytes, int start) { in next0()
/development/tools/winscope/adb_proxy/
Dwinscope_proxy.py322 def call_adb(params: str, device: str = None, stdin: bytes = None):
339 def call_adb_outfile(params: str, outfile, device: str = None, stdin: bytes = None):
664 def respond(self, code: int, data: bytes, mime: str) -> None:
/development/samples/ApiDemos/src/com/example/android/apis/content/
DDocumentsSample.java428 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in readFullyNoClose() local
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java448 int bytes; in run() local
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java488 int bytes; in run() local
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageCache.java591 private static String bytesToHexString(byte[] bytes) { in bytesToHexString()