/external/llvm/test/CodeGen/AMDGPU/ |
D | selectcc-opt.ll | 6 ; 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/ |
D | nsenter.c | 96 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/ |
D | unknown-anytype.mm | 13 - (void) test_a: (__unknown_anytype)foo; 24 [obj test_a: v];
|
/external/flatbuffers/grpc/tests/ |
D | grpctest.py | 30 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/ |
D | InvalidOutParams.glsl | 4 void test_a() { inc1(0); }
|
/external/python/absl-py/absl/testing/tests/ |
D | absltest_randomization_testcase.py | 32 def test_a(self): member in ClassA
|
/external/skia/resources/sksl/errors/ |
D | InvalidOutParams.rts | 4 void test_a() { inc1(0); }
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
D | p11.cpp | 15 same_type<decltype(a), int> test_a; variable
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
D | p1-cxx11.cpp | 40 void test_a() { in test_a() function
|
D | p1.cpp | 71 void test_a() { in test_a() function
|
/external/clang/test/SemaCXX/ |
D | qualified-id-lookup.cpp | 94 void test_a() { in test_a() function
|
/external/rust/crates/bencher/ |
D | lib.rs | 450 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/ |
D | tf_record_test.py | 159 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/ |
D | test_case.py | 406 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/ |
D | fake_filesystem_unittest_test.py | 695 def test_a(self): member in TestShutilWithZipfile
|