Home
last modified time | relevance | path

Searched refs:overall (Results 1 – 25 of 136) sorted by relevance

123456

/external/chromium_org/third_party/codesighs/
Dmaptsvdifftool.c360 SizeStats overall; in difftool() local
373 memset(&overall, 0, sizeof(overall)); in difftool()
610 overall.mCode += size; in difftool()
615 overall.mData += size; in difftool()
627 overall.mCode -= size; in difftool()
632 overall.mData -= size; in difftool()
882 overall.mCodeComposition.mPositive += theSymbol->mSize; in difftool()
887 overall.mDataComposition.mPositive += theSymbol->mSize; in difftool()
897 overall.mCodeComposition.mNegative += theSymbol->mSize; in difftool()
902 overall.mDataComposition.mNegative += theSymbol->mSize; in difftool()
[all …]
Dcodesighs.c246 SizeStats overall; in codesighs() local
250 memset(&overall, 0, sizeof(overall)); in codesighs()
461 overall.mCode += size; in codesighs()
465 overall.mData += size; in codesighs()
552 fprintf(inOptions->mOutput, "%u\n", (unsigned)(overall.mCode + overall.mData)); in codesighs()
557 … fprintf(inOptions->mOutput, "\tTotal:\t%10u\n", (unsigned)(overall.mCode + overall.mData)); in codesighs()
558 fprintf(inOptions->mOutput, "\tCode:\t%10u\n", (unsigned)overall.mCode); in codesighs()
559 fprintf(inOptions->mOutput, "\tData:\t%10u\n", (unsigned)overall.mData); in codesighs()
/external/clang/test/Analysis/
Dmisc-ps.c88 Struct103 overall; in radar10367606() local
89overall, 0) != (size_t) -1) ? __builtin___memset_chk ((char *) &overall, 0, sizeof(Struct103), __b… in radar10367606()
/external/chromium_org/gpu/config/
Dgpu_performance_stats.h13 GpuPerformanceStats() : graphics(0.f), gaming(0.f), overall(0.f) {} in GpuPerformanceStats()
17 float overall; member
Dgpu_info_collector_win.cc135 stats.overall = ReadXMLFloatValue(&reader); in RetrieveGpuPerformanceStats()
142 if (stats.overall == 0.0) in RetrieveGpuPerformanceStats()
160 stats.overall * 10, 10, 200, 50); in RetrieveGpuPerformanceStatsWithHistograms()
167 stats.overall != 0.0 && stats.graphics != 0.0 && stats.gaming != 0.0); in RetrieveGpuPerformanceStatsWithHistograms()
Dgpu_blacklist_unittest.cc70 gpu_info_.performance_stats.overall = 5.0; in SetUp()
Dgpu_driver_bug_list_unittest.cc41 gpu_info_.performance_stats.overall = 5.0; in SetUp()
Dgpu_control_list_unittest.cc62 gpu_info_.performance_stats.overall = 5.0; in SetUp()
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dinterfaces_info_overall.gypi6 # to compute overall information about interfaces defined in a component.
29 # output_file - Pickle file containing output (overall info).
37 'message': 'Computing overall global information about IDL files for <(_target_name)',
/external/chromium_org/third_party/skia/experimental/Intersection/
DEdgeDemo.cpp249 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/
DEdgeDemo.cpp249 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/third_party/sqlite/src/test/
Dveryquick.test8 # to malloc or IO error simulation. With these tests omitted, the overall
/external/chromium_org/chrome/common/safe_browsing/
Dclient_model.proto31 // features) its value will be set to zero. The overall score is computed
32 // by summing up all the rule scores. This overall score is a logodds and can
/external/chromium_org/chrome/browser/metrics/
Dgpu_metrics_provider.cc81 gpu_performance->set_overall_score(gpu_info.performance_stats.overall); in ProvideSystemProfileMetrics()
/external/llvm/docs/
DPhabricator.rst84 Phabricator allows you to add inline comments as well as overall comments
88 You can add overall comments or submit your comments at the bottom of the page.
/external/chromium_org/ppapi/api/
Dppb_audio_config.idl101 * overall latency of audio. Since one "frame" is always buffered in advance,
129 * overall latency of audio. Since one "frame" is always buffered in advance,
/external/chromium_org/third_party/libvpx/source/libvpx/
Dusage_dx.dox36 overall application in some cases, due to improved cache behavior.
/external/libvpx/libvpx/
Dusage_dx.dox36 overall application in some cases, due to improved cache behavior.
/external/pixman/
DREADME104 - For big patch series, send an introductory email with an overall
/external/chromium_org/third_party/protobuf/python/
DREADME.txt84 improve the overall protobuf Python performance.
/external/llvm/lib/Target/Mips/
DMips.td18 // The overall idea of the PredicateControl class is to chop the Predicates list
/external/chromium_org/content/browser/gpu/
Dgpu_internals_ui.cc182 base::StringPrintf("%.1f", gpu_info.performance_stats.overall))); in GpuInfoAsDictionaryValue()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTreeNodeStream.as95 * If parent is null, don't do anything; must be at root of overall tree.
/external/chromium_org/chrome/browser/download/
Ddownload_status_updater_mac.mm205 // Always update overall progress.
/external/chromium_org/content/common/gpu/
Dgpu_messages.h146 IPC_STRUCT_TRAITS_MEMBER(overall)

123456