HomeSort by relevance Sort by last modified time
    Searched refs:overall (Results 1 - 25 of 39) 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 69 gpu_info_.performance_stats.overall = 5.0;
gpu_driver_bug_list_unittest.cc 39 gpu_info_.performance_stats.overall = 5.0;
gpu_switching_list_unittest.cc 42 gpu_info_.performance_stats.overall = 5.0;
gpu_info_collector_win.cc 134 stats.overall = ReadXMLFloatValue(&reader);
141 if (stats.overall == 0.0)
142 LOG(ERROR) << "Could not read overall score from assessment results.";
159 stats.overall * 10, 10, 200, 50);
166 stats.overall != 0.0 && stats.graphics != 0.0 && stats.gaming != 0.0);
gpu_control_list_unittest.cc 62 gpu_info_.performance_stats.overall = 5.0;
gpu_control_list_entry_unittest.cc 63 gpu_info_.performance_stats.overall = 5.0;
gpu_control_list.cc     [all...]
  /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/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen.php 306 <tr><th>Style for the overall code block:</th><td><input type="text" name="overall" value="border: 1px dotted #a0a0a0; font-family: \'Courier New\', Courier, monospace; background-color: #f0f0f0; color: #0000bb;" /></td></tr>
364 $overall_styles = get_var('overall');
369 if ( $overall != '' )
  /external/chromium_org/content/common/gpu/
gpu_messages.h 121 IPC_STRUCT_TRAITS_MEMBER(overall)
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 188 gpu_performance->set_overall_score(gpu_info.performance_stats.overall);
  /external/chromium_org/content/browser/gpu/
gpu_internals_ui.cc 182 "Overall",
183 base::StringPrintf("%.1f", gpu_info.performance_stats.overall)));
  /dalvik/vm/
Dvm.mk 66 # overall config may be for a "release" build, so reconfigure these
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 307 // Smaller chunk sizes run slower overall, as the per-chunk overhead is high.
  /external/blktrace/btt/doc/
btt.tex 44 of overall statistics about each of the individual handling of IOs, and
170 (which are all presented in seconds), and overall count. As an
208 Overall | 0.0003% 0.0001% 0.0041% 21.4998% 78.4958%
302 Overall | # Plugs # Timer Us | % Time Q Plugged
311 Overall | 9.2 8.8
317 the overall average.
340 Overall | Avgs Reqs @ Q
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.cpp 128 int overall = fPlayback->size(&overallBytes); local
134 SkDebugf("playback size %zd (objects:%d) ", overallBytes, overall);
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 128 int overall = fPlayback->size(&overallBytes); local
134 SkDebugf("playback size %zd (objects:%d) ", overallBytes, overall);
    [all...]
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 771 gpu_performance->set_overall_score(gpu_info.performance_stats.overall);
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 13 @ This gives us good coverage while keeping the overall size of the test
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 1184 the same JSON text (given the same overall settings). If it is disabled,
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 1184 the same JSON text (given the same overall settings). If it is disabled,
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 1184 the same JSON text (given the same overall settings). If it is disabled,
    [all...]

Completed in 1698 milliseconds

1 2