/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/v8/tools/gyp/test/mac/ |
D | gyptest-archs.py | 27 expected_type = ['x86_64'] variable 29 expected_type = ['i386'] variable 30 TestMac.CheckFileType(test, result_file, expected_type)
|
/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/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/chromium-trace/catapult/dashboard/dashboard/ |
D | utils.py | 447 expected_type = type(expected) 449 if expected_type is list: 453 elif expected_type is dict: 456 % (expected_type, actual_type))
|
/external/v8/test/cctest/ |
D | test-field-type-tracking.cc | 556 Representation expected_representation, Handle<FieldType> expected_type, in TestGeneralizeRepresentation() argument 615 expected_type); in TestGeneralizeRepresentation() 663 Representation expected_representation, Handle<FieldType> expected_type, in TestGeneralizeRepresentation() argument 672 to_type, expected_representation, expected_type, expected_deprecation, in TestGeneralizeRepresentation() 684 to_type, expected_representation, expected_type, expected_deprecation, in TestGeneralizeRepresentation() 701 Handle<FieldType> expected_type) { in TestGeneralizeRepresentation() argument 707 expected_representation, expected_type, expected_deprecation, in TestGeneralizeRepresentation() 714 Representation expected_representation, Handle<FieldType> expected_type, in TestGeneralizeRepresentationTrivial() argument 720 expected_representation, expected_type, expected_deprecation, in TestGeneralizeRepresentationTrivial() 791 Handle<FieldType> expected_type = any_type; in TEST() local [all …]
|
/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/openssh/ |
D | opacket.c | 319 packet_read_expect(int expected_type) in packet_read_expect() argument 323 if ((r = ssh_packet_read_expect(active_state, expected_type)) != 0) in packet_read_expect()
|
D | opacket.h | 50 void packet_read_expect(int expected_type);
|
/external/v8/src/ |
D | typing-asm.h | 168 void VisitWithExpectation(Expression* expr, Type* expected_type,
|
D | typing-asm.cc | 1008 Type* expected_type = expected_type_; in VisitCall() local 1044 RECURSE(IntersectResult(expr, expected_type)); in VisitCall() 1621 void AsmTyper::VisitWithExpectation(Expression* expr, Type* expected_type, in VisitWithExpectation() argument 1624 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/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/v8/src/runtime/ |
D | runtime-i18n.cc | 272 CONVERT_ARG_HANDLE_CHECKED(String, expected_type, 1); in RUNTIME_FUNCTION() 280 String::cast(*tag)->Equals(*expected_type)); in RUNTIME_FUNCTION()
|
/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 | 288 Type* expected_type = I32Type(is_signed); in CheckToI32() local 289 CHECK(new_type->Is(expected_type)); in CheckToI32() 290 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()
|