/external/v8/test/cctest/ |
D | test-typing-reset.cc | 39 Bounds expected_type) { in CheckAllSame() argument 42 CHECK_EXPR(FunctionLiteral, expected_type) { in CheckAllSame() 43 CHECK_EXPR(FunctionLiteral, expected_type) { in CheckAllSame() 44 CHECK_EXPR(Assignment, expected_type) { in CheckAllSame() 45 CHECK_VAR(start, expected_type); in CheckAllSame() 46 CHECK_EXPR(BinaryOperation, expected_type) { in CheckAllSame() 47 CHECK_VAR(start, expected_type); in CheckAllSame() 48 CHECK_EXPR(Literal, expected_type); in CheckAllSame() 51 CHECK_EXPR(Assignment, expected_type) { in CheckAllSame() 52 CHECK_VAR(end, expected_type); in CheckAllSame() [all …]
|
D | test-field-type-tracking.cc | 538 Representation expected_representation, Handle<HeapType> expected_type, in TestGeneralizeRepresentation() argument 597 expected_type); in TestGeneralizeRepresentation() 646 Representation expected_representation, Handle<HeapType> expected_type, in TestGeneralizeRepresentation() argument 655 to_type, expected_representation, expected_type, expected_deprecation, in TestGeneralizeRepresentation() 667 to_type, expected_representation, expected_type, expected_deprecation, in TestGeneralizeRepresentation() 685 Handle<HeapType> expected_type) { in TestGeneralizeRepresentation() argument 691 expected_representation, expected_type, expected_deprecation, in TestGeneralizeRepresentation() 699 Representation expected_representation, Handle<HeapType> expected_type, in TestGeneralizeRepresentationTrivial() argument 705 expected_representation, expected_type, expected_deprecation, in TestGeneralizeRepresentationTrivial() 778 Handle<HeapType> expected_type = in TEST() local [all …]
|
/external/autotest/client/cros/networking/chrome_testing/ |
D | test_utils.py | 88 network, expected_name, expected_type, check_name_prefix=True): argument 104 if network['Type'] != expected_type: 106 'Expected network of type "' + expected_type + '", found ' +
|
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/ |
D | bar_chart_test.py | 38 def Check(vertical, stacked, expected_type): argument 41 self.assertEqual(self.Param('cht'), expected_type) 42 Check(vertical=True, stacked=True, expected_type='bvs') 43 Check(vertical=True, stacked=False, expected_type='bvg') 44 Check(vertical=False, stacked=True, expected_type='bhs') 45 Check(vertical=False, stacked=False, expected_type='bhg')
|
/external/v8/test/unittests/compiler/ |
D | typer-unittest.cc | 133 Type* expected_type = TypeBinaryOp(op, r1, r2); in TestBinaryArithOpCloseToZero() local 140 EXPECT_TRUE(result_type->Is(expected_type)); in TestBinaryArithOpCloseToZero() 154 Type* expected_type = TypeBinaryOp(op, r1, r2); in TestBinaryArithOp() local 161 EXPECT_TRUE(result_type->Is(expected_type)); in TestBinaryArithOp() 171 Type* expected_type = TypeBinaryOp(op, r1, r2); in TestBinaryCompareOp() local 180 EXPECT_TRUE(result_type->Is(expected_type)); in TestBinaryCompareOp() 190 Type* expected_type = TypeBinaryOp(op, r1, r2); in TestBinaryBitOp() local 197 EXPECT_TRUE(result_type->Is(expected_type)); in TestBinaryBitOp()
|
/external/libchrome/base/trace_event/ |
D | memory_allocator_dump_unittest.cc | 57 const char* expected_type, in CheckAttribute() argument 67 EXPECT_EQ(expected_type, arg_value); in CheckAttribute() 76 const char* expected_type, in CheckString() argument 80 auto attr_value = CheckAttribute(dump, name, expected_type, expected_units); in CheckString()
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | utils.py | 380 expected_type = type(expected) 382 if expected_type is list: 386 elif expected_type is dict: 389 % (expected_type, actual_type))
|
/external/dbus/dbus/ |
D | dbus-marshal-header.c | 785 int expected_type; in load_and_validate_field() local 803 expected_type = EXPECTED_TYPE_OF_FIELD (field); in load_and_validate_field() 804 if (type != expected_type) in load_and_validate_field() 807 field, expected_type, type); in load_and_validate_field() 831 if (expected_type == DBUS_TYPE_UINT32) in load_and_validate_field() 833 _dbus_header_get_field_basic (header, field, expected_type, in load_and_validate_field() 836 else if (expected_type == DBUS_TYPE_STRING || in load_and_validate_field() 837 expected_type == DBUS_TYPE_OBJECT_PATH || in load_and_validate_field() 838 expected_type == DBUS_TYPE_SIGNATURE) in load_and_validate_field()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/ |
D | forms_test.py | 57 def DoStaticContentTest(self, name, expected_type): argument 71 {'content-type': expected_type,
|
/external/libchrome/base/mac/ |
D | foundation_util.h | 352 CFStringRef key, const std::string& expected_type, CFTypeRef value); 362 std::string expected_type = TypeNameForCFType(value_specific); in GetValueFromDictionary() local 364 expected_type, in GetValueFromDictionary()
|
D | foundation_util.mm | 413 CFStringRef key, const std::string& expected_type, CFTypeRef value) { 419 expected_type +
|
/external/libbrillo/brillo/http/ |
D | curl_api.cc | 20 inline bool VerifyOptionType(CURLoption option, int expected_type) { in VerifyOptionType() argument 22 return (option_type == expected_type); in VerifyOptionType()
|
/external/v8/src/ |
D | typing-asm.h | 159 void VisitWithExpectation(Expression* expr, Type* expected_type,
|
D | typing-asm.cc | 1466 void AsmTyper::VisitWithExpectation(Expression* expr, Type* expected_type, in VisitWithExpectation() argument 1469 expected_type_ = expected_type; in VisitWithExpectation()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | debug.rb | 239 def missing_symbol( error, expected_type, follow ) argument
|
D | recognizers.rb | 1284 def missing_symbol( error, expected_type, follow ) 1294 t.type = expected_type
|
/external/v8/src/runtime/ |
D | runtime-i18n.cc | 251 CONVERT_ARG_HANDLE_CHECKED(String, expected_type, 1); in RUNTIME_FUNCTION() 259 String::cast(*tag)->Equals(*expected_type)); in RUNTIME_FUNCTION()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_impl_unittest.cc | 741 NetEqOutputType expected_type[8] = { in TEST_F() local 763 EXPECT_EQ(expected_type[i - 1], type); in TEST_F() 783 EXPECT_EQ(expected_type[i - 1], type); in TEST_F()
|
/external/llvm/test/Transforms/GVN/ |
D | crash.ll | 8 define i32* @test1(i8* %name, i32 %namelen, i32* %o, i32 %expected_type) nounwind ssp {
|
/external/boringssl/src/ssl/ |
D | s3_clnt.c | 938 int expected_type = ssl_cipher_get_key_type(cipher); in ssl3_check_leaf_certificate() local 939 assert(expected_type != EVP_PKEY_NONE); in ssl3_check_leaf_certificate() 940 if (pkey->type != expected_type) { in ssl3_check_leaf_certificate()
|
/external/webrtc/webrtc/p2p/base/ |
D | stun_unittest.cc | 26 void CheckStunHeader(const StunMessage& msg, StunMessageType expected_type, in CheckStunHeader() argument 28 ASSERT_EQ(expected_type, msg.type()); in CheckStunHeader()
|
/external/v8/test/cctest/compiler/ |
D | test-js-typed-lowering.cc | 317 Type* expected_type = I32Type(is_signed); in CheckToI32() local 318 CHECK(new_type->Is(expected_type)); in CheckToI32() 319 if (old_type->Is(expected_type)) { in CheckToI32()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 111 FieldDescriptor::CppType expected_type) { in ReportReflectionUsageTypeError() argument 118 " Expected : " << cpptype_names_[expected_type] << "\n" in ReportReflectionUsageTypeError()
|
/external/opencv3/modules/ts/src/ |
D | ts_perf.cpp | 452 int expected_type = (int)node["type"]; in verify() local 454 …ASSERT_EQ(expected_type, array.type()) << " Argument \"" << node.name() << "\" has unexpected typ… in verify()
|
/external/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 611 def TestGetAndDeserialize(field_name, value, expected_type): argument 614 self.assertTrue(isinstance(getattr(proto, field_name), expected_type)) 617 self.assertTrue(isinstance(getattr(proto2, field_name), expected_type))
|