/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
PatternGrammar.txt | 4 # A grammar to describe tree matching patterns.
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
PatternGrammar.txt | 4 # A grammar to describe tree matching patterns.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
PatternGrammar.txt | 4 # A grammar to describe tree matching patterns.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
PatternGrammar.txt | 4 # A grammar to describe tree matching patterns.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
vfp2_t2.s | 8 @ First we test the basic syntax and bit patterns of the opcodes.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
filelist.py | 17 applying various patterns to what we find there. 82 patterns = dir = dir_pattern = None 90 patterns = map(convert_path, words[1:]) 98 patterns = map(convert_path, words[2:]) 110 return (action, patterns, dir, dir_pattern) 117 # patterns, (dir and patterns), or (dir_pattern). 118 action, patterns, dir, dir_pattern = self._parse_template_line(line) 124 self.debug_print("include " + ' '.join(patterns)) 125 for pattern in patterns [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
filelist.py | 17 applying various patterns to what we find there. 82 patterns = dir = dir_pattern = None 90 patterns = map(convert_path, words[1:]) 98 patterns = map(convert_path, words[2:]) 110 return (action, patterns, dir, dir_pattern) 117 # patterns, (dir and patterns), or (dir_pattern). 118 action, patterns, dir, dir_pattern = self._parse_template_line(line) 124 self.debug_print("include " + ' '.join(patterns)) 125 for pattern in patterns [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
filelist.py | 17 applying various patterns to what we find there. 82 patterns = dir = dir_pattern = None 90 patterns = map(convert_path, words[1:]) 98 patterns = map(convert_path, words[2:]) 110 return (action, patterns, dir, dir_pattern) 117 # patterns, (dir and patterns), or (dir_pattern). 118 action, patterns, dir, dir_pattern = self._parse_template_line(line) 124 self.debug_print("include " + ' '.join(patterns)) 125 for pattern in patterns [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
filelist.py | 17 applying various patterns to what we find there. 82 patterns = dir = dir_pattern = None 90 patterns = map(convert_path, words[1:]) 98 patterns = map(convert_path, words[2:]) 110 return (action, patterns, dir, dir_pattern) 117 # patterns, (dir and patterns), or (dir_pattern). 118 action, patterns, dir, dir_pattern = self._parse_template_line(line) 124 self.debug_print("include " + ' '.join(patterns)) 125 for pattern in patterns [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/templates/ |
edit_sheriffs.html | 16 // "url", "email", "patterns", "internal_only", and "summarize". 57 document.getElementById('patterns-textarea').value = sheriff['patterns']; 71 document.getElementById('patterns-textarea').textContent = ''; 107 <p><b>Note</b>: If the test path patterns of two different sheriffs 162 Patterns:<br> 163 <textarea name="patterns" id="patterns-textarea"
|
/external/clang/test/CodeCompletion/ |
objc-expr.m | 7 // RUN: %clang_cc1 -fsyntax-only -code-completion-patterns -code-completion-at=%s:4:11 %s -fno-const-strings -o - | FileCheck -check-prefix=CHECK-AT %s 16 // RUN: %clang_cc1 -fsyntax-only -code-completion-patterns -code-completion-at=%s:4:11 %s -fconst-strings -o - | FileCheck -check-prefix=CHECK-CONST-STRINGS %s
|
/external/emma/core/res/com/vladium/emma/instr/ |
instr_usage.res | 29 '<class name wildcard patterns>', 30 "coverage inclusion/exclusion patterns {?,*}";
|
/external/hyphenation-patterns/en-GB/ |
hyph-en-gb.lic.txt | 8 % for consistency with other files with hyphenation patterns in hyph-utf8 package. 12 % TeX hyphenation patterns for UK English 60 % Like the US patterns, these UK patterns correctly hyphenate about 90% of 64 % These patterns are based on a file of 114925 British-hyphenated words 72 % patterns. This file of hyphenation patterns may be freely distributed. 74 % These patterns require a value of about 14000 for TeX's pattern memory size.
|
/external/hyphenation-patterns/sa/ |
hyph-sa.lic.txt | 1 Sanskrit hyphenation patterns (v0.6, 2011/09/14) 9 % Unicode hyphenation patterns for Sanskrit and Prakrit in transliteration,
|
/external/icu/icu4c/source/test/cintltst/ |
cdtdptst.h | 36 * Verify the behavior of patterns in which digits for different fields run together 48 * Test the handling of single quotes in patterns.
|
/external/icu/icu4c/source/test/intltest/ |
dtfmttst.h | 26 * Verify that patterns have the correct values and could produce 27 * the DateFormat instances that contain the correct localized patterns. 74 * Verify the behavior of patterns in which digits for different fields run together 79 * Verify the behavior of patterns in which digits for different fields run together 95 * Test the handling of 'D' in patterns. 109 * Test the handling of single quotes in patterns. 120 * array of patterns, with known results. The results are encoded after 199 * Test patterns added in CLDR 1.4, CLDR 23
|
tzfmttst.cpp | 26 static const char* PATTERNS[] = { 50 static const int NUM_PATTERNS = sizeof(PATTERNS)/sizeof(const char*); 166 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], status); 169 PATTERNS[patidx] + " for locale " + LOCALES[locidx].getName() + " - " + u_errorName(status)); 220 if (uprv_strcmp(PATTERNS[patidx], "V") == 0) { 233 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx] 238 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx] 243 } else if (uprv_strcmp(PATTERNS[patidx], "VV") == 0) { 247 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx] 251 } else if (uprv_strcmp(PATTERNS[patidx], "VVV") == 0 || uprv_strcmp(PATTERNS[patidx], "VVVV") == 0) [all...] |
/external/jcommander/src/test/java/com/beust/jcommander/command/ |
CommandAdd.java | 29 @Parameter(description = "Patterns of files to be added") 30 public List<String> patterns; field in class:CommandAdd
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
BC_OnedCode128Writer.h | 39 int32_t Encode128B(const CFX_ByteString& contents, CFX_PtrArray& patterns);
40 int32_t Encode128C(const CFX_ByteString& contents, CFX_PtrArray& patterns);
|
/frameworks/base/tools/layoutlib/.idea/runConfigurations/ |
Bridge_quick.xml | 20 <patterns> 24 </patterns>
|
/libcore/ojluni/src/main/java/sun/net/www/http/ |
HttpCapture.java | 61 private static volatile ArrayList<Pattern> patterns = null; field in class:HttpCapture 87 if (patterns == null) { 88 patterns = new ArrayList<Pattern>(); 91 patterns.add(Pattern.compile(s[0].trim())); 148 if (patterns == null || patterns.isEmpty()) { 152 for (int i = 0; i < patterns.size(); i++) { 153 Pattern p = patterns.get(i);
|
/development/tools/idegen/src/ |
Configuration.java | 89 List<Pattern> patterns = new ArrayList<Pattern>(); local 92 parseFile(globalExcludes, patterns); 98 parseFile(googleExcludes, patterns); 104 parseFile(localExcludes, patterns); 107 return new Excludes(patterns); 245 * the compiled patterns to the given collection. Ignores lines starting 249 * @param patterns collection to add compiled patterns from file to 251 public static void parseFile(File file, Collection<Pattern> patterns) 259 patterns.add(Pattern.compile(trimmed)) [all...] |
/external/autotest/client/cros/ |
cros_logging.py | 131 def get_last_msg(self, patterns, retries=0, sleep_seconds=0.2): 133 matching one of the patterns. 136 patterns: A regexp or a list of regexps to search the logs with. 138 the patters, it will not search for the other patterns. 139 retries: Number of times to retry if none of the patterns were 145 of the patterns matched. 148 if not type(patterns) in (list, tuple): 149 patterns = [patterns] 152 for pattern in patterns [all...] |
/external/valgrind/ |
glibc-2.X-drd.supp | 2 # Suppression patterns for ld, the dynamic loader. 13 # Suppression patterns for libc. 40 # Suppression patterns for libstdc++, the implementation of the standard C++ 64 # Suppression patterns for libpthread. 146 # Suppression patterns for libgomp. 159 # Suppression patterns for libX11. 174 # Suppression patterns for libxcb. 186 # Suppression patterns for libglib. 234 # Suppression patterns for libQtCore. 280 # Suppression patterns for libboost [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DateIntervalFormat.java | 51 * There is no structural information in date time patterns. 59 * patterns, similar to date time pattern in SimpleDateFormat. 62 * Logically, the interval patterns are mappings 83 * in date time patterns, will be returned without honor the field pattern 104 * patterns, which is mostly "{date0} - {date1}". 108 * There are pre-defined interval patterns for those pre-defined skeletons 120 * For date skeleton, the interval patterns when year, or month, or date is 122 * For time skeleton, the interval patterns when am/pm, or hour, or minute is 127 * the interval patterns for the skeleton is not defined in resource file, 135 * The rule to genearte interval patterns are 1015 Map<String, PatternInfo> patterns = null; local 1117 String[] patterns = calData.getDateTimePatterns(); local [all...] |