/external/valgrind/main/coregrind/ |
m_seqmatch.c | 44 void* patt, SizeT szbPatt, UWord nPatt, UWord ixPatt, 78 /* No specific need to set NULL when !have{Patt,Input}, but guards 81 currPatt = havePatt ? ((Char*)patt) + szbPatt * ixPatt : NULL; 104 patt, szbPatt, nPatt, ixPatt+1, 175 Bool VG_(string_match) ( const Char* patt, const Char* input ) 179 (void*)patt, sizeof(UChar), VG_(strlen)(patt), 0, 188 // typedef struct { char* patt; char* input; Bool xres; } Test; 225 // for (t = tests; t->patt; t++) { 227 // t->patt, t->input, [all...] |
m_options.c | 304 HChar* patt; local 312 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1); 313 VG_(memcpy)(patt, first, last - first); 314 vg_assert(patt[last-first] == 0); 315 matches = VG_(string_match)(patt, name); 316 VG_(free)(patt); 329 HChar* patt; local 337 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1); 338 VG_(memcpy)(patt, first, last - first); 339 vg_assert(patt[last-first] == 0) [all...] |
m_main.c | 216 " --trace-symtab-patt=<patt> limit debuginfo tracing to obj name <patt>\n" 564 else if VG_STR_CLO (arg, "--trace-symtab-patt", VG_(clo_trace_symtab_patt)) {} 688 Char patt[7]; local 692 patt[0] = patt[3] = tmp_str[0]; 693 patt[1] = patt[4] = '?'; 694 patt[2] = patt[5] = '*' [all...] |
/external/valgrind/main/include/ |
pub_tool_seqmatch.h | 55 The pattern array is starts at 'patt' and consists of 'nPatt' 81 void* patt, SizeT szbPatt, UWord nPatt, UWord ixPatt,
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssService.java | 207 String patt ="<[\\s]*pubDate[\\s]*>(.+?)</pubDate[\\s]*>"; local 208 Pattern p = Pattern.compile(patt);
|
/external/icu4c/test/intltest/ |
dcfmapts.cpp | 166 UnicodeString patt("#,##0.#"); 168 pat.applyPattern(patt, status);
|
/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 105 --trace-symtab-patt=<patt> limit debuginfo tracing to obj name <patt>
|