HomeSort by relevance Sort by last modified time
    Searched refs:Pattern (Results 626 - 650 of 688) sorted by null

<<2122232425262728

  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 31 import java.util.regex.Pattern;
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 104 import java.util.regex.Pattern;
111 // Pattern for selecting the DVB frontend devices from the list of files in the /dev directory.
112 private static final Pattern sFrontEndDevicePattern =
113 Pattern.compile("^dvb([0-9]+)\\.frontend([0-9]+)$");
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
hibernate-annotations.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 89 import java.util.regex.Pattern;
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /external/chromium-trace/catapult/third_party/flot/
excanvas.js     [all...]
  /external/clang/lib/AST/
Expr.cpp 544 if (const FunctionDecl* Pattern = FD->getTemplateInstantiationPattern())
545 Decl = Pattern;
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 56 Handle<JSRegExp> re, Handle<String> pattern, Handle<String> error_text) {
59 pattern, error_text),
66 USE(ThrowRegExpException(re, Handle<String>(re->Pattern()), error_text));
96 // In a 3-character pattern you can maximally step forwards 3 characters
103 static bool HasFewDifferentCharacters(Handle<String> pattern) {
104 int length = Min(kMaxLookaheadForBoyerMoore, pattern->length());
111 int ch = (pattern->Get(i) & (kMod - 1));
128 Handle<String> pattern,
134 compilation_cache->LookupRegExp(pattern, flags);
144 pattern = String::Flatten(pattern)
570 String* pattern = regexp->Pattern(); local
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 150 import java.util.regex.Pattern;
    [all...]
  /dalvik/docs/
prettify.js 227 var pattern = '(?:' +
234 pattern += '|\\b' + preceder;
236 pattern += '|' + preceder.replace(/([^=<>:&])/g, '\\$1');
239 pattern += '|^)\\s*$'; // matches at end, and matches empty string
240 return new RegExp(pattern);
420 // The below pattern matches one of the following
442 // since the pattern has the 'g' modifier and defines no capturing groups,
512 /** Given triples of [style, pattern, context] returns a lexing function,
521 * [style : string, pattern : RegExp, context : RegExp, shortcut : string].
525 * Pattern must only match prefixes, and if it matches a prefix and contex
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTReaderStmt.cpp     [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 207 var pattern = '(?:^^|[+-]';
209 pattern += '|' + preceders[i].replace(/([^=<>:&a-z])/g, '\\$1');
211 pattern += ')\\s*'; // matches at end, and matches empty string
212 return pattern;
676 // since the pattern has the 'g' modifier and defines no capturing groups,
763 /** Given triples of [style, pattern, context] returns a lexing function,
772 * [style : string, pattern : RegExp, DEPRECATED, shortcut : string].
776 * language of the portion of the token in $1 after pattern executes.
792 * Pattern must only match prefixes, and if it matches a prefix, then that
799 * character, gurantee that this pattern and only this pattern matches
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 816 names_->GetName(re->Pattern()));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]
  /external/v8/src/
objects-inl.h     [all...]
objects.h     [all...]
  /libcore/
openjdk_java_files.mk     [all...]

Completed in 2155 milliseconds

<<2122232425262728