Home
last modified time | relevance | path

Searched refs:test_a (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dselectcc-opt.ll6 ; FUNC-LABEL: {{^}}test_a:
10 define void @test_a(i32 addrspace(1)* %out, float %in) {
31 ; Same as test_a, but the branch labels are swapped to produce the inverse cc
/external/toybox/toys/other/
Dnsenter.c96 static int test_a() { return FLAG(a); } in test_a() function
120 if (test_a() || (toys.optflags & (1<<i))) f |= flags[i]; in unshare_main()
/external/clang/test/SemaObjCXX/
Dunknown-anytype.mm13 - (void) test_a: (__unknown_anytype)foo;
24 [obj test_a: v];
/external/flatbuffers/grpc/tests/
Dgrpctest.py30 test_a = 8 variable
54 assert m.Pos().Test3(test3).A() == test_a
145 pos = Vec3.CreateVec3(b, test_X, test_Y, test_Z, test_test1, test_color, test_a, test_b)
/external/skia/tests/sksl/errors/
DInvalidOutParams.glsl4 void test_a() { inc1(0); }
/external/python/absl-py/absl/testing/tests/
Dabsltest_randomization_testcase.py32 def test_a(self): member in ClassA
/external/skia/resources/sksl/errors/
DInvalidOutParams.rts4 void test_a() { inc1(0); }
/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp11.cpp15 same_type<decltype(a), int> test_a; variable
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
Dp1-cxx11.cpp40 void test_a() { in test_a() function
Dp1.cpp71 void test_a() { in test_a() function
/external/clang/test/SemaCXX/
Dqualified-id-lookup.cpp94 void test_a() { in test_a() function
/external/rust/crates/bencher/
Dlib.rs450 let test_a = TestDesc { in should_sort_failures_before_printing_them() localVariable
470 failures: vec![(test_b, Vec::new()), (test_a, Vec::new())], in should_sort_failures_before_printing_them()
/external/tensorflow/tensorflow/python/lib/io/
Dtf_record_test.py159 test_a = list(tf_record.tf_record_iterator(fn_a, options=options_a))
160 self.assertEqual(records, test_a, options_a)
/external/python/cpython3/Lib/unittest/test/
Dtest_case.py406 def test_a(self): member in Test_TestCase.test_subtests_failfast.Foo
434 def test_a(self): member in Test_TestCase.test_subtests_debug.Foo
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_unittest_test.py695 def test_a(self): member in TestShutilWithZipfile