OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_setup
(Results
1 - 6
of
6
) 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/v8/test/cctest/
test-cpu-profiler.cc
80
TestSetup
test_setup
;
local
141
TestSetup
test_setup
;
local
218
TestSetup
test_setup
;
local
231
TestSetup
test_setup
;
local
270
TestSetup
test_setup
;
local
test-profile-generator.cc
583
TestSetup
test_setup
;
local
/external/chromium_org/v8/test/cctest/
test-profile-generator.cc
401
TestSetup
test_setup
;
local
467
TestSetup
test_setup
;
local
515
TestSetup
test_setup
;
local
769
TestSetup
test_setup
;
local
test-cpu-profiler.cc
132
TestSetup
test_setup
;
local
197
TestSetup
test_setup
;
local
256
TestSetup
test_setup
;
local
268
TestSetup
test_setup
;
local
311
TestSetup
test_setup
;
local
[
all
...]
Completed in 503 milliseconds