Searched refs:TestSettings (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/docs/testsuite/ |
D | a-detailed-walkthrough.txt | 1 Let's pick test/settings/TestSettings.py as our example. First, notice the file 2 name "TestSettings.py", the Test*.py pattern is the default mechanism that the 3 test driver uses for discovery of tests. As to TestSettings.py, it defines a 12 To just run the TestSettings.py test, chdir to the lldb test directory, and then 32 test_set_auto_confirm (TestSettings.SettingsCommandTestCase) 34 test_set_output_path (TestSettings.SettingsCommandTestCase) 36 test_set_prompt (TestSettings.SettingsCommandTestCase) 38 test_set_term_width (TestSettings.SettingsCommandTestCase) 40 test_with_dsym (TestSettings.SettingsCommandTestCase) 42 test_with_dwarf (TestSettings.SettingsCommandTestCase) [all …]
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | TestSettings.java | 21 public class TestSettings { class 22 public TestSettings(int samplingRate, int playerBufferSizeInBytes, in TestSettings() method in TestSettings
|
D | NativeAudioThread.java | 98 public static TestSettings computeDefaultSettings(Context context, in computeDefaultSettings() 100 TestSettings nativeResult = nativeComputeDefaultSettings( in computeDefaultSettings() 114 return new TestSettings(samplingRate, minBufferSizeInBytes, minBufferSizeInBytes); in computeDefaultSettings() 164 public static native TestSettings nativeComputeDefaultSettings( in nativeComputeDefaultSettings()
|
D | LoopbackApplication.java | 37 private TestSettings mSettings = new TestSettings(48000 /*samplingRate*/,
|
D | LoopbackAudioThread.java | 83 public static TestSettings computeDefaultSettings() { in computeDefaultSettings() 89 return new TestSettings(samplingRate, minPlayerBufferSizeInBytes, in computeDefaultSettings()
|
/external/llvm-project/lldb/docs/testsuite/2010-10-19-14_10_49.059609/ |
D | TestSettings.SettingsCommandTestCase.test_set_output_path.log | 39 …File "/Volumes/data/lldb/svn/trunk/test/settings/TestSettings.py", line 125, in test_set_output_pa…
|
/external/toolchain-utils/crosperf/ |
D | settings_unittest.py | 24 class TestSettings(unittest.TestCase): class
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 2741 static void TestSettings(void) { in TestSettings() function 5912 TEST(TestSettings); in addMiscCollTest()
|