/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | resourcemanager.cpp | 32 char path_pattern[PROPERTY_VALUE_MAX]; in Init() local 35 int path_len = property_get("ro.vendor.hwc.drm.device", path_pattern, "/dev/dri/card0"); in Init() 37 if (path_pattern[path_len - 1] != '%') { in Init() 38 ret = AddDrmDevice(std::string(path_pattern)); in Init() 40 path_pattern[path_len - 1] = '\0'; in Init() 43 path << path_pattern << idx; in Init()
|
/aosp_15_r20/external/drm_hwcomposer/drm/ |
H A D | ResourceManager.cpp | 52 char path_pattern[PROPERTY_VALUE_MAX]; in Init() local 55 auto path_len = property_get("vendor.hwc.drm.device", path_pattern, in Init() 57 if (path_pattern[path_len - 1] != '%') { in Init() 58 auto dev = DrmDevice::CreateInstance(path_pattern, this); in Init() 63 path_pattern[path_len - 1] = '\0'; in Init() 66 path << path_pattern << idx; in Init()
|
/aosp_15_r20/external/autotest/client/tools/ |
H A D | crash_handler.py | 124 path_pattern = re.compile("Core was generated by `([^\0]+)'", re.IGNORECASE) 125 match = re.findall(path_pattern, output)
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/lookup/v1/ |
D | rls_config.proto | 93 // host_pattern: 'example.com' path_pattern: '/{id}/{object}/**' 94 // host_pattern: '{id}.example.com' path_pattern: '/{object}/**' 120 // path_pattern is an ordered list of path template patterns for the desired 121 // value. If any path_pattern values are specified, then at least one must
|
/aosp_15_r20/external/grpc-grpc-java/rls/src/main/proto/grpc/lookup/v1/ |
H A D | rls_config.proto | 93 // host_pattern: 'example.com' path_pattern: '/{id}/{object}/**' 94 // host_pattern: '{id}.example.com' path_pattern: '/{object}/**' 120 // path_pattern is an ordered list of path template patterns for the desired 121 // value. If any path_pattern values are specified, then at least one must
|
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/lookup/v1/ |
H A D | rls_config.proto | 93 // host_pattern: 'example.com' path_pattern: '/{id}/{object}/**' 94 // host_pattern: '{id}.example.com' path_pattern: '/{object}/**' 120 // path_pattern is an ordered list of path template patterns for the desired 121 // value. If any path_pattern values are specified, then at least one must
|
/aosp_15_r20/external/python/parse_type/tasks/_vendor/ |
D | pathlib.py | 889 def match(self, path_pattern): argument 894 path_pattern = cf(path_pattern) 895 drv, root, pat_parts = self._flavour.parse_parts((path_pattern,))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | pathlib.py | 804 def match(self, path_pattern): argument 809 path_pattern = cf(path_pattern) 810 drv, root, pat_parts = self._flavour.parse_parts((path_pattern,))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | pathlib.py | 804 def match(self, path_pattern): argument 809 path_pattern = cf(path_pattern) 810 drv, root, pat_parts = self._flavour.parse_parts((path_pattern,))
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | pathlib.py | 804 def match(self, path_pattern): argument 809 path_pattern = cf(path_pattern) 810 drv, root, pat_parts = self._flavour.parse_parts((path_pattern,))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | pathlib.py | 804 def match(self, path_pattern): argument 809 path_pattern = cf(path_pattern) 810 drv, root, pat_parts = self._flavour.parse_parts((path_pattern,))
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | pathlib.py | 804 def match(self, path_pattern): argument 809 path_pattern = cf(path_pattern) 810 drv, root, pat_parts = self._flavour.parse_parts((path_pattern,))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | pathlib.py | 804 def match(self, path_pattern): argument 809 path_pattern = cf(path_pattern) 810 drv, root, pat_parts = self._flavour.parse_parts((path_pattern,))
|