Lines Matching refs:ResourceNameRef
239 bool AddResource(const ResourceNameRef& name, const android::ConfigDescription& config,
243 bool AddResourceWithId(const ResourceNameRef& name, const ResourceId& res_id,
250 bool AddResourceMangled(const ResourceNameRef& name, const android::ConfigDescription& config,
254 bool AddResourceWithIdMangled(const ResourceNameRef& name, const ResourceId& id,
261 bool SetVisibility(const ResourceNameRef& name, const Visibility& visibility, IDiagnostics* diag);
262 bool SetVisibilityWithId(const ResourceNameRef& name, const Visibility& visibility,
264 bool SetVisibilityWithIdMangled(const ResourceNameRef& name, const Visibility& visibility,
267 bool SetOverlayable(const ResourceNameRef& name, const OverlayableItem& overlayable,
270 bool SetAllowNew(const ResourceNameRef& name, const AllowNew& allow_new, IDiagnostics* diag);
271 bool SetAllowNewMangled(const ResourceNameRef& name, const AllowNew& allow_new,
280 Maybe<SearchResult> FindResource(const ResourceNameRef& name) const;
322 bool ValidateName(NameValidator validator, const ResourceNameRef& name, const Source& source,
325 bool AddResourceImpl(const ResourceNameRef& name, const ResourceId& res_id,
331 bool SetVisibilityImpl(const ResourceNameRef& name, const Visibility& visibility,
335 bool SetAllowNewImpl(const ResourceNameRef& name, const AllowNew& allow_new,
338 bool SetOverlayableImpl(const ResourceNameRef &name, const OverlayableItem& overlayable,