HomeSort by relevance Sort by last modified time
    Searched refs:wall (Results 1 - 13 of 13) 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/skia/tools/
PictureBenchmark.h 58 void setTimersToShow(bool wall, bool truncatedWall, bool cpu, bool truncatedCpu, bool gpu) {
59 fShowWallTime = wall;
  /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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.h 27 wall-clock time, as appropriate to and supported by the host
62 /* Wall clock time. */
63 double wall; member in struct:timevar_time_def
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.h 27 wall-clock time, as appropriate to and supported by the host
62 /* Wall clock time. */
63 double wall; member in struct:timevar_time_def
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.h 27 wall-clock time, as appropriate to and supported by the host
62 /* Wall clock time. */
63 double wall; member in struct:timevar_time_def
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.h 27 wall-clock time, as appropriate to and supported by the host
62 /* Wall clock time. */
63 double wall; member in struct:timevar_time_def
  /frameworks/av/services/audioflinger/
FastMixer.cpp 699 // statistics for monotonic (wall clock) time, thread raw CPU load in time, CPU clock frequency,
701 CentralTendencyStatistics wall, loadNs;
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java     [all...]
  /external/icu4c/i18n/
calendar.cpp 2893 UDate wall = millis + millisInDay; local
    [all...]
  /external/mksh/src/
Build.sh 1258 ac_flags 1 wall "${ccpc}/Wall" 'to enable all warnings'
1280 ac_flags 1 wall -Wall
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 

Completed in 623 milliseconds