Home
last modified time | relevance | path

Searched defs:test (Results 3451 - 3475 of 3662) sorted by relevance

1...<<131132133134135136137138139140>>...147

/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp198 static DSLPossibleStatement Do(DSLStatement stmt, DSLExpression test) { in Do() argument
202 static DSLPossibleStatement For(DSLStatement initializer, DSLExpression test, in For() argument
210 static DSLPossibleStatement If(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, in If() argument
330 static DSLPossibleExpression Select(DSLExpression test, DSLExpression ifTrue, in Select() argument
352 static DSLPossibleStatement While(DSLExpression test, DSLStatement stmt) { in While() argument
433 Do(DSLStatement stmt, DSLExpression test, PositionInfo pos) Do() argument
437 For(DSLStatement initializer, DSLExpression test, DSLExpression next, DSLStatement stmt, PositionInfo pos) For() argument
443 If(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, PositionInfo pos) If() argument
465 Select(DSLExpression test, DSLExpression ifTrue, DSLExpression ifFalse, PositionInfo pos) Select() argument
471 StaticIf(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, PositionInfo pos) StaticIf() argument
494 While(DSLExpression test, DSLStatement stmt, PositionInfo pos) While() argument
[all...]
/third_party/skia/tests/
H A DBlurTest.cpp96 compare(const SkBitmap& ref, const SkIRect& iref, const SkBitmap& test, const SkIRect& itest) compare() argument
[all...]
H A DRoundRectTest.cpp389 SkRect test = SkRect::MakeXYWH(x, y, in test_direction() local
[all...]
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp917 DSLExpression test = this->expression(); in ifStatement() local
960 DSLExpression test = this->expression(); in doStatement() local
982 DSLExpression test = this->expression(); in whileStatement() local
1101 dsl::DSLExpression test; forStatement() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.cpp83 DawnTestBase* test; member
191 DawnTestBase::PrintToStringParamName::PrintToStringParamName(const char* test) : mTest(test) { in PrintToStringParamName() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_random.py8 import test.support namespace
[all...]
H A Dtest_tempfile.py1596 def test(target, target_is_directory): global() function
1646 def test(target, target_is_directory): global() function
[all...]
H A Dtest_contextlib.py492 def test(): function
503 def test(): function
585 def test(): global() function
601 def test(x): global() function
[all...]
H A Dtest_compileall.py13 import test.test_importlib.util namespace
[all...]
H A Dtest_sys.py11 import test.support namespace
[all...]
H A Dtest_float.py913 def test(fmt, value, expected): function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp4107 const char test[] = "_block_invoke"; in parse_block_invoke() local
/third_party/skia/third_party/externals/tint/src/ast/
H A Dintrinsic_texture_helper_test.h27 namespace test { namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSTLExtras.h609 bool test(const zip_shortest<Iters...> &other, in test() function in llvm::detail::zip_shortest
721 bool test(const zip_longest_iterator<Iters...> &other, in test() function in llvm::detail::zip_longest_iterator
/third_party/python/Lib/test/test_warnings/
H A D__init__.py473 import test.test_warnings.data.import_warning namespace
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_loader.py115 def test(self): member in Test_TestLoader.test_loadTestsFromModule__TestCase_subclass.MyTestCase
164 def test(self): global() member in Test_TestLoader.test_loadTestsFromModule__not_a_module.MyTestCase
183 def test(self): global() member in Test_TestLoader.test_loadTestsFromModule__load_tests.MyTestCase
210 def test(self): global() member in Test_TestLoader.test_loadTestsFromModule__use_load_tests_deprecated_positional.MyTestCase
239 def test(self): global() member in Test_TestLoader.test_loadTestsFromModule__use_load_tests_deprecated_keyword.MyTestCase
267 def test(self): global() member in Test_TestLoader.test_loadTestsFromModule__too_many_positional_args.MyTestCase
296 def test(self): global() member in Test_TestLoader.test_loadTestsFromModule__use_load_tests_other_bad_keyword.MyTestCase
322 def test(self): global() member in Test_TestLoader.test_loadTestsFromModule__pattern.MyTestCase
524 def test(self): global() member in Test_TestLoader.test_loadTestsFromName__relative_not_a_module.MyTestCase
560 def test(self): global() member in Test_TestLoader.test_loadTestsFromName__relative_TestCase_subclass.MyTestCase
576 def test(self): global() member in Test_TestLoader.test_loadTestsFromName__relative_TestSuite.MyTestCase
591 def test(self): global() member in Test_TestLoader.test_loadTestsFromName__relative_testmethod.MyTestCase
612 def test(self): global() member in Test_TestLoader.test_loadTestsFromName__relative_invalid_testmethod.MyTestCase
684 def test(self): global() member in Test_TestLoader.test_loadTestsFromName__relative_testmethod_ProperSuiteClass.MyTestCase
948 def test(self): global() member in Test_TestLoader.test_loadTestsFromNames__relative_not_a_module.MyTestCase
984 def test(self): global() member in Test_TestLoader.test_loadTestsFromNames__relative_TestCase_subclass.MyTestCase
1000 def test(self): global() member in Test_TestLoader.test_loadTestsFromNames__relative_TestSuite.MyTestCase
1015 def test(self): global() member in Test_TestLoader.test_loadTestsFromNames__relative_testmethod.MyTestCase
1032 test = lambda: 1 global() variable in Test_TestLoader.test_loadTestsFromName__function_with_different_name_than_method.MyTestCase
1050 def test(self): global() member in Test_TestLoader.test_loadTestsFromNames__relative_invalid_testmethod.MyTestCase
1103 def test(self): global() member in Test_TestLoader.test_loadTestsFromNames__callable__call_staticmethod.Test1
1601 def test(self): pass global() member in TestObsoleteFunctions.MyTestCase
[all...]
H A Dtest_result.py467 def test(result): global() function
746 test = Test(test_name) global() variable in Test_OldTestResult.testOldTestResult.Test
[all...]
/third_party/python/Parser/
H A Dtokenizer.c1238 lookahead(struct tok_state *tok, const char *test) in lookahead() argument
/third_party/python/Lib/lib2to3/tests/
H A Dtest_parser.py23 import test.support namespace
/third_party/rust/crates/nix/src/sys/
H A Dtime.rs716 mod test { modules
[all...]
/third_party/skia/dm/
H A DDM.cpp1449 run_test(skiatest::Test test, const GrContextOptions& grCtxOptions) run_test() argument
[all...]
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs1818 mod test { modules
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_de.rs156 fn test<'de, T>(value: T, tokens: &'de [Token]) in test() functions
2321 fn test<L, A, T>(load: L, val: T) test_atomics() functions
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp54 static void addTestIterations (gls::DrawTest* test, const gls::DrawTestSpec& baseSpec, TestIterationType type) in addTestIterations() argument
179 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "single_attribute", "Single attribute array."); init() local
214 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "multiple_attributes", "Multiple attribute arrays."); init() local
260 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "instanced_attributes", "Instanced attribute array."); init() local
320 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "default_attribute", "Attribute specified with glVertexAttrib*."); init() local
505 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str()); init() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp153 static void addTestIterations (gls::DrawTest* test, gls::DrawTestSpec& spec, TestIterationType type) in addTestIterations() argument
262 gls::DrawTest* test in init() local
299 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "multiple_attributes", "Multiple attribute arrays."); init() local
347 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "instanced_attributes", "Instanced attribute array."); init() local
409 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "default_attribute", "Attribute specified with glVertexAttrib*."); init() local
522 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str()); init() local
589 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str()); init() local
640 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str()); init() local
[all...]

Completed in 41 milliseconds

1...<<131132133134135136137138139140>>...147