Searched refs:unknownCommand (Results 1 – 4 of 4) sorted by relevance
/third_party/unity/extras/fixture/test/ |
D | unity_fixture_Test.c | 210 static const char* unknownCommand[] = { variable 220 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(9, unknownCommand)); in TEST() 229 TEST_ASSERT_EQUAL(1, UnityGetCommandLineOptions(3, unknownCommand)); in TEST() 230 TEST_ASSERT_EQUAL(1, UnityGetCommandLineOptions(5, unknownCommand)); in TEST() 231 TEST_ASSERT_EQUAL(1, UnityMain(3, unknownCommand, NULL)); in TEST() 237 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(4, unknownCommand)); in TEST()
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
D | unity_fixture_Test.c | 278 static const char* unknownCommand[] = { variable 288 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(9, unknownCommand)); in TEST() 297 TEST_ASSERT_EQUAL(1, UnityGetCommandLineOptions(3, unknownCommand)); in TEST() 298 TEST_ASSERT_EQUAL(1, UnityGetCommandLineOptions(5, unknownCommand)); in TEST() 299 TEST_ASSERT_EQUAL(1, UnityMain(3, unknownCommand, NULL)); in TEST() 305 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(4, unknownCommand)); in TEST()
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
D | command.js | 1304 this.unknownCommand(); 1767 unknownCommand() { method in Command
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …unknownCommand():(r(),this._processArguments())}else this.commands.length?this.help({error:!0}):(r…
|