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

1 2

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
origin_operation_queue_unittest.cc 14 OriginOperation::Type expected_type,
20 EXPECT_EQ(expected_type, op.type);
  /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.cc 62 // request. The query string in the URL must contain the |expected_type| for
66 const std::string& expected_type,
71 if (spec.find("request=" + expected_type) == std::string::npos)
99 em::DeviceRegisterRequest::Type expected_type,
127 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);
test_request_interceptor.h 60 // |expected_type| is the expected type in the register request.
64 enterprise_management::DeviceRegisterRequest::Type expected_type,
cloud_policy_manager_browsertest.cc 144 em::DeviceRegisterRequest::Type expected_type = local
152 TestRequestInterceptor::RegisterJob(expected_type, expect_reregister));
186 em::DeviceRegisterRequest::Type expected_type = local
194 TestRequestInterceptor::RegisterJob(expected_type, expect_reregister));
  /external/chromium_org/tools/gyp/test/mac/
gyptest-archs.py 44 expected_type = '^Mach-O 64-bit executable x86_64$' variable
46 expected_type = '^Mach-O executable i386$' variable
47 CheckFileType(result_file, 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/base/mac/
foundation_util.mm 202 CFTypeID expected_type) {
207 if (CFGetTypeID(value) != expected_type) {
209 CFCopyTypeIDDescription(expected_type));
foundation_util.h 98 CFTypeID 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/chrome/browser/chromeos/input_method/
textinput_test_helper.h 49 void WaitForTextInputStateChanged(ui::TextInputType expected_type);
textinput_test_helper.cc 113 ui::TextInputType expected_type) {
116 while (latest_text_input_type_ != expected_type)
  /external/chromium_org/base/mac/
foundation_util.h 341 CFStringRef key, const std::string& expected_type, CFTypeRef value);
351 std::string expected_type = TypeNameForCFType(value_specific); local
353 expected_type,
foundation_util.mm 399 CFStringRef key, const std::string& expected_type, CFTypeRef value) {
405 expected_type +
  /external/chromium_org/ppapi/tests/
test_input_event.cc 205 int32_t expected_type = input_event_interface_->GetType(expected); local
206 if (received_type != expected_type) {
208 if (expected_type != PP_INPUTEVENT_TYPE_KEYDOWN &&
test_ime_input_event.cc 240 int32_t expected_type = input_event_interface_->GetType(expected); local
241 if (received_type != expected_type)
  /external/chromium/chrome/common/
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)));
json_schema_validator.h 188 // Validates that the JSON node |instance| has |expected_type|.
189 bool ValidateType(Value* instance, const std::string& expected_type,
  /external/chromium_org/components/json_schema/
json_schema_validator.cc 734 const std::string& expected_type,
737 if (expected_type == actual_type ||
738 (expected_type == schema::kNumber && actual_type == schema::kInteger)) {
740 } else if (expected_type == schema::kInteger &&
746 kInvalidType, expected_type, actual_type)));
json_schema_validator.h 221 // Validates that the JSON node |instance| has |expected_type|.
223 const std::string& expected_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));
  /art/runtime/
common_throws.h 103 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
  /external/chromium_org/components/policy/core/common/
schema_unittest.cc 234 base::Value::Type expected_type; member in struct:policy::__anon10230
251 EXPECT_EQ(kExpectedProperties[i].expected_type, it.schema().type());
302 base::Value::Type expected_type; member in struct:policy::__anon10231
313 EXPECT_EQ(kExpectedKeys[i].expected_type, sub.type());

Completed in 238 milliseconds

1 2