HomeSort by relevance Sort by last modified time
    Searched defs:byteData (Results 1 - 25 of 41) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java 116 MixedItemSection byteData = file.getByteData();
120 items[i] = byteData.intern(items[i]);
ClassDefItem.java 132 MixedItemSection byteData = file.getByteData();
146 byteData.intern(new EncodedArrayItem(staticValues));
CodeItem.java 117 MixedItemSection byteData = file.getByteData();
122 byteData.add(debugInfo);
DexFile.java 86 private final MixedItemSection byteData;
113 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
128 classDefs, wordData, typeLists, stringData, byteData,
386 return byteData;
486 byteData.prepare();
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetItem.java 117 MixedItemSection byteData = file.getByteData();
121 items[i] = byteData.intern(items[i]);
ClassDefItem.java 130 MixedItemSection byteData = file.getByteData();
144 byteData.intern(new EncodedArrayItem(staticValues));
CodeItem.java 108 MixedItemSection byteData = file.getByteData();
113 byteData.add(debugInfo);
DexFile.java 89 private final MixedItemSection byteData;
118 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
133 classDefs, wordData, typeLists, stringData, byteData,
405 return byteData;
503 byteData.prepare();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetItem.java 116 MixedItemSection byteData = file.getByteData();
120 items[i] = byteData.intern(items[i]);
ClassDefItem.java 130 MixedItemSection byteData = file.getByteData();
144 byteData.intern(new EncodedArrayItem(staticValues));
CodeItem.java 117 MixedItemSection byteData = file.getByteData();
122 byteData.add(debugInfo);
DexFile.java 91 private final MixedItemSection byteData;
120 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
135 classDefs, wordData, typeLists, stringData, byteData,
407 return byteData;
505 byteData.prepare();
  /external/libunwind_llvm/src/
Unwind-EHABI.cpp 35 const uint8_t* byteData = reinterpret_cast<const uint8_t*>(data);
36 return byteData[(offset & ~(size_t)0x03) + (3 - (offset & (size_t)0x03))];
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 36 const uint8_t* byteData = reinterpret_cast<const uint8_t*>(data);
37 return byteData[(offset & ~(size_t)0x03) + (3 - (offset & (size_t)0x03))];
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /external/vulkan-validation-layers/demos/smoke/android/gradle/wrapper/
gradle-wrapper.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
builder-2.1.2.jar 

Completed in 1367 milliseconds

1 2