HomeSort by relevance Sort by last modified time
    Searched refs:pattern (Results 1926 - 1950 of 4320) sorted by null

<<71727374757677787980>>

  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.2/
lint-api-23.0.2.jar 
  /prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 183 std::vector<int> pattern; member in struct:deqp::gles31::Functional::__anon18712::OutputCountPatternSpec
188 pattern.push_back(count);
193 pattern.push_back(count0);
194 pattern.push_back(count1);
810 , m_patternLength ((int)spec.pattern.size())
845 const int emitCount = m_spec.pattern[packets[packetNdx].primitiveIDIn];
861 for (int ndx = 0; ndx < (int)spec.pattern.size(); ++ndx)
862 DE_ASSERT(spec.pattern[ndx] % 2 == 0);
875 " const highp float rowHeight = 2.0 / float(" << spec.pattern.size() << ");\n"
880 for (int ndx = 0; ndx < (int)spec.pattern.size() - 1; ++ndx
    [all...]
  /external/google-styleguide/cpplint/
cpplint.py 453 # Pattern for matching FileInfo.BaseName() against test file name
456 # Pattern that matches only complete whitespace, possibly across multiple lines.
651 def Match(pattern, s):
652 """Matches the string with the pattern, caching the compiled regexp."""
656 if pattern not in _regexp_compile_cache:
657 _regexp_compile_cache[pattern] = sre_compile.compile(pattern)
658 return _regexp_compile_cache[pattern].match(s)
661 def ReplaceAll(pattern, rep, s):
662 """Replaces instances of pattern in a string with a replacement
    [all...]
  /tools/repohooks/tools/
cpplint.py 454 # Pattern for matching FileInfo.BaseName() against test file name
457 # Pattern that matches only complete whitespace, possibly across multiple lines.
652 def Match(pattern, s):
653 """Matches the string with the pattern, caching the compiled regexp."""
657 if pattern not in _regexp_compile_cache:
658 _regexp_compile_cache[pattern] = sre_compile.compile(pattern)
659 return _regexp_compile_cache[pattern].match(s)
662 def ReplaceAll(pattern, rep, s):
663 """Replaces instances of pattern in a string with a replacement
    [all...]
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /external/guice/lib/build/
jarjar-1.1.jar 
  /external/testng/lib-supplied/
jarjar-issue-21.jar 
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.3/
jarjar-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/
lint-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.3/
lint-api-22.5.3.jar 
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 236 const char *pattern,
251 _DIAGASSERT(pattern != NULL);
258 if (preg->re_endp < pattern)
260 len = preg->re_endp - pattern;
262 len = strlen(pattern);
278 p->next = pattern;
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 908 * Sets ClassPrepare event request for given class name pattern with suspend policy ALL.
911 * Required class pattern. Matches are limited to exact matches
912 * of the given class pattern and matches of patterns that begin
    [all...]
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 1389 UnicodeString s, pattern; local
    [all...]
  /external/v8/src/
messages.cc 520 Handle<String> pattern) {
521 if (pattern->length() > subject->length()) return -1;
522 return String::IndexOf(isolate, subject, pattern, 0);
526 // 1. the subject ends with '.' + pattern, or
527 // 2. subject == pattern.
529 Handle<String> pattern) {
530 if (String::Equals(subject, pattern)) return true;
533 FlatStringReader pattern_reader(isolate, String::Flatten(pattern));
    [all...]
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 
  /prebuilts/tools/common/m2/repository/org/smali/util/2.1.3/
util-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py     [all...]
  /bionic/libc/tools/
gensyscalls.py 571 pattern = re.compile(r'^\s*#\s*define\s*__NR_([a-z_]\S+)')
581 m = re.search(pattern, line)

Completed in 1181 milliseconds

<<71727374757677787980>>