HomeSort by relevance Sort by last modified time
    Searched refs:overall (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/gpu/config/
gpu_performance_stats.h 13 GpuPerformanceStats() : graphics(0.f), gaming(0.f), overall(0.f) {}
17 float overall; member in struct:gpu::GpuPerformanceStats
gpu_blacklist_unittest.cc 70 gpu_info_.performance_stats.overall = 5.0;
gpu_info_collector_win.cc 135 stats.overall = ReadXMLFloatValue(&reader);
142 if (stats.overall == 0.0)
143 LOG(ERROR) << "Could not read overall score from assessment results.";
160 stats.overall * 10, 10, 200, 50);
167 stats.overall != 0.0 && stats.graphics != 0.0 && stats.gaming != 0.0);
gpu_driver_bug_list_unittest.cc 41 gpu_info_.performance_stats.overall = 5.0;
gpu_control_list_unittest.cc 62 gpu_info_.performance_stats.overall = 5.0;
  /external/clang/test/Analysis/
misc-ps.c 88 Struct103 overall; local
89 ((__builtin_object_size ((char *) &overall, 0) != (size_t) -1) ? __builtin___memset_chk ((char *) &overall, 0, sizeof(Struct103), __builtin_object_size ((char *) &overall, 0)) : __my_memset_chk ((char *) &overall, 0, sizeof(Struct103)));
  /external/chromium_org/third_party/codesighs/
maptsvdifftool.c 360 SizeStats overall; local
373 memset(&overall, 0, sizeof(overall));
610 overall.mCode += size;
615 overall.mData += size;
627 overall.mCode -= size;
632 overall.mData -= size;
882 overall.mCodeComposition.mPositive += theSymbol->mSize;
887 overall.mDataComposition.mPositive += theSymbol->mSize;
897 overall.mCodeComposition.mNegative += theSymbol->mSize
    [all...]
codesighs.c 121 static Switch gTotalSwitch = {"--totalonly", "-t", 0, NULL, "Output only one number." DESC_NEWLINE "The total overall size." DESC_NEWLINE "Overrides other output options."};
246 SizeStats overall; local
250 memset(&overall, 0, sizeof(overall));
457 ** Update overall totals.
461 overall.mCode += size;
465 overall.mData += size;
552 fprintf(inOptions->mOutput, "%u\n", (unsigned)(overall.mCode + overall.mData));
556 fprintf(inOptions->mOutput, "Overall Size\n")
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeDemo.cpp 249 const SkRect& overall = path.getBounds();
250 SkScalar cellWidth = overall.width() / divs * 2;
251 SkScalar cellHeight = overall.height() / divs * 2;
259 target.setXYWH(overall.fLeft + (overall.width() - cellWidth) * xDiv / divs,
260 overall.fTop + (overall.height() - cellHeight) * yDiv / divs,
  /external/skia/experimental/Intersection/
EdgeDemo.cpp 249 const SkRect& overall = path.getBounds();
250 SkScalar cellWidth = overall.width() / divs * 2;
251 SkScalar cellHeight = overall.height() / divs * 2;
259 target.setXYWH(overall.fLeft + (overall.width() - cellWidth) * xDiv / divs,
260 overall.fTop + (overall.height() - cellHeight) * yDiv / divs,
  /external/chromium_org/chrome/browser/metrics/
gpu_metrics_provider.cc 81 gpu_performance->set_overall_score(gpu_info.performance_stats.overall);
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/
interfaces_info.target.darwin-arm.mk 26 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
interfaces_info.target.darwin-arm64.mk 26 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
interfaces_info.target.darwin-mips.mk 26 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
interfaces_info.target.darwin-x86.mk 26 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
interfaces_info.target.darwin-x86_64.mk 26 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
interfaces_info.target.linux-arm.mk 26 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
interfaces_info.target.linux-arm64.mk 26 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
interfaces_info.target.linux-mips.mk 26 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
interfaces_info.target.linux-x86.mk 26 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
interfaces_info.target.linux-x86_64.mk 26 @echo "Gyp action: Computing overall global information about IDL files for interfaces_info ($@)"
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 179 gpu_performance->set_overall_score(gpu_info.performance_stats.overall);
  /external/chromium_org/content/browser/gpu/
gpu_internals_ui.cc 181 "Overall",
182 base::StringPrintf("%.1f", gpu_info.performance_stats.overall)));
  /external/chromium_org/content/common/gpu/
gpu_messages.h 146 IPC_STRUCT_TRAITS_MEMBER(overall)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 303 // Smaller chunk sizes run slower overall, as the per-chunk overhead is high.

Completed in 1812 milliseconds

1 2