Searched refs:test_mode (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 792 static int test_mode = DEFAULT_TEST_MODE; variable 897 #define CASTFLD(t,a,b) ((test_mode == PCRE8_MODE)? (t)(G(a,8)->b) : \ 898 (test_mode == PCRE16_MODE)? (t)(G(a,16)->b) : (t)(G(a,32)->b)) 901 (test_mode == PCRE8_MODE)? (t)G(x,8) : \ 902 (test_mode == PCRE16_MODE)? (t)G(x,16) : (t)G(x,32)) 905 (test_mode == PCRE8_MODE)? (uint32_t)(((PCRE2_SPTR8)(a))[b]) : \ 906 (test_mode == PCRE16_MODE)? (uint32_t)(((PCRE2_SPTR16)(a))[b]) : \ 910 if (test_mode == PCRE8_MODE) \ 912 else if (test_mode == PCRE16_MODE) \ 916 #define FLD(a,b) ((test_mode == PCRE8_MODE)? G(a,8)->b : \ [all …]
|
/external/compiler-rt/test/ubsan/ |
D | CMakeLists.txt | 6 macro(add_ubsan_testsuite test_mode sanitizer arch) 7 set(UBSAN_LIT_TEST_MODE "${test_mode}")
|
/external/libusb/examples/ |
D | xusb.c | 143 } test_mode; variable 884 test_mode = USE_SCSI; in test_device() 941 switch(test_mode) { in test_device() 986 test_mode = USE_GENERIC; in main() 1043 test_mode = USE_PS3; in main() 1049 test_mode = USE_HID; in main() 1055 test_mode = USE_XBOX; in main()
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | TestAllCodecs.h | 54 explicit TestAllCodecs(int test_mode);
|
D | TestStereo.h | 65 explicit TestStereo(int test_mode);
|
D | TestAllCodecs.cc | 107 TestAllCodecs::TestAllCodecs(int test_mode) in TestAllCodecs() argument 115 test_mode_ = test_mode; in TestAllCodecs()
|
D | TestStereo.cc | 110 TestStereo::TestStereo(int test_mode) in TestStereo() argument 133 test_mode_ = test_mode; in TestStereo()
|
/external/autotest/server/ |
D | autoserv | 732 test_mode = _CONFIG.get_config_value( 734 test_mode = (results_mocker and test_mode and not 742 if test_mode:
|
D | autoserv.py | 732 test_mode = _CONFIG.get_config_value( 734 test_mode = (results_mocker and test_mode and not 742 if test_mode:
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 1606 LiteralStressTestMode test_mode) { in EmitLdrdLiteralStressTest() argument 1628 switch (test_mode) { in EmitLdrdLiteralStressTest()
|