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

1 2

  /external/chromium_org/chrome/utility/media_galleries/
pmp_column_reader.h 30 bool ReadFile(base::PlatformFile file, const PmpFieldType expected_type);
45 bool ParseData(const PmpFieldType expected_type);
pmp_column_reader.cc 30 const PmpFieldType expected_type) {
52 ParseData(expected_type);
117 bool PmpColumnReader::ParseData(const PmpFieldType expected_type) {
140 if (field_type_ != expected_type)
pmp_column_reader_unittest.cc 23 const PmpFieldType expected_type) {
43 bool read_success = reader->ReadFile(platform_file, expected_type);
  /external/chromium_org/chrome/browser/policy/cloud/
test_request_interceptor.h 56 // |expected_type| is the expected type in the register request.
60 enterprise_management::DeviceRegisterRequest::Type expected_type,
cloud_policy_manager_browsertest.cc 136 em::DeviceRegisterRequest::Type expected_type = local
144 TestRequestInterceptor::RegisterJob(expected_type, expect_reregister));
178 em::DeviceRegisterRequest::Type expected_type = local
186 TestRequestInterceptor::RegisterJob(expected_type, expect_reregister));
test_request_interceptor.cc 68 // request. The query string in the URL must contain the |expected_type| for
72 const std::string& expected_type,
77 if (spec.find("request=" + expected_type) == std::string::npos)
105 em::DeviceRegisterRequest::Type expected_type,
133 if (!register_request.has_type() || register_request.type() != expected_type)
262 em::DeviceRegisterRequest::Type expected_type,
264 return base::Bind(&RegisterJobCallback, expected_type, expect_reregister);
  /external/chromium/base/mac/
foundation_util.h 98 CFTypeID expected_type);
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.h 49 void WaitForTextInputStateChanged(ui::TextInputType expected_type);
textinput_test_helper.cc 120 ui::TextInputType expected_type) {
123 while (latest_text_input_type_ != expected_type)
  /external/chromium_org/net/dns/
dns_response.cc 285 uint16 expected_type = qtype(); local
286 DCHECK(expected_type == dns_protocol::kTypeA ||
287 expected_type == dns_protocol::kTypeAAAA);
289 size_t expected_size = (expected_type == dns_protocol::kTypeAAAA)
314 } else if (record.type == expected_type) {
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl_unittest.cc 105 net::CertType expected_type,
113 EXPECT_EQ(expected_type, GetCertType(result_list_[0]->os_cert_handle()));
119 if (expected_type == net::SERVER_CERT || expected_type == net::CA_CERT) {
  /external/chromium_org/base/mac/
foundation_util.h 331 CFStringRef key, const std::string& expected_type, CFTypeRef value);
341 std::string expected_type = TypeNameForCFType(value_specific); local
343 expected_type,
  /external/chromium_org/ppapi/tests/
test_input_event.cc 206 int32_t expected_type = input_event_interface_->GetType(expected); local
207 if (received_type != expected_type) {
209 if (expected_type != PP_INPUTEVENT_TYPE_KEYDOWN &&
test_ime_input_event.cc 239 int32_t expected_type = input_event_interface_->GetType(expected); local
240 if (received_type != expected_type)
  /external/chromium/chrome/common/
json_schema_validator.h 188 // Validates that the JSON node |instance| has |expected_type|.
189 bool ValidateType(Value* instance, const std::string& expected_type,
json_schema_validator.cc 477 const std::string& expected_type,
480 if (expected_type == actual_type ||
481 (expected_type == "number" && actual_type == "integer")) {
485 kInvalidType, expected_type, actual_type)));
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator.h 208 // Validates that the JSON node |instance| has |expected_type|.
210 const std::string& expected_type,
json_schema_validator.cc 694 const std::string& expected_type,
697 if (expected_type == actual_type ||
698 (expected_type == schema::kNumber && actual_type == schema::kInteger)) {
700 } else if (expected_type == schema::kInteger &&
706 kInvalidType, expected_type, actual_type)));
  /external/chromium_org/net/http/
http_content_disposition_unittest.cc 210 net::HttpContentDisposition::Type expected_type; member in struct:net::FileNameCDCase
508 EXPECT_EQ(tests[i].expected_type, header.type())
  /art/runtime/
common_throws.h 103 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 598 int expected_type; // proto enum type value, -1 for not present. member in struct:policy::FakeDeviceData
675 if (dev.expected_type == -1)
686 if (dev.expected_type == iface->type() &&
  /external/chromium/chrome/browser/extensions/
extension_context_menu_browsertest.cc 277 // Checks that in |menu|, the item at |index| has type |expected_type| and a
280 MenuModel::ItemType expected_type,
283 EXPECT_EQ(expected_type, menu.GetTypeAt(index));
  /external/chromium_org/content/renderer/
v8_value_converter_impl_unittest.cc 151 base::Value::Type expected_type,
160 EXPECT_EQ(expected_type, raw->GetType());
175 EXPECT_EQ(expected_type, temp->GetType());
189 EXPECT_EQ(expected_type, temp->GetType());
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 798 base::MallocRange::Type expected_type; member in struct:testing::__anon16275::RangeCallbackState
807 if (state->expected_type == base::MallocRange::FREE) {
814 CHECK_EQ(r->type, state->expected_type);
828 state.expected_type = type;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 798 base::MallocRange::Type expected_type; member in struct:testing::__anon16318::RangeCallbackState
807 if (state->expected_type == base::MallocRange::FREE) {
814 CHECK_EQ(r->type, state->expected_type);
828 state.expected_type = type;
    [all...]

Completed in 1086 milliseconds

1 2