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

  /external/ltp/testcases/kernel/io/disktest/
timer.c 81 time_t run_time = 0; local
96 run_time++;
99 run_time, env->bContinue);
173 if (((args->hbeat > 0) && ((run_time % args->hbeat) == 0))
188 if (run_time >= args->run_time) { /* and run time exceeded */
199 run_time, env->bContinue, env->kids);
parse.c 550 args->run_time = atoi(optarg);
553 args->run_time *= 60;
555 args->run_time *= (time_t) (60 * 60);
557 args->run_time *= (time_t) (60 * 60 * 24);
    [all...]
main.h 212 time_t run_time; /* run time in seconds */ member in struct:child_args
main.c 342 test->env->start_time + test->args->run_time;
  /external/bart/bart/sched/
SchedAssert.py 384 run_time = agg.aggregate(level="all", window=window)[0]
394 run_time = run_time * 100
395 run_time = run_time / total_time
397 return run_time
444 run_time = self.getRuntime(window, percent)
445 return operator(run_time, expected_value)
  /external/ltp/pan/
ltp-pan.c 171 int run_time = -1; local
253 case 't': /* run_time to run */
254 ret = sscanf(optarg, "%d%c", &run_time, &modifier);
263 " assuming %c\n", run_time, modifier);
267 run_time = run_time;
270 run_time = run_time * 60;
273 run_time = run_time * 60 * 60
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
pdata.h 109 unsigned int run_time:4; member in struct:wcd9xxx_ocp_setting
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
pdata.h 123 unsigned int run_time:4; /* in duty cycle */ member in struct:wcd9xxx_ocp_setting
  /system/extras/tests/memtest/
bandwidth.cpp 247 int run_time = int((t/1000000000.0)*10 + 0.5) + 5; local
249 (*values)["run_time"].int_value = run_time;
258 bool runThreadedTest(thread_arg_t args[], int num_threads, int run_time) {
277 sleep(run_time);
323 printf(" run_time = %ds\n", values["run_time"].int_value);
329 if (!runThreadedTest(args, cpu_list.size(), values["run_time"].int_value)) {
360 printf(" run_time = %ds\n", values["run_time"].int_value)
    [all...]
  /external/ltp/testcases/kernel/mem/mtest05/
mmstress.c 163 static void set_timer(int run_time)
171 timer.it_value.tv_sec = (time_t) (run_time * 3600.0);
  /external/libchrome/base/message_loop/
message_loop_unittest.cc 90 static void RecordRunTimeFunc(Time* run_time, int* quit_counter) {
91 *run_time = Time::Now();
118 Time run_time; local
125 Bind(&RecordRunTimeFunc, &run_time, &num_tasks),
149 EXPECT_TRUE(run_time.is_null());
    [all...]
message_loop_test.cc 83 void RecordRunTimeFunc(Time* run_time, int* quit_counter) {
84 *run_time = Time::Now();
133 Time run_time; local
136 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time, &num_tasks), kDelay);
207 Time run_time;
211 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time, &num_tasks),
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
as.c 995 long run_time = get_run_time () - start_time;
998 myname, run_time / 1000000, run_time % 1000000);
994 long run_time = get_run_time () - start_time; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldmain.c 523 long run_time = get_run_time () - start_time;
527 program_name, run_time / 1000000, run_time % 1000000);
522 long run_time = get_run_time () - start_time; local
    [all...]

Completed in 2115 milliseconds