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

  /system/core/logcat/tests/
logcat_test.cpp 359 long full_size, full_consumed; local
371 full_size = size;
374 full_size *= 1024;
377 full_size *= 1024;
380 full_size *= 1024;
399 EXPECT_GT((full_size * 9) / 4, full_consumed);
400 EXPECT_GT(full_size, max);
403 if ((((full_size * 9) / 4) >= full_consumed)
404 && (full_size > max)
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 267 const unsigned orig_size = orig->full_size();
268 const unsigned new_size = D->full_size();
1051 unsigned PathDiagnostic::full_size() { function in class:PathDiagnostic
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 761 unsigned full_size();
  /external/v8/src/
factory.cc 2200 int full_size = isolate()->heap()->FullSizeNumberStringCacheLength(); local
    [all...]

Completed in 235 milliseconds