HomeSort by relevance Sort by last modified time
    Searched full:patt (Results 1 - 17 of 17) sorted by null

  /external/valgrind/main/coregrind/
m_seqmatch.c 44 void* patt, SizeT szbPatt, UWord nPatt, UWord ixPatt,
77 /* No specific need to set NULL when !have{Patt,Input}, but guards
80 currPatt = havePatt ? ((Char*)patt) + szbPatt * ixPatt : NULL;
103 patt, szbPatt, nPatt, ixPatt+1,
172 Bool VG_(string_match) ( const Char* patt, const Char* input )
176 (void*)patt, sizeof(UChar), VG_(strlen)(patt), 0,
184 // typedef struct { char* patt; char* input; Bool xres; } Test;
221 // for (t = tests; t->patt; t++) {
223 // t->patt, t->input,
    [all...]
m_options.c 282 HChar* patt; local
290 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
291 VG_(memcpy)(patt, first, last - first);
292 vg_assert(patt[last-first] == 0);
293 matches = VG_(string_match)(patt, name);
294 VG_(free)(patt);
m_main.c 195 " --trace-symtab-patt=<patt> limit debuginfo tracing to obj name <patt>\n"
528 else if VG_STR_CLO (arg, "--trace-symtab-patt", VG_(clo_trace_symtab_patt)) {}
643 Char patt[7]; local
647 patt[0] = patt[3] = tmp_str[0];
648 patt[1] = patt[4] = '?';
649 patt[2] = patt[5] = '*'
    [all...]
m_errormgr.c     [all...]
  /external/valgrind/main/include/
pub_tool_seqmatch.h 55 The pattern array is starts at 'patt' and consists of 'nPatt'
75 void* patt, SizeT szbPatt, UWord nPatt, UWord ixPatt,
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 83 --trace-symtab-patt=<patt> limit debuginfo tracing to obj name <patt>
  /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/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 397 RivaPattern *Patt;
  /external/opencv/cv/src/
_cvkdtree.hpp 56 // J.S. Beis and D.G. Lowe. Shape indexing using approximate nearest-neighbor search in highdimensional spaces. In Proc. IEEE Conf. Comp. Vision Patt. Recog., pages 1000--1006, 1997. http://citeseer.ist.psu.edu/beis97shape.html
  /external/valgrind/main/
NEWS     [all...]
  /external/valgrind/main/docs/html/
dist.news.html     [all...]
  /external/icu4c/i18n/
regexcmp.cpp     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/
cc1 
cc1plus 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/
cc1 
cc1plus 

Completed in 3010 milliseconds