HomeSort by relevance Sort by last modified time
    Searched defs:MatchInfo (Results 1 - 13 of 13) sorted by null

  /external/valgrind/VEX/priv/
ir_match.h 73 MatchInfo;
81 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ );
  /art/tools/checker/match/
file.py 23 MatchInfo = namedtuple("MatchInfo", ["scope", "variables"])
61 return MatchInfo(MatchScope(i, i), newVariables)
83 return MatchInfo(MatchScope(min(matchedLines), max(matchedLines)), variables)
125 match = MatchInfo(MatchScope(c1Length, c1Length), None)
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneNames.java 311 * @see MatchInfo
314 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) {
319 * A <code>MatchInfo</code> represents a time zone name match used by
323 public static class MatchInfo {
330 * Constructing a <code>MatchInfo</code>.
342 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) {
361 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID
375 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID
566 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) {
  /external/icu/icu4c/source/i18n/
tznames.cpp 334 struct MatchInfo : UMemory {
340 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) {
356 delete static_cast<MatchInfo *>(obj);
379 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
380 if (matchInfo == NULL) {
384 matches(status)->addElement(matchInfo, status);
386 delete matchInfo;
396 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneNames.java 340 * @see MatchInfo
344 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) {
349 * A <code>MatchInfo</code> represents a time zone name match used by
354 public static class MatchInfo {
361 * Constructing a <code>MatchInfo</code>.
374 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) {
393 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID
408 * <p><b>Note</b>: A <code>MatchInfo</code> must have either a time zone ID
598 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) {
  /external/llvm/utils/FileCheck/
FileCheck.cpp 430 SmallVector<StringRef, 4> MatchInfo;
431 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo))
435 assert(!MatchInfo.empty() && "Didn't get any match");
436 StringRef FullMatch = MatchInfo[0];
440 assert(VariableDef.second < MatchInfo.size() && "Internal paren error");
441 VariableTable[VariableDef.first] = MatchInfo[VariableDef.second];
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 602 milliseconds