| /external/fio/ |
| verify.c | 16 #include "lib/pattern.h" 75 /* Skip if we were here and we do not need to patch pattern 78 dprint(FD_VERIFY, "using already filled verify pattern b=%d len=%u\n", 378 char *buf, *pattern; local 383 pattern = td->o.verify_pattern; 387 (void)paste_format_inplace(pattern, pattern_size, 394 rc = cmp_pattern(pattern, pattern_size, mod, buf, len); 400 if (buf[i] != pattern[mod]) { 403 bits = hweight8(buf[i] ^ pattern[mod]); 404 log_err("fio: got pattern '%02x', wanted '%02x'. Bad bits %d\n" [all...] |
| /external/mesa3d/scripts/ |
| get_reviewer.pl | 245 'pattern-depth=i' => \$pattern_depth, 317 ##Filename pattern matching 322 ##if pattern is a directory and it lacks a trailing slash, add one 757 my ($file, $pattern) = @_; 758 if (substr($pattern, -1) eq "/") { 759 if ($file =~ m@^$pattern@) { 763 if ($file =~ m@^$pattern@) { 765 my $s2 = ($pattern =~ tr@/@@); 785 --git-fallback => use git when no exact REVIEWERS pattern (default: $email_git_fallback) 815 --pattern-depth => Number of pattern directory traversals (default: 0 (all) [all...] |
| /external/tensorflow/tensorflow/core/platform/cloud/ |
| gcs_file_system.cc | [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| TimeZoneFormat.java | 86 * This style is equivalent to the LDML date format pattern "VVVV". 91 * This style is equivalent to the LDML date format pattern "vvvv". 96 * This style is equivalent to the LDML date format pattern "v". 101 * This style is equivalent to the LDML date format pattern "zzzz". 106 * This style is equivalent to the LDML date format pattern "z". 111 * This style is equivalent to the LDML date format pattern "OOOO" and "ZZZZ" 116 * This style is equivalent to the LDML date format pattern "O". 122 * This style is equivalent to the LDML date format pattern "X". 128 * This style is equivalent to the LDML date format pattern "x". 134 * This style is equivalent to the LDML date format pattern "XX" [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| numrgts.cpp | 505 * A space as a group separator for localized pattern causes 659 errln("df->applyPattern with illegal pattern didn't fail"); 670 errln("df->applyPattern with illegal pattern didn't fail"); 844 * Rewrote this test not to depend on the actual pattern. Pattern should 845 * never contain the monetary separator! Decimal separator in pattern is 1678 UnicodeString pattern = numPat.getString(status); local 2933 static const UChar pattern[] = { 0x23,0x23,0x23,0x23,0x2E,0x23,0x23,0x23,0x23,0 }; \/\/ "####.####" local [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| TimeZoneFormat.java | 87 * This style is equivalent to the LDML date format pattern "VVVV". 93 * This style is equivalent to the LDML date format pattern "vvvv". 99 * This style is equivalent to the LDML date format pattern "v". 105 * This style is equivalent to the LDML date format pattern "zzzz". 111 * This style is equivalent to the LDML date format pattern "z". 117 * This style is equivalent to the LDML date format pattern "OOOO" and "ZZZZ" 123 * This style is equivalent to the LDML date format pattern "O". 130 * This style is equivalent to the LDML date format pattern "X". 137 * This style is equivalent to the LDML date format pattern "x". 144 * This style is equivalent to the LDML date format pattern "XX" [all...] |
| /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/ |
| plexus-utils-1.5.1.jar | |
| /external/annotation-tools/asmx/test/lib/ |
| saxon7.jar | |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| imaplib.py | 486 def list(self, directory='""', pattern='*'):
487 """List mailbox names in directory matching pattern.
489 (typ, [data]) = <instance>.list(directory='""', pattern='*')
494 typ, dat = self._simple_command(name, directory, pattern)
543 def lsub(self, directory='""', pattern='*'):
544 """List 'subscribed' mailbox names in directory matching pattern.
546 (typ, [data, ...]) = <instance>.lsub(directory='""', pattern='*')
551 typ, dat = self._simple_command(name, directory, pattern)
[all...] |
| /external/icu/icu4c/source/i18n/ |
| udat.cpp | 134 const UChar *pattern, 143 fmt = (DateFormat*) (*gOpener)(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status); 160 UnicodeString pat((UBool)(patternLength == -1), pattern, patternLength); 571 const UChar *pattern, 574 const UnicodeString pat((UBool)(patternLength == -1), pattern, patternLength); [all...] |
| /external/libxml2/ |
| Makefile.am | 57 xmlwriter.c legacy.c chvalid.c pattern.c xmlsave.c \ [all...] |
| /external/llvm/lib/Support/ |
| regcomp.c | 165 llvm_regcomp(llvm_regex_t *preg, const char *pattern, int cflags) 183 if (preg->re_endp < pattern) 185 len = preg->re_endp - pattern; 187 len = strlen((const char *)pattern); 204 p->next = (char *)pattern; /* convenience; we do not modify it */ 386 * least 4 matching groups specified in the pattern previously). [all...] |
| /external/python/cpython2/Lib/ |
| imaplib.py | 499 def list(self, directory='""', pattern='*'): 500 """List mailbox names in directory matching pattern. 502 (typ, [data]) = <instance>.list(directory='""', pattern='*') 507 typ, dat = self._simple_command(name, directory, pattern) 556 def lsub(self, directory='""', pattern='*'): 557 """List 'subscribed' mailbox names in directory matching pattern. 559 (typ, [data, ...]) = <instance>.lsub(directory='""', pattern='*') 564 typ, dat = self._simple_command(name, directory, pattern) [all...] |
| /external/python/cpython3/Lib/ |
| imaplib.py | 569 def list(self, directory='""', pattern='*'): 570 """List mailbox names in directory matching pattern. 572 (typ, [data]) = <instance>.list(directory='""', pattern='*') 577 typ, dat = self._simple_command(name, directory, pattern) 628 def lsub(self, directory='""', pattern='*'): 629 """List 'subscribed' mailbox names in directory matching pattern. 631 (typ, [data, ...]) = <instance>.lsub(directory='""', pattern='*') 636 typ, dat = self._simple_command(name, directory, pattern) [all...] |
| /external/swiftshader/third_party/LLVM/lib/Support/ |
| regcomp.c | 157 llvm_regcomp(llvm_regex_t *preg, const char *pattern, int cflags) 175 if (preg->re_endp < pattern) 177 len = preg->re_endp - pattern; 179 len = strlen((const char *)pattern); 196 p->next = (char *)pattern; /* convenience; we do not modify it */ [all...] |
| /external/swiftshader/third_party/llvm-subzero/lib/Support/ |
| regcomp.c | 165 llvm_regcomp(llvm_regex_t *preg, const char *pattern, int cflags) 183 if (preg->re_endp < pattern) 185 len = preg->re_endp - pattern; 187 len = strlen((const char *)pattern); 204 p->next = (char *)pattern; /* convenience; we do not modify it */ 386 * least 4 matching groups specified in the pattern previously). [all...] |
| /external/v8/src/regexp/ |
| jsregexp.h | 39 // Parses the RegExp pattern and prepares the JSRegExp object with 44 Handle<String> pattern, 55 Handle<String> pattern, 61 Handle<String> pattern, 100 // Execute an Irregexp bytecode pattern. [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| imaplib.py | 486 def list(self, directory='""', pattern='*'): 487 """List mailbox names in directory matching pattern. 489 (typ, [data]) = <instance>.list(directory='""', pattern='*') 494 typ, dat = self._simple_command(name, directory, pattern) 543 def lsub(self, directory='""', pattern='*'): 544 """List 'subscribed' mailbox names in directory matching pattern. 546 (typ, [data, ...]) = <instance>.lsub(directory='""', pattern='*') 551 typ, dat = self._simple_command(name, directory, pattern) [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| imaplib.py | 486 def list(self, directory='""', pattern='*'): 487 """List mailbox names in directory matching pattern. 489 (typ, [data]) = <instance>.list(directory='""', pattern='*') 494 typ, dat = self._simple_command(name, directory, pattern) 543 def lsub(self, directory='""', pattern='*'): 544 """List 'subscribed' mailbox names in directory matching pattern. 546 (typ, [data, ...]) = <instance>.lsub(directory='""', pattern='*') 551 typ, dat = self._simple_command(name, directory, pattern) [all...] |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/ |
| lint-api-22.7.0.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.1/ |
| lint-api-22.7.1.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.3/ |
| lint-api-22.7.3.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.8.0/ |
| lint-api-22.8.0.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.9.2/ |
| lint-api-22.9.2.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.1/ |
| lint-api-23.0.1.jar | |