/external/chromium/testing/ |
generate_gmock_mutant.py | 333 def ExpandPattern(pattern, it): 334 """Return list of expanded pattern strings. 336 Each string is created by replacing all '%' in |pattern| with element of |it|. 338 return [pattern.replace("%", x) for x in it] 341 def Gen(pattern, n): 342 """Expands pattern replacing '%' with sequential integers. 348 return ", ".join(ExpandPattern(pattern, it)) 351 def GenAlpha(pattern, n): 352 """Expands pattern replacing '%' with sequential small ASCII letters. 358 return ", ".join(ExpandPattern(pattern, it) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/ |
results.properties | 20 -scenario.pattern org.eclipse.ant
|
/external/icu4c/test/intltest/ |
ssearch.h | 51 virtual int32_t monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern, 54 virtual int32_t bmMonkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,
|
tmsgfmt.h | 81 UnicodeString pattern ,Locale locale , UErrorCode& err, char* errMsg); 122 UnicodeString GetPatternAndSkipSyntax(const MessagePattern& pattern);
|
/external/icu4c/test/perf/strsrchperf/ |
strsrchperf.h | 56 StringSearchPerfFunction(StrSrchFn func, BoyerMooreSearch *search, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen) { 60 pttrn = pattern; 65 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) { 69 pttrn = pattern; 101 void ICUForwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) { 109 void ICUBackwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen, UErrorCode * /*status*/) { 118 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { 127 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
|
/external/stressapptest/src/ |
queue.h | 30 #include "pattern.h" // NOLINT 38 // This describes a block of memory, and the expected fill pattern. 43 class Pattern *pattern; member in struct:page_entry 47 class Pattern *lastpattern; // Expected Pattern at last read. 53 pe->pattern = NULL;
|
/external/webkit/Source/WebCore/css/ |
svg.css | 45 svg:not(:root), symbol, image, marker, pattern, foreignObject {
|
/external/webkit/Tools/Scripts/ |
check-for-inappropriate-files-in-framework | 51 patterns.each do |pattern| 52 Dir.glob(pattern).each do |inappropriate_file|
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_EncodeVLCZigzag_intra.c | 45 * the zigzag scan pattern. This takes one of the 56 * [in] pattern block pattern which is used to decide whether 77 OMX_U8 pattern, 94 if (pattern) 139 } /* Pattern check ends*/
|
/frameworks/base/core/java/android/content/pm/ |
PathPermission.java | 31 public PathPermission(String pattern, int type, String readPermission, 33 super(pattern, type);
|
/frameworks/base/libs/hwui/ |
Dither.cpp | 36 const uint8_t pattern[] = { local 55 GL_ALPHA, GL_UNSIGNED_BYTE, &pattern);
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bug-regex12.c | 36 const char *pattern; member in struct:__anon21393 60 n = regcomp (&re, tests[i].pattern, tests[i].flags);
|
/external/icu4c/i18n/ |
choicfmt.cpp | 73 // Creates a ChoiceFormat instance based on the pattern. 121 // pattern and populates UParseError 223 ChoiceFormat::applyPattern(const UnicodeString& pattern, 226 msgPattern.parseChoiceStyle(pattern, NULL, status); 231 // Applies the pattern to this ChoiceFormat instance. 234 ChoiceFormat::applyPattern(const UnicodeString& pattern, 238 msgPattern.parseChoiceStyle(pattern, &parseError, status); 242 // Returns the input pattern string. 286 // Reconstruct the original input pattern. 337 // Apply the reconstructed pattern [all...] |
/external/chromium/chrome/browser/content_settings/ |
content_settings_mock_provider.h | 85 void set_requesting_url_pattern(ContentSettingsPattern pattern) { 86 requesting_url_pattern_ = pattern; 93 void set_embedding_url_pattern(ContentSettingsPattern pattern) { 94 embedding_url_pattern_ = pattern;
|
/external/chromium/chrome/common/extensions/ |
extension_extent.h | 27 void AddPattern(const URLPattern& pattern);
|
url_pattern.cc | 89 URLPattern::URLPattern(int valid_schemes, const std::string& pattern) 94 // appropriate when we know |pattern| is valid. 95 if (PARSE_SUCCESS != Parse(pattern, PARSE_STRICT)) 96 NOTREACHED() << "URLPattern is invalid: " << pattern; 102 URLPattern::ParseResult URLPattern::Parse(const std::string& pattern, 107 // Special case pattern to match every valid URL. 108 if (pattern == kAllUrlsPattern) { 118 size_t scheme_end_pos = pattern.find(chrome::kStandardSchemeSeparator); 123 scheme_end_pos = pattern.find(':'); 130 if (!SetScheme(pattern.substr(0, scheme_end_pos)) [all...] |
/external/icu4c/test/perf/unisetperf/draft/ |
contperf.bat | 6 rem --pattern [:White_Space:] 17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
span16perf.bat | 6 rem --pattern [:White_Space:] 17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
span8perf.bat | 6 rem --pattern [:White_Space:] 17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
/external/iptables/include/linux/netfilter/ |
xt_string.h | 18 char pattern[XT_STRING_MAX_PATTERN_SIZE]; member in struct:xt_string_info
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regex.c | 33 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) 44 # define re_compile_pattern(pattern, length, bufp) \ 45 __re_compile_pattern (pattern, length, bufp)
|
/cts/tests/tests/os/src/android/os/cts/ |
VibratorTest.java | 49 long[] pattern = {100, 200, 400, 800, 1600}; local 51 mVibrator.vibrate(pattern, 3); 56 mVibrator.vibrate(pattern, 10);
|
/external/icu4c/i18n/unicode/ |
selfmt.h | 36 * messages by selecting phrases based on keywords. The pattern specifies 106 * The sentence pattern for English, where the gender of the person has 116 * <p>The sentence pattern for French, where the gender of the person affects 124 * pattern can be used (with argument 0 the list of people's names, 137 * <p>The <code>SelectFormat</code> pattern string defines the phrase output 139 * The pattern is a sequence of (keyword, message) pairs. 140 * A keyword is a "pattern identifier": [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+</p> 142 * <p>Each message is a MessageFormat pattern string enclosed in {curly braces}.</p> 148 * If a pattern does not provide a phrase for <code>other</code>, the method 187 * Creates a new <code>SelectFormat</code> for a given pattern string [all...] |
/external/oprofile/libregex/ |
op_regex.h | 31 bad_regex(std::string const & pattern); 62 * @param pattern a regular expression pattern, POSIX extended notation 66 * You can imbed regular definition in pattern but not in replace. 68 void add_pattern(std::string const & pattern, 72 * @param str the input/output string where we search pattern and 78 * due to reach limit_defs_expansion. You can test if some pattern has 101 std::string substitute_definition(std::string const & pattern); 123 * @param filename the filename from where the deifnition and pattern are read 125 * add to regex pattern and regular definition read from the given fil [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
RegExp.h | 40 static PassRefPtr<RegExp> create(JSGlobalData* globalData, const UString& pattern, RegExpFlags); 47 const UString& pattern() const { return m_patternString; } function in class:JSC::RegExp 60 RegExp(JSGlobalData* globalData, const UString& pattern, RegExpFlags);
|