Home
last modified time | relevance | path

Searched refs:TestSettings (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/docs/testsuite/
Da-detailed-walkthrough.txt1 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/
DTestSettings.java21 public class TestSettings { class
22 public TestSettings(int samplingRate, int playerBufferSizeInBytes, in TestSettings() method in TestSettings
DNativeAudioThread.java98 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()
DLoopbackApplication.java37 private TestSettings mSettings = new TestSettings(48000 /*samplingRate*/,
DLoopbackAudioThread.java83 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/
DTestSettings.SettingsCommandTestCase.test_set_output_path.log39 …File "/Volumes/data/lldb/svn/trunk/test/settings/TestSettings.py", line 125, in test_set_output_pa…
/external/toolchain-utils/crosperf/
Dsettings_unittest.py24 class TestSettings(unittest.TestCase): class
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c2741 static void TestSettings(void) { in TestSettings() function
5912 TEST(TestSettings); in addMiscCollTest()