Searched refs:doTest (Results 1 - 25 of 27) sorted by relevance

12

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_pair_const_lvalue_pair.pass.cpp31 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, function
69 assert((doTest<T, U>(UA_None, UA_None, p)));
74 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast, p)));
79 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg, p)));
84 assert((doTest<T, U>(UA_AllocArg, UA_None, p)));
H A Dconstruct_pair_rvalue.pass.cpp32 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, function
68 assert((doTest<T, U>(UA_None, UA_None, std::move(p))));
73 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast, std::move(p))));
78 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg, std::move(p))));
83 assert((doTest<T, U>(UA_AllocArg, UA_None, std::move(p))));
H A Dconstruct_pair_values.pass.cpp31 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, function
67 assert((doTest<T, U>(UA_None, UA_None,
73 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast,
79 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg,
85 assert((doTest<T, U>(UA_AllocArg, UA_None,
H A Dconstruct_piecewise_pair.pass.cpp32 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, function
58 assert((doTest<T, U>(UA_None, UA_None,
64 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast,
70 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg,
76 assert((doTest<T, U>(UA_AllocArg, UA_None,
H A Dconstruct_types.pass.cpp50 bool doTest(UsesAllocatorType UAExpect, Args&&... args) function
109 assert((doTest<T>(UA_AllocArg, std::forward<Args>(args)...)));
114 assert((doTest<T>(UA_AllocLast, std::forward<Args>(args)...)));
120 assert((doTest<T>(UA_AllocArg, std::forward<Args>(args)...)));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_pair_const_lvalue_pair.pass.cpp31 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, function
69 assert((doTest<T, U>(UA_None, UA_None, p)));
74 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast, p)));
79 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg, p)));
84 assert((doTest<T, U>(UA_AllocArg, UA_None, p)));
H A Dconstruct_pair_rvalue.pass.cpp32 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, function
68 assert((doTest<T, U>(UA_None, UA_None, std::move(p))));
73 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast, std::move(p))));
78 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg, std::move(p))));
83 assert((doTest<T, U>(UA_AllocArg, UA_None, std::move(p))));
H A Dconstruct_pair_values.pass.cpp31 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, function
67 assert((doTest<T, U>(UA_None, UA_None,
73 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast,
79 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg,
85 assert((doTest<T, U>(UA_AllocArg, UA_None,
H A Dconstruct_piecewise_pair.pass.cpp32 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, function
58 assert((doTest<T, U>(UA_None, UA_None,
64 assert((doTest<T, U>(UA_AllocArg, UA_AllocLast,
70 assert((doTest<T, U>(UA_AllocLast, UA_AllocArg,
76 assert((doTest<T, U>(UA_AllocArg, UA_None,
H A Dconstruct_types.pass.cpp50 bool doTest(UsesAllocatorType UAExpect, Args&&... args) function
109 assert((doTest<T>(UA_AllocArg, std::forward<Args>(args)...)));
114 assert((doTest<T>(UA_AllocLast, std::forward<Args>(args)...)));
120 assert((doTest<T>(UA_AllocArg, std::forward<Args>(args)...)));
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_zipimport.py69 def doTest(self, expected_ext, files, *modules, **kw): member in class:UncompressedZipImportTestCase
131 self.doTest(".py", files, "zlib")
141 self.doTest(".py", files, TESTMOD)
145 self.doTest(pyc_ext, files, TESTMOD)
150 self.doTest(pyc_ext, files, TESTMOD)
154 self.doTest(None, files, TESTMOD)
163 self.doTest(".py", files, TESTMOD)
172 self.doTest(".py", files, TESTMOD)
185 self.doTest(".py", files, TESTMOD)
191 self.doTest(pyc_ex
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_zipimport.py69 def doTest(self, expected_ext, files, *modules, **kw): member in class:UncompressedZipImportTestCase
131 self.doTest(".py", files, "zlib")
141 self.doTest(".py", files, TESTMOD)
145 self.doTest(pyc_ext, files, TESTMOD)
150 self.doTest(pyc_ext, files, TESTMOD)
154 self.doTest(None, files, TESTMOD)
163 self.doTest(".py", files, TESTMOD)
172 self.doTest(".py", files, TESTMOD)
185 self.doTest(".py", files, TESTMOD)
191 self.doTest(pyc_ex
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_zipimport.py69 def doTest(self, expected_ext, files, *modules, **kw): member in class:UncompressedZipImportTestCase
131 self.doTest(".py", files, "zlib")
141 self.doTest(".py", files, TESTMOD)
145 self.doTest(pyc_ext, files, TESTMOD)
150 self.doTest(pyc_ext, files, TESTMOD)
154 self.doTest(None, files, TESTMOD)
163 self.doTest(".py", files, TESTMOD)
172 self.doTest(".py", files, TESTMOD)
185 self.doTest(".py", files, TESTMOD)
191 self.doTest(pyc_ex
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_zipimport.py69 def doTest(self, expected_ext, files, *modules, **kw): member in class:UncompressedZipImportTestCase
131 self.doTest(".py", files, "zlib")
141 self.doTest(".py", files, TESTMOD)
145 self.doTest(pyc_ext, files, TESTMOD)
150 self.doTest(pyc_ext, files, TESTMOD)
154 self.doTest(None, files, TESTMOD)
163 self.doTest(".py", files, TESTMOD)
172 self.doTest(".py", files, TESTMOD)
185 self.doTest(".py", files, TESTMOD)
191 self.doTest(pyc_ex
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp57 static void run() { TestCase().doTest(); }
64 void doTest() { function in struct:TestCase
H A Dbullet_1_2_3.pass.cpp143 static void run() { TestCaseImp().doTest(); }
148 void doTest() { function in struct:TestCaseImp
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp57 static void run() { TestCase().doTest(); }
64 void doTest() { function in struct:TestCase
H A Dbullet_1_2_3.pass.cpp143 static void run() { TestCaseImp().doTest(); }
148 void doTest() { function in struct:TestCaseImp
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
H A Duast-171.2455.10.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/tools/ com/android/tools/external/ ...
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/tools/common/intellij-core/171.2455.10/
H A Dintellij-core.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/intellij/ com/intellij/execution/ com/intellij/execution/rmi/ ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
H A Dkotlin-compiler-embeddable-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 422 milliseconds

12