HomeSort by relevance Sort by last modified time
    Searched refs:getSizeInBytes (Results 1 - 15 of 15) sorted by null

  /packages/apps/Camera2/src/com/android/camera/data/
InProgressDataWrapper.java 135 public long getSizeInBytes() {
136 return mLocalData.getSizeInBytes();
LocalData.java 160 long getSizeInBytes();
SimpleViewData.java 188 public long getSizeInBytes() {
RotationTask.java 139 imageData.getHeight(), data.getSizeInBytes(), latitude, longitude);
LocalMediaData.java 141 public long getSizeInBytes() {
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 414 uint64_t getSizeInBytes() const {
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 213 ElementSize = TD->getStructLayout(ST)->getSizeInBytes();
ConstantFolding.cpp 766 if (Offset.uge(SL.getSizeInBytes()))
    [all...]
ScalarEvolutionExpander.cpp 467 if (FullOffset < SL.getSizeInBytes()) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 795 assert(Offset < (int64_t)SL->getSizeInBytes() &&
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 169 milliseconds