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

  /external/toybox/toys/posix/
df.c 83 static void show_mt(struct mtab_list *mt, int measuring)
119 if (measuring) {
152 int measuring; local
167 for (measuring = 1; measuring >= 0; --measuring) {
185 show_mt(mt, measuring);
213 for (measuring = 1; measuring >= 0; --measuring) {
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
RuntimeInstrument.java 63 * The instrument responsible for measuring the runtime of {@link Benchmark} methods.
249 boolean measuring = false; field in class:RuntimeInstrument.RuntimeMeasurementCollector
271 if (measuring && isWarmupComplete() && !notifiedAboutGc) {
282 if (measuring && notifiedAboutMeasuringJit) {
298 checkState(!measuring);
299 measuring = true;
307 checkState(measuring);
333 measuring = false;
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 35 int measuring; member in struct:PERF_RTdata_uptime
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 118 me->dUptime->measuring = 0;
254 if (dUptime && dUptime->measuring != start)
273 dUptime->measuring = start;
719 if (0 && me->dUptime && me->dUptime->measuring)
    [all...]
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 60 This representation may not be as useful as measuring between
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 24 // Used for every benchmark for measuring memory.
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 24 // Used for every benchmark for measuring memory.
  /external/ImageMagick/www/api/
morphology.php 256 <dd> Distance Measuring Kernels </dd>
258 <dd> Different types of distance measuring methods, which are used with the a 'Distance' morphology method for generating a gradient based on distance from an edge of a binary shape, though there is a technique for handling a anti-aliased shape. </dd>
272 <dd> The first three Distance Measuring Kernels will only generate distances of exact multiples of {scale} in binary images. As such you can use a scale of 1 without loosing any information. However you also need some scaling when handling non-binary anti-aliased shapes. </dd>
    [all...]
  /prebuilts/go/darwin-x86/src/time/
time.go 5 // Package time provides functionality for measuring and displaying time.
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 5 // Package time provides functionality for measuring and displaying time.
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
docs.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1258 milliseconds