Searched refs:components (Results 1 – 6 of 6) sorted by relevance
3 A native bridge enables apps with native components to run on systems with
415 bool VerifyImageLocation(ArrayRef<const std::string> components,
1505 ArrayRef<const std::string> components, in VerifyImageLocation() argument1520 size_t components_size = components.size(); in VerifyImageLocation()1527 const std::string& component = components[i]; in VerifyImageLocation()1532 if (wildcards_start != components.size()) { in VerifyImageLocation()2080 ArrayRef<const std::string> components = image_locations_; in Load() local2082 if (!VerifyImageLocation(components, &named_components_count, error_msg)) { in Load()2087 ArrayRef<const std::string>(components).SubArray(/*pos=*/ 0u, named_components_count); in Load()2153 components.SubArray(/*pos=*/ 0, /*length=*/ 1), in Load()2168 ArrayRef<const std::string> search_paths = components.SubArray(/*pos=*/ named_components_count); in Load()
328 std::vector<T> components; in GenerateComponents() local355 components.push_back(*std::move(component)); in GenerateComponents()358 return components; in GenerateComponents()
115 // Some of the components are only visible here (but not in test Android.bp).
11482 Lsun/security/util/ObjectIdentifier;->components:Ljava/lang/Object;