Searched defs:pattern (Results 1 – 14 of 14) sorted by relevance
/system/core/base/include/android-base/ |
D | test_utils.h | 56 #define ASSERT_MATCH(str, pattern) \ argument 63 #define ASSERT_NOT_MATCH(str, pattern) \ argument 70 #define EXPECT_MATCH(str, pattern) \ argument 77 #define EXPECT_NOT_MATCH(str, pattern) \ argument
|
/system/libvintf/ |
D | Regex.cpp | 34 bool Regex::compile(const std::string& pattern) { in compile()
|
/system/core/libcutils/ |
D | ashmem-host.cpp | 38 char pattern[PATH_MAX]; in ashmem_create_region() local
|
D | fs_config.cpp | 275 std::string pattern(prefix, len); in fs_config_cmp() local
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexTestUtils.java | 113 void assertMatchesRegex(String text, Pattern pattern) { in assertMatchesRegex()
|
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 732 def extract_a_time(line, pattern, date_transform_function): argument 739 def extract_time(events, pattern, date_transform_function): argument
|
/system/update_engine/common/ |
D | test_utils.h | 145 explicit ScopedTempFile(const std::string& pattern) { in ScopedTempFile()
|
/system/extras/zram-perf/ |
D | zram-perf.cpp | 28 std::vector<typeof(val)> pattern(kPatternSize, 0); in fillPageCompressible() local
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | grep.h | 104 unsigned char *pattern; member
|
D | grep.c | 85 char **pattern; variable
|
/system/core/libpixelflinger/codeflinger/ |
D | disassem.c | 110 u_int pattern; member
|
/system/core/deprecated-adf/libadf/ |
D | adf.cpp | 53 static ssize_t adf_find_nodes(const char *pattern, adf_id_t **ids_out) in adf_find_nodes() 227 char pattern[64]; in adf_interfaces() local 442 char pattern[64]; in adf_overlay_engines() local
|
/system/update_engine/payload_generator/ |
D | delta_diff_utils_unittest.cc | 72 const string& pattern, in CreatePartition()
|
/system/core/trusty/storage/tests/ |
D | main.cpp | 44 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
|