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

  /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();
  /hardware/samsung_slsi/exynos5/libcamera2/
MetadataConverter.cpp 516 uint8_t byteData;
552 byteData = metadata_ext->awb_mode_dm- 2;
554 &byteData, 1))
557 byteData = metadata->dm.aa.aeMode - 1;
559 &byteData, 1))
562 byteData = metadata->ctl.aa.afMode - 1;
564 &byteData, 1))
567 byteData = metadata->ctl.aa.sceneMode - 1;
569 &byteData, 1))
577 byteData = metadata->dm.stats.faceDetectMode - 1
    [all...]
  /external/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 33 const uint8_t* byteData = reinterpret_cast<const uint8_t*>(data);
34 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 32 uint8_t* byteData = reinterpret_cast<uint8_t*>(data);
33 return byteData[(offset & ~0x03) + (3 - (offset&0x03))];
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 591 milliseconds