Home
last modified time | relevance | path

Searched defs:pattern (Results 1 – 12 of 12) sorted by relevance

/system/libbase/include/android-base/
Dtest_utils.h56 #define ASSERT_MATCH(str, pattern) \ argument
64 #define ASSERT_NOT_MATCH(str, pattern) \ argument
72 #define EXPECT_MATCH(str, pattern) \ argument
80 #define EXPECT_NOT_MATCH(str, pattern) \ argument
/system/libvintf/
DRegex.cpp34 bool Regex::compile(const std::string& pattern) { in compile()
/system/core/init/
Dfirmware_handler.cpp51 bool PrefixMatch(const std::string& pattern, const std::string& path) { in PrefixMatch()
55 bool FnMatch(const std::string& pattern, const std::string& path) { in FnMatch()
59 bool EqualMatch(const std::string& pattern, const std::string& path) { in EqualMatch()
/system/core/libcutils/
Dashmem-host.cpp61 char pattern[PATH_MAX]; in ashmem_create_region() local
Dfs_config.cpp277 std::string pattern(prefix, len); in fs_config_cmp() local
/system/libprocinfo/
Dprocess.cpp148 static constexpr const char* pattern = in GetProcessInfoFromProcPidFd() local
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py727 def extract_a_time(line, pattern, date_transform_function): argument
734 def extract_time(events, pattern, date_transform_function): argument
/system/extras/zram-perf/
Dzram-perf.cpp28 std::vector<typeof(val)> pattern(kPatternSize, 0); in fillPageCompressible() local
/system/tools/aidl/build/
Daidl_test.go185 func testAidlError(t *testing.T, pattern, bp string, customizers ...android.FixturePreparer) { argument
/system/core/libmodprobe/
Dlibmodprobe.cpp461 std::vector<std::string> Modprobe::ListModules(const std::string& pattern) { in ListModules()
/system/core/fs_mgr/
Dfs_mgr_fstab.cpp802 for (const auto& pattern : skip_mount_patterns) { in SkipMountingPartitions() local
/system/core/trusty/storage/tests/
Dmain.cpp44 uint32_t pattern = (uint32_t)(off / sizeof(uint32_t)); in fill_pattern32() local
53 uint32_t pattern = (uint32_t)(off / sizeof(uint32_t)); in check_pattern32() local