HomeSort by relevance Sort by last modified time
    Searched refs:expected_type (Results 1 - 25 of 34) sorted by null

1 2

  /external/v8/test/cctest/
test-typing-reset.cc 39 Bounds expected_type) {
42 CHECK_EXPR(FunctionLiteral, expected_type) {
43 CHECK_EXPR(FunctionLiteral, expected_type) {
44 CHECK_EXPR(Assignment, expected_type) {
45 CHECK_VAR(start, expected_type);
46 CHECK_EXPR(BinaryOperation, expected_type) {
47 CHECK_VAR(start, expected_type);
48 CHECK_EXPR(Literal, expected_type);
51 CHECK_EXPR(Assignment, expected_type) {
52 CHECK_VAR(end, expected_type);
    [all...]
test-field-type-tracking.cc 538 Representation expected_representation, Handle<HeapType> expected_type,
597 expected_type);
646 Representation expected_representation, Handle<HeapType> expected_type,
655 to_type, expected_representation, expected_type, expected_deprecation,
667 to_type, expected_representation, expected_type, expected_deprecation,
685 Handle<HeapType> expected_type) {
691 expected_representation, expected_type, expected_deprecation,
699 Representation expected_representation, Handle<HeapType> expected_type,
705 expected_representation, expected_type, expected_deprecation,
778 Handle<HeapType> expected_type
    [all...]
  /external/autotest/client/cros/networking/chrome_testing/
test_utils.py 88 network, expected_name, expected_type, check_name_prefix=True):
96 @param expected_type: The expected value of the 'Type' property.
104 if network['Type'] != expected_type:
106 'Expected network of type "' + expected_type + '", found ' +
  /system/connectivity/shill/test-rpc-proxy/
proxy_rpc_in_data_types.cc 26 std::string expected_type) {
27 if ((*xml_rpc_value_in)[kXmlRpcStructTypeKey] != expected_type) {
28 LOG(FATAL) << "Unexpected object received. Expected: " << expected_type
  /external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
bar_chart_test.py 38 def Check(vertical, stacked, expected_type):
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/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
forms_test.py 57 def DoStaticContentTest(self, name, expected_type):
65 expected_type: Expected content-type of served file.
71 {'content-type': expected_type,
  /external/libchrome/base/trace_event/
memory_allocator_dump_unittest.cc 57 const char* expected_type,
67 EXPECT_EQ(expected_type, arg_value);
76 const char* expected_type,
80 auto attr_value = CheckAttribute(dump, name, expected_type, expected_units);
  /external/v8/test/unittests/compiler/
typer-unittest.cc 133 Type* expected_type = TypeBinaryOp(op, r1, r2); local
140 EXPECT_TRUE(result_type->Is(expected_type));
154 Type* expected_type = TypeBinaryOp(op, r1, r2); local
161 EXPECT_TRUE(result_type->Is(expected_type));
171 Type* expected_type = TypeBinaryOp(op, r1, r2); local
180 EXPECT_TRUE(result_type->Is(expected_type));
190 Type* expected_type = TypeBinaryOp(op, r1, r2); local
197 EXPECT_TRUE(result_type->Is(expected_type));
  /system/connectivity/apmanager/
service_unittest.cc 105 Error::Type expected_type,
107 EXPECT_EQ(expected_type, error.type());
config_unittest.cc 150 Error::Type expected_type,
152 EXPECT_EQ(expected_type, error.type());
  /external/chromium-trace/catapult/dashboard/dashboard/
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/libchrome/base/mac/
foundation_util.h 352 CFStringRef key, const std::string& expected_type, CFTypeRef value);
362 std::string expected_type = TypeNameForCFType(value_specific); local
364 expected_type,
  /external/dbus/dbus/
dbus-marshal-header.c 785 int expected_type; local
803 expected_type = EXPECTED_TYPE_OF_FIELD (field);
804 if (type != expected_type)
807 field, expected_type, type);
831 if (expected_type == DBUS_TYPE_UINT32)
833 _dbus_header_get_field_basic (header, field, expected_type,
836 else if (expected_type == DBUS_TYPE_STRING ||
837 expected_type == DBUS_TYPE_OBJECT_PATH ||
838 expected_type == DBUS_TYPE_SIGNATURE)
    [all...]
  /external/libbrillo/brillo/http/
curl_api.cc 20 inline bool VerifyOptionType(CURLoption option, int expected_type) {
22 return (option_type == expected_type);
  /system/update_engine/
connection_manager_unittest.cc 73 NetworkConnectionType expected_type);
139 NetworkConnectionType expected_type) {
149 EXPECT_EQ(expected_type, type);
  /external/v8/src/
typing-asm.h 159 void VisitWithExpectation(Expression* expr, Type* expected_type,
  /art/runtime/
common_throws.h 113 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
common_throws.cc 219 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
223 << expected_type << " but instead was found to be of type " << found_type;
  /system/update_engine/payload_generator/
ab_generator_unittest.cc 131 InstallOperation_Type expected_type = local
138 EXPECT_EQ(expected_type, first_op.type());
167 EXPECT_EQ(expected_type, second_op.type());
delta_diff_utils_unittest.cc 359 const InstallOperation_Type expected_type = local
361 EXPECT_EQ(expected_type, op.type());
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 741 NetEqOutputType expected_type[8] = { local
763 EXPECT_EQ(expected_type[i - 1], type);
783 EXPECT_EQ(expected_type[i - 1], type);
    [all...]
  /external/v8/src/runtime/
runtime-i18n.cc 251 CONVERT_ARG_HANDLE_CHECKED(String, expected_type, 1);
259 String::cast(*tag)->Equals(*expected_type));
  /external/boringssl/src/ssl/
s3_clnt.c 938 int expected_type = ssl_cipher_get_key_type(cipher); local
939 assert(expected_type != EVP_PKEY_NONE);
940 if (pkey->type != expected_type) {
    [all...]
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 317 Type* expected_type = I32Type(is_signed); local
318 CHECK(new_type->Is(expected_type));
319 if (old_type->Is(expected_type)) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 239 def missing_symbol( error, expected_type, follow )

Completed in 1205 milliseconds

1 2