Home
last modified time | relevance | path

Searched +full:- +full:- +full:test +full:- +full:command (Results 1 – 25 of 1303) sorted by relevance

12345678910>>...53

/external/openthread/tests/unit/
DCMakeLists.txt41 -DOPENTHREAD_FTD=1
42 -DOPENTHREAD_MTD=0
43 -DOPENTHREAD_RADIO=0
44 -DOPENTHREAD_SPINEL_CONFIG_OPENTHREAD_MESSAGE_ENABLE=1
48 -DOPENTHREAD_FTD=0
49 -DOPENTHREAD_MTD=0
50 -DOPENTHREAD_RADIO=1
51 -DOPENTHREAD_SPINEL_CONFIG_OPENTHREAD_MESSAGE_ENABLE=1
52 -DOPENTHREAD_CONFIG_PLATFORM_UDP_ENABLE=0
56 -DOPENTHREAD_CONFIG_MULTIPLE_INSTANCE_ENABLE=1
[all …]
/external/linux-kselftest/android/
Dvts_linux_kselftest_x86_32.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2020 The Android Open Source Project
6 http://www.apache.org/licenses/LICENSE-2.0
12 -->
17 <option name="test-suite-tag" value="vts" />
18 <option name="config-descriptor:metadata" key="component" value="kselftests" />
29 <option name="push-file" key="{MODULE}" value="&ktest_dir;" />
30-push" value='chmod -R 755 &ktest_dir;; find &ktest_dir; -type f | xargs grep -l -e "bin/sh" -e "b…
33 <test class="com.android.tradefed.testtype.binary.KernelTargetTest" >
34 <option name="exit-code-skip" value="4" />
[all …]
Dvts_linux_kselftest_x86_64.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2020 The Android Open Source Project
6 http://www.apache.org/licenses/LICENSE-2.0
12 -->
17 <option name="test-suite-tag" value="vts" />
18 <option name="config-descriptor:metadata" key="component" value="kselftests" />
29 <option name="push-file" key="{MODULE}" value="&ktest_dir;" />
30-push" value='chmod -R 755 &ktest_dir;; find &ktest_dir; -type f | xargs grep -l -e "bin/sh" -e "b…
33 <test class="com.android.tradefed.testtype.binary.KernelTargetTest" >
34 <option name="exit-code-skip" value="4" />
[all …]
Dvts_linux_kselftest_arm_64.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2020 The Android Open Source Project
6 http://www.apache.org/licenses/LICENSE-2.0
12 -->
17 <option name="test-suite-tag" value="vts" />
18 <option name="config-descriptor:metadata" key="component" value="kselftests" />
29 <option name="push-file" key="{MODULE}" value="&ktest_dir;" />
30-push" value='chmod -R 755 &ktest_dir;; find &ktest_dir; -type f | xargs grep -l -e "bin/sh" -e "b…
33 <test class="com.android.tradefed.testtype.binary.KernelTargetTest" >
34 <option name="exit-code-skip" value="4" />
[all …]
Dvts_linux_kselftest_arm_32.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2020 The Android Open Source Project
6 http://www.apache.org/licenses/LICENSE-2.0
12 -->
17 <option name="test-suite-tag" value="vts" />
18 <option name="config-descriptor:metadata" key="component" value="kselftests" />
29 <option name="push-file" key="{MODULE}" value="&ktest_dir;" />
30-push" value='chmod -R 755 &ktest_dir;; find &ktest_dir; -type f | xargs grep -l -e "bin/sh" -e "b…
33 <test class="com.android.tradefed.testtype.binary.KernelTargetTest" >
34 <option name="exit-code-skip" value="4" />
[all …]
Dvts_linux_kselftest_riscv_64.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2020 The Android Open Source Project
6 http://www.apache.org/licenses/LICENSE-2.0
12 -->
17 <option name="test-suite-tag" value="vts" />
18 <option name="config-descriptor:metadata" key="component" value="kselftests" />
29 <option name="push-file" key="{MODULE}" value="&ktest_dir;" />
30-push" value='chmod -R 755 &ktest_dir;; find &ktest_dir; -type f | xargs grep -l -e "bin/sh" -e "b…
33 <test class="com.android.tradefed.testtype.binary.KernelTargetTest" >
34 <option name="exit-code-skip" value="4" />
[all …]
/external/cpuinfo/
DCMakeLists.txt3 # ---[ Setup project
9 # ---[ Options.
16 OPTION(CPUINFO_BUILD_TOOLS "Build command-line tools" ON)
19 OPTION(CPUINFO_BUILD_BENCHMARKS "Build cpuinfo micro-benchmarks" ON)
20 OPTION(CPUINFO_BUILD_PKG_CONFIG "Build pkg-config manifest" ON)
22 # ---[ CMake options
53 # -- [ Determine target processor
59 # ---[ Build flags
68 ELSEIF(NOT CPUINFO_TARGET_PROCESSOR MATCHES "^(i[3-6]86|AMD64|x86(_64)?|armv[5-8].*|aarch64|arm64|A…
89 # ---[ Download deps
[all …]
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt1 tdc - Adding test cases for tdc
3 Author: Lucas Bates - lucasb@mojatatu.com
5 ADDING TEST CASES
6 -----------------
8 User-defined tests should be added by defining a separate JSON file. This
10 template.json for the required JSON format for test cases.
12 Include the 'id' field, but do not assign a value. Running tdc with the -i
13 option will generate a unique ID for that test case.
15 tdc will recursively search the 'tc-tests' subdirectory (or the
16 directories named with the -D option) for .json files. Any test case
[all …]
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandlerTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
25 import org.mockftpserver.core.command.Command;
26 import org.mockftpserver.core.command.CommandHandler;
27 import org.mockftpserver.core.command.SimpleCompositeCommandHandler;
30 import org.mockftpserver.test.AbstractTest;
35 * @version $Revision$ - $Date$
45 private Command command; field in SimpleCompositeCommandHandlerTest
51 * Test the handleCommand() method
56 commandHandler1.handleCommand(command, session); in testHandleCommand_OneHandler_OneInvocation()
[all …]
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandlerTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
25 import org.mockftpserver.core.command.Command;
26 import org.mockftpserver.core.command.CommandHandler;
27 import org.mockftpserver.core.command.SimpleCompositeCommandHandler;
30 import org.mockftpserver.test.AbstractTest;
35 * @version $Revision$ - $Date$
45 private Command command; field in SimpleCompositeCommandHandlerTest
51 * Test the handleCommand() method
56 commandHandler1.handleCommand(command, session); in testHandleCommand_OneHandler_OneInvocation()
[all …]
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandlerTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
25 import org.mockftpserver.core.command.Command;
26 import org.mockftpserver.core.command.CommandHandler;
27 import org.mockftpserver.core.command.SimpleCompositeCommandHandler;
30 import org.mockftpserver.test.AbstractTest;
35 * @version $Revision$ - $Date$
45 private Command command; field in SimpleCompositeCommandHandlerTest
51 * Test the handleCommand() method
56 commandHandler1.handleCommand(command, session); in testHandleCommand_OneHandler_OneInvocation()
[all …]
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandlerTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
25 import org.mockftpserver.core.command.Command;
26 import org.mockftpserver.core.command.CommandHandler;
27 import org.mockftpserver.core.command.SimpleCompositeCommandHandler;
30 import org.mockftpserver.test.AbstractTest;
35 * @version $Revision$ - $Date$
45 private Command command; field in SimpleCompositeCommandHandlerTest
51 * Test the handleCommand() method
56 commandHandler1.handleCommand(command, session); in testHandleCommand_OneHandler_OneInvocation()
[all …]
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandlerTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
25 import org.mockftpserver.core.command.Command;
26 import org.mockftpserver.core.command.CommandHandler;
27 import org.mockftpserver.core.command.SimpleCompositeCommandHandler;
30 import org.mockftpserver.test.AbstractTest;
35 * @version $Revision$ - $Date$
45 private Command command; field in SimpleCompositeCommandHandlerTest
51 * Test the handleCommand() method
56 commandHandler1.handleCommand(command, session); in testHandleCommand_OneHandler_OneInvocation()
[all …]
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandlerTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
25 import org.mockftpserver.core.command.Command;
26 import org.mockftpserver.core.command.CommandHandler;
27 import org.mockftpserver.core.command.SimpleCompositeCommandHandler;
30 import org.mockftpserver.test.AbstractTest;
35 * @version $Revision$ - $Date$
45 private Command command; field in SimpleCompositeCommandHandlerTest
51 * Test the handleCommand() method
56 commandHandler1.handleCommand(command, session); in testHandleCommand_OneHandler_OneInvocation()
[all …]
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandlerTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
25 import org.mockftpserver.core.command.Command;
26 import org.mockftpserver.core.command.CommandHandler;
27 import org.mockftpserver.core.command.SimpleCompositeCommandHandler;
30 import org.mockftpserver.test.AbstractTest;
35 * @version $Revision$ - $Date$
45 private Command command; field in SimpleCompositeCommandHandlerTest
51 * Test the handleCommand() method
56 commandHandler1.handleCommand(command, session); in testHandleCommand_OneHandler_OneInvocation()
[all …]
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandlerTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
25 import org.mockftpserver.core.command.Command;
26 import org.mockftpserver.core.command.CommandHandler;
27 import org.mockftpserver.core.command.SimpleCompositeCommandHandler;
30 import org.mockftpserver.test.AbstractTest;
35 * @version $Revision$ - $Date$
45 private Command command; field in SimpleCompositeCommandHandlerTest
51 * Test the handleCommand() method
56 commandHandler1.handleCommand(command, session); in testHandleCommand_OneHandler_OneInvocation()
[all …]
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandlerTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
25 import org.mockftpserver.core.command.Command;
26 import org.mockftpserver.core.command.CommandHandler;
27 import org.mockftpserver.core.command.SimpleCompositeCommandHandler;
30 import org.mockftpserver.test.AbstractTest;
35 * @version $Revision$ - $Date$
45 private Command command; field in SimpleCompositeCommandHandlerTest
51 * Test the handleCommand() method
56 commandHandler1.handleCommand(command, session); in testHandleCommand_OneHandler_OneInvocation()
[all …]
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/command/
DSimpleCompositeCommandHandlerTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
25 import org.mockftpserver.core.command.Command;
26 import org.mockftpserver.core.command.CommandHandler;
27 import org.mockftpserver.core.command.SimpleCompositeCommandHandler;
30 import org.mockftpserver.test.AbstractTest;
35 * @version $Revision$ - $Date$
45 private Command command; field in SimpleCompositeCommandHandlerTest
51 * Test the handleCommand() method
56 commandHandler1.handleCommand(command, session); in testHandleCommand_OneHandler_OneInvocation()
[all …]
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/stub/command/
DCommandTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.stub.command;
21 import org.mockftpserver.core.command.Command;
23 import org.mockftpserver.test.AbstractTest;
26 * Tests for the Command class
28 * @version $Revision$ - $Date$
37 * Test the Command(String,String[]) constructor
41 Command command = new Command("abc", PARAMETERS); in testConstructor() local
42 assertEquals("name", "abc", command.getName()); in testConstructor()
43 assertEquals("parameters", PARAMETERS, command.getParameters()); in testConstructor()
[all …]
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Functions/
DtFunction_listingFunctions.py1 # -*-coding:utf-8 -*
3 # Copyright (c) 2011-2015, Intel Corporation
35 --------------------------
36 - [dumpDomains] function
37 - [dumpElement] function
39 Test cases :
40 ------------
41 - Testing dumpDomains function on nominal case
42 - Testing dumpElements function on nominal case
77 ----------------------------
[all …]
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/command/
DCommandTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
21 import org.mockftpserver.test.AbstractTestCase;
26 * Tests for the Command class
29 * @version $Revision$ - $Date$
36 * Test the Command(String,String[]) constructor
40 Command command = new Command("abc", PARAMETERS); in testConstructor() local
41 assertEquals("name", "abc", command.getName()); in testConstructor()
42 assertEquals("parameters", PARAMETERS, command.getParameters()); in testConstructor()
46 * Test the Command(String,List) constructor
[all …]
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/command/
DCommandTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
21 import org.mockftpserver.test.AbstractTestCase;
26 * Tests for the Command class
29 * @version $Revision$ - $Date$
36 * Test the Command(String,String[]) constructor
40 Command command = new Command("abc", PARAMETERS); in testConstructor() local
41 assertEquals("name", "abc", command.getName()); in testConstructor()
42 assertEquals("parameters", PARAMETERS, command.getParameters()); in testConstructor()
46 * Test the Command(String,List) constructor
[all …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/command/
DCommandTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
21 import org.mockftpserver.test.AbstractTest;
26 * Tests for the Command class
29 * @version $Revision$ - $Date$
36 * Test the Command(String,String[]) constructor
40 Command command = new Command("abc", PARAMETERS); in testConstructor() local
41 assertEquals("name", "abc", command.getName()); in testConstructor()
42 assertEquals("parameters", PARAMETERS, command.getParameters()); in testConstructor()
46 * Test the Command(String,List) constructor
[all …]
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/command/
DCommandTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
21 import org.mockftpserver.test.AbstractTest;
26 * Tests for the Command class
29 * @version $Revision$ - $Date$
36 * Test the Command(String,String[]) constructor
40 Command command = new Command("abc", PARAMETERS); in testConstructor() local
41 assertEquals("name", "abc", command.getName()); in testConstructor()
42 assertEquals("parameters", PARAMETERS, command.getParameters()); in testConstructor()
46 * Test the Command(String,List) constructor
[all …]
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
DCommandTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.mockftpserver.core.command;
22 import org.mockftpserver.test.AbstractTestCase;
27 * Tests for the Command class
30 * @version $Revision$ - $Date$
37 * Test the Command(String,String[]) constructor
41 Command command = new Command("abc", PARAMETERS); in testConstructor() local
42 assertEquals("name", "abc", command.getName()); in testConstructor()
43 assertEquals("parameters", PARAMETERS, command.getParameters()); in testConstructor()
47 * Test the Command(String,List) constructor
[all …]

12345678910>>...53