HomeSort by relevance Sort by last modified time
    Searched defs:test (Results 426 - 450 of 9198) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/variant/variant.helpers/
variant_size.pass.cpp 26 template <class V, size_t E> void test() { function
41 test<std::variant<>, 0>();
42 test<std::variant<void *>, 1>();
43 test<std::variant<long, long, void *, double>, 4>();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_objects.py 45 <ctypes.test.test_objects.X object at 0x...>
59 import ctypes.test.test_objects
63 # Python 2.3 has no ELLIPSIS flag, so we don't test with this
65 def test(self): member in class:TestCase
66 doctest.testmod(ctypes.test.test_objects)
70 doctest.testmod(ctypes.test.test_objects)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_objects.py 45 <ctypes.test.test_objects.X object at 0x...>
59 import ctypes.test.test_objects
63 # Python 2.3 has no ELLIPSIS flag, so we don't test with this
65 def test(self): member in class:TestCase
66 doctest.testmod(ctypes.test.test_objects)
70 doctest.testmod(ctypes.test.test_objects)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
relax-avoid2.s 0 test:
4 bl @test@plt
1 test: label
relax-avoid3.s 0 test:
3 .weak test
5 b test
1 test: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
jalr2.s 1 .ent test
2 test: label
9 .end test
sdata-gp.s 6 test: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
tls-relax-large-desc-ie.s 7 test: label
tls-relax-large-desc-le.s 6 test: label
tls-relax-large-gd-ie.s 7 test: label
tls-relax-large-gd-le.s 6 test: label
tls-tiny-desc-ie.s 11 test: label
tls-tiny-desc-le.s 9 test: label
tls-tiny-gd-ie.s 11 test: label
tls-tiny-gd-le.s 9 test: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
jalx-1.s 3 .ent test
4 .globl test
5 test: label
12 .end test
  /external/testng/src/test/java/test/ant/
DontOverrideSuiteNameTest.java 1 package test.ant;
3 import org.testng.annotations.Test;
5 @Test
9 @Test(groups = {"nopackage"})
10 public void test() { method in class:DontOverrideSuiteNameTest
NoPackageTest.java 1 package test.ant;
4 import org.testng.annotations.Test;
12 @Test(groups = {"nopackage"})
13 public void test() { method in class:NoPackageTest
19 assert m_run : "test method was not run";
  /external/testng/src/test/java/test/name/
SimpleITestSample.java 1 package test.name;
5 import org.testng.annotations.Test;
9 @Test
10 public void test() { method in class:SimpleITestSample
  /external/testng/src/test/java/test/sample/
SetUpWithParameterTest.java 1 package test.sample;
4 import org.testng.annotations.Test;
17 @Test
18 public void test() { method in class:SetUpWithParameterTest
  /external/googletest/googlemock/
Android.mk 19 # Defines a test module.
23 # a test running script.
25 # $(1): Test name. test/$(1).cc will automatically be added to sources.
29 define gmock-unit-test
33 $(eval LOCAL_SRC_FILES := test/$(strip $(1)).cc $(2)) \
50 # Create modules for each test in the suite.
53 define gmock-test-suite
54 $(eval $(call gmock-unit-test,gmock-actions_test,,libgmock_main,$(1))) \
55 $(eval $(call gmock-unit-test,gmock-cardinalities_test,,libgmock_main,$(1)))
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
BadCycleClassTest.java 12 package org.jacoco.core.test.validation;
15 import org.jacoco.core.test.validation.targets.BadCycleClass;
16 import org.junit.Test;
19 * Test of "bad cycles" with classes.
27 @Test
28 public void test() throws Exception { method in class:BadCycleClassTest
  /external/testng/src/test/java/test/configuration/
MultipleBeforeGroupTest.java 1 package test.configuration;
5 import org.testng.annotations.Test;
7 @Test( groups = "foo" )
16 @Test()
17 public void test() { method in class:MultipleBeforeGroupTest
20 @Test(dependsOnMethods = "test")
  /external/testng/src/test/java/test/inheritance/
DChild_2.java 1 package test.inheritance;
5 import org.testng.annotations.Test;
29 @Test(groups = {"before" })
30 public void test() { method in class:DChild_2
31 m_methodList.add("test");
32 ppp(" TEST");
  /external/testng/src/test/java/test/methodinterceptors/
FastTestsFirstInterceptor.java 1 package test.methodinterceptors;
6 import org.testng.annotations.Test;
20 Test test = m.getMethod().getMethod().getAnnotation(Test.class); local
22 for (String group : test.groups()) {

Completed in 817 milliseconds

<<11121314151617181920>>