/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
logging.h | 197 inline void LogPrintf(int severity, const char* pat, va_list ap) { 201 perftools_vsnprintf(buf, sizeof(buf)-1, pat, ap); 217 #define LOG_PRINTF(severity, pat) do { \ 220 va_start(ap, pat); \ 221 LogPrintf(severity, pat, ap); \ 227 inline void RAW_LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } 228 inline void RAW_VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } 229 inline void LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
StepPattern.java | 792 for (StepPattern pat = this; pat != null; pat = pat.m_relativePathPattern) 794 if (pat != this) 797 buf.append(Axis.getNames(pat.m_axis)); 800 if (0x000005000 == pat.m_whatToShow) 804 else if (DTMFilter.SHOW_BYFUNCTION == pat.m_whatToShow) 808 else if (DTMFilter.SHOW_ALL == pat.m_whatToShow) 812 else if (DTMFilter.SHOW_TEXT == pat.m_whatToShow [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
s_expression.h | 42 #define MATCH(list, pat) s_match(list, Elements(pat), pat, false) 43 #define PARTIAL_MATCH(list, pat) s_match(list, Elements(pat), pat, true)
|
/external/mesa3d/src/glsl/ |
s_expression.h | 42 #define MATCH(list, pat) s_match(list, Elements(pat), pat, false) 43 #define PARTIAL_MATCH(list, pat) s_match(list, Elements(pat), pat, true)
|
/external/valgrind/main/include/ |
pub_tool_seqmatch.h | 89 /* Mini-regexp function. Searches for 'pat' in 'str'. Supports 92 Bool VG_(string_match) ( const Char* pat, const Char* str );
|
/external/hyphenation/ |
substrings.c | 25 const char *pat
30 int v = strcmp(pat,tab[mid]);
123 const char *pat,
130 char c = pat[i];
194 char *pat = (char*) malloc(l+1);
local 197 // remove hyphenation encoders (digits) from pat
201 if (c<'0' || c>'9') pat[j++]=c;
203 pat[j]=0;
205 pattab_key[patterns] = pat;
215 char *pat = pattab_key[p]; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
SearchDialog.py | 14 pat = text.get("sel.first", "sel.last") 15 return _setup(text).open(text,pat) 65 pat = text.get("sel.first", "sel.last") 66 if pat: 67 self.engine.setcookedpat(pat)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
SearchDialog.py | 14 pat = text.get("sel.first", "sel.last") 15 return _setup(text).open(text,pat) 65 pat = text.get("sel.first", "sel.last") 66 if pat: 67 self.engine.setcookedpat(pat)
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
sdtfmtts.cpp | 65 SimpleDateFormat pat(pattern, status); 116 SimpleDateFormat copy(pat); 122 if( ! (copy == pat) || copy != pat) { 178 const DateFormatSymbols *syms = pat.getDateFormatSymbols(); 189 if( *(pat.getDateFormatSymbols()) != *(def.getDateFormatSymbols())) { 194 UDate startDate = pat.get2DigitYearStart(status); 219 pat.applyPattern(p1); 222 s2 = pat.toPattern(s2); 230 pat.applyLocalizedPattern(p1, status) [all...] |
numfmtst.h | 202 void expectPad(DecimalFormat& fmt, const UnicodeString& pat, 205 void expectPad(DecimalFormat& fmt, const char *pat, 207 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad); 210 void expectPad(DecimalFormat& fmt, const UnicodeString& pat, 213 void expectPad(DecimalFormat& fmt, const char *pat, 215 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad); 224 void expectPad(DecimalFormat& fmt, const UnicodeString& pat, 227 void expectPad(DecimalFormat& fmt, const char *pat, 229 expectPad(fmt, pat, pos, 0, (UChar)0);
|
/external/icu4c/test/intltest/ |
sdtfmtts.cpp | 65 SimpleDateFormat pat(pattern, status); 116 SimpleDateFormat copy(pat); 122 if( ! (copy == pat) || copy != pat) { 178 const DateFormatSymbols *syms = pat.getDateFormatSymbols(); 189 if( *(pat.getDateFormatSymbols()) != *(def.getDateFormatSymbols())) { 194 UDate startDate = pat.get2DigitYearStart(status); 219 pat.applyPattern(p1); 222 s2 = pat.toPattern(s2); 230 pat.applyLocalizedPattern(p1, status) [all...] |
numfmtst.h | 214 void expectPad(DecimalFormat& fmt, const UnicodeString& pat, 217 void expectPad(DecimalFormat& fmt, const char *pat, 219 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad); 222 void expectPad(DecimalFormat& fmt, const UnicodeString& pat, 225 void expectPad(DecimalFormat& fmt, const char *pat, 227 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad); 236 void expectPad(DecimalFormat& fmt, const UnicodeString& pat, 239 void expectPad(DecimalFormat& fmt, const char *pat, 241 expectPad(fmt, pat, pos, 0, (UChar)0);
|
/external/valgrind/main/none/tests/s390x/ |
cu21.c | 212 uint16_t pat[2]; local 216 pat[0] = 0x10; 217 write_and_check(pat, 2, 1); 221 pat[0] = 0x8f; 222 write_and_check(pat, 2, 2); 226 pat[0] = 0x842; 227 write_and_check(pat, 2, 3); 231 pat[0] = 0xd842; 232 pat[1] = 0xdc42; 233 write_and_check(pat, 2, 4) [all...] |
cu21_1.c | 212 uint16_t pat[2]; local 216 pat[0] = 0x10; 217 write_and_check(pat, 2, 1); 221 pat[0] = 0x8f; 222 write_and_check(pat, 2, 2); 226 pat[0] = 0x842; 227 write_and_check(pat, 2, 3); 231 pat[0] = 0xd842; 232 pat[1] = 0xdc42; 233 write_and_check(pat, 2, 4) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
usettest.c | 63 static const UChar PAT[] = {91,97,45,99,123,97,98,125,93,0}; /* "[a-c{ab}]" */ 64 static const int32_t PAT_LEN = (sizeof(PAT) / sizeof(PAT[0])) - 1; 107 set = uset_openPattern(PAT, PAT_LEN, &ec); 112 if(!uset_resemblesPattern(PAT, PAT_LEN, 0)) { 113 log_err("uset_resemblesPattern of PAT failed\n"); 258 char *pat; local 268 pat=aescstrdup(ustr, length); 285 log_verbose("Ok: %s %s \"%s\"\n", pat, 289 log_data_err("FAIL: %s %s \"%s\" (Are you missing data?)\n", pat, 360 char *pat; local 535 USet *pat; local [all...] |
/external/icu4c/test/cintltst/ |
usettest.c | 63 static const UChar PAT[] = {91,97,45,99,123,97,98,125,93,0}; /* "[a-c{ab}]" */ 64 static const int32_t PAT_LEN = (sizeof(PAT) / sizeof(PAT[0])) - 1; 107 set = uset_openPattern(PAT, PAT_LEN, &ec); 112 if(!uset_resemblesPattern(PAT, PAT_LEN, 0)) { 113 log_err("uset_resemblesPattern of PAT failed\n"); 258 char *pat; local 268 pat=aescstrdup(ustr, length); 285 log_verbose("Ok: %s %s \"%s\"\n", pat, 289 log_data_err("FAIL: %s %s \"%s\" (Are you missing data?)\n", pat, 360 char *pat; local 535 USet *pat; local [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
tst-regex2.c | 18 static const char *pat[] = { local 67 for (i = 0; i < sizeof (pat) / sizeof (pat[0]); ++i) 76 err = regcomp (&rbuf, pat[i], 94 s = re_compile_pattern (pat[i], strlen (pat[i]), &rpbuf);
|
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 193 static int pat = 6; /* must be less than num_bgpat */ variable 406 pat = atoi(*argv); 407 if (pat >= 0 && pat < num_bgpat) { 470 "Usage: %s [-display xdpy] [-gamma exp] [-bgcolor bg | -bgpat pat]\n" 487 " pat \tdesired background pattern number (0-%d); used with\n" 661 if (++pat >= num_bgpat) 662 pat = 0; [all...] |
/external/chromium_org/third_party/icu/source/common/ |
util.cpp | 225 * @param pat pattern that controls parsing 231 int32_t ICU_Utility::parsePattern(const UnicodeString& pat, 238 if (ipat == pat.length()) { 242 UChar32 cpat = pat.char32At(ipat); 253 if (++ipat == pat.length()) { 264 if (ipat == pat.length()) { 275 cpat = pat.char32At(ipat); 278 return -1; // text ended before end of pat 407 UnicodeString pat; local 408 appendToRule(rule, matcher->toPattern(pat, escapeUnprintable) [all...] |
/external/icu4c/common/ |
util.cpp | 221 * @param pat pattern that controls parsing 227 int32_t ICU_Utility::parsePattern(const UnicodeString& pat, 234 if (ipat == pat.length()) { 238 UChar32 cpat = pat.char32At(ipat); 249 if (++ipat == pat.length()) { 260 if (ipat == pat.length()) { 271 cpat = pat.char32At(ipat); 274 return -1; // text ended before end of pat 403 UnicodeString pat; local 404 appendToRule(rule, matcher->toPattern(pat, escapeUnprintable) [all...] |
/external/stressapptest/src/ |
pattern.h | 37 unsigned int *pat; // Data array. member in struct:PatternData 63 unsigned int data = pattern_->pat[(offset >> busshift_) & pattern_->mask];
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_commands.py | 56 pat = r'''d......... # It is a directory. 65 self.assertTrue(re.match(pat, commands.getstatus("/."), re.VERBOSE))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_commands.py | 56 pat = r'''d......... # It is a directory. 65 self.assertTrue(re.match(pat, commands.getstatus("/."), re.VERBOSE))
|
/external/openssh/ |
compat.c | 63 char *pat; member in struct:__anon25816 168 for (i = 0; check[i].pat; i++) { 169 if (match_pattern_list(version, check[i].pat, 170 strlen(check[i].pat), 0) == 1) { 171 debug("match: %s pat %s", version, check[i].pat);
|
match.c | 217 char *p, *pat; local 223 pat = xstrdup(pattern); 224 p = strchr(pat, '@'); 227 if ((ret = match_pattern(user, pat)) == 1) 229 xfree(pat);
|