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

  /external/bison/lib/
timevar.h 26 wall-clock time, as appropriate to and supported by the host
61 /* Wall clock time. */
62 float wall; member in struct:timevar_time_def
timevar.c 205 now->wall = 0;
213 now->wall = times (&tms) * ticks_to_msec;
248 timer->wall += stop->wall - start->wall;
494 && tv->elapsed.wall < tiny)
515 /* Print wall clock time elapsed. */
516 fprintf (fp, "%7.2f (%2.0f%%) wall",
517 tv->elapsed.wall,
518 (total->wall == 0 ? 0 : tv->elapsed.wall / total->wall) * 100)
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAssets.java 62 /** Create a wall (Box with material and texture from test-data) */
64 Spatial wall = new Geometry("Box", box ); local
67 wall.setMaterial(mat_brick);
68 wall.setLocalTranslation(2.0f,-2.5f,0.0f);
69 rootNode.attachChild(wall);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.h 26 wall-clock time, as appropriate to and supported by the host
61 /* Wall clock time. */
62 double wall; member in struct:timevar_time_def
  /frameworks/av/services/audioflinger/
FastMixerDumpState.cpp 86 // statistics for monotonic (wall clock) time, thread raw CPU load in time, CPU clock frequency,
88 CentralTendencyStatistics wall, loadNs; local
105 wall.sample(wallNs);
124 wall.n() * mixPeriodSec);
125 dprintf(fd, " wall clock time in ms per mix cycle:\n"
127 wall.mean()*1e-6, wall.minimum()*1e-6, wall.maximum()*1e-6,
128 wall.stddev()*1e-6);
  /external/skia/tools/
PictureBenchmark.h 53 void setTimersToShow(bool wall, bool truncatedWall, bool cpu, bool truncatedCpu, bool gpu);
PictureBenchmark.cpp 31 void PictureBenchmark::setTimersToShow(bool wall,
37 fTimerTypes |= wall ? TimerData::kWall_Flag : 0;
  /external/icu/icu4c/source/i18n/
calendar.cpp 3136 UDate wall = millis + millisInDay; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 138 * <p><strong>Ambiguous Wall Clock Time.</strong> When time offset from UTC has
141 * saving time in US, wall clock time jumps from 12:59 AM (standard) to 2:00 AM
142 * (daylight). Therefore, wall clock time from 1:00 AM to 1:59 AM do not exist on
143 * the date. When the input wall time fall into this missing time slot, the ICU
148 * <p>On the date switching back to standard time, wall clock time is moved back one
149 * hour at 2:00 AM. So wall clock time from 1:00 AM to 1:59 AM occur twice. In this
153 * <p>Ambiguous wall clock time resolution behaviors can be customized by Calendar APIs
384 * specification of the wall time. {@link #DOW_LOCAL} and
5631 long wall = millis + millisInDay; local
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /external/mksh/src/
Build.sh     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /external/jemalloc/bin/
jeprof.in 107 my $WALL_PAGE = "/pprof/wall(?:\\?.*)?"; # accepts options like namefilter
162 $GROWTH_PAGE, $CONTENTION_PAGE, /pprof/wall,
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1280 milliseconds