Home
last modified time | relevance | path

Searched refs:expected_type (Results 1 – 25 of 28) sorted by relevance

12

/external/autotest/client/cros/networking/chrome_testing/
Dtest_utils.py88 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/
Dbar_chart_test.py38 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/
Dtyper-unittest.cc133 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/
Dgyptest-archs.py27 expected_type = ['x86_64'] variable
29 expected_type = ['i386'] variable
30 TestMac.CheckFileType(test, result_file, expected_type)
/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc57 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/
Ddbus-marshal-header.c785 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/
Dforms_test.py57 def DoStaticContentTest(self, name, expected_type): argument
71 {'content-type': expected_type,
/external/chromium-trace/catapult/dashboard/dashboard/
Dutils.py447 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/
Dtest-field-type-tracking.cc556 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/
Dfoundation_util.h352 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()
Dfoundation_util.mm413 CFStringRef key, const std::string& expected_type, CFTypeRef value) {
419 expected_type +
/external/libbrillo/brillo/http/
Dcurl_api.cc20 inline bool VerifyOptionType(CURLoption option, int expected_type) { in VerifyOptionType() argument
22 return (option_type == expected_type); in VerifyOptionType()
/external/openssh/
Dopacket.c319 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()
Dopacket.h50 void packet_read_expect(int expected_type);
/external/v8/src/
Dtyping-asm.h168 void VisitWithExpectation(Expression* expr, Type* expected_type,
Dtyping-asm.cc1008 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/
Ddebug.rb239 def missing_symbol( error, expected_type, follow ) argument
Drecognizers.rb1284 def missing_symbol( error, expected_type, follow )
1294 t.type = expected_type
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc741 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/
Dcrash.ll8 define i32* @test1(i8* %name, i32 %namelen, i32* %o, i32 %expected_type) nounwind ssp {
/external/boringssl/src/ssl/
Ds3_clnt.c938 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/
Druntime-i18n.cc272 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/
Dstun_unittest.cc26 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/
Dtest-js-typed-lowering.cc288 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/
Dgenerated_message_reflection.cc111 FieldDescriptor::CppType expected_type) { in ReportReflectionUsageTypeError() argument
118 " Expected : " << cpptype_names_[expected_type] << "\n" in ReportReflectionUsageTypeError()

12