Searched refs:measuring (Results 1 - 4 of 4) sorted by relevance

/external/toybox/toys/posix/
H A Ddf.c83 static void show_mt(struct mtab_list *mt, int measuring) argument
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/
H A DRuntimeInstrument.java63 * 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;
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec60 This representation may not be as useful as measuring between
/external/ImageMagick/www/api/
H A Dmorphology.php258 <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>

Completed in 100 milliseconds