OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_setup
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/testing/
multiprocess_func_list.h
60
#define MULTIPROCESS_TEST_MAIN_WITH_SETUP(test_main,
test_setup
) \
64
AddMultiProcessTest##_##test_main(#test_main, (test_main), (
test_setup
)); \
/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
...]
/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
...]
Completed in 96 milliseconds