HomeSort by relevance Sort by last modified time
    Searched refs:item_path (Results 1 - 4 of 4) 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_org/components/json_schema/
json_schema_validator.cc 688 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
689 Validate(item, single_type, item_path);
709 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
715 Validate(item_value, item_schema, item_path);
720 errors_.push_back(Error(item_path, kArrayItemRequired));
737 std::string item_path = path.empty() ? i_str : (path + "." + i_str); local
740 Validate(item_value, additional_properties_schema, item_path);
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc     [all...]

Completed in 150 milliseconds