Searched refs:HostType (Results 1 - 6 of 6) sorted by relevance

/external/qemu/android/base/files/
H A DPathUtils.h30 enum HostType { enum in class:android::base::PathUtils
40 // The number of distinct items in the HostType enumeration above.
44 static bool isDirSeparator(int ch, HostType hostType);
52 static bool isPathSeparator(int ch, HostType hostType);
67 static size_t rootPrefixSize(const char* path, HostType hostType);
76 static bool isAbsolute(const char* path, HostType hostType);
92 static StringVector decompose(const char* path, HostType hostType);
107 HostType hostType);
124 static const PathUtils::HostType kHostPosix = PathUtils::HOST_POSIX;
125 static const PathUtils::HostType kHostWin3
[all...]
H A DPathUtils.cpp20 bool PathUtils::isDirSeparator(int ch, HostType hostType) {
26 bool PathUtils::isPathSeparator(int ch, HostType hostType) {
32 size_t PathUtils::rootPrefixSize(const char* path, HostType hostType) {
63 bool PathUtils::isAbsolute(const char* path, HostType hostType) {
75 StringVector PathUtils::decompose(const char* path, HostType hostType) {
102 HostType hostType) {
/external/chromium_org/extensions/common/permissions/
H A Dsocket_permission_entry.h26 enum HostType { ANY_HOST, HOSTS_IN_DOMAINS, SPECIFIC_HOSTS, }; enum in class:extensions::SocketPermissionEntry
64 HostType GetHostType() const;
H A Dsocket_permission_entry.cc112 SocketPermissionEntry::HostType SocketPermissionEntry::GetHostType() const {
/external/chromium_org/chrome/browser/extensions/
H A Dactive_script_controller_browsertest.cc49 enum HostType { enum in namespace:extensions::__anon3614
81 const Extension* CreateExtension(HostType host_type,
103 HostType host_type, InjectionType injection_type) {
/external/chromium_org/cc/trees/
H A Docclusion_tracker_unittest.cc111 typedef FakeLayerTreeHost HostType; typedef in struct:cc::__anon2835::OcclusionTrackerTestMainThreadTypes
119 static LayerPtrType CreateLayer(HostType* host) { return Layer::Create(); }
120 static ContentLayerPtrType CreateContentLayer(HostType* host) {
143 typedef LayerTreeImpl HostType; typedef in struct:cc::__anon2835::OcclusionTrackerTestImplThreadTypes
151 static LayerPtrType CreateLayer(HostType* host) {
154 static ContentLayerPtrType CreateContentLayer(HostType* host) {
187 typename Types::HostType* GetHost();

Completed in 671 milliseconds