HomeSort by relevance Sort by last modified time
    Searched refs:item_path (Results 1 - 5 of 5) sorted by null

  /development/host/windows/usb/api/
adb_legacy_endpoint_object.h 104 @param item_path[in] Path to the endpoint on our USB device.
116 virtual ADBAPIHANDLE CreateHandle(const wchar_t* item_path,
adb_legacy_endpoint_object.cpp 192 const wchar_t* item_path,
205 usb_handle_ = CreateFile(item_path,
  /external/chromium/chrome/common/
json_schema_validator.cc 366 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
367 Validate(item, single_type, item_path);
387 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
393 Validate(item_value, item_schema, item_path);
398 errors_.push_back(Error(item_path, kArrayItemRequired));
415 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
418 Validate(item_value, additional_properties_schema, item_path);
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator.cc 583 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
584 Validate(item, single_type, item_path);
604 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
610 Validate(item_value, item_schema, item_path);
615 errors_.push_back(Error(item_path, kArrayItemRequired));
632 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
635 Validate(item_value, additional_properties_schema, item_path);
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 827 response.item_path = item_path_str_;
    [all...]

Completed in 76 milliseconds