Home
last modified time | relevance | path

Searched refs:test_b (Results 1 – 18 of 18) sorted by relevance

/external/clang/test/SemaObjCXX/
Dunknown-anytype.mm14 - (void) test_b: (__unknown_anytype)foo;
35 [obj test_b: v]; // expected-error {{calling a private constructor}}
/external/selinux/libsepol/cil/test/integration_testing/
Dnonmls.cil65 (block test_b
66 (typealias .test_b.test typea_t)
Dmls_policy.cil94 (block test_b
95 (typealias .test_b.test typea_t)
/external/llvm/test/CodeGen/AMDGPU/
Dselectcc-opt.ll34 ; EG-LABEL: {{^}}test_b:
38 define void @test_b(i32 addrspace(1)* %out, float %in) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dselectcc-opt.ll34 ; EG-LABEL: {{^}}test_b:
38 define amdgpu_kernel void @test_b(i32 addrspace(1)* %out, float %in) {
/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp11.cpp16 same_type<decltype(b), double> test_b; variable
/external/python/cpython3/Lib/test/test_email/
Dtest__encoded_words.py166 def test_b(self): member in TestEncode
/external/tensorflow/tensorflow/python/lib/io/
Dtf_record_test.py169 test_b = list(tf_record.tf_record_iterator(fn_b, options=options_b))
170 self.assertEqual(records, test_b, options_b)
/external/v8/src/ia32/
Dassembler-ia32.h775 void test_b(Register reg, Operand op);
776 void test_b(Register reg, Immediate imm8);
777 void test_b(Operand op, Immediate imm8);
778 void test_b(Operand op, Register reg) { test_b(reg, op); } in test_b() function
779 void test_b(Register dst, Register src) { test_b(dst, Operand(src)); } in test_b() function
Dassembler-ia32.cc1285 test_b(reg, imm); in test()
1307 void Assembler::test_b(Register reg, Operand op) { in test_b() function in v8::internal::Assembler
1320 return test_b(op, imm); in test()
1328 void Assembler::test_b(Register reg, Immediate imm8) { in test_b() function in v8::internal::Assembler
1346 void Assembler::test_b(Operand op, Immediate imm8) { in test_b() function in v8::internal::Assembler
1348 test_b(op.reg(), imm8); in test_b()
Dmacro-assembler-ia32.cc274 test_b(dst, Immediate(kPointerSize - 1)); in RecordWriteField()
570 test_b(FieldOperand(object, Map::kBitFieldOffset), in AssertConstructor()
1841 test_b(Operand(scratch, MemoryChunk::kFlagsOffset), Immediate(mask)); in CheckPageFlag()
/external/python/six/
Dtest_six.py501 def test_b(): function
515 def test_b(): function
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc587 __ test_b(current_character(), in CheckSpecialCharacterClass() local
602 __ test_b(current_character(), in CheckSpecialCharacterClass() local
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc1759 __ test_b(FieldOperand(ebx, Map::kBitFieldOffset), in Generate_CallOrConstructForwardVarargs() local
2073 __ test_b(FieldOperand(ecx, Map::kBitFieldOffset), in Generate_Call() local
2174 __ test_b(FieldOperand(ecx, Map::kBitFieldOffset), in Generate_Construct() local
2731 __ test_b(eax, Immediate(0x5F)); // We check for all but precision exception. in Generate_MathPowInternal() local
/external/python/cpython2/Lib/test/
Dtest_getargs2.py130 def test_b(self): member in Unsigned_TestCase
/external/python/cpython3/Lib/test/
Dtest_getargs2.py133 def test_b(self): member in Unsigned_TestCase
/external/python/cpython3/Lib/unittest/test/
Dtest_case.py410 def test_b(self): member in Test_TestCase.test_subtests_failfast.Foo
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1029 ASSEMBLE_COMPARE(test_b); in AssembleArchInstruction()