Searched defs:bytes (Results 1 – 15 of 15) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
D | QuotedPrintable.java | 39 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable()
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
D | ChatManager.java | 37 int bytes; in run() local
|
/development/samples/Vault/src/com/example/android/vault/ |
D | Utils.java | 61 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in readFully() local
|
/development/tools/winscope/src/ |
D | decodeVideo.js | 36 function parseUintNLE(buffer, position, bytes) { argument
|
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/ |
D | BrokenKeyDerivationActivity.java | 240 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()
|
D | InsecureSHA1PRNGKeyDerivator.java | 224 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/ |
D | LoyaltyCardReader.java | 119 public static String ByteArrayToHexString(byte[] bytes) { in ByteArrayToHexString()
|
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/ |
D | CardService.java | 119 public static String ByteArrayToHexString(byte[] bytes) { in ByteArrayToHexString()
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
D | AudioFxDemo.java | 222 public void updateVisualizer(byte[] bytes) { in updateVisualizer()
|
/development/apps/Development/src/com/android/development/ |
D | LogViewer.java | 131 static int next0(byte[] bytes, int start) { in next0()
|
/development/tools/winscope/adb_proxy/ |
D | winscope_proxy.py | 322 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/ |
D | DocumentsSample.java | 428 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in readFullyNoClose() local
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
D | BluetoothChatService.java | 448 int bytes; in run() local
|
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/ |
D | BluetoothChatService.java | 488 int bytes; in run() local
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | ImageCache.java | 591 private static String bytesToHexString(byte[] bytes) { in bytesToHexString()
|