HomeSort by relevance Sort by last modified time
    Searched defs:getDataBytes (Results 1 - 21 of 21) sorted by null

  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolCustom.cpp 25 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) {
26 RawSymbol->getDataBytes(bytes);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowIcon.java 59 public byte[] getDataBytes() {
60 return directlyOn(realIcon, Icon.class).getDataBytes();
  /frameworks/base/core/java/android/app/usage/
StorageStats.java 68 public @BytesLong long getDataBytes() {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
StorageStatsSource.java 104 long getDataBytes();
125 public long getDataBytes() {
126 return mStats.getDataBytes();
134 return mStats.getAppBytes() + mStats.getDataBytes();
  /frameworks/base/graphics/java/android/graphics/drawable/
Icon.java 185 public byte[] getDataBytes() {
187 throw new IllegalStateException("called getDataBytes() on " + this);
370 BitmapFactory.decodeByteArray(getDataBytes(), getDataOffset(), getDataLength())
461 dataStream.write(getDataBytes(), getDataOffset(), getDataLength());
533 && Arrays.equals(getDataBytes(), otherIcon.getDataBytes());
817 dest.writeBlob(getDataBytes(), getDataOffset(), getDataLength());
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
DerValue.java 647 public byte[] getDataBytes() throws IOException {
667 return new String(getDataBytes(), "ASCII");
680 return new String(getDataBytes(), "ISO-8859-1");
693 return new String(getDataBytes(), "ASCII");
709 return new String(getDataBytes(), "UnicodeBigUnmarked");
723 return new String(getDataBytes(), "UTF8");
737 return new String(getDataBytes(), "ASCII");
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java 448 public byte[] getDataBytes(int length) {
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/data/
RecordedProgram.java 652 public long getDataBytes() {
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 421 void DIARawSymbol::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const {
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/
aether-spi-1.0.2.v20150114.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 483 milliseconds