/external/bison/lib/ |
timevar.h | 24 wall-clock time, as appropriate to and supported by the host 59 /* Wall clock time. */ 60 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/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 | 665 // statistics for monotonic (wall clock) time, thread raw CPU load in time, CPU clock frequency, 667 CentralTendencyStatistics wall, loadNs; 676 wall.sample(wallNs); 693 fdprintf(fd, "Simple moving statistics over last %.1f seconds:\n", wall.n() * mixPeriodSec); 694 fdprintf(fd, " wall clock time in ms per mix cycle:\n" 696 wall.mean()*1e-6, wall.minimum()*1e-6, wall.maximum()*1e-6, wall.stddev()*1e-6); [all...] |
/frameworks/base/cmds/am/src/com/android/commands/am/ |
Am.java | 642 boolean wall = false; 651 wall = "--wall".equals(nextOption()); 683 if (wall) { 694 wall = false; 698 if (!wall) { [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.sat4j.core_2.2.0.v20100429.jar | |