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

  /external/toolchain-utils/crosperf/
config_unittest.py 16 def test_config(self): member in class:ConfigTestCase
  /external/kmod/testsuite/
testsuite.h 29 enum test_config { enum
  /external/ppp/pppd/plugins/radius/
config.c 21 static int test_config(char *);
256 return test_config(filename);
301 * Function: test_config
308 static int test_config(char *filename) function
  /external/perfetto/src/perfetto_cmd/
perfetto_cmd.cc 130 perfetto::protos::TraceConfig test_config; local
131 test_config.add_buffers()->set_size_kb(4096);
132 test_config.set_duration_ms(2000);
133 auto* ds_config = test_config.add_data_sources()->mutable_config();
139 test_config.SerializeToString(&trace_config_raw);
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc 132 TestConfig test_config; local
133 test_config.aec_type = aec_type;
135 test_config.min_number_of_calls = 300;
138 test_config.runtime_parameter_setting_scheme =
142 test_config.initial_sample_rate_hz = 16000;
145 test_config.render_api_function =
147 test_config.capture_api_function = CaptureApiImpl::ProcessStreamImpl2;
150 test_configs.push_back(test_config);
151 test_config.render_api_function =
153 test_config.capture_api_function = CaptureApiImpl::ProcessStreamImpl3
248 TestConfig test_config; local
    [all...]
  /build/make/core/
base_rules.mk 555 test_config := $(wildcard $(LOCAL_PATH)/AndroidTest.xml) macro
556 ifeq (,$(test_config))
576 test_config := $(autogen_test_config_file) macro
585 ifneq (,$(test_config))
588 $(test_config):$(dir)/$(LOCAL_MODULE).config)))
591 test_config := macro
  /external/mesa3d/src/glx/
glxcmds.c 1185 struct glx_config test_config; local
1239 struct glx_config test_config; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_testcapimodule.c 53 test_config(PyObject *self) function
    [all...]
  /external/python/cpython2/Modules/
_testcapimodule.c 54 test_config(PyObject *self) function
    [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c 52 test_config(PyObject *self) function
    [all...]

Completed in 670 milliseconds