Searched defs:pattern (Results 1 – 13 of 13) sorted by relevance
/system/libbase/include/android-base/ |
D | test_utils.h | 56 #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/ |
D | Regex.cpp | 34 bool Regex::compile(const std::string& pattern) { in compile()
|
/system/core/libcutils/ |
D | ashmem-host.cpp | 61 char pattern[PATH_MAX]; in ashmem_create_region() local
|
D | fs_config.cpp | 268 std::string pattern(prefix, len); in fs_config_cmp() local
|
/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/tools/aidl/build/ |
D | aidl_test.go | 167 func testAidlError(t *testing.T, pattern, bp string, customizers ...testCustomizer) { argument
|
/system/extras/zram-perf/ |
D | zram-perf.cpp | 28 std::vector<typeof(val)> pattern(kPatternSize, 0); in fillPageCompressible() local
|
/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/core/libmodprobe/ |
D | libmodprobe.cpp | 456 std::vector<std::string> Modprobe::ListModules(const std::string& pattern) { in ListModules()
|
/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
|