HomeSort by relevance Sort by last modified time
    Searched defs:test_setup (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/test/cctest/
test-profile-generator.cc 403 TestSetup test_setup; local
469 TestSetup test_setup; local
517 TestSetup test_setup; local
709 TestSetup test_setup; local
test-cpu-profiler.cc 129 TestSetup test_setup; local
193 TestSetup test_setup; local
252 TestSetup test_setup; local
264 TestSetup test_setup; local
307 TestSetup test_setup; local
    [all...]
  /hardware/invensense/60xx/mlsdk/mlutils/
mputest.c 184 static tTestSetup test_setup = { variable
264 test_setup.gyro_sens = sensitivity;
265 test_setup.gyro_fs = (int)(32768.f / sensitivity);
266 test_setup.packet_thresh = p_thresh;
267 test_setup.total_timing_tol = total_time_tol;
268 test_setup.bias_thresh = bias_thresh;
269 test_setup.rms_threshSq = rms_thresh * rms_thresh;
270 test_setup.sp_shift_thresh = sp_shift_thresh;
271 test_setup.accel_samples = accel_samples;
397 tmp = (int)(test_setup.test_time_per_axis / 600)
    [all...]

Completed in 73 milliseconds