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

  /cts/libs/deviceutil/src/android/cts/util/
SystemUtil.java 37 public static long getTotalMemory(Context context) {
  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 69 size_t getTotalMemory() const;
HeaderSearch.h 587 size_t getTotalMemory() const;
PreprocessingRecord.h 374 size_t getTotalMemory() const;
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 120 size_t PPConditionalDirectiveRecord::getTotalMemory() const {
Preprocessor.cpp 250 llvm::errs() << "\nPreprocessor Memory: " << getTotalMemory() << "B total";
252 llvm::errs() << "\n BumpPtr: " << BP.getTotalMemory();
276 size_t Preprocessor::getTotalMemory() const {
277 return BP.getTotalMemory()
PreprocessingRecord.cpp 481 size_t PreprocessingRecord::getTotalMemory() const {
482 return BumpAlloc.getTotalMemory()
HeaderSearch.cpp     [all...]
  /external/llvm/include/llvm/Support/
Allocator.h 182 size_t getTotalMemory() const;
  /external/llvm/lib/Support/
Allocator.cpp 147 size_t BumpPtrAllocator::getTotalMemory() const {
  /external/clang/lib/Basic/
IdentifierTable.cpp 516 size_t SelectorTable::getTotalMemory() const {
518 return SelTabImpl.Allocator.getTotalMemory();
  /frameworks/base/core/java/android/os/
Process.java     [all...]
  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
FileUtil.java 244 long memSize = SystemUtil.getTotalMemory(context);
  /external/clang/include/clang/Basic/
IdentifierTable.h 741 size_t getTotalMemory() const;
SourceManager.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 472 return BumpAlloc.getTotalMemory();
    [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 509 milliseconds